JEE Mathematics · Medium

Differential Equations: Mixed MCQ

Solve this quality-checked JEE multiple-choice question, then review the correct answer and explanation.

Timer-based practiceDetailed answer reviewMobile-friendly flow
MixedMediumQuestion 370011

Question

Solve: (1+x²) dy + 2xy dx = d(x² sin y)?
  1. A
    This requires checking if exact: ∂M/∂y = ∂N/∂x
    Correct
  2. B
    Direct integration
  3. C
    Variable separable directly
  4. D
    Linear ODE method

Correct answer

This requires checking if exact: ∂M/∂y = ∂N/∂x

Explanation

Write as M dx + N dy = 0 where M = 2xy, N = 1+x². Check exactness: ∂M/∂y = 2x, ∂N/∂x = 2x → exact DE. Solution: ∫M dx = x²y + g(y). Differentiate w.r.t. y: x² + g'(y) = N = 1+x² → g'(y) = 1 → g(y) = y. Solution: x²y + y = C → y(x²+1) = C.