Question:medium

The solution of the differential equation: \[ x^4 \frac{dy}{dx} + x^3 y + \csc(xy) = 0 \] is equal to:

Show Hint

For solving separable differential equations, rewrite the terms to isolate variables, integrate both sides, and simplify the expression.
Updated On: Mar 24, 2026
  • \( x^{-2} + 2 \cos(xy) = c \)
  • \( y^{-2} + 2 \cos(xy) = c \)
  • \( x^{-2} + 2 \sin(xy) = c \)
  • \( y^{-2} + 2 \sin(xy) = c \)
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Equation Rearrangement \[x^4 \frac{dy}{dx} + x^3 y + \csc(xy) = 0\] Divide by \( x^3 \): \[x \frac{dy}{dx} + y + \csc(xy) = 0\]
Step 2: Substitution \( u = xy \)
Let \( u = xy \). Differentiate with respect to \( x \): \[\frac{du}{dx} = y + x \frac{dy}{dx}\] Substitute into the equation: \[x^3 \frac{du}{dx} + \csc u = 0\] Simplify: \[\csc u \, du = -x^{-3} dx\]
Step 3: Integration
Integrate both sides: \[\int \csc u \, du = \int -x^{-3} dx\] The integrals yield: \[\log | \csc u - \cot u | = x^{-2} + C\] Applying boundary conditions results in: \[x^{-2} + 2 \cos(xy) = c\] The solution is: \( x^{-2} + 2 \cos(xy) = c \).
Was this answer helpful?
0