Solving (1+x^2)y''-2y'+2y=0: y=x & Beyond

  • Thread starter Thread starter franky2727
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
franky2727
Messages
131
Reaction score
0
show that y=x is one solution of the equation (1+x2)y''-2y'+2y=0 and determine a second solution

im up to the IF which i get as eintegral((2/x0-(2x/1+x2) as does my answer sheet but this when comes out as =(x2)/(1+X2) i am getting confused with how to get here as i would of thought i would i end up with logs but how do i get logs from this with a 2 and a 2x in front? step by step please someone
 
Physics news on Phys.org
franky2727 said:
eintegral((2/x0-(2x/1+x2) as does my answer sheet but this when comes out as =(x2)/(1+X2) i am getting confused with how to get here as i would of thought i would i end up with logs but how do i get logs from this with a 2 and a 2x in front?

eintegral((2/x-(2x/1+x2)

= e2logx - log(1+x2) + c

Then use elogy = y. :smile:
 
Have you copied the problem correctly? You say that you are to show that y= x is a solution of (1+ x2)y"- 2y'+ 2y= 0 and that is not true: if y= x, then y'= 1 and y"= 0 so the equation becomes (1+ x2)(0)- 2(1)+ 2x which is NOT 0.
 
sorry its -2xy' not -2y'
 
does e2lnx - ln(1+x2) + c go to 2ln|x/1+x|
 
Okay, you are given (1+ x2)y"- 2xy'+ 2y= 0 and asked first to show that y= x is a solution and then find another (independent) solution.

I see no reason to find an integrating factor (which apply to first order equations, not second order, anyway) here- you are not asked to solve the equation "from scratch". If y= x, then y'= 1 and y"= 0 so your equation becomes (1+x2)(0)- 2x(1)+ 2x= 0 which is true. Yes, y= x is a solution.

Now look for another solution of the form y= xu(x). Then y'= xu'+ u and y"= xu"+ 2u'. Putting that into the equation, (1+ x2)(xu"+ 2u')- 2x(xu'+ u)+ 2xu= (x+ x3)u"+ (2+ 2x2)u'- 2x2u'- 2xu+ 2xu= x(1+x2u"+ 2u'= 0.

Let v= u' so the equation becomes x(1+x2)v'+ 2v= 0. Then v'= 2v/(x(1+x2)) and that is a separable differential equation.