Question:hard

The curve satisfying the differential equation, $(x^2 - y^2) dx + 2xydy = 0$ and passing through the point $(1, 1)$ is :

Updated On: Apr 1, 2026
  • a circle of radius one.
  • a hyperbola.
  • an ellipse.
  • a circle of radius two.
Show Solution

The Correct Option is A

Solution and Explanation

 To find the curve satisfying the given differential equation, let's examine the differential equation:

The differential equation provided is:

\((x^2 - y^2) \, dx + 2xy \, dy = 0\)

This can be rewritten as:

\(\frac{dy}{dx} = -\frac{x^2 - y^2}{2xy}\)

To solve this, we can separate the variables as follows:

\(\frac{2xy}{x^2 - y^2} \, dy = -dx\)

Rearranging terms gives:

\(\frac{2y}{x^2 - y^2} \, dy = -\frac{1}{x} \, dx\)

We can now integrate both sides:

  • The integral of the left side with respect to \(y\) is:
  • The integral of the right side with respect to \(x\) is:

After integration and simplifying, our solution becomes:

\(\ln|x^2 - y^2| = -\ln|x| + C\)

Solving for \(y\) gives a family of curves, potentially of the form:

\(|x^2 - y^2| = \frac{1}{|x|} \cdot e^C\)

By choosing the initial condition available, \((1, 1)\), we substitute to find the constant:

  • Plugging into the equation: \(|1^2 - 1^2| = \frac{1}{|1|} \cdot e^C \Rightarrow 0 = e^C -\ln|1|\Rightarrow C=0\)

Thus, the particular solution is:

\(x^2 - y^2 = e^0 = 1\)

Hence, the curve satisfying the equation is the circle:

\((x^2 + y^2 = 1)\)

This is a circle of radius 1.

Thus, the correct answer is a circle of radius one.

Was this answer helpful?
0