L No 24 PDF
L No 24 PDF
MODULE - V
Calculus
24 Notes
In the previous lesson, you have learnt that the slope of a line is the tangent of the angle which
this line makes with the positive direction of x-axis. It is denoted by the letter 'm'. Thus, if θ is
the angle which a line makes with the positive direction of x-axis, then m is given by tan θ .
You have also learnt that the slope m of a line, passing through two points ( x1, y 1 ) and ( x 2 , y 2 ) is
y 2 − y1
given by m =
x 2 − x1
In this lesson, we shall find the equations of tangents and normals to different curves, using the
knowledge of differential calculus. We shall also study about Rolle's Theorem and Mean Value
Theorems and their applications.
OBJECTIVES
After studying this lesson, you will be able to :
• define tangent and normal to a curve (graph of a function) at a point;
• find equations of tangents and normals to a curve under given conditions;
• state Rolle's Theorem and Lagrange's Mean Value Theorem; and
• test the validity of the above theorems and apply them to solve problems.
MATHEMATICS 299
Tangents and Normals
MODULE - V 24.1 SLOPE OF TANGENT AND NORMAL
Calculus
Let y = f ( x ) be a continuous curve and let
Note
1. The tangent to a curve at any point will be parallel to x-axis if θ = 0 , i.e, the derivative
at the point will be zero.
dx
i.e. at ( x1, y1 ) = 0
dy
x 2 + x 3 + 3xy + y 2 = 5 .....(i)
Differentialing (i),w.r.t. x, we get
300 MATHEMATICS
Tangents and Normals
MODULE - V
dy dy
2
2x + 3x + 3 x + y.1 + 2y =0 .....(ii) Calculus
dx dx
dy dy
2 × 1 + 3 × 1 + 3 + 1 + 2 =0
dx dx Notes
dy dy 8
or 5 = −8 ⇒ =−
dx dx 5
8
∴ The slope of tangent to the curve at (1, 1) is −
5
5
∴ The slope of normal to the curve at (1, 1) is
8
1 5
Example 24.2 Show that the tangents to the curve y = 3x + 2x 3 −3x
6
at the points x = ±3 are parallel.
3x5 + 2x 3 − 3x
Solution : The equation of the curve is y = .....(i)
6
Differentiating (i) w.r.t. x, we get
=
4
(
dy 15x + 6x − 3
2
)
dx 6
15 3 4 + 6 ( 3) 2 − 3
dy at = ( )
dx x =3
6
1
= [15 × 9 × 9 + 54 − 3]
6
3
= [405 + 17] = 211
6
dy 1 15 (− 3)4 + 6 (− 3)2 − 3
atx = − 3 = = 2111
dx 6
∴ The tangents to the curve at x = ±3 are parallel as the slopes at x = ±3 are equal.
1
Example 24.3 The slope of the curve 6y3 = px 2 + q at (2, −2 ) is .
6
Find the values of p and q.
Solution : The equation of the curve is
6y3 = px 2 + q .....(i)
MATHEMATICS 301
Tangents and Normals
MODULE - V Differentiating (i) w.r.t. x, we get
Calculus 2 dy
18y = 2px .....(ii)
dx
Putting x = 2, y = −2, we get
dy
18 ( − 2)
2
=2p ⋅2 = 4p
Notes dx
dy p
∴ =
dx 18
1
It is given equal to
6
1 p
∴ = ⇒ p=3
6 18
∴ The equation of curve becomes
6y3 = 3x 2 + q
Also, the point (2, –2) lies on the curve
6 ( − 2) =3 ( 2 )
3 2
∴ +q
⇒ − 48 − 12 = q or q = −60
∴ The value of p = 3, q = −60
(i) y = x 3 − 2x at x = 2 (ii) x 2 + 3y + y 2 = 5 at ( 1, 1 )
π
(iii) x = a (θ − sin θ) , y = a (1 − cos θ) at θ =
2
2. Find the values of p and q if the slope of the tangent to the curve xy + px + qy = 2 at
(1, 1) is 2.
3. Find the points on the curve x 2 + y 2 = 18 at which the tangents are parallel to the line
x+y = 3.
4. At what points on the curve y = x 2 − 4x + 5 is the tangent perpendiculat to the line
2y + x − 7 =0 .
302 MATHEMATICS
Tangents and Normals
y − y1 =m ( x −x1 )
MODULE - V
Calculus
As discussed in the section before, the slope of tangent to the curve y = f (x) at ( x1, y 1 ) is given
dy dx
by at ( x1, y 1 ) and that of normal is − at ( x1, y1 )
dx dy
Notes
∴ Equation of tangent to the curve y = f (x) at the point ( x1, y 1 ) is
dy
y − y1= [x −x1 ]
dx ( x
1)
,y
1
And, the equation of normal to the curve y = f(x) at the point ( x1, y 1 ) is
−1
y − y1 = x −x
1
dy
dx ( x )
1 , y1
Note
dy
(i) The equation of tangent to a curve is parallel to x-axis if = 0 . In that case
dx ( x ,y )
1 1
equation is x = x1
Example 24.4 Find the equation of the tangent and normal to the circle x 2 + y2 = 25 at the
point (4, 3)
Solution : The equation of circle is
x 2 + y2 = 25 ....(i)
Differentialing (1), w.r.t. x, we get
dy
2x + 2y =0
dx
dy − x
⇒ =
dx y
dy 4
∴ dx at = − 3
( 4,3)
MATHEMATICS 303
Tangents and Normals
MODULE - V ∴ Equation of tangent to the circle at (4, 3) is
Calculus 4
y −3 = − (x − 4)
3
or 4 ( x − 4 ) + 3 ( y − 3) = 0 or, 4x + 3y = 25
−1 3
Notes
Also, slope of the normal = =
dy 4
dx ( 4,3 )
∴ Equation of the normal to the circle at (4,3) is
3
y −3 = ( x −4 )
4
or 4y − 12 = 3x − 12
⇒ 3x = 4y
Example 24.5 Find the equation of the tangent and normal to the curve 16x 2 + 9y2 = 144 at
16 ( 2 ) + 9 ( y2 ) = 144
2
∴
80 4
⇒ y2 = ⇒ y=± 5
9 3
4
As y1 > 0 ⇒ y = 5
3
4
∴ Equation of the tangent to the curve at 2, 5 is
3
304 MATHEMATICS
Tangents and Normals
MODULE - V
4 16x
y− 5 = − [x 2]
− Calculus
3 9y a t 2, 4 5
3
4 16 2 × 3 4 8
or y− 5 =− ⋅ ( x −2 ) or y − 5 + ( x −2 ) =0
3 9 4 5 3 3 5
Notes
4
or 3 5y − 5 ⋅ 3 5 + 8 (x − 2 ) = 0
3
3 5y − 20 + 8x − 16 = 0 or 3 5y + 8x = 36
4
Also, equation of the normal to the curve at 2, 5 is
3
4 9y
y− 5 = [ x − 2]
3 16x a t 2, 4
5
3
4 9 2 5
y− 5 = × ( x −2 )
3 16 3
4 3 5
y− 5= (x − 2 )
3 8
3 × 8(y) − 32 5 = 9 5 (x − 2 )
x2 y2
Example 24.6 Find the points on the curve − = 1 at which the tangents are parallel
9 16
to x-axis.
Solution : The equation of the curve is
x2 y2
− =1 ....(i)
9 16
Differentiating (i) w.r.t. x we get
2x 2y dy
− ⋅ =0
9 16 dx
dy 16x
or =
dx 9y
dy
For tangent to be parallel to x-axis, =0
dx
MATHEMATICS 305
Tangents and Normals
MODULE - V 16x
⇒ =0 ⇒ x=0
Calculus 9y
Putting x = 0 in (i), we get y 2 = −16 y = ± 4i
x2 y2
This implies that there are no real points at which the tangent to − = 1 is parallel to x-
Notes 9 16
axis.
Example 24.7 Find the equation of all lines having slope – 4 that are tangents to the curve
1
y=
x −1
1
Solution : y= .....(i)
x −1
dy 1
∴ =−
dx (x −1) 2
It is given equal to – 4
−1
∴ = −4
(x −1) 2
1
⇒ ( x − 1)2 =
4
1 3 1
⇒ x = 1± ⇒x= ,
2 2 2
1
Substituting x = in (i), we get
2
1 1
y= = = −2
1 1
−1 −
2 2
3
When x= , y =2
2
3 1
∴ The points are , 2 , , − 2
2 2
∴ The equations of tangents are
3
(a) y − 2 = −4 x −
2
⇒ y − 2 = − 4x + 6 or 4x + y = 8
1
(b) y + 2 = −4 x −
2
⇒ y + 2 = − 4x + 2 or 4x + y = 0
306 MATHEMATICS
Tangents and Normals
1
∴ Slope of the normal = −
12
∴ Equation of the normal is
1
y −8 = − (x − 2)
12
or 12(y − 8) + (x − 2) = 0 or x + 12y = 98
(ii) y = x 2 at (1, 1)
2 2
2. Find the equation of the targent to the ellipse x + y = 1 at ( x1, y 1 )
a2 b2
3. Find the equation of the tangent to the hyperbola
x2 y2
− =1 at ( x0, y 0 )
a2 b2
4. Find the equation of normals to the curve
MATHEMATICS 307
Tangents and Normals
MODULE - V
Calculus
Notes
Fig. 24.2
Then there is at least one point c in the open inteval (a, b) such that f '(c) = 0
Remarks
(i) The remarks "at least one point" says that there can be more than one point c ∈ (a , b) such
that f ' (c ) = 0 .
(ii) The condition of continuity of f on [a, b] is essential and can not be relaxed
(iii) The condition of differentiability of f on ( a,b ) is also essential and can not be relaxed.
For example f(x) =| x | , x ∈ [ − 1,1] is continuous on [−1,1] and differentiable on (–1, 1) and
Rolle's Theorem is valid for this
6 ± 36 − 24
∴ f '(c) = 0 gives 3c 2 − 6c + 2 = 0 ⇒ c=
6 Notes
1
⇒ c = 1±
3
⇒ f ( π) = f (0 ) = 0
∴ All the conditions of Rolle's theorem are satisfied
1 ± 1 + 32
∴ cosc =
8
1 ± 33
= ⋅
8
As 33 < 6
7
∴ cosc < = 0.875
8
which shows that c lies between 0 and π
x3 5x 2
(i) f(x) = − +2x , x ∈ [0,3] (ii) f(x) = x 2 −1 on [–1, 1]
3 3
π
(iii) f(x) = s i n x + c o s x −1 on 0,
2
(iv) ( )
f(x) = x 2 −1 ( x −2 ) on [ 1,2]
−
MATHEMATICS 309
Tangents and Normals
MODULE - V 24.4 LANGRANGE'S MEAN VALUE THEOREM
Calculus
This theorem improves the result of Rolle's Theorem saying that it is not necessary that tangent
may be parallel to x-axis. This theorem says that the tangent is parallel to the line joining the end
points of the curve. In other words, this theorem says that there always exists a point on the
graph, where the tangent is parallel to the line joining the end-points of the graph.
Notes 24.4.1 Mathematical Formulation of the Theorem
Let f be a real valued function defined on the closed interval [a, b] such that
(a) f is continuous on [a, b], and
(b) f is differentiable in (a, b)
(c) f (b) ≠ f (a)
then there exists a point c in the open interval (a, b) such that
f(b) − f(a)
f '(c) =
b −a
Remarks
When f (b) = f (a), f '(c) = 0 and the theorem reduces to Rolle's Theorem
Solution : Slope of the tangent to the given curve at any point is given by(f '(x) ) at that point.
Notes
f '(x) = 2 ( x − 4 )
1− 0 y2 − y1
=1 Q m = x − x
5− 4 2 1
1
2 ( x − 4 ) =1 or ( x − 4) =
2
9
⇒ x=
2
which lies between 4 and 5
y = (x − 4 )
2
Now
2
9 9 1
When x= , y = −4 =
2 2 4
9 1
∴ The required point is ,
2 4
1
(iii) f(x) = x + on [1,3] (iv) f(x) = x 3 − 2x 2 −x +
3 on [0,1]
x
2. Find a point on the parabola y = ( x + 3)2 , where the tangent is parallel to the chord
MATHEMATICS 311
Tangents and Normals
MODULE - V
Calculus
LET US SUM UP
• The equation of tangent at ( x1, y 1 ) to the curve y = f(x) is given by
y − y1 =[ f '(x)]at
( x1, y1 ) {x −x1}
Notes
• The equation of normal at ( x1, y 1 ) to the curve y = f(x) is given by
−1
y − y1 = (x −x1 )
f ' ( x ) ( x )
1 ,y1
TERMINAL EXERCISE
1. Find the slopes of tangents and normals to each of the following curves at the indicated
points :
312 MATHEMATICS
Tangents and Normals
MODULE - V
(i) y = x at x=9 (ii) y = x 3 + x at x = 2
Calculus
π
(iii) x = a( θ − sin θ) , y = a(1 +cos θ) at θ =
2
(iv) y = 2x 2 + c o s x at x = 0 (v) xy = 6 at (1,6)
2. Find the equations of tangent and normal to the curve Notes
π
x = a c o s 3 θ , y = asin θ at θ = 4
3
x2 y2
3. Find the point on the curve − = 1 at which the tangents are parallel to y-axis.
9 16
4. Find the equation of the tangents to the curve
5. Show that the tangents to the curve y = 7x 3 + 11 at the points x = 2 and x = − 2 are
parallel
6. Find the equation of normal at the point
8x 2 3
(iii) f (x ) = − 2x , x ∈ 0,
3 4
1
8. If Rolle's theorem holds for f ( x ) = x 3 + bx 2 + ax, x ∈ [1, 3] with c = 2 + , find the
3
values of a and b.
9. Verify Mean Value Theorem for each of the following functions.
1
(i) f ( x ) = ax 2 + bx 2 + cx + d on [0,1] (ii) f (x ) = on [− 1, 4]
4x + 1
y = ( x + 3) on [− 4,3]
2
(iii)
10. Find a point on the parabola f ( x ) = ( x − 3)2 , where the tangent is parallel to the chord
MATHEMATICS 313
Tangents and Normals
MODULE - V
Calculus ANSWERS
6. (
2x + 3my − am2 2 + 3m2 = 0 )
2± 7 3
7. c= (ii) At no real point (iii) c = 8. a = 11 , b = − 6
3 8
1 1 7 1
9. (i) c = (ii) Not applicable (iii) c = − 10. ,
2 2 2 4
314 MATHEMATICS