Math Lab
Home/Class XII/Ch 6/Tangents and normals

Tangents and normals

The derivative f(a)f'(a) is the slope of the line tangent to the graph of ff at the point (a,f(a))(a, f(a)). The normal at the same point is the line perpendicular to the tangent. These two lines reveal local geometry , how the curve bends and how a normal would push away from it.

Equation of the tangent

The line tangent to y=f(x)y = f(x) at (a,f(a))(a, f(a)):

yf(a)=f(a)(xa).y - f(a) = f'(a)(x - a).

Equation of the normal

The normal is perpendicular to the tangent. If the tangent has slope mm, the normal has slope 1/m-1/m:

yf(a)=1f(a)(xa),provided f(a)0.y - f(a) = -\frac{1}{f'(a)}(x - a), \quad \text{provided } f'(a) \neq 0.

If f(a)=0f'(a) = 0, the tangent is horizontal and the normal is the vertical line x=ax = a.

A worked example

For y=x2y = x^2 at the point (2,4)(2, 4):

f(x)=2xf'(x) = 2x, f(2)=4f'(2) = 4. Tangent: y4=4(x2)y - 4 = 4(x - 2), i.e., y=4x4y = 4x - 4.

Normal: y4=14(x2)y - 4 = -\tfrac{1}{4}(x - 2), i.e., y=14x+92y = -\tfrac{1}{4}x + \tfrac{9}{2}.

Tangent and normal in different forms

For a curve given parametrically by x=f(t),y=g(t)x = f(t), y = g(t), the slope of the tangent at parameter tt is g(t)f(t)\dfrac{g'(t)}{f'(t)}.

For an implicit curve F(x,y)=0F(x, y) = 0, differentiate implicitly to get dydx\dfrac{dy}{dx} at the point of interest.

Length of tangent / normal / subtangent / subnormal

At a point P=(x0,y0)P = (x_0, y_0) with dydx=m\dfrac{dy}{dx} = m:

  • Subtangent length: y0m\big|\dfrac{y_0}{m}\big|.
  • Subnormal length: my0|m y_0|.
  • Tangent length: y01+1/m2|y_0|\sqrt{1 + 1/m^2}.
  • Normal length: y01+m2|y_0|\sqrt{1 + m^2}.

These appear in older problems and in some applications to geometry.

Worked examples

Example 1. Find the equation of the tangent to y=x33x+5y = x^3 - 3x + 5 at x=1x = 1.

y(1)=13+5=3y(1) = 1 - 3 + 5 = 3. y(x)=3x23y'(x) = 3x^2 - 3, y(1)=0y'(1) = 0. So tangent is horizontal: y=3y = 3.

Example 2. Find tangent and normal to y=lnxy = \ln x at (1,0)(1, 0).

y(x)=1/xy'(x) = 1/x, y(1)=1y'(1) = 1. Tangent: y=x1y = x - 1. Normal: y=(x1)=1xy = -(x - 1) = 1 - x.

Example 3. Find the points on y=x3y = x^3 at which the tangent is parallel to y=3x+1y = 3x + 1.

Need y(x)=3x2=3y'(x) = 3x^2 = 3, i.e., x=±1x = \pm 1. Points: (1,1)(1, 1) and (1,1)(-1, -1).

Example 4. Find the tangent to x2+y2=25x^2 + y^2 = 25 at (3,4)(3, 4).

Implicit: 2x+2ydydx=02x + 2y \dfrac{dy}{dx} = 0, so dydx=x/y=3/4\dfrac{dy}{dx} = -x/y = -3/4.

Tangent: y4=34(x3)y - 4 = -\tfrac{3}{4}(x - 3), i.e., 3x+4y=253x + 4y = 25. (Standard tangent equation to a circle.)

Example 5. Find the angle between the tangents to y=x2y = x^2 at (1,1)(1, 1) and at (1,1)(-1, 1).

Slopes: 22 and 2-2. The angle θ\theta between two lines of slopes m1,m2m_1, m_2 satisfies tanθ=m1m21+m1m2=43=4/3\tan\theta = \big|\dfrac{m_1 - m_2}{1 + m_1 m_2}\big| = \big|\dfrac{4}{-3}\big| = 4/3.

So θ=tan1(4/3)\theta = \tan^{-1}(4/3).

Example 6. Find the equation of the normal to the curve y=x2+2x+1y = x^2 + 2x + 1 which passes through (1,4)(1, 4).

Let the normal be at (a,a2+2a+1)(a, a^2 + 2a + 1). Slope of tangent there: 2a+22a + 2. Slope of normal: 1/(2a+2)-1/(2a + 2).

Normal equation: y(a2+2a+1)=12a+2(xa)y - (a^2 + 2a + 1) = -\dfrac{1}{2a + 2}(x - a). Passes through (1,4)(1, 4):

4a22a1=1a2a+24 - a^2 - 2a - 1 = -\dfrac{1 - a}{2a + 2}.

3a22a=1a2(a+1)=a12(a+1)3 - a^2 - 2a = -\dfrac{1 - a}{2(a + 1)} = \dfrac{a - 1}{2(a + 1)}.

Multiply: 2(a+1)(3a22a)=a12(a + 1)(3 - a^2 - 2a) = a - 1. Solving this cubic gives the points of tangency for the normals passing through (1,4)(1, 4).

Try it yourself

  1. Find the tangent and normal to y=x3xy = x^3 - x at x=1x = 1.
  2. Find points on y=x24x+5y = x^2 - 4x + 5 where tangent is horizontal.
  3. Find tangent to x2+y2=1x^2 + y^2 = 1 at the point (cosθ,sinθ)(\cos\theta, \sin\theta).
  4. At what point on y=sinxy = \sin x is the tangent slope equal to 1/21/2?
  5. Find equation of tangent at (1,1)(1, 1) to y=1x23x+3y = \dfrac{1}{x^2 - 3x + 3}.
  6. Find the equation of the tangent at (acos3t,asin3t)(a\cos^3 t, a\sin^3 t) on the astroid x2/3+y2/3=a2/3x^{2/3} + y^{2/3} = a^{2/3}.
  7. Find the points where the tangent to y=x311x+5y = x^3 - 11 x + 5 has slope 11.
  8. Find the angle between the tangents to y2=4xy^2 = 4x at the points (1,2)(1, 2) and (1,2)(1, -2).
  9. Show that the tangent to y=exy = e^x at (0,1)(0, 1) has equation y=1+xy = 1 + x.
  10. Find the equation of the normal to xy=c2xy = c^2 at (c,c)(c, c).
  11. A curve y=f(x)y = f(x) has f(1)=2f(1) = 2 and f(1)=3f'(1) = -3. Write tangent and normal at (1,2)(1, 2).
  12. Find the length of the subtangent at any point on the curve y2=4axy^2 = 4ax.
  13. Find tangent to y=(logx)2y = (\log x)^2 at x=1x = 1.
  14. At what angle does y=x33xy = x^3 - 3x cross the xx-axis at x=0x = 0?

Pitfalls / Tricks

  • The slope of the normal is 1/m-1/m (negative reciprocal), not just m-m.
  • A horizontal tangent gives a vertical normal: x=ax = a.
  • When asked for a tangent from a point not on the curve, set up the point of tangency as unknown.
  • For implicit curves, differentiate implicitly , do not try to solve for yy first.
  • Always plug the value of x=ax = a into yy' to get a number, before writing the line equation.

Next, approximations using differentials.

Practice quiz

Quick check on this topic.

Quiz
Quick check — Tangents and normals
6 questions · pick the best answer
Q1

Slope of tangent to y=sinxy=\sin x at x=0x=0 is:

Q2

Tangent to y=x2x+1y=x^2-x+1 at (1,1)(1,1) has slope:

Q3

Equation of normal to y=x2y=x^2 at (1,1)(1,1) is:

Q4

The tangent to y=x3y=x^3 at x=0x=0 is:

Q5

If the tangent at (a,b)(a,b) on a curve is horizontal, then at that point:

Q6

The point on y=x2y=x^2 where the tangent has slope 4 is: