SOLUTION: write in polar form: 12+5i
Algebra
->
Vectors
-> SOLUTION: write in polar form: 12+5i
Log On
Algebra: Introduction to vectors, addition and scaling
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Vectors
Question 43413
:
write in polar form: 12+5i
Answer by
fractalier(6550)
(
Show Source
):
You can
put this solution on YOUR website!
r = sqrt(x^2 + y^2)
theta = arctan(y/x) ...I use q for theta
here
r = sqrt(12^2 + 5^2) = sqrt(169) = 13
q = arctan(5/12)
so we have in polar form
(13, arctan(5/12))