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.
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 relation dydx
According to the given question, we get
Product of the slope of tangent with y-coordinate =x=coordinate
y.dydx=x ...(i)
On separating the variables, we get
y dy=x dx
On integrating both sides, we get ∫ydy=∫xdx⇒y22=x22+C ...(ii)
Now, the curve passes through the point(0,-2), therefore
(−2)22=0+C⇒C=42=2
On substituting this value of C in Eq. (ii), we get
y22=x22+2⇒x2−y2+4=0
which is the required equation of the curve.