Question

In: Computer Science

complex number

write polar, carnation,argument, angele , ,and rectangular form of thi Complex number (1+3i)(3+4i)(-5+3i)

Solutions

Expert Solution

Rectangular form:

z = 6-92i

 

Angle notation (phasor):

z = 92.1954446 ∠ -86°16'7″

 

Polar form:

z = 92.1954446 × (cos (-86°16'7″) + i sin (-86°16'7″))

 

Exponential form:

z = 92.1954446 × ei -1.5056712 = 92.1954446 × ei (-0.47927) π

 

Polar coordinates:

r = |z| = 92.1954446 ... magnitude (modulus, absolute value)

θ = arg z = -1.5056712 rad = -86.2686° = -86°16'7″ = -0.47927π rad ... angle (argument or phase)

 

Cartesian coordinates:

Cartesian form of imaginary number: z = 6-92i

Real part: x = Re z = 6

Imaginary part: y = Im z = -92


(1+3i) * (3+4i) = 1 * 3 + 1 * 4i + 3i * 3 + 3i * 4i = 3+4i+9i+12i2 = 3+4i+9i-12 = 3 - 12 +i(4 + 9) = -9+13i

and (-9+13i) * (-5+3i)

= -9 * (-5) + (-9) * 3i + 13i * (-5) + 13i * 3i = 45-27i-65i+39i2

= 45-27i-65i-39

= 45 - 39 +i(-27 - 65) = 6-92i

Related Solutions

complex number
Find the algebraic form of the following complex number \( (1+i\sqrt{3}) ^{2000} \)
Complex number
What are the values of all the cube roots (Z = -4^3 - 4i)?
ASAP (Math: The Complex class) A complex number is a number in the form a +...
ASAP (Math: The Complex class) A complex number is a number in the form a + bi, where a and b are real numbers and i is sqrt( -1). The numbers a and b are known as the real part and imaginary part of the complex number, respectively. You can perform addition, subtraction, multiplication, and division for complex numbers using the following formulas: a + bi + c + di = (a + c) + (b + d)i a +...
In java: A complex number is a number in the form a + bi, where a...
In java: A complex number is a number in the form a + bi, where a and b are real numbers and i is sqrt( -1). The numbers a and b are known as the real part and imaginary part of the complex number, respectively. You can perform addition, subtraction, multiplication, and division for complex numbers using the following formulas: a + bi + c + di = (a + c) + (b + d)i a + bi - (c...
JAVA Programming A complex number is a number in the form a + bi, where a...
JAVA Programming A complex number is a number in the form a + bi, where a and b are real numbers and i is sqrt( -1). The numbers a and b are known as the real part and imaginary part of the complex number, respectively. You can perform addition, subtraction, multiplication, and division for complex numbers using the following formulas: a + bi + c + di = (a + c) + (b + d)i a + bi - (c...
Write the class Complex that supports the basic complex number operations. Such operations are addition (+),...
Write the class Complex that supports the basic complex number operations. Such operations are addition (+), subtraction (-) and multiplication (*) of complex numbers, and multiplication (*) of a complex by a scalar (float or int). All methods must return (not print) the result. Class also supports the rich comparison for equality (= =) - Check the doctest for object behavior examples. - You must use the special methods for those 4 operators in order to override their behavior -...
A complex number is a number with two components, namely, the real part (rel) and the...
A complex number is a number with two components, namely, the real part (rel) and the imaginary part (img). For example the complex number (a+bi) has a as the real part and b as the imaginary part. In developing such a class, assume that both of the real and imaginary parts to be floats. The symbol i represent . A declaration for the Complex class is presented next. class Complex { public:    Complex (float r = 0.0, float g=...
a complex number z is said to be algebraic if its root of a polynomial that...
a complex number z is said to be algebraic if its root of a polynomial that has inteher coefficients. Let A be the collection of algebraic numbers. Show that A is countable.
Complex Numbers: What's the difference between Log(z), log(z) and ln(z)? where z is a complex number,...
Complex Numbers: What's the difference between Log(z), log(z) and ln(z)? where z is a complex number, z = x + iy
Roots of a complex number Find all the solutions to the equation (a) z^ 4 −...
Roots of a complex number Find all the solutions to the equation (a) z^ 4 − 1 = 0 (b) z ^5 + 2^5 i = 0 (c) z^ 6 − 16z^ 3 + 128 = 0
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT