The tangent line to a smooth curve at a point is the straight line through that point with direction .

Parameterizing the tangent line by a new parameter :

At you’re at the contact point . For each unit increase in you move by the tangent vector .

Smoothness requirement

The construction requires . Otherwise no tangent direction exists — the curve has stalled or has a corner at . This is part of why smooth curves are defined to have a nowhere-zero derivative.

Worked example

Tangent line to at .

. Differentiate: , so , and .

Tangent line: — the line , .

Linear approximation

Near , . The tangent line is the first-order Taylor approximation to the curve.

This is how physicists treat smooth curves locally as straight lines, and how numerical algorithms (Euler’s method, linearization of ODEs around equilibria) work. See Locally linear system.

Tangent line vs. tangent vector

A subtle but useful distinction:

  • Tangent vector : an arrow, length-bearing, attached at . Its magnitude is the speed.
  • Tangent line : a geometric line in space, infinite in extent, that contains the tangent vector.
  • Unit tangent [[Unit tangent vector|]]: the tangent vector normalized to length 1 — direction only, no speed information.

For line integrals the tangent vector is what you use; for visualizing the curve geometrically, the tangent line is what you draw.