2.94 ODE No. 94
- Problem in Latex
- Mathematica input
- Maple input
✓ Mathematica : cpu = 0.0173539 (sec), leaf count = 25
✓ Maple : cpu = 0.009 (sec), leaf count = 23
Linear first order, exact, separable. , integrating factor , hence
If then
If then
Verification
restart;
ode:=x*diff(y(x),x)+a*y(x)+b*x^n=0;
s1:=x^(-a)*(_C1-b*ln(x));
s2:=-b*(x^n/(a+n))+_C1*x^(-a);
odetest(y(x)=s2,ode);
0