Andromeda
Note

Tangent Lines

Definition

A tangent line to a curve at a point P(x0,f(x0))P(x_0, f(x_0)) is the straight line that “just touches” the curve at that point. It is the best linear approximation to the curve near PP.

Why It Matters

Tangent lines allow us to approximate complex, non-linear functions with simple linear ones. This is the foundation of linear approximation in engineering and physics, turning intractable non-linear systems into solvable local approximations.

Core Concepts

  • Tangent Line Equation: Once the slope mm at a point is known, the line is defined by: yf(x0)=m(xx0)y - f(x_0) = m(x - x_0)
    • How to read: “y minus f of x-zero equals m times (x minus x-zero).”
    • Meaning / when to use: The point-slope form of the tangent line equation at (x0,f(x0))(x_0, f(x_0)). Use this once m=f(x0)m = f'(x_0) is found.
  • Local Linearity: Near the point of tangency, the curve and its tangent line are practically indistinguishable.
  • Normal Line: The line perpendicular to the tangent line at the point of tangency, with slope 1/m-1/m.

Connected Concepts