Angle between two curves, if they intersect, is defined as the acute angle between the tangent lines to those two curves at the point of intersection.
Problem 1 :
Find the equations of the tangent to the curve y = 1 + x3 for which the tangent is orthogonal with the line x + 12y = 12
Solution :
y = 1 + x3 dy/dx = 0 + 3x2 dy/dx = 3x2 |
x + 12y = 12 Slope : 12y = -x + 12 y = (-1/12)x + 1 Slope = -1/12 Slope of perpendicular line = 12 |
3x2 = 12
x2 = 4
x = 2 and -2
When x = 2, y = 1 + 23 ==> 9
When x = -2, y = 1 + (-2)3 ==> -7
So, the required points are (2, 9) and (-2, -7).
Equation of tangent :
(2, 9) and slope = 12
y - y1 = m(x - x1)
y - 9 = 12(x - 2)
y - 9 = 12x - 24
12x - y = -9 + 24
12x - y = 15
(-2, -7) and slope = 12
y - y1 = m(x - x1)
y + 7 = 12(x + 2)
y + 7 = 12x + 24
12x - y = 7 - 24
12x - y = -17
Problem 2 :
Show that the two curves x2 - y2 = r2 and xy = c2 where c, r are constants cut orthogonally.
Solution :
x2 - y2 = r2
2x - 2y(dy/dx) = 0
2y(dy/dx) = 2x
(dy/dx) = 2x/2y
(dy/dx) = x/y -----(1)
xy = c2
x(dy/dx) + y(1) = 0
x(dy/dx) = -y
dy/dx = -y/x -----(2)
(1) x (2)
= (x/y) ( -y/x)
= -1
The product of the slopes is equal to -1. So, the curves are orthogonal.
May 21, 24 08:51 PM
May 21, 24 08:51 AM
May 20, 24 10:45 PM