First order non-linear ODE
Hi everyone,
x2y'-20+x2y2=0; y(1)=1
The question asks me to use substitution
y=1/u*du/dx to solve
So far I have
y'=-1/u2*du/dx+1/u*d2u/dx2
problem is when I sub in for the x2y2 term I'm going to get a derivative squared --> y2=(1/u*du/dx)2. Don't know how to resolve this. Please help.
Re: First order non-linear ODE
Re: First order non-linear ODE
Quote:
Originally Posted by
lillybeans
Hi everyone,
x2y'-20+x2y2=0; y(1)=1
The question asks me to use substitution
y=1/u*du/dx to solve
So far I have
y'=-1/u2*du/dx+1/u*d2u/dx2
problem is when I sub in for the x2y2 term I'm going to get a derivative squared --> y2=(1/u*du/dx)2. Don't know how to resolve this. Please help.
After simplification, the terme (1/u*du/dx)² disapears
Re: First order non-linear ODE
Thank you both I solved this problem BUT I have another one which I am really stuck on this time, supposedly a much easier problem.
There are two questions that I am trying to solve on web assignment. The goal is to find a general form of a particular solution to each ODE. The question asks me to represent all constants in the solution using "P,Q,R,S,T..etc.", in that order.
1. y'''-9y''+14y'=x2
2. y''-9y'+14y=x2e4x
For the first one I wrote:
yp=Px3+Qx2+Rx
Second one:
yp=(Px2+Qx+R)e4x
Neither of the answers are correct, according to the computer. Where did I go wrong?
Re: First order non-linear ODE
Re: First order non-linear ODE
Thank you very much for you help, but unfortunately that didn't work. I even checked my answer using Wolfram and it seems to be correct, maybe something is wrong with web assignment.
I used the method of undetermined coefficients to find the particular solution.
Re: First order non-linear ODE
Quote:
Originally Posted by
lillybeans
Thank you both I solved this problem BUT I have another one which I am really stuck on this time, supposedly a much easier problem.
There are two questions that I am trying to solve on web assignment. The goal is to find a general form of a particular solution to each ODE. The question asks me to represent all constants in the solution using "P,Q,R,S,T..etc.", in that order.
1. y'''-9y''+14y'=x2
2. y''-9y'+14y=x2e4x
For the first one I wrote:
yp=Px3+Qx2+Rx
Second one:
yp=(Px2+Qx+R)e4x
Neither of the answers are correct, according to the computer. Where did I go wrong?
For Question 1, rewrite your equation as
by letting
. Then to solve for
, the homogeneous solution has complementary function
(m - 7) &= 0 \\ m = 2 \textrm{ or } m = 7 \end{align*})
So the homogeneous solution is
.
Now as for the nonhomogeneous solution, use
, which means
and
. Substituting into the DE gives
 + 14 \left( A\, x^2 + B\, x + C \right) &= x^2 \\ 2A - 18A\,x - 9B + 14A\, x^2 + 14B\, x + 14C &= x^2 \\ 14A\, x^2 + \left( 14B - 18A \right) x + 2A - 9B + 14C &= 1x^2 + 0x + 0 \\ 14A = 1, 14B - 18A = 0, 2A - 9B + 14C &= 0 \\ A = \frac{1}{14}, B = \frac{9}{98}, C &= \frac{67}{1372} \end{align*})
Therefore the nonhomogeneous solution is
, so putting the homogeneous and nonhomogeneous solutions together gives the solution for
as
