Question:

The solution of the differential equation \( xdy - ydx = (x^2+y^2)dx \), is

Show Hint

When you see the combination \(xdy - ydx\), immediately think about dividing by \(x^2\), \(y^2\), or \(x^2+y^2\). These lead to the differentials of \(y/x\), \(-x/y\), and \(\tan^{-1}(y/x)\) respectively, which are key to solving many first-order ODEs.
Updated On: Sep 24, 2025
  • \( y = \tan(x+c) \); where c is an arbitrary constant
  • \( x = y \tan(x+c) \); where c is an arbitrary constant
  • \( y = x \tan^{-1}(y+c) \); where c is an arbitrary constant
  • \( y = x \tan(x+c) \); where c is an arbitrary constant
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Understanding the Concept:
This is a first-order differential equation. The structure of the terms \( xdy - ydx \) and \( x^2+y^2 \) suggests that it might be simplified by rearranging and recognizing a standard differential form.

Step 2: Key Formula or Approach:
The expression \( \frac{xdy - ydx}{x^2} \) is the differential of \( \frac{y}{x} \). Similarly, \( \frac{xdy - ydx}{x^2+y^2} \) is the differential of \( \tan^{-1}(\frac{y}{x}) \). We can try to rearrange the equation to isolate one of these forms. Let's rearrange the given equation: \[ xdy - ydx = (x^2+y^2)dx \] Divide by \( x^2 \): \[ \frac{xdy - ydx}{x^2} = \left(1 + \frac{y^2}{x^2}\right)dx \] The left side is \( d\left(\frac{y}{x}\right) \). \[ d\left(\frac{y}{x}\right) = \left(1 + \left(\frac{y}{x}\right)^2\right)dx \]
Step 3: Detailed Explanation:
Let \( v = \frac{y}{x} \). The equation becomes a separable differential equation in terms of \(v\) and \(x\): \[ dv = (1+v^2)dx \] Separate the variables: \[ \frac{dv}{1+v^2} = dx \] Now, integrate both sides: \[ \int \frac{1}{1+v^2} dv = \int dx \] \[ \tan^{-1}(v) = x + c \] where c is an arbitrary constant of integration. Substitute back \( v = \frac{y}{x} \): \[ \tan^{-1}\left(\frac{y}{x}\right) = x + c \] To get the solution in the form of the options, we can take the tangent of both sides: \[ \frac{y}{x} = \tan(x+c) \] \[ y = x \tan(x+c) \]
Step 4: Final Answer:
The solution of the differential equation is \( y = x \tan(x+c) \).
Was this answer helpful?
0
0

Top Questions on Differential Equations

View More Questions