Intuition The ONE core idea
To add up something over a round region, we lay tiny tiles across it — but polar tiles get bigger the farther out they sit, and "how much bigger" is exactly the distance r from the centre. Every symbol on the parent page exists to make that one sentence precise: d A = r d r d θ .
This page assumes you know nothing about the notation on the parent note. We will build every symbol — x , y , r , θ , ∫ , ∬ , d A , det , ∂ — from the ground up, each anchored to a picture, each used only after it is earned.
Draw two number lines that cross at a point called the origin . The horizontal one is the x -axis, the vertical one is the y -axis.
Definition Cartesian coordinates
( x , y )
Any point in the flat plane is named by two numbers:
== x == = how far right (positive) or left (negative) of the origin,
== y == = how far up (positive) or down (negative).
We write the point as ( x , y ) . The origin itself is ( 0 , 0 ) .
Why the topic needs this: the whole problem is "measure area in the plane." You cannot measure area until you can name locations, and ( x , y ) is the first naming scheme.
Look at the red circle in the figure above. Every point on it is the same distance a from the origin. By the Pythagorean theorem — for a right triangle, the two short sides squared add up to the long side squared — the distance from origin to ( x , y ) is x 2 + y 2 .
Definition Distance and the circle
The distance from the origin to ( x , y ) is x 2 + y 2 . A circle of radius a is all points at distance a :
x 2 + y 2 = a 2 .
Here x 2 means x × x (the little raised 2 is an exponent — "multiply by itself"), and undoes squaring.
Intuition Why this equation is
ugly in Cartesian
To sweep across a disk using x , y , the top edge is y = a 2 − x 2 — a curvy limit that changes with x . That mess is the reason we will invent polar coordinates.
Instead of "right and up," describe a point by turning and walking out . Stand at the origin, face along the positive x -axis, rotate by an angle, then walk forward.
θ
== θ == (Greek letter "theta") is the angle measured anticlockwise from the positive x -axis to the line joining the origin to your point.
But angles need a unit . We measure them in radians , not degrees — and this choice is the secret hero of the whole topic.
Definition Radian measure
One radian is the angle that cuts off an arc equal in length to the radius. So on a circle of radius r , an angle θ (in radians) cuts off an arc of length
arc length = r θ .
A full turn is 2 π radians (because the whole circumference is 2 π r ).
Intuition Why radians and not degrees?
The formula "arc = r θ " is clean only in radians. In degrees you'd carry an ugly factor π /180 everywhere. The parent's whole derivation rests on the arc side of a tiny box being r d θ — that is only true in radians.
See more: Arc Length and Radian Measure .
Now combine "how far out" with "which direction."
Definition Polar coordinates
== r == = distance from the origin (always r ≥ 0 ).
== θ == = the angle just defined.
To convert back to x , y : drop a right triangle from the point to the x -axis (figure below). The horizontal side is x = r cos θ , the vertical side is y = r sin θ .
Here cos θ ("cosine") is adjacent-over-hypotenuse of that triangle and sin θ ("sine") is opposite-over-hypotenuse . With hypotenuse r , the adjacent side is r cos θ and the opposite side is r sin θ — exactly the formulas above.
Common mistake Every quadrant matters
arctan ( y / x ) only gives angles between − 9 0 ∘ and + 9 0 ∘ , so it is wrong for points on the left half of the plane (x < 0 ). There the true θ is the raw arctan plus π . Always check which quadrant your point is in before trusting the formula. (Full treatment lives with the arctan discussion; just know the naive formula is not the whole story.)
∫ means
∫ is a stretched "S" for "Sum ." The expression
∫ a b g ( x ) d x
means: chop the interval from a to b into tiny slices of width d x , multiply each slice's width by the height g ( x ) there, and add up all those skinny rectangles. The numbers a (bottom) and b (top) are the limits — where the sweep starts and stops.
Definition The double integral
∬
Two integral signs mean we sum over a 2-D region R , not a 1-D interval:
∬ R f ( x , y ) d A
chops the region into tiny tiles of area d A , multiplies each tile's area by the value f there, and adds them all. When f = 1 this just totals the area of R .
d A
d A is one tiny tile. In Cartesian the tile is a little rectangle with sides d x and d y , so d A = d x d y . The parent topic's entire job is to find the shape and size of the tile when we tile with polar grid lines instead.
See more: Area of Regions Bounded by Polar Curves .
Slide r by a whisker d r and θ by a whisker d θ . The four grid lines (two circles, two rays) trap a tiny curved box.
Definition The two sides of the polar tile
The radial side (along a ray) has length d r — you just walked out a bit.
The arc side (along a circle) has length r d θ — from radian measure, arc = radius × angle.
For a tiny box these two sides are almost perpendicular, so its area is length × width:
d A ≈ d r × r d θ = r d r d θ .
r appears
The arc side r d θ gets longer as r grows: same angle sweep, but farther out means a wider tile. That stretching is the factor r . This is the pizza-slice picture: skinny near the centre, fat near the crust.
The parent gives a second , machine-like proof of the same r using the Jacobian . Here are its two ingredients.
Definition Partial derivative
∂
A derivative measures "how fast does the output change when I nudge one input." The curly ∂ ("partial") means: nudge only that one variable , holding the others frozen. So ∂ r ∂ x asks "if I push r a little with θ fixed, how much does x = r cos θ move?" Answer: cos θ .
det of a 2 × 2 box
Arrange four numbers in a square and compute
det ( a c b d ) = a d − b c .
Geometrically this is the area of the parallelogram whose two edge-arrows are the columns. That is exactly why it measures how much a coordinate change stretches area.
Recall How the determinant reproduces
r
With x = r cos θ , y = r sin θ , the four partials form
det ( cos θ sin θ − r sin θ r cos θ ) = r cos 2 θ + r sin 2 θ = r ,
using cos 2 θ + sin 2 θ = 1 (Pythagoras again). Same r as the picture — now you trust it always .
See more: Jacobian Determinant and Change of Variables Theorem .
distance and circle x2 plus y2
polar tile sides dr and r d theta
area element dA equals r dr d theta
double integral over region
polar double integral master formula
Read it top to bottom: coordinates and radians feed the tile; the tile gives d A = r d r d θ ; the determinant confirms it; and the sum-idea of the integral wraps it into the master formula.
Test yourself — reveal only after you have answered aloud.
What do the two numbers in ( x , y ) measure? Signed distance right/left (x ) and up/down (y ) from the origin.
What is the distance from the origin to ( x , y ) ? x 2 + y 2 , by the Pythagorean theorem.
What does the equation x 2 + y 2 = a 2 describe? A circle of radius a centred at the origin.
Define one radian. The angle that cuts off an arc equal in length to the radius.
Arc length for angle θ on a circle of radius r ? r θ (only valid in radians).
Convert polar to Cartesian. x = r cos θ , y = r sin θ .
Why is arctan ( y / x ) not always the true angle? It only returns angles in ( − 9 0 ∘ , 9 0 ∘ ) ; for x < 0 you must add π .
What does ∬ R f d A compute when f = 1 ? The area of the region R .
What are the two side lengths of a tiny polar tile? d r (radial) and r d θ (arc).
Why does the extra factor r appear in d A ? The arc side r d θ stretches with distance, so tiles get bigger farther out.
What does ∂ r ∂ x mean? The change in x when only r is nudged, holding θ fixed; here it equals cos θ .
What does a 2 × 2 determinant a d − b c measure geometrically? The (signed) area of the parallelogram spanned by its two columns.