Slopes of Polar Curves
A polar curve r(θ) lives on a radar screen, but tangent lines are still Cartesian objects, "slope" means dy/dx, rise over run in ordinary coordinates. The bridge is the standard conversion x = r cos θ, y = r sin θ: treat θ as the parameter, differentiate both coordinates with the product rule, and take the parametric ratio. The result is the polar slope formula:
dy/dx = [ r'·sin θ + r·cos θ ] / [ r'·cos θ − r·sin θ ]
where r' = dr/dθ. Each half tells a story: the numerator is dy/dθ (how height changes as the angle sweeps), the denominator dx/dθ. Both mix two effects, the radius stretching (r' terms) and the direction rotating (r terms), which is why polar slopes are never just r'.
How to Use This Calculator
Enter r(θ) with the angle written as t plus the θ-value where you want the slope. The calculator computes dr/dθ symbolically, substitutes into the formula with all four pieces shown (r, r', sin θ, cos θ), and reports dy/dx, or flags a vertical tangent when the denominator vanishes. The curve is drawn with the evaluation point marked, so you can eyeball the tangent direction against the number. The circle chip makes a clean self-check: at θ = π/4 the tangent to a centered circle must be perpendicular to the radius, slope −1 exactly.
Worked Example
The cardioid r = 1 + cos θ at θ = π/2. Here r' = −sin θ. Evaluating the pieces: r = 1, r' = −1, sin θ = 1, cos θ = 0.
Numerator: (−1)(1) + (1)(0) = −1. Denominator: (−1)(0) − (1)(1) = −1.
dy/dx = (−1)/(−1) = 1 at the top of the cardioid the curve climbs at exactly 45°. A glance at the plotted heart shape confirms the tangent's tilt, and the marked point sits precisely where the slope was measured.
Common Mistakes to Avoid
- Reporting dr/dθ as "the slope." r' measures how fast the radius grows with angle, a polar rate, not a Cartesian slope. A circle has r' = 0 everywhere yet its tangent slopes take every value.
- Scrambling the formula's signs. The denominator is r'cos θ minus r sin θ; the minus comes from differentiating cos θ. Swapping signs flips vertical tangents into horizontal ones and vice versa.
- Working in degrees. Both the trig evaluations and the derivative r' assume radians; the chips' presets (π/2 ≈ 1.5708, etc.) model the right inputs.
- Ignoring the tangent-at-the-origin shortcut. When the curve passes through the pole (r = 0 at θ₀ with r' ≠ 0), the formula collapses to tan θ₀, the curve leaves the origin along the ray θ = θ₀. Rose petals' directions at the center come from exactly this.
Horizontal and Vertical Tangents
Setting numerator or denominator to zero locates the curve's level and plumb points: horizontal tangents where r'sin θ + r cos θ = 0 (with the denominator nonzero), vertical tangents where r'cos θ − r sin θ = 0 (numerator nonzero). For the cardioid these equations produce the classic answers, horizontal at θ = π/2 and the two symmetric points at cos θ = ½·(−1±…), vertical at θ = 0's rightmost bulge and companions, the standard exam question this calculator lets you verify point by point. When both expressions vanish simultaneously (as at the cardioid's cusp, θ = π), the formula goes 0/0 and limit analysis takes over.
Real-World Applications
Wherever polar geometry appears, its tangents carry the physics. Cam design is the sharpest example: a cam's profile is r(θ), and the follower's velocity depends directly on the profile's slope at the contact point, smooth valve operation in an engine is a constraint on exactly the derivative this page computes. Antenna and microphone polar patterns (the cardioid mic again) have nulls and maxima located by horizontal-tangent-style analysis of the pattern curve; and in orbital mechanics, the flight-path angle of a satellite, the angle between velocity and the local horizontal, is a polar-tangent computation on the orbit r(θ).
Spiral machinery leans on it too: scroll compressors and turbine volutes are polar curves whose wall angles (hence flow behavior) are set by dy/dx along the spiral, and the constant-angle property of the logarithmic spiral, the reason it appears in nature from shells to hawks' flight paths, is a statement that this formula's output keeps a fixed relationship to the radius direction. Even map-reading uses the idea: a hurricane's spiral rain bands crossing radar rings at measurable angles is polar tangent geometry read off a live screen.
Frequently Asked Questions
Where does the slope formula come from?
From parametric differentiation of the conversion x = r(θ)cos θ, y = r(θ)sin θ: product rule on each, then dy/dx = (dy/dθ)/(dx/dθ). The formula is that quotient written out, nothing beyond the parametric derivative plus the product rule.
Why does a circle have slope −1 at θ = π/4?
With r constant, r' = 0 and the formula reduces to −cos θ/sin θ = −cot θ, the negative reciprocal of the radius's slope tan θ. Tangent ⟂ radius, the geometry theorem, emerges from pure algebra; at π/4 that's −1.
What happens at the pole (origin)?
If r(θ₀) = 0 and r'(θ₀) ≠ 0, both formula halves pick up the factor r' and the slope limit is tan θ₀, the curve enters and leaves the origin along the ray at angle θ₀. Each petal of cos(2θ) departs the center along a different such ray, which is why the rose's center looks like crossing spokes.
How do I get the second derivative of a polar curve?
The same way as any parametric curve: differentiate the slope expression with respect to θ, then divide by dx/dθ once more. It's algebra-heavy by hand, concavity questions on polar curves are usually best delegated or checked numerically.
Is there a formula for the angle between the curve and the radius instead?
Yes, and it's cleaner: tan ψ = r/r′, where ψ is the angle between the tangent line and the radial direction. For the logarithmic spiral r = e^(kθ), tan ψ = 1/k is constant, the equiangular property. The Cartesian dy/dx and the radial ψ are two dialects describing the same tangent line.