Skip to content

Tangents and normals to curves

A tangent is a straight line with the same instantaneous gradient as a curve at a chosen point. A normal is the straight line perpendicular to that tangent at the same point.

These lines turn a derivative into geometric information. They are used to approximate functions, describe motion and solve problems involving directions perpendicular to a curve.

You should be able to:

  • find a derivative using standard differentiation rules
  • calculate the gradient and equation of a straight line
  • substitute a coordinate into the original curve

For a curve y=f(x)y=f(x), the tangent gradient at x=ax=a is

mtangent=f(a).m_{\mathrm{tangent}}=f'(a).

The point on the curve is (a,f(a))(a,f(a)). A line of gradient mm through (x1,y1)(x_1,y_1) has equation

yy1=m(xx1).\boxed{y-y_1=m(x-x_1)}.

This point-gradient form is usually the safest form to use. It makes the point and gradient visible, and avoids unnecessary algebra.

Find the tangent to

y=x32x+4y=x^3-2x+4

at x=2x=2.

Differentiate:

dydx=3x22.\frac{dy}{dx}=3x^2-2.

At x=2x=2, the tangent gradient is

m=3(2)22=10.m=3(2)^2-2=10.

Find the point from the original curve:

y=232(2)+4=8.y=2^3-2(2)+4=8.

The tangent passes through (2,8)(2,8), so

y8=10(x2).\boxed{y-8=10(x-2)}.

Equivalently, y=10x12y=10x-12.

Do not substitute x=2x=2 before differentiating. Doing so would replace the whole function by the constant 88, losing all gradient information.

Two non-vertical perpendicular lines with gradients m1m_1 and m2m_2 satisfy

m1m2=1.m_1m_2=-1.

Therefore, if the tangent gradient is a finite non-zero value mm,

mnormal=1m.\boxed{m_{\mathrm{normal}}=-\frac1m}.

The negative reciprocal changes both the sign and the reciprocal. For example, the perpendicular gradient to 2/32/3 is 3/2-3/2, not 3/23/2 and not 2/3-2/3.

Example 2: tangent and normal to a rational function

Section titled “Example 2: tangent and normal to a rational function”

For

y=6x+x,y=\frac{6}{x}+x,

find the tangent and normal at x=2x=2.

Write 6/x=6x16/x=6x^{-1} and differentiate:

dydx=6x2+1=16x2.\frac{dy}{dx}=-6x^{-2}+1=1-\frac{6}{x^2}.

At x=2x=2,

mtangent=164=12.m_{\mathrm{tangent}}=1-\frac64=-\frac12.

The point is

(2,62+2)=(2,5).\left(2,\frac62+2\right)=(2,5).

Hence the tangent is

y5=12(x2).\boxed{y-5=-\frac12(x-2)}.

The normal gradient is

mnormal=11/2=2,m_{\mathrm{normal}}=-\frac{1}{-1/2}=2,

so the normal is

y5=2(x2).\boxed{y-5=2(x-2)}.

For a tangent or normal at x=ax=a:

  1. Differentiate the curve.
  2. Evaluate f(a)f'(a) to find the tangent gradient.
  3. Evaluate f(a)f(a) using the original curve to find the point.
  4. For a normal, take the negative reciprocal of the tangent gradient.
  5. Substitute the point and gradient into yy1=m(xx1)y-y_1=m(x-x_1).
  6. Check that the final line passes through the stated point.

If a coordinate rather than an xx value is given, first confirm that the coordinate lies on the curve.

Sometimes the gradient is given and the point of contact must be found. Set the derivative equal to the required gradient, solve for xx, then calculate every corresponding yy value.

Find the points on

y=x33x2+5y=x^3-3x^2+5

where the tangent is parallel to y=3x1y=3x-1.

Parallel lines have equal gradients, so the required gradient is 33. Differentiate:

dydx=3x26x.\frac{dy}{dx}=3x^2-6x.

Set this equal to 33:

3x26x=3,3x^2-6x=3,

x22x1=0.x^2-2x-1=0.

Thus

x=1±2.x=1\pm\sqrt2.

There are two answers because a curve can have the same gradient at several points. Substitute both values into the original function. Using x2=2x+1x^2=2x+1 from the quadratic equation,

x3=x(2x+1)=2x2+x=5x+2,x^3=x(2x+1)=2x^2+x=5x+2,

so

y=x33x2+5=(5x+2)3(2x+1)+5=4x.y=x^3-3x^2+5=(5x+2)-3(2x+1)+5=4-x.

The points are therefore

(1+2,32)\boxed{(1+\sqrt2,\,3-\sqrt2)}

and

(12,3+2).\boxed{(1-\sqrt2,\,3+\sqrt2)}.

The negative reciprocal rule needs care when a line is horizontal or vertical.

TangentNormal
Horizontal, gradient 00Vertical, equation x=x1x=x_1
Vertical, gradient undefinedHorizontal, equation y=y1y=y_1

There is no finite negative reciprocal of zero. A horizontal tangent and vertical normal must be written using their geometric equations.

Example 4: horizontal tangent and vertical normal

Section titled “Example 4: horizontal tangent and vertical normal”

For

y=x33x+1,y=x^3-3x+1,

find the tangent and normal at x=1x=1.

Since

dydx=3x23,\frac{dy}{dx}=3x^2-3,

the tangent gradient at x=1x=1 is 00. The point is (1,1)(1,-1).

The horizontal tangent is

y=1,\boxed{y=-1},

and the vertical normal is

x=1.\boxed{x=1}.

This point is stationary because its tangent is horizontal. Whether it is a maximum, minimum or stationary point of inflection requires further analysis, covered in stationary points and curve sketching.

