I need to calculate these kind of values in exams in best speedy way.
Convert $1.46 + 3.17j$ to polar form ($r∠θ$)
Is there is any solution to find of the values as quick as possible?
By the way, the answer is $3.5∠65.3^\circ$.
I need to calculate these kind of values in exams in best speedy way.
Convert $1.46 + 3.17j$ to polar form ($r∠θ$)
Is there is any solution to find of the values as quick as possible?
By the way, the answer is $3.5∠65.3^\circ$.
The general formula is $r = \sqrt {a^2 + b^2}, \theta = \arctan(b/a)$ for any complex number of the form $a + bi$. Both of these values will be very difficult to find by hand, as there are square roots and trigonometric functions, but there are methods of finding such things by hand as shown here and here. Please note that even though there are methods for estimating the square root and arctan of a number, these methods are by no means fast to do by hand, though it is possible.