Question:

Solve the differential equation: \[ \frac{dx}{dy} = e^{x + y} \]

Show Hint

For separable differential equations, rewrite the equation so that all terms involving \( x \) are on one side and all terms involving \( y \) are on the other side. Then integrate both sides.
  • \( e^x + e^{-y} = c \)
  • \( e^x + e^y = c \)
  • \( e^{-x} + e^y = c \)
  • \( e^{-x} + e^{-y} = c \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

We are given the equation: \[ \frac{dx}{dy} = e^{x + y} \] This equation is separable. We can rewrite it as: \[ \frac{dx}{e^x} = e^y \, dy \] Now, integrate both sides: \[ \int \frac{1}{e^x} \, dx = \int e^y \, dy \] The left-hand side integrates to \( -e^{-x} \), and the right-hand side integrates to \( e^y \). So we have: \[ -e^{-x} = e^y + C \] or equivalently: \[ e^x + e^{-y} = c \] where \( c \) is a constant. Thus, the correct solution is: \[ \boxed{e^x + e^{-y} = c} \]
Was this answer helpful?
0
0