For an explicit differentiable function y=f(x)y=f(x), a vertical tangent usually arises where the displayed derivative is undefined or becomes unbounded. Parametric and implicit descriptions often represent such points more naturally.

For a relation involving both xx and yy, obtain dy/dxdy/dx by implicit differentiation, then evaluate it at the stated point. The line method is unchanged.

Find the tangent and normal to

x2+y2=25x^2+y^2=25

at (3,4)(3,4).

Differentiate both sides with respect to xx:

2x+2ydydx=0.2x+2y\frac{dy}{dx}=0.

Hence

dydx=xy.\frac{dy}{dx}=-\frac{x}{y}.

At (3,4)(3,4), the tangent gradient is 3/4-3/4. Therefore the tangent is

y4=34(x3).\boxed{y-4=-\frac34(x-3)}.

The normal gradient is 4/34/3, giving

y4=43(x3).\boxed{y-4=\frac43(x-3)}.

The normal passes through the centre (0,0)(0,0), as the geometry of a circle predicts. Indeed, rearranging its equation gives y=4x/3y=4x/3.

For a complete treatment of differentiating relations such as this, see implicit differentiation.

If xx and yy are both functions of a parameter tt, first find

dydx=dy/dtdx/dt.\frac{dy}{dx}=\frac{dy/dt}{dx/dt}.

Then use the given parameter value to calculate both the gradient and the point. The detailed method, including vertical tangents and second derivatives, is covered in parametric differentiation.

If a particle follows the graph y=f(x)y=f(x), its tangent gives its instantaneous direction of travel. A direction perpendicular to the path lies along the normal.

For example, a track has equation

y=14x2+2.y=\frac14x^2+2.

At x=4x=4,

dydx=12x=2.\frac{dy}{dx}=\frac12x=2.

The track makes an angle θ\theta with the positive xx axis satisfying

tanθ=2.\tan\theta=2.

Thus

θ=tan1(2)63.4.\theta=\tan^{-1}(2)\approx63.4^\circ.

An angle obtained from a gradient may need interpretation. Calculator values from tan1\tan^{-1} give a principal angle, while the context determines the actual direction.

Near x=ax=a, a smooth function is approximately equal to its tangent line:

f(x)f(a)+f(a)(xa).f(x)\approx f(a)+f'(a)(x-a).

Use this to estimate 4.1\sqrt{4.1}. Let f(x)=xf(x)=\sqrt{x} and choose the nearby convenient value a=4a=4.

f(4)=2,f(x)=12x,f(4)=14.f(4)=2, \qquad f'(x)=\frac{1}{2\sqrt{x}}, \qquad f'(4)=\frac14.

Therefore

4.12+14(4.14)=2.025.\sqrt{4.1}\approx2+\frac14(4.1-4)=2.025.

The true value is approximately 2.024852.02485, so the tangent gives an accurate local estimate. It is accurate nearby because the curve and tangent share both a point and a gradient.

  • Finding the point from dy/dxdy/dx instead of from the original curve.
  • Using f(a)f(a) as the gradient and f(a)f'(a) as the yy coordinate.
  • Taking a reciprocal but forgetting the negative sign for a normal.
  • Treating gradient 00 as if it had a finite negative reciprocal.
  • Assuming a line is tangent merely because it meets a curve at one point.
  • Solving f(x)=mf'(x)=m and keeping only one solution when several points have gradient mm.
  • Expanding point-gradient form incorrectly. Leaving a correct equation unexpanded is acceptable unless another form is requested.
  • Using degrees or radians inconsistently when converting a gradient to an angle.
  1. Find the tangent and normal to y=x2+2x3y=x^2+2x-3 at x=1x=1.
  2. Find every point on y=x33xy=x^3-3x where the tangent is horizontal, and write the corresponding normal equations.
  3. The curve x2+xy+y2=7x^2+xy+y^2=7 passes through (1,2)(1,2). Find the tangent there.
  4. Use a tangent to estimate 8.123\sqrt[3]{8.12}.
Answers

dydx=2x+2.\frac{dy}{dx}=2x+2.

At x=1x=1, the gradient is 44 and the point is (1,0)(1,0). Thus

y=4(x1)\boxed{y=4(x-1)}

and

y=14(x1).\boxed{y=-\frac14(x-1)}.

dydx=3x23=0\frac{dy}{dx}=3x^2-3=0

gives x=±1x=\pm1. The points are (1,2)(-1,2) and (1,2)(1,-2). Both tangents are horizontal. The normal equations are

x=1andx=1.\boxed{x=-1 \quad\text{and}\quad x=1}.

Implicit differentiation gives

2x+xdydx+y+2ydydx=0.2x+x\frac{dy}{dx}+y+2y\frac{dy}{dx}=0.

Therefore

dydx=2x+yx+2y.\frac{dy}{dx}=-\frac{2x+y}{x+2y}.

At (1,2)(1,2), the gradient is 4/5-4/5, so the tangent is

y2=45(x1).\boxed{y-2=-\frac45(x-1)}.

Let f(x)=x1/3f(x)=x^{1/3} and use a=8a=8. Then

f(8)=2,f(x)=13x2/3,f(8)=112.f(8)=2, \qquad f'(x)=\frac{1}{3x^{2/3}}, \qquad f'(8)=\frac1{12}.

Hence

8.1232+112(0.12)=2.01.\sqrt[3]{8.12}\approx2+\frac1{12}(0.12)=\boxed{2.01}.

Study stationary points and curve sketching to classify points with horizontal tangents. Then extend the same line methods to implicit differentiation and parametric differentiation.