Question:

The equation of the curve whose slope is given by \(\frac{dy}{dx}=\frac{4x}{y}\), x>0,y>0 and which passes through the point (2, 2) is: 

Updated On: May 11, 2025
  • \(y^2 = 4x^2-12\)
  • \(x^2 = 4y^2-12\)
  • \(y^2 = 4x^2+12\)
  • \(x^2 = 4y^2+ 12\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

To find the equation of the curve, we start with the given differential equation:
\(\frac{dy}{dx}=\frac{4x}{y}\)
We separate the variables to integrate:
\(y \, dy = 4x \, dx\)
Integrating both sides:
\(\int y \, dy = \int 4x \, dx\)
This results in:
\(\frac{y^2}{2} = 2x^2 + C\)
Solving for \(y^2\), we multiply through by 2:
\(y^2 = 4x^2 + C\)
Now, we use the point (2, 2) to find the constant \(C\):
\(2^2 = 4(2)^2 + C\)
This simplifies to:
\(4 = 16 + C\)
Solve for \(C\):
\(C = 4 - 16 = -12\)
Substitute \(C = -12\) back into the equation:
\(y^2 = 4x^2 - 12\)
Thus, the equation of the curve is:
\(y^2 = 4x^2 - 12\)
Was this answer helpful?
0
2