Reduction of Order ODE - Stuck on question

  • Context: Graduate 
  • Thread starter Thread starter J--me
  • Start date Start date
  • Tags Tags
    Ode Reduction Stuck
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 3K views
J--me
Messages
7
Reaction score
0
Reduction of Order ODE - Stuck on question! Help Please!

The question says that y1= x is a solution to:

x^3 y'' + x y' - y = 0

It then says to use y2 = y1 f(x)

So I can do it this far and then I just get lost and my notes don't seem to clear anything!

I'm just going to say y(2) = y2 , f = f(x) and y = y1 just to make it easier!

So:

y(2) = f x
y'(2) = f' x + f
y''(2) = f'' x + 2f'

then sub it in:

x^3 (f'' x + 2f') + x (f' x + f) -f x = 0
f'' x^4 + f' ( 2x^3 + x^2) + f (x - x) = 0
Therefore: f'' x^4 + f' (2x^3 + x^2) = 0
Then my notes say that f' = g
So: g' x^4 + g (2x^3 + x^2) = 0
Then rearrange and integrate:
INT(1/g) dg = -INT(x^-2 + 2x^-1) dx
Ln(g) = 1/x - 2ln(x)
So g = exp(1/x) - x^2
As f' = g
f = INT (exp(1/x) - x^2) dx
So f = x exp(1/x) - 1/3x^3
I then put the final answer for y(2) into the equation but it doesn't equal 0 therefore its not a solution and wrong =S! So I've gone wrong somewhere. The question then goes onto say obtain a general solution and I am not sure how to do that either!
Any help would be good :smile: Thanks
 
Physics news on Phys.org


Hey!
Lol! Thanks!
Should g = -x^2 exp(1/x)?
 


>.<! I may need a fourth try..

Ok so ln(a-b) = ln(a/b)
sooo: 0 = 1/x - ln(x^2) - ln(g)
0 = 1/x - ln(x^2/g)
Therefore: g = x^2 exp(-1/x) ? =S but if i use ln(a+b) = ln(a*b) then i get:
g = x^-2 exp(1/x) ? =S! o.O (sorry if I am doing something really silly!)
 


Cool! Thanks! =D! So the integration of that is g = f' so:
f = INT (g) dt = -exp(1/x) what do i do now to get the general solution?? =S
 
J--me said:
x^3 y'' + x y' - y = 0

It then says to use y2 = y1 f(x)

so your general solution is y = xf

(btw, you lost a solution of f' = g = 0 earlier on when you divided by g :wink:did you notice that?)
 


Oh right so the general solution is just y(2) = -x exp(1/x) Thanks!

(Where did i lose a solution?? =S)
 
you divided by g, which you can't do if g = 0 …
J--me said:
So: g' x^4 + g (2x^3 + x^2) = 0
Then rearrange and integrate:
INT(1/g) dg = -INT(x^-2 + 2x^-1) dx

that means you lost the solution g = 0 (so f = constant, so y = Cx)