Question
Mathematics Question on Differential equations
Find the equation of a curve passing through the point (0,−2) given that at any point (x,y) on the curve,the product of the slope of its tangent and y-coordinate of the point is equal to the x-coordinate of the point.
Answer
Let x and y be the x-coordinate and y-coordinate of the curve respectively.
We know that the slope of a tangent to the curve in the coordinate axis is given by the dxdy
According to the given information,we get:
y.dxdy=x
⇒ydy=xdx
Integrating both sides,we get:
∫ydy=∫xdx
⇒2y2=2x2+C
⇒y2−x2=2C...(1)
Now,the curve passes through point(0,-2).
∴(−2)2−02=2C
⇒2C=4
Substituting 2C=4 in equation(1),we get:
y2−x2=4
This is the required equation of the curve.