Study Guide

Rates of change in polar functions

AP Precalculus· AP Precalculus CED — Trigonometric and Polar Functions· 14 min read

1. Core Concept: Deriving the Polar Slope Formula★★☆☆☆⏱ 3 min

Polar curves are defined as , where is the distance from the origin and is the angle from the positive x-axis. Unlike Cartesian curves, we cannot directly differentiate with respect to to get the tangent slope, so we use parametric differentiation to find the desired rate of change.

🔬 Derivation
Goal:

Derive the formula for (tangent slope) for a polar curve

Starting from:

Polar to Cartesian coordinate conversion

  1. 1

    Substitute into the conversion formulas to get parametric equations with parameter :

  2. 2
    x=f(θ)cosθy=f(θ)sinθx = f(\theta)\cos\theta \quad y = f(\theta)\sin\theta
  3. 3

    Apply the parametric derivative rule, which states:

  4. 4
    dydx=dy/dθdx/dθ\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta}
  5. 5

    Differentiate with respect to using the product rule:

  6. 6
    dydθ=f(θ)sinθ+f(θ)cosθ=f(θ)sinθ+rcosθ\frac{dy}{d\theta} = f'(\theta)\sin\theta + f(\theta)\cos\theta = f'(\theta)\sin\theta + r\cos\theta
  7. 7

    Differentiate with respect to using the product rule:

  8. 8
    dxdθ=f(θ)cosθf(θ)sinθ=f(θ)cosθrsinθ\frac{dx}{d\theta} = f'(\theta)\cos\theta - f(\theta)\sin\theta = f'(\theta)\cos\theta - r\sin\theta
Result:

Combining these gives the final slope formula for any non-singular point on a polar curve:

dydx=f(θ)sinθ+rcosθf(θ)cosθrsinθ\frac{dy}{dx} = \frac{f'(\theta)\sin\theta + r\cos\theta}{f'(\theta)\cos\theta - r\sin\theta}

2. Calculating Tangent Slope at a Point★★☆☆☆⏱ 4 min

To find the slope of the tangent line at a specific angle, evaluate and at the given angle first, then substitute into the slope formula. This avoids unnecessary algebraic errors.

📐 Worked Example

Find the slope of the tangent line to at .

  1. 1

    Identify and its derivative:

  2. 2
    f(θ)=2sinθ,f(θ)=2cosθf(\theta) = 2\sin\theta, \quad f'(\theta) = 2\cos\theta
  3. 3

    Evaluate and at :

  4. 4
    r=2sin(π3)=3,f(π3)=2cos(π3)=1r = 2\sin\left(\frac{\pi}{3}\right) = \sqrt{3}, \quad f'\left(\frac{\pi}{3}\right) = 2\cos\left(\frac{\pi}{3}\right) = 1
  5. 5

    Calculate the numerator of :

  6. 6
    f(θ)sinθ+rcosθ=132+312=3f'(\theta)\sin\theta + r\cos\theta = 1 \cdot \frac{\sqrt{3}}{2} + \sqrt{3} \cdot \frac{1}{2} = \sqrt{3}
  7. 7

    Calculate the denominator of :

  8. 8
    f(θ)cosθrsinθ=112332=1f'(\theta)\cos\theta - r\sin\theta = 1 \cdot \frac{1}{2} - \sqrt{3} \cdot \frac{\sqrt{3}}{2} = -1
  9. 9

    Divide to get the final slope:

  10. 10
    dydx=31=3\frac{dy}{dx} = \frac{\sqrt{3}}{-1} = -\sqrt{3}

3. Finding Horizontal and Vertical Tangents★★★☆☆⏱ 4 min

A horizontal tangent has slope , which occurs when and (to avoid the indeterminate form). A vertical tangent has undefined slope, which occurs when and .

📐 Worked Example

