For a curve given by y = f(x), the derivative dy/dx at a point (x₀, y₀) represents the slope of the tangent line at that point.
Let m = (dy/dx) at (x₀, y₀)
Using the point-slope form y - y₁ = m(x - x₁):
y - y₀ = m * (x - x₀)
y - y₀ = (dy/dx) at (x₀,y₀) * (x - x₀)
The normal line is perpendicular to the tangent line at the point of tangency. Its slope is the negative reciprocal of the tangent's slope.
Slope of normal = -1 / m = -1 / (dy/dx)
y - y₀ = (-1/m) * (x - x₀)
(y - y₀) * m = -(x - x₀) (x - x₀) + m * (y - y₀) = 0
If a curve passes through the origin (0, 0), we can find the equation of the tangent line(s) at the origin by a simple method.
Rewrite as y - 2x - x² = 0. Lowest degree terms are (y - 2x) (degree 1). Set to zero: y - 2x = 0, or y = 2x. This is the single tangent at the origin.
Rewrite as y² - x² - x³ = 0. Lowest degree terms are (y² - x²) (degree 2). Set to zero: y² - x² = 0, which means (y - x)(y + x) = 0. This gives two tangents at the origin: y = x and y = -x. (The origin is a "node" or crossing-point for this curve).
Rewrite as y² - x³ = 0. Lowest degree term is y² (degree 2). Set to zero: y² = 0, or y = 0 (the x-axis). (This indicates a "cusp" at the origin).
The angle of intersection between two curves, f(x) and g(x), at a point (x₀, y₀) is defined as the acute angle between their tangent lines at that point.
tan(θ) = | (m₁ - m₂) / (1 + m₁m₂) |
Let s be the arc length of a curve y = f(x), measured from some fixed point.
We can consider a small segment of the arc, ds, as the hypotenuse of a right triangle with sides dx and dy.
By the Pythagorean theorem:
(ds)² = (dx)² + (dy)²Dividing by (dx)²:
(ds/dx)² = 1 + (dy/dx)²Derivative of arc length w.r.t x: ds/dx = √(1 + (dy/dx)²)
Dividing by (dy)²:
(ds/dy)² = (dx/dy)² + 1Derivative of arc length w.r.t y: ds/dy = √(1 + (dx/dy)²)
For a curve given in polar coordinates as r = f(θ):
The formula relating r, θ, and φ is: tan(φ) = r / (dr/dθ)
tan(φ) = r * (dθ/dr)
Logarithmic trick: Sometimes it's easier to take the log first.
            
            If ln(r) = ln(f(θ)), then differentiating w.r.t θ gives:
            
            (1/r) * (dr/dθ) = f'(θ) / f(θ)
            
            This can be rearranged to 1 / tan(φ) = cot(φ) = (1/r) * (dr/dθ).
            
For a polar curve r = f(θ), we can find a similar relation for the arc length s.
The relationship is (ds)² = (dr)² + (r dθ)².
Dividing by (dθ)²:
(ds/dθ)² = (dr/dθ)² + r²Derivative of arc length w.r.t θ: ds/dθ = √(r² + (dr/dθ)²)
Dividing by (dr)²:
(ds/dr)² = 1 + r²(dθ/dr)²Derivative of arc length w.r.t r: ds/dr = √(1 + r²(dθ/dr)²)
Similar to the Cartesian versions, these are lengths related to the tangent and normal lines, but defined relative to the radius vector.
Draw the tangent and normal lines at a point P(r, θ) on the curve. Draw a line through the origin (pole) O perpendicular to the radius vector OP. This new line intersects the tangent at T and the normal at N.
Length of Polar Subtangent = | r² * (dθ/dr) | = | r * tan(φ) |
Length of Polar Subnormal = | dr/dθ | = | r * cot(φ) |
Curvature (κ) measures how sharply a curve bends. The radius of curvature (ρ) is the reciprocal of the curvature (ρ = 1/κ). It is the radius of the "best-fit" circle (called the osculating circle) that is tangent to the curve at a given point.
ρ = [ 1 + (dy/dx)² ]³ᐟ² / | d²y/dx² |
ρ = [ 1 + (y')² ]³ᐟ² / | y'' |
Let x' = dx/dt, y' = dy/dt, x'' = d²x/dt², y'' = d²y/dt².
ρ = [ (x')² + (y')² ]³ᐟ² / | x'y'' - y'x'' |
Let r' = dr/dθ and r'' = d²r/dθ².
ρ = [ r² + (r')² ]³ᐟ² / | r² + 2(r')² - r * r'' |
This formula is complex and used less often, but you should be familiar with it. The Cartesian formula is the most important one to memorize.