Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (perl):
first change the complex number to trig form
OpenStudy (anonymous):
how do I do that
OpenStudy (perl):
it helps to graph the complex number on a modified x y coordinate plane. the y axis becomes the ' i ' axis
OpenStudy (perl):
the x axis stands for real number numbers
OpenStudy (anonymous):
it's the square root that's confusing me
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (perl):
If we are given the complex number
$$ \Large a + ib \\
\Large \text{this is equal to}\\
\Large r(cos(\theta) + i sin(\theta))\\
\Large \text {where}~~ r =\sqrt{a^2+b^2} ~,~ \theta =\arctan (b/a)
$$
OpenStudy (anonymous):
i got r=2 and theta= 45 or pi/4 so 2(cos(pi/4)+isin(pi/4))?