8.1k views
1 vote
Question is in the picture, I dont get it.

Question is in the picture, I dont get it.-example-1
User TOGEEK
by
6.4k points

1 Answer

4 votes

Answer:

a = 0, b = 1/2

Explanation:

Multiplication and division of complex numbers in polar form is pretty simple.

... a·Cis(α) × b·Cis(β) = ab·Cis(α+β) . . . . . multiply magnitudes; add angles

... a·Cis(α) / (b·Cis(β)) = (a/b)·Cis(α-β) . . . divide magnitudes, subtract angles

In your case, you have ...

... 2·Cis(120°) / (4·Cis(30°)) = (2/4)·Cis(120° -30°) = (1/2)·Cis(90°)

Of course, Cis(90°) = cos(90°) +i·sin(90°) = 0 +i.

... (1/2)·Cis(90°) = 1/2·(0 +i) = 0 + 0.5i

_____

Comment on the use of a calculator

It helps to be aware of how your calculator handles complex numbers. This one can express complex numbers in exponential format, equivalent to a polar form, but requiring specific notation. In this case, the variable D has been assigned the value π/180 so multiplying by it converts degrees to radians. The result of the division is (1/2)i, not 1/(2i).

Question is in the picture, I dont get it.-example-1
User Jacob Marble
by
5.1k points