2.114 ODE No. 114
- Problem in Latex
- Mathematica input
- Maple input
✓ Mathematica : cpu = 0.0894469 (sec), leaf count = 12
✓ Maple : cpu = 2.852 (sec), leaf count = 28
Let , then and the above becomes
Separable.
Integrating
Since then
Verification
ode:=x*diff(y(x),x)=x*sqrt(x^2+y(x)^2)+y(x);
y0:=x*sinh(x+_C1);
odetest(y(x)=y0,ode) assuming x>0;
0