Question:medium

The particular solution of the differential equation \(e \frac{dy}{dx} = (x + 1)\), \(y(0) = 3\), is:

Show Hint

When solving differential equations, verify the solution by substituting back into the original equation.
Updated On: Jan 13, 2026
  • \(y = x\log(x) - x + 2\)
  • \(y = (x + 1)\log(x + 1) - x + 3\)
  • \(y = (x + 1)\log(x + 1) + x - 3\)
  • \(y = x\log(x) + x - 2\)
Show Solution

The Correct Option is B

Solution and Explanation

The differential equation \(e \, dy = (x + 1) \, dx\) requires variable separation and integration. Integrating both sides yields \[\int e \, dy = \int (x + 1) \, dx \quad \Rightarrow \quad y = (x + 1)\log(x + 1) - x + C.\]Using the initial condition \(y(0) = 3\), we find the constant of integration: \[3 = (0 + 1)\log(0 + 1) - 0 + C \quad \Rightarrow \quad C = 3.\]The particular solution is therefore: \[y = (x + 1)\log(x + 1) - x + 3.\]
Was this answer helpful?
0