Question:

The solution of the differential equation \( \frac{dy}{dx} = e^x + 1 \) is:

Show Hint

When $dy/dx$ is purely a function of $x$, the solution is simply the anti-derivative of that function plus a constant.
Updated On: May 6, 2026
  • \( y = e^x + C \)
  • \( y = x + e^x + C \)
  • \( y = xe^x + C \)
  • \( y = x(e^x + 1) + C \)
  • \( y = e^x + Cx \)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: This is a simple first-order differential equation where the variables are separable. We can integrate the right-hand side directly with respect to \( x \).

Step 1:
Separate the variables.
\[ dy = (e^x + 1) dx \]

Step 2:
Integrate both sides.
\[ \int dy = \int (e^x + 1) dx \] \[ y = \int e^x dx + \int 1 dx \]

Step 3:
Final evaluation.
\[ y = e^x + x + C \] This matches option (B).
Was this answer helpful?
0
0