Find all values of in where has a horizontal tangent.

  1. 1

    Identify and its derivative:

  2. 2
    f(θ)=1+2cosθ,f(θ)=2sinθf(\theta) = 1 + 2\cos\theta, \quad f'(\theta) = -2\sin\theta
  3. 3

    Set and simplify using :

  4. 4
    2sin2θ+(1+2cosθ)cosθ=04cos2θ+cosθ2=0-2\sin^2\theta + (1 + 2\cos\theta)\cos\theta = 0 \\ 4\cos^2\theta + \cos\theta - 2 = 0
  5. 5

    Solve the quadratic for :

  6. 6
    cosθ=1±338\cos\theta = \frac{-1 \pm \sqrt{33}}{8}
  7. 7

    Both solutions are between and , so they are valid. Solutions to do not overlap with our solutions, so no indeterminate points exist here.

  8. 8

    Solve for to get the final result:

4. Tangents at the Origin and Singular Points★★★★☆⏱ 3 min

Many polar curves pass through the origin at multiple distinct angles, each with its own tangent line. If and , the slope formula simplifies to give the tangent line at the origin directly.

📐 Worked Example

Find all Cartesian equations of tangent lines to the 3-petaled rose at the origin.

  1. 1

    Find all angles where :

  2. 2
    4sin3θ=0    θ=nπ3 for integer n4\sin3\theta = 0 \implies \theta = \frac{n\pi}{3} \text{ for integer } n
  3. 3

    Check at these angles, confirm it is non-zero:

  4. 4
    f(θ)=12cos3θ    f(nπ3)=±120f'(\theta) = 12\cos3\theta \implies f'\left(\frac{n\pi}{3}\right) = \pm 12 \neq 0
  5. 5

    List distinct angles in , which captures all unique lines through the origin: , ,

  6. 6

    Convert each to Cartesian tangent form :

[Block type renderer not yet implemented · content will appear once shipped]
✓ Quick check

Test your understanding with this AP-style multiple choice question:

  1. Which of the following is the slope of the tangent line to at ?

    Reveal answer
    2

    Correct! Substituting into the slope formula gives a numerator of 0 and non-zero denominator, so the slope is 0, corresponding to a horizontal tangent.

5. Common Pitfalls

Wrong move:

Claiming is the tangent slope

Why:

Confuses the rate of change of radius with respect to angle for the Cartesian tangent slope that AP exams ask for

Correct move:

Always remember tangent slope is , so use the polar slope formula derived from parametric conversion, not

Wrong move:

Swapping numerator and denominator, writing

Why:

Common careless mistake mixing up the order of parametric differentiation

Correct move:

Recall the order matches the notation: , so the derivative of goes on top

Wrong move:

Claiming a horizontal tangent exists wherever , even when is also zero

Why:

Forgets is indeterminate, not zero

Correct move:

Always check the other derivative after solving: confirm for horizontal tangents, and for vertical tangents

Wrong move:

Treating as a constant when differentiating and

Why:

Forgets is a function of , not a fixed value

Correct move:

Always substitute before differentiating, so you remember to apply the product rule

Wrong move:

Only listing one tangent at the origin even if the curve passes through the origin at multiple angles

Why:

Forgets the origin can be written as for any angle, so multiple distinct tangents are possible

Correct move:

Always find all solutions to in to capture all distinct tangents at the origin

6. Quick Reference Cheatsheet

Category

Formula / Rule

Notes

Polar to parametric conversion

,

For any polar function

Tangent slope

For all non-singular points

Horizontal tangent condition

,

Horizontal tangents have slope 0

Vertical tangent condition

,

Vertical tangents have undefined slope

Tangent at origin

If , , tangent is

Does not apply if

Indeterminate singular point

Calculate

Required when both derivatives are zero

Core parametric rule

Used to derive all polar rate of change formulas

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.

  • 2025 · AP Precalculus

    MCQ slope calculation

  • 2024 · AP Precalculus

    FRQ horizontal tangent question

What's Next

This topic builds on your understanding of parametric differentiation and polar coordinates, and serves as the foundation for further analysis of polar curves in AP Precalculus Unit 3. The parametric relationships between , , , and you used here will reappear when you find area enclosed by polar curves and arc length of polar curves, so mastering the product rule and conversion steps here will help you avoid mistakes in those topics. This concept also deepens your understanding of rates of change for parameterized curves, which is tested heavily across both multiple-choice and free-response sections, and prepares you for advanced curve analysis in AP Calculus.