MATH 250 - Calculus II Study Notes: Polar Coordinates and
Coordinate Conversion
CSUN MATH 250 Focus: Prerequisite for Integration, Arc Length, and Areas in
Polar Form
Study Insights for Calculus II Students
Polar coordinates are not just an alternative way to locate a point; they are a
fundamental tool that dramatically simplifies the mathematical representation of
many curves, particularly those with circular or rotational symmetry.
The Power of Simplicity: In Cartesian coordinates, the equation of a circle
centered at the origin is the relatively complex
x2+y2=a2
. In polar
coordinates, this simplifies to the elegant
r=a
. This simplification is why
polar coordinates are introduced—they make complex shapes algebraically
simpler, especially when it comes time to integrate over those regions.
The Polar Integral: The true utility of polar coordinates in MATH 250
appears in Multiple Integration (sometimes introduced at the end of Calc II,
or the beginning of Multivariable Calculus). When integrating over circular
domains, the element of area
dA
in Cartesian coordinates (
dx dy
) transforms
into the much more useful
r dr dθ
in polar coordinates. This transformation is
crucial for solving many physical and engineering problems.
Arc Length and Tangent Lines: You will use the conversion formulas to find
the derivative
dy
dx
of a polar curve
r=f(θ)
, which is necessary for finding
tangent lines and calculating the arc length of polar curves.
Mastering the conversion formulas is the bridge connecting all these Calculus
applications.
Knowledge Organization: Polar Coordinate System
I. Fundamental Concepts
The polar coordinate system uses a distance and an angle to specify the location of a
point
P(r , θ)
.
Pole (Origin): The fixed central point, analogous to the origin
(0,0)
in the
Cartesian system.
Polar Axis: A fixed ray extending horizontally from the pole to the right,
analogous to the positive
x
-axis.
Polar Radius (
r
): The directed distance from the pole to the point
P
.
o
r>0
: The point lies on the terminal side of
θ
.
o
r<0
: The point lies on the ray opposite to the terminal side of
θ
(in the
opposite quadrant).
o
r=0
: The point is the Pole.
Polar Angle (
θ
): The directed angle from the polar axis to the line segment
OP
.
o
θ>0
: Measured counterclockwise.
o
θ<0
: Measured clockwise.
II. Multi-Valued Representation of a Point
Unlike the Cartesian system where every point
(x , y )
has a unique representation, a
single point in the polar plane has infinitely many representations.
A. Multiples of
2π
Adding or subtracting multiples of
2π
(or
360∘
) to the angle
θ
results in the same
point.
P(r , θ)=P(r , θ+2nπ ),where nis an integer
B. Negative Radius (
r
)
Using a negative radius places the point in the opposite quadrant (rotated by
π
or
180∘
).
P(r , θ)=P(− r ,θ+π)
Example: The point
P(2, π /4)
(in Quadrant I) can also be represented by:
o
(2,9π/4)
(one full rotation added).
o
(−2,5π/4)
(negative radius means moving
2
units backward from the
angle
5π/4
, landing in Quadrant I).
o
(−2, −3π/4)
Calculus Note: When integrating, we usually restrict
θ
to
[0,2π]
or
[− π , π ]
and require
r ≥ 0
to avoid recounting the area.
Coordinate Conversion Formulas
The connection between the two systems is established by placing the pole at the
origin and the polar axis along the positive
x
-axis. The key is the right triangle
formed by the point
P
, the pole, and the projection of
P
onto the polar axis.
I. Polar to Rectangular (Cartesian) Conversion
Given a point
P(r , θ)
in polar coordinates, the rectangular coordinates
(x , y )
are:
x=rcos θy=rsin θ
These two equations are the most frequently used, as they allow for direct
substitution when converting equations.
II. Rectangular (Cartesian) to Polar Conversion
Given a point
P(x , y)
in rectangular coordinates, the polar coordinates
(r , θ)
are
determined by:
1. Radius (
r
): The Pythagorean Theorem.
r2=x2+y2orr=
√
x2+y2
(Note:
r
can be positive or negative, depending on the desired
representation).
2. Angle (
θ
): Using the tangent function.
tanθ=y
x,for x ≠0
Caution for
θ
: The equation
θ=arctan (y/x)
is insufficient by itself, as the
arctan
function only returns angles in
(− π /2, π /2)
. You must check the
quadrant of
(x , y )
to determine the correct value of
θ
.
oQuadrant I (
x>0, y>0
):
θ=arctan (y/x)
oQuadrant II or III (
x<0
):
θ=arctan (y/x)+π
oQuadrant IV (
x>0, y<0
):
θ=arctan (y/x)
(or
arctan (y/x)+2π
)
Special Cases (When
x=0
):
oPositive
y
-axis:
θ=π/2
oNegative
y
-axis:
θ=3π/2
(or
− π /2
)
Conversion Examples: Points
Example A: Polar to Rectangular
Problem: Convert the polar point
P(6,5π/6)
to rectangular coordinates.
Apply the formulas:
x=rcos θ=6 cos (5π/6)y=rsin θ=6 sin(5π/6)
Evaluate:
5π/6
is in Quadrant II, where
cos
is negative and
sin
is positive.
o
cos (5π/6)=−
√
3/2
o
sin(5π/6)=1/2
Result:
x=6(−
√
3/2)=−3
√
3y=6(1/2)=3
Rectangular Point:
(−3
√
3,3)
Example B: Rectangular to Polar
Problem: Convert the rectangular point
Q(−4, − 4)
to polar coordinates with
r>0
and
0≤ θ<2π
.
Find
r
:
r=
√
x2+y2=
√
¿¿
Find
θ
: The point
(−4, − 4)
is in Quadrant III.
tanθ=−4
−4=1
The reference angle is
π/4
. In Quadrant III,
θ
is:
θ=π+π/4=∗∗ 5π/4
Polar Point:
(4
√
2,5π/4)
Conversion Examples: Equations (The Calculus Bridge)
Converting equations between the systems is critical for simplifying integration
problems.
I. Rectangular to Polar
The goal is to replace
x
and
y
using the substitutions:
x=rcosθ
and
y=rsin θ
, and
x2+y2=r2
.
Example 1: Circle Centered at the Origin
Equation:
x2+y2=9
(A circle of radius 3)
Substitution: Replace
x2+y2
with
r2
.
r2=9
Result (Common Polar Form):
∗∗ r=3
Insight: This highlights the simplicity of polar coordinates for circular
geometry.
Example 2: Vertical Line
Equation:
x=5
Substitution: Replace
x
with
rcos θ
.
rcosθ=5
Solve for
r
(Standard Polar Form):
r=5
cos θor ∗∗ r=5secθ
Insight: Lines not passing through the pole have forms involving
trigonometric functions and
r
.
Example 3: General Quadratic (Parabola)
Equation:
y=x2
Substitution:
rsin θ=¿
rsin θ=r2cos2θ
Solve for
r
: Divide by
r
(assuming
r ≠ 0
, the pole is included separately).
sin θ=rcos2θr=sin θ
cos2θ=sin θ
cosθ⋅1
cos θ
Result (Standard Polar Form):
∗∗ r=tan θ sec θ
Note: This equation looks significantly more complicated in polar form,
confirming that polar coordinates are best suited for curves with
rotational symmetry, not necessarily parabolic symmetry.
II. Polar to Rectangular
The goal is to eliminate
r
and
θ
using the substitutions:
r2=x2+y2
,
rcos θ=x
, and
rsin θ=y
.
Example 4: Circle Not Centered at the Origin
Equation:
r=2cos θ
(The classic example)
Strategy: Multiply both sides by
r
to generate
r2
(which becomes
x2+y2
) and
rcosθ
(which becomes
x
).
r2=2rcos θ
Substitution:
x2+y2=2x
Convert to General Rectangular Form:
x2+y2−2x=0
Optional: Complete the Square to identify the shape:
(x2−2x+1)+ y2=1¿
Result (Rectangular):
¿
. This is a circle centered at
(1,0)
with a radius of
1
.
Example 5: Line Passing Through the Pole
Equation:
θ=π/4
Strategy: Use
tanθ=y/x
.
tanθ=tan(π/4)tan θ=1
Substitution:
y
x=1
Result (Rectangular):
∗∗ y=x∗∗
Insight: This is the line passing through the origin with a slope of
1
.
Example 6: Cardioid (A Common Polar Curve)
Equation:
r=1−sinθ
Strategy: Requires multiple steps. Square both sides to generate
r2
:
r2=¿
Multiply by
r2
(often needed for complex conversions):
r4=r2−2r2sinθ+r2sin2θ
Substitution:
r2=x2+y2
,
rsin θ=y
, and
r2sin2θ=¿
.
¿
The conversion is often left in this implicitly defined form, as
simplifying it further is extremely complex:
¿
Conclusion: When dealing with complex curves, the polar equation is
the only practical form for analysis in Calculus II. The conversion back
to rectangular form is too cumbersome to be useful.
Deeper Connections to Calculus II🚀
Connection A: Finding the Slope
dy
dx
of a Polar Curve
To find the tangent line to a polar curve
r=f(θ)
, you must use the conversion
formulas to express
x
and
y
parametrically in terms of
θ
:
1. Parametric Equations:
x(θ)=rcos θ=f(θ)cos θy(θ)=rsin θ=f(θ)sinθ
2. Chain Rule for Slope:
dy
dx
is calculated using the quotient of derivatives with
respect to the parameter
θ
:
dy
dx =dy /dθ
dx /dθ
3. Resulting Formula (Crucial for Calc II):
dy
dx =
d
dθ (f(θ)sin θ)
d
dθ (f(θ)cosθ)
=f′(θ)sin θ+f(θ)cosθ
f′(θ)cosθ −f (θ)sin θ
This formula allows you to analyze horizontal tangents (
dy /dθ=0
) and
vertical tangents (
dx /dθ=0
) for polar curves.
Connection B: Area in Polar Coordinates
One of the most important concepts in the polar coordinates unit is finding the area
A
of a region bounded by a polar curve
r=f(θ)
between the angles
θ=α
and
θ=β
.
The Area Formula:
A=∫
α
β1
2r2dθ
Derivation: This formula comes from summing up infinitesimally small
triangular sectors, where the area of a single sector is
1
2r2dθ
. The constant
r2
in the integrand emphasizes why the
r2=x2+y2
substitution is so essential.