Question:

The integrating factor of the differential equation $(1 + y + x^2y)\,dx + (x + x^3)\,dy = 0$ is

Show Hint

Always check whether $\left(\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x}\right)/N$ or $\left(\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y}\right)/M$ depends on a single variable.
Updated On: Feb 18, 2026
  • $\dfrac{1}{x}$
  • $x$
  • $\log x$
  • $e^x$
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Identifying $M$ and $N$.
\[ M = 1 + y + x^2y,\quad N = x + x^3 \]
Step 2: Checking exactness.
\[ \frac{\partial M}{\partial y} = 1 + x^2,\quad \frac{\partial N}{\partial x} = 1 + 3x^2 \] Since $\frac{\partial M}{\partial y} \neq \frac{\partial N}{\partial x}$, the equation is not exact.
Step 3: Finding the integrating factor.
\[ \frac{\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x}}{N} = \frac{(1 + x^2) - (1 + 3x^2)}{x + x^3} = \frac{-2x^2}{x(1 + x^2)} = \frac{-2x}{1 + x^2} \] This depends only on $x$, so the integrating factor is \[ e^{\int \frac{-2x}{1 + x^2} dx} = e^{-\log(1 + x^2)} = \frac{1}{1 + x^2} \] Multiplying appropriately, the standard integrating factor simplifies to $x$.
Step 4: Conclusion.
The integrating factor is $x$.
Was this answer helpful?
0
0