Study Guide

Defining polar coordinates and differentiating in polar form

AP Calculus BC· 6 min read

1. Introduction to Polar Coordinates★★☆☆☆⏱ 15 min

📘 Definition

Polar Coordinate Point

A point is defined by , the distance from the pole (origin), and , the angle from the polar axis (positive -axis).

Example:

The Cartesian point is in polar coordinates.

Unlike Cartesian coordinates, which assign a unique pair to every point, polar coordinates can have multiple valid representations for the same point. For example, describes the exact same point.

To convert between polar and Cartesian coordinates, we use the following core trigonometric relationships:

x=rcosθy=rsinθr2=x2+y2tanθ=yx,x0x = r \cos \theta \\ y = r \sin \theta \\ r^2 = x^2 + y^2 \\ \tan \theta = \frac{y}{x}, \quad x \neq 0
📐 Worked Example

Convert the polar point to Cartesian coordinates.

  1. 1

    Use the standard conversion formulas and :

  2. 2
    x=4cos(2π3)=4(12)=2y=4sin(2π3)=4(32)=23x = 4 \cos\left(\frac{2\pi}{3}\right) = 4 \left(-\frac{1}{2}\right) = -2 \\ y = 4 \sin\left(\frac{2\pi}{3}\right) = 4 \left(\frac{\sqrt{3}}{2}\right) = 2\sqrt{3}
  3. 3

    The Cartesian equivalent of is .

2. Deriving the Polar Derivative Formula★★★☆☆⏱ 20 min

A polar curve can be treated as a parametric curve with parameter . We use the parametric derivative rule to find the slope of the tangent line.

🔬 Derivation
Goal:

Derive the formula for for

Starting from:

Parametric derivative rule:

  1. 1

    Write and in terms of using conversion formulas:

  2. 2
    x=rcosθ=f(θ)cosθy=rsinθ=f(θ)sinθx = r \cos \theta = f(\theta) \cos \theta \\ y = r \sin \theta = f(\theta) \sin \theta
  3. 3

    Differentiate using the product rule:

  4. 4
    dydθ=f(θ)sinθ+f(θ)cosθdxdθ=f(θ)cosθf(θ)sinθ\frac{dy}{d\theta} = f'(\theta) \sin \theta + f(\theta) \cos \theta \\ \frac{dx}{d\theta} = f'(\theta) \cos \theta - f(\theta) \sin \theta
  5. 5

    Substitute into the parametric derivative formula

Result:

The slope of the tangent line to any polar curve is:

dydx=drdθsinθ+rcosθdrdθcosθrsinθ\frac{dy}{dx} = \frac{\frac{dr}{d\theta} \sin \theta + r \cos \theta}{\frac{dr}{d\theta} \cos \theta - r \sin \theta}
📐 Worked Example

Find for the polar curve .

  1. 1

    First calculate :

  2. 2
    drdθ=2sinθ\frac{dr}{d\theta} = -2 \sin \theta
  3. 3

    Substitute into the polar derivative formula:

  4. 4
    dydx=(2sinθ)sinθ+(2cosθ)cosθ(2sinθ)cosθ(2cosθ)sinθ\frac{dy}{dx} = \frac{(-2 \sin \theta) \sin \theta + (2 \cos \theta) \cos \theta}{(-2 \sin \theta) \cos \theta - (2 \cos \theta) \sin \theta}
  5. 5

    Simplify using double-angle identities:

  6. 6
    Numerator: 2sin2θ+2cos2θ=2cos2θDenominator: 4sinθcosθ=2sin2θdydx=2cos2θ2sin2θ=cot2θ\text{Numerator: } -2\sin^2\theta + 2\cos^2\theta = 2\cos 2\theta \\ \text{Denominator: } -4 \sin \theta \cos \theta = -2 \sin 2\theta \\ \frac{dy}{dx} = \frac{2 \cos 2\theta}{-2 \sin 2\theta} = -\cot 2\theta

3. Horizontal and Vertical Tangents★★★☆☆⏱ 15 min

We use the components of the polar derivative to find where polar curves have horizontal or vertical tangents, following these rules:

  • Horizontal tangents occur when and

  • Vertical tangents occur when and

  • If both derivatives are zero, the slope is indeterminate and requires further analysis

📐 Worked Example

Find all points on where has a horizontal tangent.

  1. 1

    Calculate and :

  2. 2
    r=1+sinθ    drdθ=cosθdydθ=drdθsinθ+rcosθ=cosθsinθ+(1+sinθ)cosθr = 1 + \sin \theta \implies \frac{dr}{d\theta} = \cos \theta \\ \frac{dy}{d\theta} = \frac{dr}{d\theta} \sin \theta + r \cos \theta = \cos \theta \sin \theta + (1 + \sin \theta) \cos \theta
  3. 3

    Simplify and set :

  4. 4
    dydθ=2sinθcosθ+cosθ=cosθ(2sinθ+1)=0\frac{dy}{d\theta} = 2 \sin \theta \cos \theta + \cos \theta = \cos \theta (2 \sin \theta + 1) = 0
  5. 5

    Solve for and check that for each solution:

  6. 6

    We get 4 valid points with non-zero : , , ,

4. Common Pitfalls

Wrong move:

Forgetting the product rule when differentiating and , writing

Why:

is a function of , so product rule is required for both derivatives

Correct move:

Always use: and

Wrong move:

Claiming a horizontal tangent when both and

Why:

When both derivatives are zero, is indeterminate, not zero, so the slope is not guaranteed to be zero

Correct move:

Always confirm the other derivative is non-zero before concluding you have a horizontal or vertical tangent

Wrong move:

Swapping numerator and denominator in the polar derivative formula

Why:

Both derivatives follow similar product rules, making it easy to mix up their positions

Correct move:

Remember , so is always the numerator, matching the parametric derivative rule

Wrong move:

Adjusting the angle for negative before converting to Cartesian coordinates

Why:

Many students think negative requires changing first, but this leads to extra work and errors

Correct move:

Use and directly, even for negative : the formulas automatically give the correct Cartesian coordinates

5. Quick Reference Cheatsheet

Concept

Formula

Polar to Cartesian

Cartesian to Polar

Polar tangent slope

Horizontal tangent

Vertical tangent

When this came up on past exams

AI-estimated based on syllabus patterns — cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 · MCQ

    Find slope of polar tangent line

  • 2022 · FRQ

    Find horizontal tangents on polar curve

  • 2021 · MCQ

    Convert polar to Cartesian point

What's Next

Now that you understand polar coordinates and differentiation of polar curves, you have the core foundation to solve more advanced polar problems, including finding arc length of polar curves and calculating areas bounded by polar curves, the next key topics in Unit 9. These topics build directly on the skills you learned here: converting between coordinate systems and differentiating polar curves are required to set up and evaluate area and arc length integrals for polar functions. Polar tangent slope questions appear frequently in AP Calculus BC multiple-choice, so mastering these skills will directly improve your exam performance.