Start with a point z=a+bi plotted on the Argand plane. Draw the arrow from origin O to that point. Call its length r and the angle it makes with the positive real axis θ.
Step 1 — build a right triangle. Drop a perpendicular from the point to the real axis. Horizontal leg =a, vertical leg =b, hypotenuse =r.
Why this step? Trigonometry only works on right triangles, so we manufacture one.
Step 2 — read off trig ratios.cosθ=hypadjacent=ra,sinθ=hypopposite=rbWhy this step? These are literally the definitions of cos and sin for the angle θ.
Step 3 — solve for a and b.a=rcosθ,b=rsinθWhy this step? We want to replacea,b by r,θ, so make them the subjects.
Step 4 — substitute back into z=a+bi.z=rcosθ+i(rsinθ)=r(cosθ+isinθ)
Done — that's polar form, derived purely from Pythagoras + trig. ∎
The calculator's tan−1(b/a) only returns angles in (−90°,90°). But arrows can point anywhere in 360°. So you must look at which quadrant(a,b) lives in and adjust.
| Quadrant | Signs (a,b) | Argument from reference angle α=tan−1ab |
|---|---|---|
| I | (+,+) | θ=α |
| II | (−,+) | θ=π−α |
| III | (−,−) | θ=−(π−α) or π+α |
| IV | (+,−) | θ=−α |
arg(−1) and arg(−i)?
Forecast:−1 sits on the negative real axis; −i points straight down.
Verify:arg(−1)=π (arrow points left). arg(−i)=−2π (principal value; pointing down). Modulus of both is 1. So −1=cisπ and −i=cis(−2π).
Why can't you just use tan−1(b/a) for the argument?
It ignores the quadrant; tan has period π, so points 180° apart give the same value. You must adjust using the quadrant of (a,b).
Convert 1+i to polar form.
2cis4π
Convert 2cis32π to Cartesian.
−1+i3
Can the modulus r be negative?
No, r≥0 always; direction is carried by θ.
Rule for multiplying two complex numbers in polar form?
Multiply the moduli, add the arguments.
Argument of −i (principal value)?
−2π
In Quadrant II, how do you get θ from reference angle α?
θ=π−α
What geometric object does z=a+bi represent?
A point/arrow in the Argand (complex) plane.
Recall Feynman: explain to a 12-year-old
Imagine standing at the middle of a big field. A treasure is buried somewhere. One way to tell your friend where it is: "walk 3 steps East, then 4 steps North" — that's like 3+4i. Another way: "walk 5 steps, pointing in that direction" — you spin to the right angle and march. That "5 steps + a direction" is polar form. The number of steps is the modulusr, and the direction you face is the angleθ. Same treasure, two ways to describe it. Polar form is handy because if you want to spin and stretch arrows, it's super easy — just add angles and multiply lengths.
Dekho, complex number z=a+bi ko hum ek arrow (teer) ki tarah soch sakte hain jo origin se us point tak jaata hai Argand plane par. Cartesian form bolta hai "itna right, itna up jao" — yaani a aur b. Lekin polar form ek dusre andaaz mein bolta hai: "arrow kitna lamba hai" (that is modulusr=a2+b2) aur "arrow kis direction mein point kar raha hai" (that is argumentθ). Bas yahi do cheezein — length aur angle — se pura number describe ho jaata hai.
Derivation simple hai: point se real axis tak perpendicular giraao, ek right triangle ban jaata hai. Us triangle mein cosθ=a/r aur sinθ=b/r, isliye a=rcosθ aur b=rsinθ. Wapas z=a+bi mein daalo to z=r(cosθ+isinθ)=rcisθ. Yeh sab sirf Pythagoras aur basic trig se aaya, koi jaadu nahi.
Ek badi galti sabhi karte hain: argument ke liye seedha calculator par tan−1(b/a) maar dete hain. Yeh galat hai kyunki tan ka period π hota hai, to Quadrant II aur Quadrant IV ke angles same aa jaate hain. Isliye pehle point ko plot karo, quadrant dekho, phir adjust karo (Q II mein π−α, Q IV mein −α, etc.). Aur yaad rakho r kabhi negative nahi hota — direction ki saari information angle θ mein hoti hai.
Polar form itna important kyun? Kyunki multiplication ekdum aasaan ho jaata hai: moduli multiply karo, arguments add karo. Yahi cheez aage De Moivre's theorem aur roots nikaalne mein kaam aati hai. So polar form ko strong karo — poore chapter ka 80/20 ismein hai.