Question:medium

Transform $dx + xdy = e^{-y} \sec^2 y \, dy$ into linear form

Show Hint

When an equation looks difficult to solve as $\frac{dy}{dx}$, try treating it as $\frac{dx}{dy}$. Linear equations can exist in either form, and swapping the dependent and independent variables often simplifies the $P$ and $Q$ functions.
Updated On: Jul 1, 2026
  • $\frac{dx}{dy} - x = e^{-y} \sec^2 y$
  • $\frac{dx}{dy} = e^{-y} \sec^2 y$
  • $\frac{dx}{dy} + x = e^{-y} \sec^2 y + c$
  • $\frac{dx}{dy} + x = e^{-y} \sec^2 y$
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Divide by $dy$: Starting with: $dx + xdy = e^{-y} \sec^2 y \, dy$ Divide every term by $dy$: $$\frac{dx}{dy} + x = e^{-y} \sec^2 y$$

Step 2: Verification of Linear Form: In this form:

• The dependent variable is $x$.

• $P(y) = 1$ (the coefficient of $x$).

• $Q(y) = e^{-y} \sec^2 y$.
This matches the structure of a first-order linear differential equation. Therefore, Option (D) is the correct transformation.
Was this answer helpful?
0