2.112 ODE No. 112
- Problem in Latex
- Mathematica input
- Maple input
✓ Mathematica : cpu = 0.0903801 (sec), leaf count = 13
✓ Maple : cpu = 0.033 (sec), leaf count = 27
Let , then and the above becomes
Separable.
Integrating
Since then
Verification
ode:=x*diff(y(x),x)=sqrt(x^2+y(x)^2)+y(x);
y0:=x*sinh(ln(x)+_C1);
odetest(y(x)=y0,ode) assuming x>= 0;
0