Question:

Solution of \( (2y - x) \frac{dy}{dx} = 1 \) is

Show Hint

If $dy/dx$ looks complicated, try inverted form $dx/dy$; it often turns into a standard linear DE.
Updated On: Apr 30, 2026
  • \( x = 2(y - 1) + ce^{-y} \), where c is the constant of integration
  • \( x = 2(y - 1) + ce^{-x} \), where c is the constant of integration
  • \( y = 2(x - 1) + ce^{-x} \), where c is the constant of integration
  • \( y = 2(x - 1) + ce^{-y} \), where c is the constant of integration
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Rewrite as Linear DE
$\frac{dx}{dy} = 2y - x \implies \frac{dx}{dy} + x = 2y$. This is a linear differential equation in $x$.
Step 2: Find Integrating Factor (I.F.)
$P = 1 \implies I.F. = e^{\int 1 dy} = e^y$.
Step 3: Solve
$x \cdot e^y = \int 2y e^y dy$. Using Integration by Parts: $\int y e^y dy = y e^y - e^y$. $x e^y = 2(y e^y - e^y) + c$.
Step 4: Simplify
$x = 2y - 2 + c e^{-y} = 2(y-1) + c e^{-y}$.
Final Answer:(A)
Was this answer helpful?
0
0