Unit-1 and Unit-2
Unit-1 and Unit-2
iii
iv
Contents
Preface iii
1 Introduction 1
2 equation 3
Appendix 5
.1 Taylor’s theorem for a function of single variable . . . . . . . . . . . . 7
.2 Expansion of functions . . . . . . . . . . . . . . . . . . . . . . . . . . 7
.3 Type-2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
.4 Type-3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
.5 Indeterminate forms : 00 , ∞, 1∞ . . . . . . . . . . . . . . . . . . . . . 43
.6 0. limx→0 (cot x)tan x
40. limx→0 (cot x)sin x . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
.7 Miscellaneous Examples . . . . . . . . . . . . . . . . . . . . . . . . . 47
.8 EXERCISES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
.9 Evaluate the following limits. . . . . . . . . . . . . . . . . . . . . . . 49
.10 ANSWERS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
.10.1 Polar Curves . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
.10.2 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
.10.3 Polar Coordinates . . . . . . . . . . . . . . . . . . . . . . . . . 51
.10.4 Angle between radius vector and tangent . . . . . . . . . . . . 52
.11 2.24 Length of the perpendicular from the pole to the tangent . . . . 53
.12 WORKED PROBLEMS . . . . . . . . . . . . . . . . . . . . . . . . . 54
.13 Angle of intersection of two polar curves . . . . . . . . . . . . . . . . 54
.14 Working procedure for problems . . . . . . . . . . . . . . . . . . . . . 54
.15 Find the angle between the radius vector and the tangent for the fol-
lowing curves. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
.16 Show that the following pairs of curves intersect each other orthogonally 57
.17 Pedal equation of a polar curve . . . . . . . . . . . . . . . . . . . . . 64
.18 Working procedure for finding the pedal equation of a polar curve . . 65
.19 EXERCISES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
.20 ANSWERS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
.21 2.3 Derivative of Arc length . . . . . . . . . . . . . . . . . . . . . . . 73
.21.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
v
vi
Introduction
1
2
Chapter 2
equation
3
4
Appendix
5
6
Module-2:
Differential Calculus - 2:
.2 Expansion of functions
We have Taylor’s theorem in the form
h2 ′′ hn−1 (n−1) hn
f (a + h) = f (a) + hf ′ (a) + f (a) + . . . + f (a) + f (n) (a + θh)
2! (n − 1)! n!
Evidently the expression in the R.H.S contains (n + 1) terms and we denote
hn (n)
Rn = f (a + 0h) which is called the remainder after n terms.
n!
Let a + h = x or h = (x − a). If x is close enough to ’ a ’ then h will be very small
and Rn → 0 as n → ∞. As n → ∞ the number of terms increase indefinitely and we
have an infinite series expansion of f (x) in powers of (x − a) given by
7
8
x2 ′′ x3
f (0) + f ′′′ (0) + . . .
f (x) = f (0) + xf ′ (0) +
2! 3!
This is called Maclaurin’s series expansion of f (x)
SOLVED PROBLEMS
π
1. Expand sin x in ascending powers of x − .
2 π
Solution Taylor’s expansion in powers of x − is given by
2
π 2 π 3 π 4
π π π x − 2 π x −
2 y π +
x−
2 y π +. . .
y(x) = y + x− y1 + y2 + 3 4
2 2 2 2! 2 3! 2 4! 2
Now, π π
y(x) = sin x, ∴ y = sin =1
2 2
′ π ′ π
y = cos x, ∴ y =0
′′
2 2
′′ π
y (x) = − sin x, ∴ y 2 = −1
y ′′ (x) = − cos x, ∴ y ′′ π2 = 0
y iv (x) = sin x, ∴ y iv π2 = 1
Substituting these values in the expansion we get
2 4
x − π2 x − π2
sin x = 1 − + − ...
2! 4!
9
(x − 3)2
y(x) = y(3) + (x − 3)y1 (3) + y2 (3) + . . .
2!
Let y(x) = log(sin x)
(x − 3)2 (x − 3)3
log sin x = log sin 3+(x−3) cot 3− cosec2 3+ cosec2 3·cot 3+. . . ..
2 3
3. Obtain the Taylor’s expansion of loge x about x = 1 upto the term
containing fourth degree and hence obtain loge (1.1)
Solution: We have Taylor’s expansion about x = a given by
(x − a)2
y(x) = y(a) + (x − a)y1 (a) + y2 (a) + . . . (1)
2!
By data, y(x) = loge x; y(1) = loge 1 = 0.
1 + x2 y2 + 2xy1 = 0
∴ y2 (1) = −1/2
1 + x2 y3 + 4xy2 + 2y1 = 0
∴ y3 (1) = 1/2
1 + x2 y4 + 6xy3 + 6y2 = 0
∴ y4 (1) = 0
(x − 1)2 (x − 1)3
−1 π 1
tan x= + (x − 1) − +
4 2 2 6
dz dz
−cosec2 x · = 1or = − sin2 z
dx dx
Letf (x + h) = tan−1 (x + h), so thatf (x) = tan− 1x
Or
y = tan−1 (x)
11
1
y ′ (x) =
1 + x2
dz
y ′′ (x) = 2 sin z cos z = sin 2z · − sin2 z
dx
dz
y ′′′ (x) = − 2 cos 2z · sin2 z + sin 2z · 2 sin z cos z
dx
= −2 sin z[sin z cos 2z + sin 2z cos z] − sin z = 2 sin3 z sin 3z
2
h2 ′′ h3
y(x + h) = y(x) + hy ′ (x) + y (x) + y ′′′ (x) + . . . ,
2! 3!
h2 ′′
f (a + h) = f (a) + hf ′ (a) + f (a) + . . .
2!
Taking a = π/4, f (π/4 + h) = sin(π/4 + h) ⇒ f (x) = sin x
or
y(x) = sin x
h2 h3 h4
y(π/4 + h) = y(π/4) + hy1 (π/4) + y2 (π/4) + y3 (π/4) + y4 (π/4) (2)
2! 3! 4!
√
Consider y(x) = sin x ∴ y(π/4) = 1/ 2
√
y1 (x) = cos x ∴ y1 (π/4) = 1/ 2
√
y2 (x) = − sin x ∴ y2 (π/4) = −1/ 2
√
y3 (x) = − cos x ∴ y3 (π/4) = −1/ 2
√
y4 (x) = sin x ∴ y4 (π/4) = 1/ 2
h2 h3 h4
1
sin(π/4 + h) = √ 1+h− − + (3)
2 2! 3! 4!
7. Obtain Taylor’s series expansion of log(cos x) about the point x = π/3 upto the
fourth degree term.
Solution: Taylor’s expansion of y(x) about x = π/3 is given by
y2 = − sec2 x = − (1 + tan2 x)
√
ie., y2 = − (1 + y12 ) y2 (π/3) = − 1 + ( 3)2 = −4
∴
√ √
y3 = −2y1 y2 ∴ y3 (π/3) = −2 · − 3 · −4 = −8 3
√ √
y4 = −2 [y1 y3 + y22 ] ∴ y4 (π/3) = −2[− 3 · −8 3 + 16] = −80
(x − π/3)3 √ (x − π/3)4
− ·8 3− · 80 + · · ·
6 24
√
Thus log(cos x) = − log 2 − 3(x − π/3) − 2(x − π/3)2
4 10
− √ (x − π/3)3 − (x − π/3)4
3 3
8. Expand log(1 + sin x) in powers of x by Maclaurin’s series upto the term con-
taining x4
x2 x3 x4
y(x) = y(0) + xy1 (0) + y2 (0) + y3 (0) + y4 (0) + . . .
2! 3! 4!
Consider y = log(1 + sin x) ⇒ y(0) = log 1 = 0
cos x
y1 = ⇒ y1 (0) = 1
1 + sin x
(1 + sin x)y4 + cos xy3 + 2 (−y2 sin x + cos xy3 ) − (y1 cos x + sin xy2 ) = sin x
x2 x3 x4
log(1 + sin x) = x − + −
2 6 12
Or
Expand sin−1 x in ascending powers of x upto the first three non vanishing
terms.
x2
Solution: We have y(x) = y(0) + xy1 (0) + y2 (0) + . . .
2!
1 − x2 y2 − xy1 = 0
1 − x2 y3 + y2 (−2x) − [xy2 + y1 · 1] = 0
1 − x2 y3 − 3xy2 − y1 = 0
x2 x3 x4 x5
sin−1 x = 0 + x · 1 + · 0 + (1) + (0) + · (9)
2 6 24 120
x3 3x5
Thus sin−1 x = x + +
6 40
10. Expand esin x in ascending powers of x upto the terms containing x4 .
Solution: We have Maclaurin’s expansion,
15
x2 x3 x4
y(x) = y(0) + xy1 (0) + y2 (0) + y3 (0) + y4 (0) + . . . .
2! 3! 4!
Let y = esin x ∴ y(0) = e0 = 1
y1 = esin x cos x or y1 = y cos x ∴ y1 (0) = y(0) · cos 0 = 1
y2 = −y sin x + cos x · y1 ∴ y2 (0) = 0 + 1 = 1
y3 = − (y cos x + y1 sin x) + (cos xy2 − y1 sin x)
y4 (0) = −1 − 2 − 0 + 0 = −3 ∴ y4 (0) = −3
Thus by substituting these values in the expansion of y(x) we get,
sin x x2 x4
e =1+x+ −
2 8
11. Expand log(sec x) upto the term containing x6 using Maclaurin’s series
Or
Expand log(sec x) in ascending powers of x upto the first three non vanishing
terms.
Solution: We have Maclaurin’s expansion
x2 x3 x4
y(x) = y(0) + xy1 (0) + y2 (0) + y3 (0) + y4 (0) + . . .
2! 3! 4!
y = log(sec x) ∴ y(0) = log 1 = 0
sec x tan x
y1 = = tan x ⇒ y1 (0) = 0
sec x
y2 = sec2 x ⇒ y2 (0) = 1.
y2 = 1 + tan2 x = 1 + y12
y3 = 2y1 y2 ∴ y3 (0) = 0
y4 = 2 (y1 y3 + y22 ) ∴ y4 (0) = 2
y5 = 2 (y1 y4 + y2 y3 + 2y2 y3 ) = 2y1 y4 + 6y2 y3 ∴ y5 (0) = 0
y6 = 2 (y1 y5 + y2 y4 ) + 6 (y2 y4 + y32 )
y6 = 2y1 y5 + 8y2 y4 + 6y32 ∴ y6 (0) = 16
x2 x4 x6
log(sec x) = ·1+ ·2+ · 16
2 24 720
x2 x4 x6
Thus log(sec x) = + +
2 12 45
12. Expand tan−1 x in powers of (x) upto the term containing fourth de-
gree.
Solution: Taylor’s expansion in powers of (x) is given by
1
y1 = ∴ y1 (0) = 1,
1 + x2
We have (1 + x2 ) y1 = 1
Hence we have on differentiating w.r.t x we get,
1 + x2 y2 + 2xy1 = 0
∴ y2 (0) = 0
1 + x2 y3 + 4xy2 + 2y1 = 0
∴ y3 (0) = −2
1 + x2 y4 + 6xy3 + 6y2 = 0
∴ y4 (0) = 0
17
x3 (x)5 (x)7
tan−1 x = x − + −
3 5 7
x2 x3
y(x) = y(0) + xy1 (0) + y2 (0) + y3 (0) + · · ·
2! 3!
Consider
1 1
y1 = = ⇒ y1 (0) = 1/2
1 + (1 + x)2 x2 + 2x + 2
ie., x2 + 2x + 2 y1 = 1
Differentiating w.r.t. x,
x2 + 2x + 2 y2 + 2(x + 1)y1 = 0
π x x2 x3
tan−1 (1 + x) = + − +
4 2 4 12
√ x2 x3 x4
1 + sin 2x = 1 + x −
14. Using Maclaurin’s series, prove that − + ...
2 6 24
Solution: We have Maclaurin’s expansion
18
x2
y(x) = y(0) + xy1 (0) + y2 (0) + . . .
2!
√ √
Let y= 1 + sin 2x = cos2 x + sin2 x + 2 sin x cos x
p
= (cos x + sin x)2 = cos x + sin x
√ x2 x 3 x4
1 + sin 2x = 1 + x − − + ...
2 6 24
15. Using Maclaurin’s series, expand ex sin x upto the fourth degree terms.
Solution: We have Maclaurin’s expansion
x2
y(x) = y(0) + xy1 (0) + y2 (0) + . . .
2!
ie. y3 = y(−x cos x − 3 sin x) + 2y1 (−x sin x + 2 cos x) + y2 (x cos x + sin x)
y3 (0) = 0 + 0 + 0 ∴ y3 (0) = 0
Differentiating w.r.t x we have
19
y4 =y(x sin x − 4 cos x) + y1 (−x cos x − 3 sin x) + 2y1 (−x cos x − 3 sin x)
+ 2y2 (−x sin x + 2 cos x) + y2 (−x sin x + 2 cos x) + y3 (x cos x + sin x)
⇒ y4 (0) = −4 + 0 + 0 + 8 + 4 = 8 ∴ y4 (0) = 8
ex sin x = 1 + x2 + x4 /3 + . . .
16. Using Maclaurin’s series, expand ex cos x upto the fourth degree terms.
Solution: We have Maclaurin’s expansion
x2 x3 x4
y(x) = y(0) + xy1 (0) + y2 (0) + y3 (0) + y4 (0) + . . .
2! 3! 4!
y(x) = ex cos x ∴ y(0) = 1
y ′ (x) = ex cos x − ex sin x = ex (cos x − sin x) ∴ y ′ (0) = 1
y ′′ (x) = ex (cos x − sin x) + (− sin x − cos x)ex
= ex (−2 sin x) = −2ex sin x ∴ y ′′ (0) = 0
y ′′′ (x) = −2 [ex sin x + ex cos x] = −2ex (sin x + cos x) ∴ y ′′′ (0) = −2
y ′′′′ (x) = −2 [ex (sin x + cos x) + ex (cos x − sin x)] = −2ex [2 cos x] = −4 cos x · ex ∴ y ′′′′ (0) = −4
x2 ′′ x3 x4 ′′′′
Hence, ex cos x = y(0) + xy ′ (0) + y (0) + y ′′ (0) + · y (0) + . . .
2! 3! 4!
2 3 22 4
=1+x− x − x + ...
3! 4!
17. Using Maclaurin’s series, expand log(1 + cos x) upto the fourth degree terms.
Solution: We have Maclaurin’s expansion
x2 x3 x4
y(x) = y(0) + xy1 (0) + y2 (0) + y3 (0) + y4 (0) + · · ·
2! 3! 4!
1 1
Also y2 = − [1 + tan2 (x/2)] = − (1 + y12 )
2 2
1
∴ y3 = − (2y1 y2 ) = −y1 y2 ∴ y3 (0) = 0
2
y4 = −y1 y3 − y22 ∴ y4 (0) = −1/4
x2 x4
loge (1 + cos x) = loge 2 − − ···
4 96
Alternate Method:
Consider, y = log(1 + cos x); y(0) = loge 2
− sin x
y1 = ∴ y1 (0) = 0
1 + cos x
ie., (1 + cos x)y4 − 3 sin xy3 − 3 cos xy2 + sin xy1 = cos x ∴ y4 (0) = −1/4
x2 x4
loge (1 + cos x) = loge 2 − − ···
4 96
r
1+x
18. Using Maclaurin’s series, expand log(1 + x). Hence deduce that log =
1−x
21
x3
5
x
x+ + + ···
3 5
Solution: We have Maclaurin’s expansion
x2 x3
y(x) = y(0) + xy1 (0) + y2 (0) + y3 (0) + . . .
2! 3!
1 −1
y1 = ∴ y1 (0) = 1; y2 = ∴ y2 (0) = −1
1+x (1 + x)2
2 −6
y3 = ∴ y3 (0) = 2; y4 = ∴ y4 (0) = −6
(1 + x)3 (1 + x)4
24
y5 = ∴ y5 (0) = 24
(1 + x)5
x2 x3 x4 x5
log(1 + x) = 0 + x · 1 + · (−1) + ·2+ · (−6) + · 24 + . . .
2 6 24 120
x2 x3 x4 x5
Thus log(1 + x) = x −
+ − + − ··· (4)
2 3 4 5
r
1+x 1 1+x 1
Next, log = log = {log(1 + x) − log(1 − x)} (5)
1−x 2 1−x 2
Changing x to −x in (1) we obtain
x2 x3 x4 x5
log(1 − x) = −x − − − − − ··· (6)
2 3 4 5
19. Using Maclaurin’s series, expand tan(π/4 + x) upto the fourth degree terms.
x2 x3 x4
Solution: y(x) = y(0) + xy1 (0) + y2 (0) + y3 (0) + y4 (0)
2! 3! 4!
22
Consider
x2 x3 x4
tan(π/4 + x) = 1 + x · 2 + ·4+ · 16 + · 80
2 6 24
8 10
tan(π/4 + x) = 1 + 2x + 2x2 + x3 + x4
3 3
4x3 4x7
20. Show that log[tan(π/4 + x)] = 2x + + + . . ., Using Maclaurin’s
3 3
series.
x2 x3
Solution: y(x) = y(0) + xy1 (0) + y2 (0) + y3 (0) + . . .
2! 3!
Consider, y = log tan(π/4 + x); y(0) = log 1 = 0
Also ey = tan(π/4 + x)
y5 + 2y1 y4 + 2y2 y3 + 4y2 y3 =2ey (y4 + 3y1 y3 +3y22 + 3y12 y2 + 2ey y1 y3 + 3y1 y2 + y13
3 5
21. Prove that: log(sec x + tan x) = x + x6 + x24 + . . ., Using Maclaurin’s series.
Solution: Let y = log(sec x + tan x) ∴ y(0) = 0
y1 = sec x, ∴ y1 (0) = 1
Differentiating w.r.t x, we have
y2 = sec x · tan x ∴ y2 (0) = 0
y2 = y1 tan x
Differentiating w.r.t x
y3 = y2 tan x + y1 sec2 x = y2 tan x + y1 · y12 ∴ y3 (0) = 1
y3 = y2 tan x + y13
Differentiating w.r.t x, we have
y4 = y3 tan x + y2 sec2 x + 3y12 · y2
y4 = y3 tan x + y2 · y12 + 3y12 · y2
y4 = y3 tan x + 4y1 2 · y2 , ∴ y4 (0) = 0 + 4(1)(0) = 0
Differentiating w.r.t x, we have
y5 = y4 tan x + y3 sec2 x + 8y1 · y2 2 + 4y12 · y3
y5 = y4 tan x + y3 · y12 + 8y1 · y2 2 + 4y1 2 · y3
y5 = y4 tan x + 5y12 · y3 + 8y1 · y22 ∴ y5 (0) = 5 · (12 )(1) = 5
x2 x3 x4 x5
Hence, log(sec x+tan x) = y = y(0)+xy1 (0)+ y2 (0)+ y3 (0)+ y4 (0)+ y5 (0)+. . .
2! 3! 4! 5!
24
x3 x5
log(sec x + tan x) = x + + · 5...
3! 5!
x3 x5
log(sec x + tan x) = x + + + ...
6 24
Hence proved.
22. Using Maclaurin’s series, expand log (1 + ex ) upto the fourth degree terms.
x2
y(x) = y(0) + xy1 (0) + y2 (0) + . . .
2!
ex 1
y1 = ∴ y1 (0) =
1 + ex 2
ie., (1 + ex ) y1 = ex
(1 + ex ) y2 + ex y1 = ex ∴ y2 (0) = 1/4
(1 + ex ) y3 + 2ex y2 + ex y1 = ex ∴ y3 (0) = 0
x x2 x4
log (1 + ex ) = loge 2 + + −
2 8 192
the term in x6 .
x3 x5 x7
Solution: Let sin x = x − + − + ...
3! 5! 7!
25
2 2
x3 x5
3
x5
2 x
sin x = x − + + ... = x − − + ...
6 120 6 120
3 2
x5 x3 x5 x4 x6 x6
2 x
= x − 2x − + ... + − + . . . = x2 − + + + ...
6 120 6 120 3 60 36
x4 2x6
= x2 − + + . . . = z (say)
3 45
z2 z3
∴ log 1 + sin2 x = log(1 + z) = z −
+ − ...
2 3 2
x4 2x6 x4 2x6
1 3
= x − 2
+ − ... − 2 x − 2
+ − . . . + 13 (x2 − . . .) − . . .
3 45 3 45
4 6
x 2x
log 1 + sin2 x = x2 −
+ − ...
3 45
x4 2x6 2x6
1 1 3
− 2
x − + − ... − 2 x − 4
− . . . + 13 (x2 − . . .)
2 3 45 3
4 4 6
2 x 2x6 x x x6 2 4 1 1 6 2 1 1
=x − + 45 − + + 3 =x −x + +x + +
3 2 3 3 2 45 3 3
5 32 6
= x2 − x4 + 45 x − ...
6
EXERCISES
−1 x3 x5 x7
2. tan x=x− + −
3 5 7
x2 7x4
3. x cosec x = 1 + + + ...
6 360
ex 1 x x3
4. = + − + ...
ex + 1 2 4 48
x3 x5
5. log(1 + tan x) = x + x2 + −
3 30
π
6. Obtain tan x about the point x = uptothethirddegreeterms
4
ANSWERS
π π 8 π
6. 1 + 2(x − ) + 2(x − )2 + (x − )3
4 4 3 4
26
Unit - II
DIFFERENTIAL CALCULUS - 2
Indeterminate forms
Introduction
0 ∞
If an expression F (x) at x = a assumes forms like , , 0 × ∞, ∞ − ∞, 00 , ∞0 , 1∞
0 ∞
which do not represent any value are called indeterminate forms. The concept of
limit gives a meaningful value for the function F (x) at x = a overcoming these
indeterminate forms.
0 ∞
The reader is familiar with the evaluation of limit mostly in the cases of or
0 ∞
without the involvement of differentiation. Few more indeterminate forms: ∞ − ∞,
0 ∞
∞ × 0, ∞0 , 00 , 1∞ can be reduced to the two basic indeterminate forms and .
0 ∞
Then limit is found passing through a process of differentiation warranted by a very
simple rule called L’ Hospital’s (French Mathematician) rule which is established by
using Cauchy’s mean value theorem.
each stage. Problems have been bifurcated into four types and the procedure too has
been explained separately in each type.
- The following four standard limits and well known simple properties connected
with limitscan bereadily used.
sin x x tan x
(i) lim =1 (ii) lim = 1 (iii) limx→0 = 1 (iv)
x→0 x x→0 sin x x
x
lim =1
x→0 tan x
Type-1
The rule can be applied directly in the case of forms 0/0 and ∞/∞. In the cases of
∞−∞ and ∞×0, we have to employ simple methods (taking L.C.M, using equivatent
trigonometric expressions etc.) to simplify the given expression in bringing it to the
form 0/0 or ∞/∞ so that the L’ Hospital’s rule can be employed.
SOLVED PROBLEMS
0 ∞
Problems on and forms
0 ∞
Determine the following limits:
2
xex − log(1 + x)
x − 4x + 3 tan x
1. lim 2
2. lim 3. lim
x→1
x − 3x + 2 x→0
x x→0
x2
x cos x − log(1 + x) log cos x 1 − cos x
4. lim 2
5. lim 6. lim
x→0
x x→π/2 x tanx x x→0
x log (1 + x)
x − tan x a −b sinh x
7. lim 3
8. lim 9. lim
x→0
x x x x→0
2x x x→0 sin x − x cos x
e − (1 + x)2
x −a
10. lim 11. lim
x→a x a − aa x→0 x log(1 + x)
2
x − 4x + 3 0
1. Solution: Let k = lim 2
···
x→1 x − 3x + 2 0
Applying the L’Hospital’s Rule,
2x − 4 2−4
= lim = = 2.
x→1 2x − 3 2−3
∴ k=2
tan x 0
2. Solution: Let k = lim ...
x→0 x 0
Applying L’ Hospitals rule,
sec2 x
k = lim =1
x→0 1
Thus k = 1
28
xex − log(1 + x)
0
3. Solution: Let k = lim ...
x→0 x2 0
Applying L’ Hospitals rule,
xex + ex − 1/1 + x
0
k = lim ···
x→0 2x 0
x x x 2
xe + e + e + 1/(1 + x) 0+1+1+1 3
= lim = =
x→0 2 2 2
3
∴ k=
2
x cos x − log(1 + x) 0
4. Solution: Let k = lim ···
x→0 x2 0
Applying L’Hospital’s rule,
cos x − x sin x − 1/(1 + x) 0
k = lim ···
x→0 2x 0
1
∴ k=
2
log (sin x) 0
5. Solution: Let k = lim ···
x→
π (π/2 − x)2 0
2
Applying L’Hospital’s rule,
cos x/ sin x cot x 0
k = lim = lim ···
x→π/2 −2(π/2 − x) x→π/2 −2(π/2 − x) 0
2
− cosec x −1
Now = lim =
x→π/2 2 2
∴ k = −1/2
1 − cos x 0
6. Solution: Let k = lim ···
x→0 x log(1 + x) 0
Applying L’ Hospital’s rule,
29
sin x
··· 0
= lim
x→0 1 0
x· + log(1 + x)
1+x
cos x 1 1
= lim =
0+1+1 = 2
x→0 −1 1 1
x + +
(1 + x)2 (1 + x) (1 + x)
∴ k = 1/2
x − tan x 0
7. Solution: Let k = lim 3
···
x→0 x 0
Applying L’ Hospital’s rule,
1 − sec2 x
0
k = lim 2
···
x→0 3x 0
1
Thus k =
3
ax − b x
0
8. Solution: Let k = lim ...
x→0 x 0
Applying L’ Hospital’s rule,
x
a log a − bx log b
a 0
b0 = 1
k = lim = log a−log b = log ∵ a = 1,
x→0 1 b
a
∴ k = log
b
30
sinh x − x 0
9. Solution: Let k = lim ···
x→0 sin x − x cos x 0
Applying L’ Hospital’s rule,
cosh x − 1 cos hx − 1
k = lim = lim ...
x→0 cos x + x sin x − cos x x→0 x sin x
sinh x 0
k = lim ...
x→0 x cos x + sin x 0
cosh x 1
= lim =
x→0 −x sin x + cos x + cos x 2
1
∴ k=
2
x x − ax
0
10. Solution:Let k = lim ···
x→a x a − aa 0
Applying L’ Hospital’s rule,
x
x (1 + log x) − ax log a
0
k = lim a−1
...
x→a ax −0 0
a a
a (1 + log a) − a log a
k=
a · aa−1
a
a + aa log a − aa log a aa
k= = =1
a · aa−1 aa
∴ k=1
e2x − (1 + x)2
0
11. Solution: Let k = lim ···
x→0 x log(1 + x) 0
Applying L’ Hospital’s rule,
2e2x − 2(1 + x)
0
= lim ···
x→0 log(1 + x) + x/(1 + x) 0
2x
4e − 2 4−2
= lim 2
= =1
x→0 {1/(1 + x)} + {1/(1 + x) } 1+1
∴ k=1
Solution:We have
x(1 + a cos x) − b sin x 0
k = lim 3
··· .
x→0 x 0
x(−a sin x) + (1 + a cos x) − b cos x
= lim (7)
x→0 3x2
1+a−b
=
0
Therefore we must have
0
For 1 + a − b = 0, i.e., for b = 1 + a, we have form. Applying L’Hospital’s
0
rule
x(−a sin x) + (1 + a cos x) − (1 + a) cos x 0
k = lim · · ·
x→0 3x2 0
−a sin x − ax cos x − a sin x + (1 + a) sin x 0
= lim ···
x→0 6x 0
ax sin x − a cos x + (1 − a) cos x 1 − 2a
= lim =
x→0 6 6
EXERCISES
ANSWER
1 −1 1
1. i. ii. 0 iii. iv. 1 v. vi. 1
2 3 2
2. a = 2
32
3. a = 1, b = 2, c = 1
4. a = 5, b = −5
0 ∞ sinh x−sin x
2.1.1.
Evaluation of limits of the form ,
0 ∞
83 (ii) limx→0 x sin2 x
=
x 2
limx→0 sin2 x
· sinh x−sin
x3
x
( )
1 sinh x − sin x sinh x − sin x 0
= sin x
lim = 1 · lim =
limx→0 x
x→0 x3 x→0 x3 0
cosh x − cos x 0
= lim 2
=
x→0 3x 0
sinh x + sin x 0
= lim =
x→0 6x 0
cosh x + cos x 2 1
= lim = =
x→0 6 6 3
log(1+x)3 x3 log(1+x3 )
(iii) limx→0 sin3 x = limx→0 sin3 x · x3
( )3
1 log (1 + x3 )
= sin x
· lim =
limx→0 x
x→0 x3
3x / (1 + x3 )
2
1
= lim = lim =1
x→0 3x2 x→0 1 + x3
log (1 + x3 ) 0
1 · lim =
x→0 x3 0
(iv) limx→0 tan x−x
= limx→0 tanx x · tanxx−x = limx→0 tanx x · limx→0 tanxx−x = 00 ,
x2 tan x 3 3
2 2
because limx→0 tanx x = 1 = limx→0 sec3xx−1 2 = 00 = limx→0 2 sec 6xx tan x = 00 =
1 2 2 4
3
limx→0 2 sec x tan1 x+sec x = 13 .
(x − π/2)
1. Determine: lim
x→π/2 tan x
log(x − π/2) −∞
Solution: Let x = lim ...
x→π/2 tan x ∞
Applying L’Hospital’s rule,
33
cos2 x
1/(x − π/2) 0
k = lim = lim ···
x→π/2 sec2 x x→π/2 (x − π/2) 0
−2 cos x sin x
k = lim =0
x→π/2 1
∴ k=0
log x
2. Determine: lim
x→0 cot
x
log x −∞
Solution: Let k = lim ···
x→0 cot x ∞
Applying L’Hospital’s rule,
sin2 x
(1/x)
k = lim = lim −
x→0 − cosec2 x x→0 x
sin x
= − lim lim x = −1 (0) = 0
x→0 x x→0
∴ k=0
log x
3. Determine: lim
x→0 cosec
x
log x −∞
Solution: Let k = lim ···
x→0 cosec x ∞
Applying L’ Hospital’s rule,
1/x sin x
k = lim = − lim · tan x
x→0 − cosec x cot x x→0 x
sin x
= − lim · lim tan x = −1 · 0 = 0
x→0 x x→0
∴ k=0
log sin x
4. Determine: lim
x→0
cot x
log sin x −∞
Solution: Let lim ···
x→0 cot x ∞
Applying L’Hospital’s rule,
cot x ∞
= lim ··· −
x→0 − cosec2 x ∞
− cosec2 x 1
= lim = − lim tan x = 0
x→0 2 cosec2 x cot x 2 x→0
∴ k=0
34
log cos x
5. Determine: lim
x→π/2 tan
x
log cos x −∞
Solution: Let k = lim ···
x→π/2 tan x ∞
Applying L’Hospital’s rule,
− tan x ∞
= lim = −
x→π/2 sec2 x ∞
2
− sec x 1 1
= lim = − lim cot x = − · 0 = 0
x→π/2 2 sec2 x tan x 2 x→π/2 2
∴ k=0
∴ k=1
sec2 x/ tan x
x
= lim = lim · sec2 x
x→0 1/x x→0 tan x
x
= lim · lim sec2 x = 1 · lim sec2 x = 1
x→0 tan x x→0 x→0
∴ k=1
a sec2 ax
tan bx
k = lim · lim
x→0 b sec2 bx x→0 tan ax
a
tan bx 0
= lim ··· [∵ sec 0 = 1]
b x→0 tan ax 0
b sec2 bx
a
k= lim =1
b x→0 a sec2 ax
∴ k=1
EXERCISES
ANSWERS
1
(a) 1 (b) (c) 0 (d) 1 (e) 3 (f ) 1
3
Determine the following limits:
πx i
h 1 1
lim xn e−x
1. lim (1 − x) tan 2. lim − 3.
x→1 2 x→0 sin x
x x→∞
1 1
1 − x2 tan(πx/2)
4. lim [tan x · log x] 5. lim − 6. lim
x→0 x→2 x − 2 log(x − 1) x→1
x 1 ha x i
7. lim − 8. lim [x tan(1/x)] 9. lim − cot
x→1 x − 1 log x x→∞ x→0 x a
h x i 1 log(1 + x)
10. lim [x log x] 11. lim log 2 − cot(x − a) 12. lim −
x→0 x→a
a x→0 x x2
1 1
13. lim [2x tan x − π sec x] 14. lim − x 15. lim [sin x log x]
x→π/2 x→0 x e −1 x→0
h πx i
1. Solution: Let k = lim (1 − x) tan · · · (0 × ∞)
x→1 2
" ! #
1 − x 0 π
k = lim πx · · · ∵ cot =0
x→1
cot 0 2
2
36
x − sin x 0
k = lim ···
x→0 x sin x 0
Applying L’Hospital’s rule,
1 − cos x 0
k = lim ···
x→0 x cos x + sin x 0
sin x 0
k = lim = =0
x→0 −x sin x + cos x + cos x 0+2
∴ k=0
3. Solution: Let k = lim xn e−x · · · (∞ × 0)
x→∞
n !
x ∞
k = lim ··· [∵ e∞ = ∞]
x→∞ ex ∞
Applying L’Hospital’s rule,
n! n!
k = lim = =0
x→∞ ex ∞
∴ k=0
4. Solution: Let k = lim tan x · log x . . . (0 × −∞)
x→0
∞
log x
k = lim ··· −
x→0 cot x ∞
Applying L’ Hospital’s rule,
2
1/x sin x
k = lim 2
= − lim
x→0 − cosec x x→0 x
sin x
= − lim · lim sin x = −1 · 0 = 0
x→0 x x→0
∴ k=0
37
1 1
5. Let k = lim − · · · (∞ − ∞)
x→2 x − 2 log(x − 1)
log(x − 1) − (x − 2) 0
k = lim ···
x→2 (x − 2) log(x − 1) 0
Applying L’ Hospital’s rule,
(1/x − 1) − 1
= lim
x→2 (x − 2/x − 1) + log(x − 1)
2−x 0
= lim ···
x→2 (x − 2) + (x − 1) log(x − 1) 0
−1 −1
∴ k = lim =
x→2 1 + 1 + log(x − 1) 2
∴ k = −1/2
x · 1/x + log x − 1 x log x 0
k = lim = lim ···
x→1 (x − 1) · 1/x + log x x→1 (x − 1) + x log x 0
Again Applying L’ Hospital’s rule,
1 + log x 1+0 1
∴ k = lim = =
x→1 1 + (1 + log x) 2+0 2
1
∴ k=
2
38
∴ k=1
ha i
9. Solution: Let k = lim − cot(x/a) . . . (∞ − ∞)
x→0 x
a cos(x/a)
k = lim −
x→0 x sin(x/a)
a sin(x/a) − x cos(x/a) 0
= lim ···
x→0 x sin(x/a) 0
∴ k=0
∴ k=0
39
1
∴ k=−
a
1 log(1 + x) 0
12. Solution: Let k = limx→0 − ··· ∞ −
x x2 0
x − log(1 + x) 0
k = lim 2
...
x→0 x 0
Applying L’Hospital’s rule,
1
1−
1+x 0
k = lim ...
x→0 2x 0
2
1/(1 + x) 1
k = lim =
x→0 2 2
∴ k = 1/2
∴ k = −2
EXERCISES
40
ANSWERS
2
(a) (b) 0 (c) 0
3
.3 Type-2
The given expression or its simplified form will be in the 0/0 form when x = 0 or
as x → 0 but will involve terms of the form x2 sin x, x sin3 x, x tan2 x etc. In the
event of applying the rule, the differentiation becomes tedious and we should not
venture to do so. We can conveniently modify such terms so as to involve (sin x/x)k
or (tan x/x)k or (x/ sin x)k or (x/ tan x)k which can be separated out from the given
expression. These terms become 1 as x → 0 with the result we will be left with a
simple expression (product gets eliminated) in the 0/0 form for the application of L’
Hospital’s rule. Simplification at each step has to be explored.
Determine the following limits:
tan x − x 1 2 1 1
1. lim 2. lim − cot x 3. lim −
x→0 2
x2 tan x x→0
xx
2 x→∞ x2 sin2 x
e − e− x − 2 log(1 + x) log(1 + x)3
x + 2 cos x − 2
4. lim 5. lim 6. lim
x→0
x sin3 x x→0 x sin x x→0 sin3 x
x 1 h a x i
7. lim − 8. lim [x tan(1/x)] 9. lim − cot
x→1 x − 1 log x x→∞ x→0 x a
1 log(1 + x)
10. lim [x log x] 11. lim [log (2 − (x/a)) cot(x − a)] 12. lim −
x→0 x→a
x→0 x x2
1 1
13. lim [2x tan x − π sec x] 14. lim − x 15. lim [sin x log x]
x→π/2 x→0 x e −1 x→0
h πx i
1. Solution: Let k = lim (1 − x) tan
x→1 2
tan x−x
. . . 00 ie., = limx→0 xtan x−x tan x−x x
21. Let k = limx→0 x2 tan x 2 · tan x ·x = limx→0 x3
·limx→0 tan x
x
tan x−x 0
Hence k = limx→0 x3 · 1 . . . 0 Applying L’ Hospital’s rule,
sec2 x − 1 tan2 x
k = lim = lim
x→0 3x2 x→0 3x2
2
1 tan x 1 1
= lim = ·1=
3 x→0 x 3 3
Thus k = 1/3
41
2
22. Let k = limx→0 x +2 cos x−2 0
x sin3 x
... 0
2
x +2 cos x−2 x2 +2 cos x−2 x
3
ie., = limx→0 sin3 x 3 = limx→0 x4
· limx→0 sin x
x· ·x
x3
2
limx→0 x +2 xcos x−2 0
Hence k = 4 · 1... 0
Applying L’ Hospital’s rule,
2x − 2 sin x 0
k = lim 3
...
x→0 4x 0
2 − 2 cos x 0
= lim 2
...
x→0 12x 0
2 sin x 1 sin x 1 1
= lim = lim = ·1=
x→0 24x 12 x→0 x 12 12
Thus k = 1/12
ex −e−x −2 log(1+x) 0
23. Let k = limx→0 x sin x
... 0
ie.,
ex − e−x − 2 log(1 + x)
= lim
x→0 x · sinx x · x
ex − e−x − 2 log(1 + x) x
= lim · lim
x→0 x2 x→0 sin x
x −x
e − e − 2 log(1 + x) 0
= lim 2
· 1...
x→0 x 0
Applying L’Hospital’s rule,
ex + e−x − (2/1 + x)
0
k = lim ...
x→0 2x 0
x −x 2
e − e + 2/(1 + x)
k = lim =1
x→0 2
Thus k = 1
1+sin x−cos x+log(1−x) 0
24. Let k = limx→0 x tan2 x
... 0
Thus k = −1/2
25. Let k = limx→0 x12 − cot2 x . . .h(∞ − ∞)i
2 x−x2
ie., = limx→0 x12 − tan12 x = limx→0 tan
x2 tan2 x
tan2 x − x2 x
= lim · lim
x→0 x4 x→0 tan x
2 2
tan x − x 0
= lim 4
· 1...
x→0 x 0
Applying L’Hospital’s rule,
2 tan x sec2 x − 2x
0
k = lim 3
...
x→0 4x 0
2 tan x · 2 sec x tan x + 2 sec4 x − 2
2
= lim
x→0 12x2
2 sec x tan x + sec4 x − 1
2 2
0
ie., =2 lim 2
...
x→0 12x 0
(Further differentiation will be tedious and hence we simplify the term sec4 x − 1
)
Now, (sec4 x − 1) = (sec2 x − 1) (sec2 x + 1)
ie., (sec4 x − 1) = tan2 x (sec2 x + 1) = sec2 x tan2 x + tan2 x
2 2 2 x tan2 x+tan2 x
Hence k = limx→0 2 sec x tan x+sec 6x2
tan2 x (3 sec2 x + 1)
= lim
x→0 6x2
2
1 tan x
· lim 3 sec2 x + 1
= lim
6 x→0 x x→0
1 2
= ·1·4=
6 3
Thus k = 2/3
26. Let k = limx→0 x12 − sin12 x . . . (∞ − ∞)
2 x−x2
ie., = limx→0 sin . . . 00
x2 sin2 x 2
2 2
= limx→0 sin xx−x
4 · limx→0 sinx x
2 2
= limx→0 sin xx−x · 1 . . . 00
4
.4 Type-3
We can evaluate the limit on the R.H.S as already discussed and let us suppose
that the limit is equal to l.
ie., loge k = l ⇒ k = el which is the required limit.
Remark : One of the common question is that why 1∞ is indeterminate?
Let k = limx→a [f (x)]g(x) . . . 1∞
⇒ loge k = limx→a g(x) log f (x) . . . ∞ × log 1 = ∞ × 0
which is indeterminate. On the otherhand if k = limx→a [f (x)]g(x) is of the form
c∞ where c ̸= 1 we have
1/x
loge k = lim = −1
x→1 −1
ie., loge k = −1
Thus k = e−1 = 1/e
2
28. Let k = limx→0 (cos x)1/x · · · (1∞ )
sec2
⇒ loge k = limx→0 log(cos x)
. . . 00 32. lim sin2 (π/2 − x)
x2
(π/2 − x)
π sin x
34. lim 1 + x 36. lim x
38. limx→0 xsin x
44
.6 0. limx→0(cot x)tan x
40. limx→0(cot x)sin x
Applying L’ Hospital’s rule,
loge k = limx→0 − sin 2x
x/ cos x
= −12
limx→0√tan x
x
= −1
2
·1
−1/2
ie., loge k =√ −1/2 ⇒ k = e = 1/ e
Thus k = 1/ e
Thus 29. Let k = lim(sin x)tan x . . . (1∞ )
x → π/2
⇒ loge k = lim tan x log(sin x) . . . (∞ × 0)
x → π/2
ie.,
log(sin x) 0
= lim ...
x→π/2 cot x 0
Applying L’ Hospital’s rule,
cos x/ sin x
loge k = lim = lim − sin x cos x = 0
x→π/2 − cosec2 x x→π/2
ie., loge k = 0
Thus k = e0 = 1
30. Let k = limx→a [2 − (x/a)]tan(πx/2a) . . . (1∞ )
⇒ loge k = limx→a tan(πx/2a) · log[2 − (x/a)] . . . (∞ × 0)
ie., = limx→a log[2−(x/a)]
cot(πx/2a)
· · · 0
0
Applying L’ Hospital’s rule,
1
[2−(x/a)]
× −1
a 2
loge k = lim 2
=
x→a − cosec (πx/2a) × π/2a π
ie., loge k = 2/π
Thus k = e2/π
x x 1/x
31. Let k = limx→0 a +b2
. . . (1∞ )
x x
⇒ loge k = limx→0 log{(a x+b )/2 . . . 00
log sin2 y
0
= lim . . .
y→π/2 cos2 y 0
Applying L’ Hospital’s rule,
−2x/1 − x2 2x(1 − x)
loge k = lim = lim
x→1 −1/1 − x x→1 (1 − x)(1 + x)
2x
ie., loge k = limx→1 1+x =1
a x
· · · (1∞ )
1
Thus k = e = e 34. Let k = limx→∞ 1 + x
a
⇒ loge k = limx→∞ x log 1 + x . . . (∞ × 0)
log 1 + xa
0
= lim ...
x→∞ (1/x) 0
Applying L’ Hospital’s rule,
1/ 1 + xa · − xa2
loge k = lim =a
x→∞ (−1/x2 )
ie.,
., loge k = a
Thus k = ea
ax+1 x
35. Let k = limx→∞ ax−1
We need to effect a basic simplification
x in this case of x → ∞
a+(1/x) ∞
ie., k = limx→∞ a−(1/x) . . . (1 )
Put 1/x = y for convenience, so that y → 0 as x → ∞
1/y
a+y
ie., k = limy→0 a−y · · · (1∞ )
⇒ loge k = limy→0 y1 log a+y a−y
log(a + y) − log(a − y) 0
= lim ...
y→0 y 0
Applying L’ Hospital’s rule,
46
= 1 · limx→0 x cos2x
x−sin x
3 . . . 00
= limx→0 −x sin x+cos
6x2
x−cos x
ie., = limx→0 −1 6
· sinx x = −1 6
· 1 = −1 6
ie., loge k = −1/6
Thus k = e−1/6 1/x
37. Let k = limx→0 tanx x . . . (1∞ )
log(tan x/x) 0
⇒ loge k = lim ...
x→0 x 0
Applying L’ Hospital’s rule,
ie.,
1 x sec2 x−tan x
(tan x/x)
· x2
loge k = lim
x→0 1
x x sec2 x − tan x
= lim · lim
x→0 tan x x→0 x2
2
x sec x − tan x 0
= 1 · lim 2
...
x→0 x 0
x · 2 sec2 x tan x + sec2 x − sec2 x
loge k = lim
x→0 2x
2
= lim sec x · tan x = 0
x→0
ie., loge k = 0
Thus k = e0 = 1
38. Let k = limx→0 xsin x . . . (00 )
1/x sin x
loge k = lim = − lim · lim tan x
x→0 − cosec x cot x x→0 x x→0
ie., loge k = −1 · 0 = 0
47
Thus k = e0 = 1 2 sin x
39. Let k = limx→0 x1 . . . (∞0 )
⇒ loge k = limx→0 2 sin x · log(1/x) = − limx→0 2 sin x · log x
∴ loge k = 0
Thus k = e0 = 1
40. Let k = limx→0 (cot x)tan x . . . (∞0 )
⇒ loge k = limx→0 tan x · log(cot x) . . . (0 × ∞)
log(cot x) ∞
= lim ...
x→0 cot x ∞
Applying L’ Hospital’s rule,
− cosec2 x/ cot x
loge k = lim = lim tan x = 0
x→0 − cosec2 x x→0
ie., loge k = 0
Thus k = e0 = 1
1/x
41. Let k = lim (π/2 − tan−1 x) · · · (00 )
1/x 1/x
ie., k = limx→∞ (cot−1 x) = limx→∞ [tan−1 (1/x)]
Put 1/x = y. As x → ∞, y → 0
y
Hence k = limy→0 (tan−1 y) . . . (00 )
log (tan−1 y)
−∞
ie., = lim ...
y→0 (1/y) ∞
Applying L’ Hospital’s rule,
1/ tan−1 y · 1/1 + y 2
loge k = lim
y→0 −1/y 2
−y 2
0
= lim −1 2
···
y→0 tan y · (1 + y ) 0
−2y 0
loge k = lim = =0
y→0 tan−1 y · 2y + 1 0+1
ie., loge k = 0
Thus k = e0 = 1
.7 Miscellaneous Examples
a cos hx−b cos x
42. Find the value of the constants a and b such that limx→0 x2
may be
equal to unity.
> Let k = limx→0 a cos hx−b
x2
cos x
= a−b
0
48
a−b+c=0
With (1) we have 0/0 form. Applying L’ Hospital’s rule,
a=c
Applying the rule again we have,
a+b+c=4 . . . (3)
Since c = a, (1) and (3) becomes 2a − b = 0 and 2a + b = 4
By solving we get a = 1 and b = 2. Hence c = 1
Thus a = 1, b = 2, c = 1
44. Find the value of the constant a such that lim sin 2x+a
x3
sin x
is finite. What is
the finite limit?
> Let k = limx→0 sin 2x+a sin x 0
x 3 . . . 0
Applying L’ Hospital’s rule,
2 cos 2x + a cos x 2+a
k = lim 2
=
x→0 3x 0
We must have 2 + a = 0 or a = −2 for the 0/0 form.
∴ k = limx→0 −4 sin 2x−a
6x
sin x
. . . 00
49
−1/(1 + x) −1 −e
= e lim =e· =
x→0 2 + 6x 2 2
Thus k = −e/2
.8 EXERCISES
.9 Evaluate the following limits.
1. limx→0 x cos x−log(1+x)
x2
3. limx→0 x−log(1+x)
1−cos x
√ √
x−1+ x−1 2 x−2 tan x
5. limx→1 √
x2 −1
2. limx→π/4 sec1+cos 4x
sin x·sin−1 x
4. limx→0 x2
log(1+kx2 )
6. limx→0 1−cos x 7. limx→1 log(1−x)
cot πx
50
8. limx→∞ x cos(1/x)
1+x
9. limx→0 logx tan x x → 0
log(cos x)
10. limx→π/2
1 tan x1
11. limx→0 x − ex −1
h (sec x − tan
12. limx→π/2 i x) x → π/2
13.limx→1 log1 x − logx x
14.lim x log tan x x → 0
15.limx→π/4 (tan x)tan 2x x → π/4
16.lim(2 − x)tan(πx/2) x → 1
x x x 1/x
17.limx→0 a +b3 +c
1/x2
18. limx→0 tanx x x→0
19. Find the constants a and b such that limx→0 x(1+a cosx3x)−b sin x may be equal to
unity .
20. If limx→0 x(1−a cosx2x)+b sin x = 31 , show that the constants a and b satisfy the
identity a + b = 0
.10 ANSWERS
1. 1/2
2. 1/2
3. 1
6. 2k
7. 0
10. 0
11. 1/2
13. −1
14. 0
15. 1/e
15. 1/4 4. 1
8. 1
12. 0
16. e2/π 17. (abc)1/3
18. e1/3
19. a = −5/2, b = −3/2
OQ x
cos θ = = ∴ x = r cos θ
OP r
QP y
sin θ = = ∴ y = r sin θ
OP r
Further squaring and adding (1) and (2) we get
x2 + y 2 = r2 cos2 θ + sin2 θ = r2 · 1 = r2
p
∴ r = x2 + y 2
Also dividing (2) by (1) we get
r sin θ y
= ie., tan θ
r cos θ x
−1 y
θ = tan
x
The relations (1) and (2) determine the cartesian coordinates in terms of polar
coordinates whereas relations (3) and (4) determine the polar coordinates in terms of
cartesian coordinates.
It is evident that r is a function of θ(r depends on θ) and the equation in the form
is called the equation of the curve in the polar form or simply a polar curve.
We now proceed to establish some results related to polar curves.
52
ψ =ϕ+θ
(Recall from geometry that an exterior angle is equal to the sum of the interior
opposite angles)
⇒ tan ψ = tan(ϕ + θ)
tan ϕ+tan θ
or tan ψ = 1−tan ϕ tan θ
Let (x, y) be the cartesian coordinates of P so that we have,
x = r cos θ, y = r sin θ
Since r is a function of θ, we can as well regard these as parametric equations in
terms of θ.
We also know from the geometrical meaning of the derivative that
dy
tan ψ = = slope of the tangent P L
dx
dy dx
ie., tan ψ = / since x and y are functions of θ.
dθ dθ
d
(r sin θ) r cos θ + r′ sin θ dr
ie., tan ψ = d dθ
= ′
where r′ =
dθ
(r cos θ) −r sin θ + r cos θ dθ
(We try to correlate this expression with the already existing expression for tan ψ
in (1). Observe that the positive term in the denominator of (1) is equal to 1 )
Dividing both the numerator and denominator by r′ cos θ we have,
r cos θ ′ sin θ
r′ cos θ
+ rr′ cos θ
tan ψ = −r sin θ r′ cos θ
r′ cos θ
+ r′ cos θ
r
r′
+ tan θ
tan ψ =
1 − rr′ · tan θ
Comparing equations (1) and (2) we get
r r dθ
tan ϕ = ′ = dr or tan ϕ = r
r dθ
dr
Equivalently we can write it in the form
1 1 dr 1 dr
= or cot ϕ =
tan ϕ r dθ r dθ
Note: A question format :- Prove with usual notations tan ϕ = r dθ
dr
53
2
1 du 1
= u2 + where u =
p2 dθ r
- We simplify R.H.S too and try to put it in terms of cotangent ie., ”cot” so that
we obtain ϕ or ϕ1 and ϕ2 as the case may be.
→ |ϕ2 − ϕ1 | or |ϕ1 − ϕ2 | will give the angle of intersection.
9 If this contains θ then we have to find θ by solving the pair of equations to
obtain the angle of intersection independent of θ.
9 Suppose we are not able to obtain ϕ1 and ϕ2 explicitly then we have to write
the expressions for tan ϕ1 , tan ϕ2 and use the formula
tan ϕ1 − tan ϕ2
tan (ϕ1 − ϕ2 ) =
1 + tan ϕ1 tan ϕ2
9 If tan (ϕ1 − ϕ2 ) = α (say) then the angle of intersection is equal to tan−1 (α)
Also if tan ϕ1 · tan ϕ2 = −1 then,
Note : The following allied and compound angles trigonometric formulae will
have frequent reference in problems. 1. sin(π/2 − θ) = cos θ cos(π/2 − θ) = sin θ
tan(π/2−θ) = cot θ cot(π/2−θ) = tan θ 2. sin(π/2+θ) = cos θ cos(π/2+θ) = − sin θ
tan(π/2+θ) = − cot θ cot(π/2+θ) = − tan θ 3. tan(π/4+θ) = 1+tan θ
1−tan θ
; cot(π/4+θ) =
1−tan θ
1+tan θ
Also we use the results :
1 dr sin θ
=0+
r dθ 1 − cos θ
2 sin(θ/2) cos(θ/2)
cot ϕ = = cot(θ/2)
2 sin2 (θ/2)
2 dr
r dθ
+ (−2cossin2θ2θ) = 0
1 dr
ie., r dθ
= tan 2θ
or cot ϕ = cot(π/2 − 2θ) ⇒ ϕ = π/2 − 2θ
1 dr −1/2 · sin(θ/2)
+2· =0
r dθ cos(θ/2)
∴ 1r dθdr
= tan(θ/2)
ie., cot ϕ = cot(π/2 − θ/2) ⇒ ϕ = π/2 − θ/2
At θ = 2π/3, ϕ = π/2 − π/3 = π/6 = 30◦
57
1 dr cos θ cos θ
=0+ ie., cot ϕ =
r dθ 1 + sin θ 1 + sin θ
0
At θ = π/2, cot ϕ = 1+1 = 0 ∴ cot ϕ = 0 ⇒ ϕ = π/2
Also ψ = θ + ϕ = π/2 + π/2 = π
∴ slope of the tangent = tan ψ = tan π = 0
Note: We can simplify R.H.S and explicitly obtain ϕ as shown below.
1 dr − sin θ 1 dr sin θ
=0+ : =0+
r dθ 1 + cos θ r dθ 1 − cos θ
−2 sin(θ/2) cos(θ/2) 2 sin(θ/2) cos(θ/2)
cot ϕ1 = : cot ϕ2 =
2
2 cos (θ/2) 2 sin2 (θ/2)
ie., cot ϕ1 = − tan(θ/2) = cot(π/2 + θ/2) : cot ϕ2 = cot(θ/2)
⇒ ϕ1 = π/2 + θ/2 : ϕ2 = θ/2
∴ angle of intersection = |ϕ1 − ϕ2 | = |π/2 + θ/2 − θ/2| = π/2
Hence the curves intersect orthogonally. 55. r = a(1 + sin θ) : r = a(1 − sin θ)
⇒ log r = log a + log(1 + sin θ) : log r = log a + log(1 − sin θ)
Differentiating these w.r.t θ we get,
1 dr cos θ
=
r dθ 1 + sin θ
1 dr − cos θ
: =
r dθ 1 − sin θ
cos θ − cos θ
ie., cot ϕ1 = : cot ϕ2 =
1 + sin θ 1 − sin θ
(Refering to the note in Ex-53, it requires quite a number of steps to obtain ϕ1
and ϕ2 explicitly in order to find |ϕ1 − ϕ2 |. But it will suffice if we can show that
tan ϕ1 · tan ϕ2 = −1)
We have tan ϕ1 = 1+sin
cos θ
θ
and tan ϕ2 = 1−sin θ
− cos θ
2 2
∴ tan ϕ1 · tan ϕ2 = 1−sin
− cos2 θ
θ
= −cos θ
cos2 θ
= −1
Hence the curves intersect orthogonally.
56. rn = an cos nθ : rn = bn sin nθ
Taking logarithms we have,
n dr −n sin nθ n dr n cos nθ
= : =
r dθ cos nθ r dθ sin nθ
1 dr 1 dr
ie., = − tan nθ : = cot nθ
r dθ r dθ
ie., cot ϕ1 = cot(π/2 + nθ) : cot ϕ2 = cot nθ
⇒ ϕ1 = π/2 + nθ : ϕ2 = nθ
∴ |ϕ1 − ϕ2 | = |π/2 + nθ − nθ| = π/2
Hence the curves intersect orthogonally. 57. r2 sin 2θ = a2 : r2 cos 2θ = b2
Taking logarithms we have,
2 dr 2 cos 2θ 2 dr 2 sin 2θ
+ =0 : − =0
r dθ sin 2θ r dθ cos 2θ
1 dr 1 dr
ie., = − cot 2θ : = tan 2θ
r dθ r dθ
ie., cot ϕ1 = − cot 2θ : cot ϕ2 = tan 2θ
ie., cot ϕ1 = cot(−2θ) : cot ϕ2 = cot(π/2 − 2θ)
⇒ ϕ1 = −2θ : ϕ2 = π/2 − 2θ
∴ |ϕ1 − ϕ2 | = | − 2θ − π/2 + 2θ| = π/2
Hence the curves intersect orthogonally.
58. r = 4 sec2 (θ/2) : r = 9 cosec2 (θ/2)
Taking logarithms we have,
1 dr 2 1
= · sec(θ/2) tan(θ/2) ·
r dθ sec(θ/2) 2
1 dr −2 cosec(θ/2) cot(θ/2) 1
: = ·
r dθ cosec(θ/2) 2
ie., 1r dθ
dr
= tan(θ/2) : 1r dθ dr
= − cot(θ/2)
ie., cot ϕ1 = cot(π/2 − θ/2) : cot ϕ2 = cot(−θ/2)
⇒ ϕ1 = π/2 − θ/2 : ϕ2 = −θ/2
∴ |ϕ1 − ϕ2 | = |π/2 − θ/2 + θ/2| = π/2
Hence the curves intersect orthogonally. 59. r = aeθ : reθ = b
⇒ log r = log a + θ log e : log r + θ log e = log b
But log e = 1. Differentiating these w.r.t θ we get,
1 dr 1 dr
=0+1 : +1=0
r dθ r dθ
ie., cot ϕ1 = 1 : cot ϕ2 = −1
⇒ ϕ1 = π/4 : ϕ2 = −π/4 or 3π/4
∴ |ϕ1 − ϕ2 | = |π/4 + π/4| = π/2
Hence the curves intersect orthogonally.
Find the angle of intersection of the following pairs of curves. 60. r = sin θ + cos θ
and r = 2 sin θ 61. r = a log θ and r = a/ log θ 62. r2 sin 2θ = 4 and r2 =
16 sin 20 63. r = a(1−cos θ) and r = 2a cos θ 64. r = 6 cos θ and r = 2(1+cos θ) 65.
rn = an sec(nθ + α) and rn = bn sec(nθ + β) 66. r = a(1 + cos θ) and r2 = a2 cos 2θ
67. r = aθ/1 + θ and r = a/1 + θ2 68. r = aθ and r = a/θ 60. r = sin θ + cos θ
: r = 2 sin θ ⇒ log r = log(sin θ + cos θ) : log r = log 2 + log(sin θ)
Differentiating these w.r.t θ, we get,
60
dr
ie., 1r dθ cos θ−sin θ 1 dr
= sin θ+cos θ r dθ
= cos θ
sin θ
ie., cot ϕ1 = cot(π/4 + θ) ⇒ ϕ1 = π/4 + θ
∴ |ϕ1 − ϕ2 | = |π/4 + θ − θ| = π/4
cos θ(1−tan θ)
cot ϕ1 = cos θ(1+tan θ)
: cot ϕ2 = cot θ ⇒ ϕ2 = θ
The angle of intersection is π/4
61. r = a log θ : r = a log θ
⇒ log r = log a + log(log θ) : log r = log a − log(log θ)
Differentiating these w.r.t θ, we get,
1 dr 1 1 dr 1
= : =−
r dθ log θ · θ r dθ log θ · θ
1 1
cot ϕ1 = : cot ϕ2 = −
θ log θ θ log θ
Note : we cannot find ϕ1 and ϕ2 explicitly.
∴ tan ϕ1 = θ log θ : tan ϕ2 = −θ log θ
tan ϕ1 −tan ϕ2
Now consider, tan (ϕ1 − ϕ2 ) = 1+tan ϕ1 tan ϕ2
2θ log θ
ie., tan (ϕ1 − ϕ2 ) = 1−(θ log θ)2
We have to find θ by solving the given pair of equations :
r = a log θ and r = a/ log θ.
Equating the R.H.S we have a log θ = loga θ
ie., (log θ)2 = 1 or log θ = 1 ⇒ θ = e
Substituting θ = e in (1) we get,
2e
tan (ϕ1 − ϕ2 ) = (∵ log e = 1)
1 − e2
∴ angle of intersection = ϕ1 − ϕ2 = tan−1 1−e2e
= 2 tan−1 e
2
2 2
62. r sin 2θ = 4 : r = 16 sin 2θ
n dr
r dθ
= n sec(nθ+α) tan(nθ+α)
sec(nθ+α)
: n dr
r dθ
= n sec(nθ+β) tan(nθ+
sec(nθ+β)
1 dr 1 dr
ie., r dθ
= tan(nθ + α) : r dθ
= tan(nθ + β)
ie., cot ϕ1 = cot[π/2 − (nθ + α)] : cot ϕ2 = cot[π/2 − (nθ + β)]
⇒ ϕ1 = π/2 − nθ − α : ϕ2 = π/2 − nθ − β
∴ |ϕ1 − ϕ2 | = | − α + β| = α − β, w
62
1 dr − sin θ 2 dr −2 sin 2θ
= : =
r dθ 1 + cos θ r dθ cos 2θ
ie., cot ϕ1 = −2 sin(θ/2) cos(θ/2)
2 cos2 (θ/2)
: cot ϕ2 = − tan 2θ
ie., cot ϕ1 = − tan(θ/2) : cot ϕ2 = cot(π/2 + 2θ)
ie., cot ϕ1 = cot(π/2 + θ/2) :⇒ ϕ2 = π/2 + 2θ
⇒ ϕ1 = π/2 + θ/2
∴ |ϕ1 − ϕ2 | = |π/2 + θ/2 − π/2 − 2θ| = 3θ/2
Now, squaring the first of the given equations and then equating the R.H.S of the
two equations we have
1 dr 1 1 1 dr −2θ
= − : =
r dθ θ 1+θ r dθ 1 + θ2
1 −2θ
ie., cot ϕ1 = : cot ϕ2 =
θ(1 + θ) 1 + θ2
1 + θ2
⇒ tan ϕ1 = θ + θ2 : tan ϕ2 =
−2θ
63
aθ a
=
1+θ 1 + θ2
or θ + θ3 = 1 + θ or θ3 = 1 ⇒ θ = 1
∴ tan ϕ1 = 2 and tan ϕ2 = −1 at θ = 1
tan ϕ1 −tan ϕ2
Consider, tan (ϕ1 − ϕ2 ) = 1+tan ϕ1 tan ϕ2
2−(−1)
∴ tan (ϕ1 − ϕ2 ) = 1+(−2) = −3
Taking the absolute value, the angle of intersection = tan−1 (3)
68. r = aθ : r = a/θ
⇒ log r = log a + log θ : log r = log a − log θ
Differentiating these w.r.t θ, we get,
1 dr 1
=
r dθ θ
1 dr 1
=−
r dθ θ
1
cot ϕ2 = −
θ
tan ϕ2 = −θ
1
ie., cot ϕ1 =
θ
or tan ϕ1 = θ
Also by equating the R.H.S of the given equations we have
aθ = a/θ or θ2 = 1 ⇒ θ = ±1
When θ = 1, tan ϕ1 = 1, tan ϕ2 = −1 and
when θ = −1, tan ϕ1 = −1, tan ϕ2 = 1.
∴ tan ϕ1 · tan ϕ2 = −1 ⇒ ϕ1 − ϕ2 = π/2
The curves intersect at right angles.
69. Find the angles made by the tangent and the normal at any point P (r, θ) on
the curve r2 = a2 cos 2θ with the initial line.
≫ We have r2 = a2 cos 2θ
⇒ 2 log r = 2 log a + log(cos 2θ)
Differentiating w.r.t θ, we have,
2 dr −2 sin 2θ 1 dr
= or = − tan 2θ
r dθ cos 2θ r dθ
ie., cot ϕ = cot(π/2 + 2θ) ⇒ ϕ = π/2 + 2θ
If ψ is the angle made by the tangent with the initial line, ψ − (π/2) will be the
angle made by the normal with the initial line.
We know that ψ = ϕ + θ = (π/2 + 2θ) + θ = π/2 + 3θ
Hence ψ = π/2 + 3θ ⇒ ψ − (π/2) = 30
64
Thus (π/2) + 3θ and 3θ are respectively the angles made by the tangent and the
normal with the initial line.
70. Show that the tangents to the cardioide r = a(1 + cos θ) at the points θ = π/3
and θ = 2π/3 are respectively parallel and perpendicular to the initial line.
ψ = ϕ + θ = π/2 + 3θ/2
θ = π/3 : ψ = π/2 + π/2 = π = 180◦
xy ′ −y
Thus tan ϕ = x+yy ′
r = f (θ)
p = rg(θ)
This will give us an equation in p and r being the required pedal equation.
It may be noted that if we are unable to obtain ϕ explicitly in terms of θ, we have
to sqaure and take the reciprocal of p = r sin ϕ.
This will give us :
1 1 1 1
= 2 cosec2 ϕ = 2 1 + cot2 ϕ
2
or 2
p r p r
Wesubstitutefor cot ϕ itself in terms of θ. Elimination of θ by using the given
equation will give us the pedal equation.
Find the pedal equation of the following curves. 72. 2i/r = (1 + cos θ) 74.
r = a2 sec 2θ 76. rm = am (cos mθ + sin mθ) 78. 1/r = 1 + e cos θ 72. 2a
2
r
= 1 + cos θ
⇒ log 2a − log r = log(1 + cos θ)
73. r(1 − cos θ) = 2a
75. rn = an cos nθ
77. r = 2(1 + cos θ)
79. rn = an sec hnθ
Differentiating w.r.t θ, we get,
p = r cos(θ/2)
We have to eliminate θ from (1) and (2)
(It will be convenient for elimination if we can have similar functions of θ in the
R.H.S of the two equations )
(1) can be put in the form 2a r
= 2 cos2 (θ/2) or ar = cos2 (θ/2)
2 2
Also from (2), pr = cos(θ/2) Hence we get, ar = pr or ar = pr2 or p2 = ar
Thus p2 = ar is the required pedal equation.
66
∴ p = r sin(−θ/2) or p = −r sin(θ/2)
Now we have, r(1 − cos θ) = 2a
p = −r sin(θ/2)
We have to eliminate θ from (1) and (2).
(1) can be put in the form r · 2 sin2 (θ/2) = 2a
ie., r sin2 (θ/2) = a.
But p/− r = sin(θ/2), from (2).
p2
∴ r r2 = a or p2 = ar
Thus p2 = ar is the required pedal equation.
74. r2 = a2 sec 2θ
⇒ 2 log r = 2 log a + log(sec 2θ)
Differentiating w.r.t θ, we get,
2 dr 2 sec 2θ tan 2θ 1 dr
= ie., = tan 2θ
r dθ sec 2θ r dθ
ie., cot ϕ = cot(π/2 − 2θ) ⇒ ϕ = π/2 − 2θ
Consider p = r sin ϕ ∴ p = r sin(π/2 − 2θ) ie., p = r cos 2θ Now we have, r2 =
a2 sec 2θ
p = r cos 2θ
From (2), p/r = cos 2θ or r/p = sec 2θ
Substituting in (1) we get, r2 = a2 (r/p) or pr = a2
Thus pr = a2 is the required pedal equation.
75. rn = dn cos nθ
⇒ n log r = n log a + log(cos nθ).
Differentiating w.r.t θ, we get,
n dr −n sin nθ 1 dr
= ie., = − tan nθ
r dθ cos nθ r dθ
cot ϕ = cot(π/2 + nθ) ⇒ ϕ = π/2 + nθ
Consider p = r sin ϕ
67
p = r cos nθ
∴ (1) as a consequence of (2) is rn = an (p/r)
Thus rn+1 = pan is the required pedal equation.
76. rm = am (cos mθ + sin mθ)
⇒ m log r = m log a + log(cos mθ + sin mθ)
Differentiating w.r.t θ, we get,
m dr −m sin mθ + m cos mθ
=
r dθ cos mθ + sin mθ
cos mθ(1−tan mθ)
ie., 1r dθ
dr
= cos mθ−sin mθ
cos mθ+sin mθ
= cos mθ(1+tan mθ)
∴ cot ϕ = cot(π/4 + mθ) ⇒ ϕ = π/4 + mθ
Consider p = r sin ϕ
∴ p = r sin(π/4 + mθ)
ie., p = r[sin(π/4) cos mθ + cos(π/4) sin mθ] ie., p = √r2 (cos mθ + sin mθ)
√(We have used the formula of sin(A+B) and also the values sin(π/4) = cos(π/4) =
1/ 2)
Now we have, rm = am (cos mθ + sin mθ)
r
p = √ (cos mθ + sin mθ)
2
Using (2) in (1) we get,
√
m p 2
m
√
r =a · or rm+1 = 2am p
r
√
Thus rm+1 = 2am p is the required pedal equation.
77. r = 2(1 + cos θ)
⇒ log r = log 2 + log(1 + cos θ)
Differentiating w.r.t θ, we get,
p = r cos(θ/2)
(1) can be put in the form r = 2 · 2 cos2 (θ/2)
ie., r = 4 cos2 (θ/2)
From (2), p/r = cos(θ/2) and hence (1) becomes,
68
r = 4 · p2 /r2 or r3 = 4p2
1 dr −e sin θ
− =
r dθ 1 + e cos θ
e sin θ
ie., cot ϕ = We cannot find ϕ explicitly.
1 + e cos θ
Consider p = r sin ϕ
By squaring and taking the reciprocal we have,
1 1 2 1 1 2
= cosec ϕ or = 1 + cot ϕ
p2 r2 p2 r2
Substituting for cot ϕ itself we have
e2 sin2 θ
1 1
= 2 1+
p2 r (1 + e cos θ)2
Also we have rl = 1 + e cos θ
We need to eliminate θ from (1) and (2).
From (2) rl − 1 = e cos θ
Also e2 sin2 θ = e2 (1 − cos2 θ) = e2 − e2 cos2 θ
2
By using (3) we have e2 sin2 θ = e2 − rl − 1
Now substituting (3) and (4) in (1) we have,
( 2 )
1 1 e2 − rl − 1
= 2 1+
p2 r (l2 /r2 )
( 2 )
1 1 1 2 l
= 2+ 2 e − −1
p2 r l r
l2
1 1 1 2 2l
2
= 2
+ 2
e − 2
+ −1
p r l r r
2
1 1 e 1 2 1
2
= 2+ 2 − 2+ − 2
p r l r lr l
2
Thus p12 = e l−1
2 + lr2 is the required pedal equation. 79. rn = an sech nθ
⇒ n log r = n log a + log(sech nθ)
Differentiating w.r.t θ, we get,
n dr −n sech nθ tanh nθ
=
r dθ sech nθ
1 dr
ie., r dθ
= −n tan hnθ
69
1 1 2 1 1
= cosec ϕ or = (1+
p2 r2 p2 r2
1 1
= 2 1 + tan h2 nθ
p 2 r
Also we have, rn = an sech nθ
n
∴ ar n = sech nθ and we have 1 − tanh h2 nθ = sech2 nθ
n 2
∴ tan h2 nθ = 1 − sech2 nθ = 1 − ar n
Substituting this expression in the R.H.S of (1) we get,
r2n
1 1
= 2 2 − 2n being the required pedal equation.
p2 r a
80. For the equiangular spiral r = aeθ cot α , a and α are constants show that the
tangent is inclined at a constant angle with the radius vector and hence find the pedal
equation of the curve.
≫ We have r = aeθ cot α
⇒ log r = log a + θ cot α log e But log e = 1
∴ log r = log a + cot α · θ
Differentiating w.r.t θ, we get,
1 dr
= cot α · 1
r dθ
ie., cot ϕ = cot α ⇒ ϕ = α = constant
∴ the tangent is inclined at a constant angle with the radius vector.
Consider p = r sin ϕ. But ϕ = α
∴ p = r sin α. This is independent of θ.
Hence p = r sin α is the required pedal
√ equation. √
81. Show that for the curve r cos a2 − b2 /a θ = a2 − b2 , p2 (r2 + b2 ) = a2 r2
√ √
≫ We have r cos a2 − b2 /a θ = a2 − b2
√
For convenience let a2 − b2 /a = k, a constant.
We now have r cos kθ = ka
⇒ log r + log(cos kθ) = log(ka).
Differentiating w.r.t θ, we get,
1 dr −k sin kθ
+ =0
r dθ cos kθ
ie., cot ϕ = k tan kθ. We cannot find ϕ explicitly.
Consider p = r sin ϕ.
Squaring and taking the reciprocal, we have
1 1 1 1
= 2 cosec2 ϕ 2
2
or = 1 + cot ϕ
p r p2 r2
70
2 2
ie., p12 = rr2+b
a2
Thus p (r + b2 ) = a2 r2 as required.
2 2
√
82. Find the value of ϕ for the curve aθ = r2 − a2 − a cos−1 (a/r)
Note : Observing the complexity of the given equation we do not venture to take
logarithms. √
≫ We have aθ = r2 − a2 − a cos−1 (a/r)
Differentiating w.r.t θ on both sides keeping in mind that r is a function of θ we
obtain
1 dr 1 a dr
a= √ · 2r − a · − p ·− 2
2 r 2 − a2 dθ 1 − (a2 /r2 ) r dθ
2
ie., a= √ r · dr − ar2 √r2r−a2 dθ
dr
r2 −a2 dθ
√ r dr a2
ie., a = 2
r −a 2 · dθ
1 − r2
2 2
ie., a= √ r · dr r r−a
r2 −a2 dθ 2
√ √
2 2 dr 2 2
ie., a = r r−a dθ or r dθ dr
= r a−a
√ √
2 2 r2 −a2
ie., tan ϕ = r a−a ∴ ϕ = tan−1 a
83. Establish the pedal equation of the curve
rn = an sin nθ + bn cos nθ in the form p2 (a2n + b2n ) = r2n+2
≫ We have rn = an sin nθ + bn cos nθ
⇒ n log r = log (an sin nθ + bn cos nθ) Differentiating w.r.t θ, we get
1 1 1 1
= 2 cosec2 ϕ or 2 = 2 1 + cot2 ϕ
p 2 r p r
( )
1 1 (an cos nθ − bn sin nθ)2
∴ = 2 1+
p2 r (an sin nθ + bn cos nθ)2
(
1 1 (an sin nθ + bn cos nθ)2 + (an cos nθ − bn sin nθ)2
ie., = 2
p2 r (an sin nθ + bn cos nθ)2
( )
1 a2n sin2 nθ + cos2 nθ + b2n cos2 nθ + sin2 nθ
1
ie., = 2
p2 r (an sin nθ + bn cos nθ)2
(Product terms cancels out in the numerator)
2n +b2n
ie., p12 = r12 · (an sinanθ+b n cos nθ)2
1 1 a2n +b2n
or p2
= r2
· (rn )2
, by using the given equation.
Thus p (a + b ) = r2n+2 is the required pedal equation.
2 2n 2n
84. Find the length of the perpendicular from the pole to the tangent at the point
(a, π/2) on the curve r = a(1 − cos θ)
≫ We have r = a(1 − cos θ)
⇒ log r = log a + log(1 − cos θ)
Differentiating w.r.t θ, we get,
.19 EXERCISES
Find the angle between the radius vector and the tangent for the following curves. 1.
r sec2 (θ/2) = 2a 2. r = a cosec2 (θ/2) 3. r2 = a2 (cos 2θ + sin 2θ) 4. rn cosec nθ = an
Find the slopes of the tangents for the following curves at the indicated points. 5.
r2 = a2 sin 2θ at θ = π/12 6. r cosec 2θ = a at θ = π/4 7. r = a sin 3θ at the pole 8.
r sec2 (θ/2) = 4 at θ = π/2
Show that the following pairs of curves intersect each other orthogonally.
9. r sec2 (θ/2) = a and r cosec2 (θ/2) = b
10. rn cos nθ = an and rn sin nθ = bn 11. 2a/r = 1+cos θ and 2a/r = 1−cos θ
12. r2 = a2 cos 2θ and r2 = a2 sin 2θ
Find the angle of intersection for the following pairs of curves.
13. r = a cos θ and r = a/2
14. rn = an (sin nθ + cos nθ) and rn = an sin nθ
15. r2 cos(2θ + α) = a2 and r2 cos(2θ + β) = b2
16. r2 = a2 cos 2θ + b2 and r = b
Obtain the pedal equation of the following curves.
17. r2 cos 2θ = a2 18. r = 2a/1 + cos θ
19. r = a sech nθ 20. r = a + b cos θ
21. r2 = a2 sin 2θ + b2 cos 2θ 22. r = a sin 3θ
23. rn sec nθ = an
24. Show that for the curve r sin2 (θ/2) = a the length of the perpendicular
√ from
the pole to the tangent at the point (2aπ/2) on the curve is equal to a 2.
25. Show that the length of the perpendicular from the √ pole to the tangent at the
2 2
point θ = π/6 on the curve r cos 2θ = a is equal to a/ 2.
.20 ANSWERS
1. π/2 + θ/2 2. −θ/2 3. π/4 + 2θ
4. nθ 5. 1 6. −1
7. 0 8. 1 13. π/3
14. π/4
15. α − β 16. tan−1 (a2 /b2 )
17. pr = a2
18. p2 = ar
2 2
19. p12 = n r+1
2 − na2
20. p2 [2ar + b2 − a2 ] = r4
21. r6 = p2 (a4 + b4 )
22. p2 (9a2 − 8r2 ) = r4
23. pan = rn+1
73
.22 Definition
Consider a curve in the XOY plane and let A be a fixed point on it. Let P and Q be
two neighbouring points on the curve such that,
PQ
ˆ = s and AQ
AP ˆ = s + δs so that ∩ = δs.
74
δψ dψ
lim = be denoted by K
δs→0 δs ds
(Q→P )
ie., Curvature = K = dψ ds
. Further if K ̸= 0, the reciprocal of the curvature is
called as the radius of curvature and is denoted by ρ.
ie., Radius of curvature = ρ = K1 = dψds
.23 Note :
1. As it is obvious that ψ depends on s, the relationship between these is called as
the intrinsic equation and (s, ψ) are called the intrinsic coordinates of the point P
2. We always take the sign of K and ρ to be positive.
Remark: Curvature being the amount of bending is obviously zero for a straight
line at all the points on it. It is easy to visualize that the circle has an uniform
bending and hence the curvature of a circle is a constant which will be established
mathematically.
s dψ 1
s = rψ or ψ= ∴ = = constant.
r ds r
Thus the curvature K = 1/r = constant.
This proves that the curvature of a circle at any point on it is a constant and is
equal to the reciprocal of the radius.
We now proceed to derive expressions for the radius of curvature in respect of
cartesian, parametric, polar and pedal form of curves.
2.43 An expression for the radius of curvature in the case of a cartesian curve
75
Let y = f (x) be the equation of the cartesian curve and A be a fixed point on it.
Let P (x, y) be a point on the curve such that AP = s. Let ψ be the angle made by
the tangent at P with the x-axis.
dy
Then we know that tan ψ = dx
Differentiating w.r.t s we have,
d d dy
(tan ψ) =
ds ds dx
ie., sec2 ψ dψ d dy dx
ds
= dx dx ds
But dx
ds
= cos ψ and by the definition dψ
ds
= ρ1
1 d2 y d y 2
∴ sec2 ψ · ρ
=
dx2
cos ψ or sec3 ψ = ρ dx2
d 2y
Hence ρ = sec3 ψ/ dx2
n o3/2
dy 2
(sec2 ψ)
3/2
(1 + tan2 ψ)
3/2 1+ dx
ie., ρ = d2 y
= d2 y
= d2 y
dx2 dx2 dx2
dy d2 y
Denoting y1 = dx
and y2 = dx2
we have,
3/2
(1 + y12 )
ρ=
y2
Note : Sometimes y1 at some point on the curve becomes infinity (ie., when the
tangent is perpendicular to the x-axis, tan ψ = tan 90◦ = ∞) in which case we cannot
apply the formula for ρ in the above form. In such a case we have to use the formula
in the alternative form,
3/2
(1 + x21 ) dx d2 x
ρ= where x1 = and x2 = 2
x2 dy dy
2.44 An expression for the radius of curvature in the case of a parametric curve
x = x(t), y = y(t)
[Note: The expression for ρ in the case of y = f (x) has to be established first.]
We have for a cartesian curve y = f (x),
3/2
(1 + y12 )
ρ=
y2
We shall express y1 and y2 in terms of the parameter t.
dy dy dx y′ dy dx
y1 = = = ′ where y ′ = , x′ =
dx dt dt x ′ dt dt
2
dy d dy d y dt x y − y ′ x′′ 1
′ ′′
y2 = 2 = = = · ′
dx dx dx dt x′ dx (x′ )2 x
′ ′′ ′ ′′ 2 2
xy −yx dy dx
y2 = 3 where y ′′ = 2 and x′′ = 2
(x′ ) dt dt
76
ds 1 1
=a· · sec2 (π/4 + ψ/2) ·
dψ tan(π/4 + ψ/2) 2
a cos(π/4 + ψ/2) 1
= · · 2
2 sin(π/4 + ψ/2) cos (π/4 + ψ/2)
a
= But 2 sin θ cos θ = sin 2θ
2 sin(π/4 + ψ/2) cos(π/4 + ψ/2)
ds a a a
= = = = a sec ψ
dψ sin[2(π/4 + ψ/2)] sin(π/2 + ψ) cos ψ
Thus ρ = a sec ψ 87. Show that the radius of curvature for the catenary of uniform
strength y = a log sec(x/a) is a sec(x/a)
3/2
(1+y12 )
→ We have ρ = y2
Consider y = a log sec(x/a)
dy a
∴ dx = y1 = sec(x/a) · sec(x/a) tan(x/a) · a1
ie., y1 = tan(x/a). Also y2 = a1 sec2 (x/a)
77
3/2 3/2
[1+tan2 (x/a)] ·a a[sec2 (x/a)]
Hence ρ = sec2 (x/a)
= sec2 (x/a)
a sec3 (x/a)
ie., ρ = sec2 (x/a)
= a sec(x/a)
Thus ρ = a sec(x/a)
88. Show that for the catenary y = c cosh(x/c) the radius of curvature is equal
to y 2 /c which is also equal to the length of the normal intercepted between the curve
and the x-axis. 3/2
(1+y12 )
≫ We have ρ = y2
y = c cosh(x/c) by data
∴ y1 = c · sinh(x/c) · 1c = sinh(x/c); y2 = 1c cosh(x/c)
3/2 3/2
[1+sinh2 (x/c)] c c[cosh2 (x/c)]
Hence ρ = cosh(x/c)
= cosh(x/c)
3
ie., ρ = c cosh(x/c)
cosh (x/c)
= c cosh2 (x/c)
But y/c = cosh(x/c) and hence ρ = c · (y 2 /c2 ) = y 2 /c
p
Also we know that q the length of the normal (l) is y 1 + y12
∴ l = c cosh(x/c) 1 + sinh2 (x/c) = c cosh2 (x/c) = y 2 /c
This proves the required √result 89. Find the radius of curvature for the curve
1
y = ax2 + bx + c at x = 2a a2 − 1 − b
≫ y = ax2 + bx + c, by data.
∴ y1 = 2ax + b, y2 = 2a √
1
√
At the given point, y1 = 2a · 2a a2 − 1 − b + b = a2 − 1 and y2 = 2a itself.
3/2
(1+y12 )
We have, ρ = y2
3/2 3/2
[1 + (a2 − 1)] (a2 ) a2
= = =
2a 2a 2
Thus ρ = a2 /2
90. Find the radius of curvature for the Folium of De-Cartes x3 + y 3 = 3 axy at
the point (3a/2, 3a/2) on it.
≫ x3 + y 3 = 3axy, by data.
Differentiating w.r.t. x we have
2 2 dy dy
3x + 3y = 3a x + y
dx dx
dy dy ay−x2
ie., 3 (y 2 − ax) dx = 3 (ay − x2 ) ∴ dx
= y1 = y 2 −ax
2
3a /2−9a /4 2
At (3a/2, 3a/2), y1 = 9a 2 /4−3a2 /2 = −1
3/2
−3a3 −3a3 16(−6a3 ) (1+y12 )
ie., y2 = 9a4 /16
= 9a4 = −32 3a
We have ρ= y2
3/2 √ √
(1+1)
Hence ρ = −32/3a
= 2 −32
2·3a
= −3162a = 8−3a
√
√ 2
Thus |ρ| = 3a/8 2
2
91. Find the radius of curvature for the curve y 2 = 4a (2a−x)
x
where the curve
meets the x-axis.
≫ If the curve meets the x-axis then y = 0.
2
∴ 4a (2a−x)
x
= 0 ⇒ 4a2 (2a − x) = 0 ∴ x = 2a
Thus (2a, 0) is the point on the curve at which we have to find ρ.
The given equation can be put in the form
8a3
y2 = − 4a2
x
3 3
Differentiating w.r.t. x we have 2yy1 = − 8a
x2
or y1 = −4ax2 y
At (2a, 0)y1 becomes infinity and hence we have to consider dx/dy.
2y
Let x1 = dx
dy
= −x
4a3
and x1 = 0 at (2a, 0)
2 −1
Now x2 = ddyx2 = 4a 2
3 [x · 1 + y · 2xx1 ]
(1 + 0)3/2
= = −a
−1/a
Thus |ρ| = a
92. Find the radius of curvature for the curve x2 y = a (x2 + y 2 ) at the point
(−2a, 2a).
≫ Consider x2 y = a (x2 + y 2 ) and differentiate w.r.t. x
∴ x2 y1 + 2xy = 2ax + 2ayy1 ie., y1 (x2 − 2ay) = 2ax − 2xy
or y1 = 2ax−2xy
x2 −2ay
; At (−2a, 2a), y1 is infinity.
dx x2 −2ay
Hence x1 = dy
= y11 = 2ax−2xy and at (−2a, 2a) we have x1 = 0
d2 x (2ax−2xy)(2xx1 −2a)−(x2 −2ay )(2ax1 −2x−2x1 y)
Also dy2 = (2ax−2xy)2
We note that at (−2a, 2a)
Thus |ρ| = 2a √ √
93. Find the radius of curva ure of the curve x + y = 4 at the point where it
cuts the line passing through the origm making an angle 45◦ with the x-axis.
≫ The equation of the√ line√is y = x and we shall find the point of intersection of
this line with the curve x + y = 4.
This equation when y = x becomes,
√ √ √ √
x+ x = 4 or 2 x = 4 or x = 2 or x = 4
∴ the point
√ of√intersection is (4, 4)
Consider x + y = 4 and differentiate w.r.t. x
∴ 2√1 x + 2√1 y y1 = 0 or √y1y = √ −1
x
√ √
ie., y1 = − y/ x. At (4, 4) we get y1 = −1
√ √ √ √
d2 y x(−1/2 y·y1 )−(− y)(1/2 x) 1/2+1/2 1
Now y2 = dx 2 = x
∴ at (4, 4), y2 = 4
= 4
3/2
(1+y1 )
2
We have, ρ = y2
(2)3/2 √ √
= =4·2 2=8 2
1/4
√
Thus ρ = 8 2
94. For the curve y = ax/a + x, show that (2ρ/a)2/3 = (x/y)2 + (y/x)2
ax
≫ y = a+x , by data.
(a+x)a−ax·1 a2
∴ y1 = (a+x)2 = (a+x) 2
−2a2
Also y2 = (a+x)3
3/2
(1+y12 )
We have ρ = y2
i3/2
a4
h
1+ 4 ·(a+x)3
(a+x)
Hence ρ = −2a 2
3/2
[(a + x)4 + a4 ] · (a + x)3
=
−2a2 {(a + x)4 }3/2
3/2
[(a + x)4 + a4 ] · (a + x)3
=
−2a2 (a + x)6
3/2
[(a+x)4 +a4 ]
or −2ρ = a2 (a+x)3
4 +a4
⇒ (−2ρ) = a(a+x)
2/3
We note that (−2)2/3 = 22/3
4/3 (a+x)2 ;
2 2
1 a
2/3
∴ (2ρ) = a4/3 (a + x) + a+x 2
But a + x = ax
y
by data.
n 2 2 o
1 a x a2 y 2
∴ (2ρ)2/3 = a4/3 2 + 2
y x
2
x y 2
2/3 2/3
ie., (2ρ) = a y
+ x
Thus (2ρ/a)2/3 = (x/y)2 + (y/x)2
95. Find the radius of curvature of the curve x = a log(sec t + tan t), y = a sec t
80
≫ x = a log(sec t + tan t)
3/2
(1 + tan2 t) a a sec3 t
= =
sec t sec t
Thus ρ = a sec2 t
96. Show that the radius of curoature at any point θ on the cycloid x = a(θ+sin θ),
y = a(1 − cos θ) is 4a cos(θ/2)
∴ y1 = tan(θ/2)
Differentiating w.r.t. x we get,
1 dθ
y2 = sec2 (θ/2) · ·
2 dx
1 1 sec2 (θ/2)
= sec2 (θ/2) · · =
2 a(1 + cos θ) 4a cos2 (θ/2)
1
∴ y2 = sec4 (θ/2)
4a
3/2
(1+y12 )
We have ρ = y2
3/2
[1 + tan2 (θ/2)] · 4a
=
sec4 (θ/2)
3/2
[sec2 (θ/2)] · 4a 4a sec3 (θ/2)
= =
sec4 (θ/2) sec4 (θ/2)
Thus ρ = 4a cos(θ/2)
97. Find the radius of curvature of the tractrix x = a[cos t + log tan(t/2)], y =
a sin t
> For the given curve we have
81
dx 1 2 1
= a − sin t + · sec (t/2) ·
dt tan(t/2) 2
1
= a − sin t +
2 cos(t/2) sin(t/2)
1
= a − sin t +
sin t
2
cos2 t
− sin t + 1
=a =a·
sin t sin t
ie., dx
dt
= a cos2 t cosec t
Also dy
dt
= a cos t
dy sec2 t
Now, y1 = dx = dy / dx =
dt dt
a cos t
a cos2 t cosec t
dt
= tan t Hence y2 = sec2 t dx = a cos2 t cosec t
=
sec4 t sin t
a
3/2
(1+y12 )
We have, ρ = y2
3/2
(1 + tan2 t) · a a sec3 t
= =
sec4 t sin t sec4 t sin t
Thus ρ = a cot t
98. Find the radius of curvature of the astroid x = a cos3 θ, y = a sin3 θ at θ = π/4
≫ x = a cos3 θ ; y = a sin3 θ
∴ dx dθ
= −3a cos2 θ sin θ; dy dθ
= 3a sin2 θ cos θ
dy 3a sin2 θ cos θ
Now y1 = dx = dy / dx = −3a
dθ dθ cos2 θ sin θ
= − tan θ
− sec2 θ 4
Hence y2 = − sec θ · dx = −3a cos2 θ sin θ = sec θ3acosec θ
2 dθ
3/2
(1+y12 )
We have, ρ = y2
3/2
(1 + tan2 θ) · 3a 3a sec3 θ
= = = 3a cos θ sin θ
sec4 θ cosec θ sec4 θ cosec θ
Thus at θ = π/4, ρ = 3a/2
99. Show that the radius of curvature of the curve x = a(cos t + t sin t),
y = a(sin t − t cos t) is ’at’.
≫ x = a(cos t + t sin t) ; y = a(sin t − t cos t)
dx
dt
= a(− sin t + t cos t + sin t); dy dt
= a(cos t + t sin t − cos t)
dx dy
∴ dt = at cos t and dt = at sin t
dy 2 3
Now, y1 = dx = dy / dx = at
dt dt
at sin t
cos t
dt
= tan t Hence y2 = sec2 t dx = atseccostt = secat t
3/2
(1+y12 )
We have, ρ = y2
3/2
(1 + tan2 t) sec3 t
= · at = · at
sec3 t sec3 t
Thus ρ = at
100. If ρ be the radius of curvature at any point P (x, y) on the parabola y 2 = 4ax
show that ρ2 varies as (SP )3 where S is the focus of the parabola.
82
3/2 3/2
{1 + (4a2 /y 2 )} y 3 {(y 2 + 4a2 ) /y 2 }
= =
−4a2 /y 3 −4a2
3/2 3/2
y3 (y 2 + 4a2 ) (y 2 + 4a2 )
= · =
−4a2 (y 2 )3/2 −4a2
3/2
(4ax+4a2 ) (4a)3/2 (x+a)3/2
ie., ρ = −4a2
= −4a2
By squaring we have,
ie., ρ2 = a4 (x + a)3
The co-ordinates of the focus of the parabola is S = (a, 0) and we have
P = (x, y)
p
∴ SP = (x − a)2 + (y − 0)2 by the distance formula.
p √
= x2 − 2ax + a2 + y 2 = x2 − 2ax + a2 + 4ax
√ p
= x2 + 2ax + a2 = (x + a)2 = (x + a)
4
ρ2 = (SP )3
a
3/2
(ẋ2 + ẏ 2 )
ρ= ẍ for a parametric
ẋÿ − ẏ
dx dy d2 y
ẋ = = −a sin θ ; ẏ = = b cos ; ÿ = =
dθ dθ dθ2
d2 x
ẍ = = −a cos θ ;
dθ2
3/2
a2 sin2 θ + b2 cos2 θ
∴ ρ=
ab sin2 θ + cos2 θ
3/2
a2 sin2 θ + b2 cos2 θ
ie., ρ=
ab
Further, equation of the tangent to the ellipse at P (a cos θ, b sin θ) is given by
x
a
cos θ + yb sin θ = 1. Also the length of the perpendicular from a point (x1 , y1 ) upon
a straight line Ax + By + C = 0 is given by the formula
|Ax1 + By1 + C|
p= √
A2 + B 2
Hence the length of the perpendicular from the centre O = (0, 0) of the ellipse
upon the tangent (cos θ/a)x + (sin θ/b)y − 1 = 0 is given by
|0 + 0 − 1| 1
p= p 2
=q
cos2 θ/a2 + sin θ/b2 b2 cos2 θ + a2 sin2 θ /a2 b2
a3 b3
ie., p= √ ab
⇒ p3 = 3/2
a2 sin2 θ+b2 cos2 θ (a2 sin2 θ+b2 cos2 θ)
2
3/2
∴ a2 sin θ + b cos θ
2 2
= a3 b3 /p3
3 3 3 2 2
Using (2) in (1) we get, ρ = a bab/p = ap3b
Thus ρ = a2 b2 /p3
Further, at the end of the major axis we have (x, y) = (±a, 0)
∴ a cos θ = ±a ⇒ cos θ = ±1 or cos2 θ = 1. ∴ sin2 θ = 0
ab
Hence p = √0+b 2 or p = a
3/2
(a2 sin2 θ+b2 cos2 θ)
Hence ρ1 = ab
[Refer the previous example]
Changing θ to π/2 + θ we have sin(π/2 + θ) = cos θ and cos(π/2 + θ) = − sin θ.
Thus we have from (1)
3/2
a2 cos2 θ + b2 sin2 θ
ρ2 =
ab
a2 sin2 θ+b2 cos2 θ
2/3 2/3 2 2 θ+b2 sin2 θ
Hence ρ1 =(ab)2/3
; ρ2 = a cos(ab) 2/3
2.45 An expression for the radius of curvature in the case of a polar curve r = f (θ)
Let OP = r be the radius vector and ϕ be the angle made by the radius vector
with the tangent at P (r, θ).
Let ψ be the angle made by the tangent at P with the initial line.
Let A be a fixed point on the curve and let AP = S
We have ψ = θ + ϕ
∴ dψ = dθ + dϕ = dθ + dϕ · dθ ie., ρ1 = dθ 1 + dϕ
ds ds ds ds dθ ds ds dθ
or
ds
dθ
ρ= dϕ
1+ dθ
2 dϕ r1 · r1 − r · r2 d2 r
sec ϕ = where r2 = 2
dθ r12 dθ
dϕ r12 −rr2 r12 −rr2 dϕ r12 −rr2 r12 −rr2
or = r12 sec2 ϕ
= r12 (1+tan2 ϕ)
ie., = = r12 +r2
dθ dθ r12 [1+(r2 /r12 )]
dϕ r12 −rr2 r2 +r12 +r12 −rr2
Hence 1 + dθ
=1+ r2 +r12
= r2 +r12
dϕ r2 +2r12 −rr2
ie., 1+ dθ
= r2 +r12
q
dr 2
ds
p
Also, we know that = r2 + dθ dθ
= r2 + r12
Using (2) and (3) in (1) we get
(r2 + r12 )
q
ρ = r2 + r12 ·
r2 + 2r12 − rr2
3/2
(r2 +r12 )
Thus in the polar form, ρ = r2 +2r2 −rr2
1
2.46 An expression for the radius of curvature in the case of a pedal curve
85
Let OP = r be the radius vector and ϕ be the angle made by the radius vector
with the tangent at P . Let ψ be the angle made by the tangent at P with the initial
line. Draw ON = p, a perpendicular from the pole to the tangent.
We have from the ∆ON P, sin ϕ = pr
ie., p = r sin ϕ
Differentiating (1) w.r.t r we get,
dp dϕ
= r cos ϕ + 1 · sin ϕ
dr dr
But we know that, sin ϕ = r dθ ds
and cos ϕ = dr ds
∴ dp dϕ dr dθ dϕ dθ d
dr
= r dr ds
+ r ds
= r ds
+ ds
= r ds
(ϕ + θ)
dp dψ ds dr
But ϕ + θ = ψ ∴ dr = r ds or dψ = r dp
dr
Thus ρ = r dp
Note for problems
To find ρ for a polar curve r = f (θ), we have two options
(i) Applying the polar form of ρ by finding r1 and r2
(ii) Applying the pedal form of ρ by first finding the pedal equation of the curve
as discussed already.
In the case of polar curves we prefer to take logarithms first and then differentiate
w.r.t. θ.
dr dr 1
1= sin α ∴ = = cosec α
dp dp sin α
dr
Hence ρ = r dp = r cosec α
86
n dr −n sin nθ 1 dr
=0+ or = − tan nθ
r dθ cos nθ r dθ
r1 = −r tan nθ
∴ r1 = −r tan nθ
d2 r
Hence r2 = dθ2
= −r1 tan nθ − nr sec2 nθ
3/2
(r2 +r12 )
We have ρ= r2 +2r12 −rr2
3/2
(r2 +r2 tan2 nθ)
∴ ρ= r2 +2r2 tan2 nθ−r(−r1 tan nθ−nr sec2 nθ)
3/2 3/2
(r2 ) (sec2 nθ)
=
r2 + 2r2 tan2 nθ − r2 tan2 nθ + nr2 sec2 n
r3 sec3 nθ
= 2
r (1 + tan2 nθ + n sec2 nθ)
r sec3 nθ r sec nθ
= 2
=
sec nθ(1 + n) (1 + n)
r
Thus ρ = 1+n
sec nθ
an
n
r a 1
∴ ρ= · n = n−1
n n
But a /r = sec nθ by data. 1+n r 1+n r
1
ie., ρ = const · n−1
r
Thus ρ ∝ 1/rn−1
Aliter : By the pedal form of ρ
The pedal equation of the given curve is pan = rn+1
[Refer Example-75]
Differentiating w.r.t. p. we get,
dr dr an
an = (n + 1)rn ∴ =
dp dp (n + 1)rn
dr a n
a 1 n 1
Hence ρ = r dp = r · (n+1)r n = (n+1) · r n−1 = const. r n−1
Thus ρ ∝ 1/rn−1
105. Show that for the curve r(1 − cos θ) = 2a, ρ2 varies as r3
≫ r(1 − cos θ) = 2a
⇒ log r + log(1 − cos θ) = log 2a
Differentiating w.r.t. θ we get,
87
1 dr sin θ dr −r sin θ
+ = 0 or =
r dθ 1 − cos θ dθ 1 − cos θ
dr −2r sin(θ/2) cos(θ/2)
= = −r cot(θ
dθ 2 sin2 (θ/2)
r1 = −r cot(θ/2)
Hence r2 = −r · −1
2
cosec2 (θ/2) − r1 cot(θ/2)
r
ie., r2 = 2 cosec (θ/2) + r cot2 (θ/2)
2
3/2
(r2 +r2 )
We have ρ = r2 +2r21−rr2
1
3/2
{r2 + r2 cot2 (θ/2)}
ρ= 2
r2 + 2r2 cot2 (θ/2) − r2 cosec2 (θ/2) − r2 cot2 (θ/2)
3/2 3/2
(r2 ) {cosec2 (θ/2)}
=
r2 1 + cot2 (θ/2) − 12 cosec2 (θ/2)
r cosec3 (θ/2)
= = 2r cosec(θ/2)
1/2 · cosec2 (θ/2)
ρ = 2r cosec(θ/2)
But r(1 − cos θ) = 2a, by data.
ie., r · 2 sin2 (θ/2) = 2a or sin2 (θ/2) = a/r
p
∴ cosec(θ/2) = r/a and hence (1) becomes
p √
ρ = 2r · r/a = 2r3/2 / a
107. Show that at the point where the curve r = aθ intersects the curve r = a/θ
their curvatures are in the ratio 3:1
≫ Equating the R.H.S of the two given equations
r3 {sec2 (θ/2)
=
r2 1 + tan2 (θ/2) + 12
r sec3 (θ/2) 2r
= 2
=
3/2 · sec (θ/2) 3
2r
ρ= sec(θ/2)
3
But r = a(1 + cos θ) = a · 2 cos2√ (θ/2)
∴ sec (θ/2) = r or sec(θ/2) = √2a
2 2a
r
√
2r √2a
√
Hence (1) becomes ρ = 3 r ie., ρ = 23 2ar
89
2
∴ ρ2 = 94 (2ar) or pr = 8a9
= constant.
Thus ρ2 /r is a constant.
(b) Let P OP ′ be the polar chord (chord passing through the pole) of the cardioide
r = a(1 + cos θ). Let ρ1 and ρ2 be the radii of curvatures at the point P and P ′
corresponding to the vectorial angles θ and (π + θ) respectively. We have already
obtained
2r
ρ1 = sec(θ/2)
3
[first part of this example]
2
∴ ρ21 = 4r.9 sec2 (θ/2)
But r = a(1 + cos θ) = 2a cos2 (θ/2)
∴ r2 = 4a2 cos4 (θ/2)
Hence ρ21 = 49 · 4a2 cos4 (θ/2) sec2 (θ/2)
2
ie., ρ21 = 16a 9
cos2 (θ/2)
Now changing θ to (π + θ) we have from (2)
16a2 16a2
2 2 π+θ
ρ2 = cos = cos2 (π/2
9 2 9
16a2
ρ22 = sin2 (θ/2)
9
Thus we have by adding (2) and (3)
dr dr a2
∴ a2 = 3r2 or = 2
dp dp 3r
dr
We have ρ = r dp
a2 a2
∴ ρ=r· =
3r2 3r
1 1 2
Thus ρ = a2 /3r 110. Show that for the ellipse in the pedal form p2
= a2
+ b12 − ar2 b2
the radius of curvature at the point (p, r) is a2 b2 /p3
2
≫ Consider p12 = a12 + b12 − ar2 b2
Differentiating w.r.t. p we get,
−2 −2r dr dr a2 b 2
3
= 2 2 ∴ = 3
p a b dp dp pr
dr
We have, ρ = r dp
2 2 a2 b2
∴ ρ = r · ap3br = p3
Thus ρ = a2 b2 /p3
90
1 r a r 2 − a2
=√ − =√
r 2 − a2 a r r2 − a2 · ar
√
2 2
ie., dθ dr
= rar−a
We prefer to find the pedal equation of the given curve and then apply the formula
for ρ in the pedal form.
From (1) 1r dθ
dr
= √r2a−a2 ie., cot ϕ = √r2a−a2
1
Consider p = r sin ϕ ⇒ p2
= r12 cosec2 ϕ ie., p12 = r12 (1 + cot2 ϕ) ∴ 1
p2
=
1
h 2
i h 2
i √
r2
1 + r2a−a2 ie., p12 = r12 r2r−a2 ie., p1 = √r21−a2 ∴ p = r2 − a2 is the pedal
equation of the curve.
Differentiating w.r.t. p we get,
2r dr √ dr
1= √ ie., r 2 − a3 = r =ρ
2 r − a dp
2 2 dp
√
Thus ρ = r2 − a2
d2 p
112. Prove that ρ = p + dψ 2 with all the usual notations.
Note : This form of expression for ρ is known as the tangential polar form.
91
.27 EXERCISES
Find the radius of curvature for the following curves [1 to 9]
1. x2/3 + y 2/3 = a2/3 at any point (x, y)
2. xy 3 = a4 at the point (a, a)
3. y 2 = x3 + 8 at the point (−2, 0)
4. y = 4 sin x − sin 2x at the point (π/2, 4)
5. y = ex at the point where the curve cuts the y-axis.
6. y 2 = a2 (a − x)/x where the curve cuts the x-axis.
7. x = a log sec θ, y = a(tan θ − θ)
8. x = a(t − sin t), y = a(1 − cos√t) √
9. x = a cos θ, y = b sin θ at (a/ 2, b/ 2)
10. Show that for the curve rn = an sin nθ, ρ varies inversely as rn−1
11. Show that for the curve r2 sec 2θ = a2 , ρ = a2 /3r
12. Show that for the curve r cos2 (θ/2) = a, ρ2 varies as r3
13. Obtain
√ the pedal equation of the curve r = a(1 − cos θ) and hence show that
ρ = (2/3) 2ar
14. Using the pedal formula for ρ, prove that ρ = r3 /a2 for the curve r2 = a2 sec 2θ
15. Show that for the curve p2 = ar, ρ2 varies as r3
.28 ANSWERS
√ √ √
1. 3(axy)1/3 2. 5 10a/6 3. 6 4. 5 5/4 5. 2 2 6. a/2 7. a tan θ sec θ 8. 4a sin(t/2)
3/2
9. (a2 + b2 ) /ab