Solving a Diff. Equation: y'=x+y, y(0)=2

  • Thread starter Thread starter skyturnred
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
skyturnred
Messages
117
Reaction score
0

Homework Statement



Solve:

y'=x+y, y(0)=2

Homework Equations


The Attempt at a Solution



I THINK my method is correct.. but I messed up somewhere.

I rearrange for y'-y=x

integrate both sides gets me:

y-[itex]\frac{y^{2}}{2}[/itex]=[itex]\frac{x^{2}}{2}[/itex]

after completing the square I get

(y-1)[itex]^{2}[/itex]=-x[itex]^{2}[/itex]+1

But this is where I mess up. To solve for y, I square root each side. But then I get '+ or -' on the right side:

y=[itex]\pm[/itex][itex]\sqrt{-x^{2}+1}[/itex]+1+c

so solving for both cases gets me c=0 OR c=2. But I can only have once answer. Where did I go wrong?
 
Last edited:
Physics news on Phys.org
skyturnred said:

Homework Statement



Solve:

y'=x+y, y(0)=2

Homework Equations





The Attempt at a Solution



I THINK my method is correct.. but I messed up somewhere.

I rearrange for y'-y=x

integrate both sides gets me:

y-[itex]\frac{y^{2}}{2}[/itex]=[itex]\frac{x^{2}}{2}[/itex]

after completing the square I get

(y-1)[itex]^{2}[/itex]=-x[itex]^{2}[/itex]+1

But this is where I mess up. To solve for y, I square root each side. But then I get '+ or -' on the right side:

y=[itex]\pm[/itex][itex]\sqrt{-x^{2}+1}[/itex]+1+c

so solving for both cases gets me c=0 OR c=2. But I can only have once answer. Where did I go wrong?

Going from y'-y=x to [itex]y-\frac{y^2}{2} =\frac{x^2}{2}[/itex] is wrong. The DE reads as [itex]dy - y dx = x dx,[/itex] so when you integrate on the left you don't get y - y^2/2. You need to use an "integrating factor"; see http://www.ucl.ac.uk/Mathematics/geomath/level2/deqn/de8.html , or read your textbook.

RGV
 


Thanks! Your hint helped me get the right answer!