What Does Polar to Rectangular Mean?
Converting polar to rectangular means rewriting a point given as $(r, \theta)$, a distance $r$ from the origin and an angle $\theta$ from the positive x-axis, as a point $(x, y)$ on the usual grid. The two conversion formulas are:
$$x = r\cos\theta \qquad y = r\sin\theta$$
A rectangular (or Cartesian) coordinate locates a point by how far across and how far up it sits, the familiar $(x, y)$ of the coordinate plane. A polar coordinate locates the same point by how far away it is ($r$) and in what direction ($\theta$). Both name the same point; they just use different instructions to get there.
The key idea: the distance r is a hypotenuse, and x and y are its two legs. That triangle is where the formulas come from.
Where The Formulas Come From
The conversion is not a rule to memorise blindly; it is the definition of cosine and sine. Drop a perpendicular from the point $P$ down to the x-axis. You get a right triangle with:
the hypotenuse equal to $r$ (the distance from the origin to $P$),
the horizontal leg equal to $x$,
the vertical leg equal to $y$,
the angle $\theta$ at the origin.
In any right triangle, cosine is the adjacent leg over the hypotenuse, and sine is the opposite leg over the hypotenuse:
$$\cos\theta = \frac{x}{r} \qquad \sin\theta = \frac{y}{r}$$
(If trig ratios are new, sine and cosine are the building blocks defined on the unit circle.) Multiply each equation by $r$ to solve for the rectangular coordinate:
$$x = r\cos\theta \qquad y = r\sin\theta$$
That is the entire derivation. The angle decides the direction; the radius scales it to the right distance.
How do you handle an angle that is not in the first quadrant? Use the angle to find the quadrant, then let the signs of cosine and sine do the work. The formulas $x = r\cos\theta$ and $y = r\sin\theta$ automatically produce the right signs once you use the correct cosine and sine values for that angle.
Examples of Polar to Rectangular Conversion
These build from a clean first-quadrant point to angles in other quadrants and a negative radius. Each problem statement is bold; the steps are plain.
Example 1
Convert the polar point (4, 60°) to rectangular coordinates.
Use the formulas with $r = 4$ and $\theta = 60°$:
$$x = 4\cos 60° = 4 \cdot \frac{1}{2} = 2$$ $$y = 4\sin 60° = 4 \cdot \frac{\sqrt{3}}{2} = 2\sqrt{3}$$
Final answer: $(2,\ 2\sqrt{3})$, roughly $(2, 3.46)$.
Example 2
Convert the polar point (5, 90°) to rectangular coordinates.
Your first instinct may be to expect both x and y to be nonzero because $r = 5$ is a real distance. Let's compute:
$$x = 5\cos 90° = 5 \cdot 0 = 0$$ $$y = 5\sin 90° = 5 \cdot 1 = 5$$
Take a second. The x-coordinate came out as 0, even though the point is 5 units from the origin. That is correct: an angle of 90° points straight up the y-axis, so there is no horizontal distance at all.
The rescue is to trust the trig values rather than the size of $r$. The angle sets direction; here it sends the whole distance into y.
Final answer: $(0, 5)$.
Example 3
Convert the polar point (6, 120°) to rectangular coordinates.
The angle 120° lands in the second quadrant, where cosine is negative and sine is positive:
$$x = 6\cos 120° = 6 \cdot \left(-\frac{1}{2}\right) = -3$$ $$y = 6\sin 120° = 6 \cdot \frac{\sqrt{3}}{2} = 3\sqrt{3}$$
Final answer: $(-3,\ 3\sqrt{3})$, roughly $(-3, 5.20)$. The negative x and positive y place it in the second quadrant, which matches the angle.
Example 4
Convert the polar point $\left(4, \dfrac{\pi}{3}\right)$ to rectangular coordinates.
The angle is in radians: $\dfrac{\pi}{3} = 60°$. Same as Example 1 in disguise:
$$x = 4\cos\frac{\pi}{3} = 4 \cdot \frac{1}{2} = 2$$ $$y = 4\sin\frac{\pi}{3} = 4 \cdot \frac{\sqrt{3}}{2} = 2\sqrt{3}$$
Final answer: $(2,\ 2\sqrt{3})$.
Example 5
Convert the polar point (3, 210°) to rectangular coordinates.
The angle 210° is in the third quadrant, where both cosine and sine are negative:
$$x = 3\cos 210° = 3 \cdot \left(-\frac{\sqrt{3}}{2}\right) = -\frac{3\sqrt{3}}{2}$$ $$y = 3\sin 210° = 3 \cdot \left(-\frac{1}{2}\right) = -\frac{3}{2}$$
Final answer: $\left(-\dfrac{3\sqrt{3}}{2},\ -\dfrac{3}{2}\right)$, roughly $(-2.60, -1.5)$.
Example 6
A radar station tracks a boat 8 km away at a bearing that corresponds to a polar angle of 300°. Where is the boat in rectangular (east, north) coordinates?
Take $r = 8$ and $\theta = 300°$, which is in the fourth quadrant (cosine positive, sine negative):
$$x = 8\cos 300° = 8 \cdot \frac{1}{2} = 4$$ $$y = 8\sin 300° = 8 \cdot \left(-\frac{\sqrt{3}}{2}\right) = -4\sqrt{3}$$
Final answer: $(4,\ -4\sqrt{3})$, roughly $(4, -6.93)$, that is, 4 km east and about 6.93 km south of the station. Converting a "distance and direction" reading into "east and north" is exactly what radar and navigation systems do constantly.
Why This Conversion Matters: "Two Ways to Name the Same Place"
Some quantities arrive naturally as a distance and a direction: a radar ping, a robot arm's reach, a wind reading, a force pushing at an angle. Others are easier as across and up: plotting on a screen, adding two movements, programming a grid. Polar to rectangular is the bridge that lets you take a measurement in the first language and do arithmetic in the second.
Adding directions. You cannot simply add two polar pairs, but you can add their rectangular components. Convert each to $(x, y)$, add the x's and the y's, and you have the combined result. This is how forces and velocities combine.
Plotting on a grid. Screens, maps, and graph paper are rectangular. A point known only by distance and angle has to be converted before it can be drawn.
Engineering and signals. Alternating-current voltages, complex numbers, and rotating machinery are often described by magnitude and angle, then converted to components to be combined.
Common Mistakes With Polar to Rectangular
These errors come up the moment angles leave the first quadrant.
Mistake 1: Degrees-versus-radians mix-up
Where it slips in: Plugging a degree value into a calculator set to radians, or the reverse.
Don't do this: Computing $\cos 60$ with the calculator in radian mode and getting roughly $-0.95$ instead of $0.5$.
The correct way: Check the angle's units first. If $\theta$ is in degrees, set the calculator to degrees; if it is written with $\pi$, it is in radians. The memoriser who learned "$\cos 60° = 0.5$" but never checks calculator mode gets a wildly wrong point and does not know why.
Mistake 2: Ignoring the quadrant signs
Where it slips in: Treating cosine and sine as always positive, so x and y come out positive no matter the angle.
Don't do this: Writing $\cos 120° = \dfrac{1}{2}$ (positive) when 120° is in the second quadrant, where cosine is negative.
The correct way: Use the angle to find the quadrant, then apply the correct signs: cosine is negative in quadrants II and III, sine is negative in quadrants III and IV. The signs are what place the point correctly. The second-guesser who computes the reference value but forgets the sign ends up with the right distance in the wrong corner of the Cartesian plane.
Mistake 3: Swapping the formulas for x and y
Where it slips in: Pairing sine with x and cosine with y.
Don't do this: Writing $x = r\sin\theta$ and $y = r\cos\theta$.
The correct way: Cosine goes with x (the horizontal, adjacent leg) and sine goes with y (the vertical, opposite leg): $x = r\cos\theta$, $y = r\sin\theta$. Anchor it to the triangle, cosine is adjacent (across), sine is opposite (up). In the real world this swap is the kind of slip that flips a target's bearing, sending a converted position to a mirrored spot, which is why navigation software is built to pair the functions correctly and check the result.
Conclusion
Polar to rectangular conversion turns $(r, \theta)$ into $(x, y)$ using $x = r\cos\theta$ and $y = r\sin\theta$.
The formulas come from a right triangle where $r$ is the hypotenuse and $x$, $y$ are the legs.
The angle's quadrant sets the signs of x and y, so quadrant checks matter.
Match calculator mode to the angle's units, degrees or radians, before computing.
Cosine always pairs with x; sine always pairs with y.
A Practical Next Step
Practise these to lock it in: convert (2, 45°); convert (10, 270°); and convert $\left(6, \dfrac{2\pi}{3}\right)$. To work through polar coordinates with a teacher, explore Bhanzu's geometry tutor, high school math tutor, or math classes online. Want a guided walkthrough of the conversion triangle? Book a free demo class.
Read More
Ordered pair — how an (x, y) point is written and read
x and y axis in a graph — the axes a converted point is plotted against
Reference angle — the acute angle behind each quadrant's signs
Degrees — measuring the angle in a polar coordinate
Radians to degrees — converting the angle's units before computing
Was this article helpful?
Your feedback helps us write better content