2.75 ODE No. 75
- Problem in Latex
- Mathematica input
- Maple input
✓ Mathematica : cpu = 0.137958 (sec), leaf count = 20
✓ Maple : cpu = 0.116 (sec), leaf count = 20
Integrating both sides. . Let , then . Hence , therefore the integral becomes But , hence
But and the above becomes
Back to (1), when we integrate both sides, and since
Hence
Taking logs Let then Verification
ode:=diff(y(x),x)=exp(x-y(x))-exp(x);
my_sol:=log(1-_C1*exp(-exp(x)));
odetest(y(x)=my_sol,ode);
0