ODE: $y'=3e^{2(x+y)}-1$, $y(0)=7$

69 Views Asked by At

How can I solve the following differential equation? $$y'=3e^{2(x+y)}-1,\quad y(0)=7$$

I am failing to separate the variables, and I am not yet introduced to other solving-methods.

Thanks in advance.

1

There are 1 best solutions below

1
On BEST ANSWER

Call $u(x) = y(x) + x$ and note that

$$ \frac{{\rm d}u}{{\rm d}x} = \frac{{\rm d}y}{{\rm d}x} + 1 $$

So that your equation becomes

$$ \frac{{\rm d}y}{{\rm d}x} + 1 = 3e^{2(x+y)} ~~~\Rightarrow \frac{{\rm d}u}{{\rm d}x} = 3e^{2u} $$

Can you take it from here?