Question:medium

The general solution of the differential equation \( x \, dy + y \, dx = 0 \) is:

Show Hint

For separable differential equations, rearrange terms and integrate both sides.
Updated On: Feb 25, 2026
  • \( xy = c \)
  • \( x + y = c \)
  • \( x^2 + y^2 = c^2 \)
  • \( \log y = \log x + c \)
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Rearrange the equation
The provided equation \( x \, dy + y \, dx = 0 \) can be rewritten as:
\[ \frac{dy}{y} + \frac{dx}{x} = 0. \]
Step 2: Perform integration
Integrating both sides yields:
\[ \int \frac{dy}{y} + \int \frac{dx}{x} = 0 \implies \ln|y| + \ln|x| = C. \]
Step 3: Condense the solution
Using logarithm properties:
\[ \ln|xy| = C \implies xy = e^C = c. \]
Step 4: Match with options
The obtained solution is \( xy = c \), which corresponds to option (A).
Was this answer helpful?
0