Question
Question: The normal lines to a given curve at each point pass through (2, 0). The curve passes through (2, 3)...
The normal lines to a given curve at each point pass through (2, 0). The curve passes through (2, 3). Formulate the differential equation and hence find out the equation of the curve.
Solution
We should know that the equation of a normal to a curve passing through (x1,y1) is given by (y−y,)=−(dxdy)1(x−x1) , where dxdy is the slope of the given curve. Use this to find the required equation.
Complete step by step solution:
First we need to use the given formulae for the equation of normal to find the equation of the curve.
The equation of normal passing through point (x1,y1)is
(y−y1)=−(dxdy)1(x−x1)
Therefore, we know that the normal passes through point ( 2 , 0), so by substituting their values to the above equation we get (y−o)=−(dxdy)1(x−2)
Or we can rewrite the equation as −ydxdy=(x−2) (Differential equation)
−ydy=(x−2)dx
Now to find the equation of curve we need to integrate the above equation
−∫ydy=∫(x−2)dx
−2y=2x2−2x+c (after integration)
Rearrange the equation x2+y2−4x+2c=0
Since 2c is also a constant it can be replaced by a constant ‘k’,
x2+y2−4x+k=0
Since the curve passes through (2, 3) we can calculate the value of k by substituting their points to the above equation.
(2)2+(3)2−(4×2)+k=0
4+9−8+k=0
k=−5
Substituting the values of k we get x2+y2−4x−5=0
If we rearrange the equation, we get (x2−4x+4)+y2−5−4=0
(x−2)2+y2=9
This is the equation of a circle.
Note: This is direct application of differentiation and integration in the co-ordinate geometry. differentiation of y with respect to x, will not give only the rate of change of y w.r.t x. In fact, it has several meanings and we use them according to the question. For example, here we have used it as a slope. Additionally, the relation between the slopes of tangent and normal is that the product of their slopes is equal to -1.