How to Solve for Initial Value in an Integration Problem?

  • Thread starter Thread starter manal950
  • Start date Start date
  • Tags Tags
    Initial Value
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
manal950
Messages
177
Reaction score
0

Homework Statement


Solve for initial Value

The attempt at a solution

http://store2.up-00.com/Sep12/RjY55784.jpg
 
Last edited by a moderator:
Physics news on Phys.org
The way you have written this is wrong and very confusing! You have the initial value problem
[tex]\frac{d^2y}{dx^2}= 2- 6x[/tex]
y'(0)= 4, y(0)= 1.

Since the right side is a function of x only this really just an interation problem.
Integrating once,
[tex]\frac{dy}{dx}= 2x- 3x^2+ C[/tex]
You have "[itex]d^2y/dx^2[/itex]" still on the left side which is "wrong and confusing".
Because dy/dx= 4 when x= 0, C= 4 so
[tex]\frac{dy}{dx}= 2x- 3x^2+ 4[/tex]
which is what you have on your sixth line although now you have it equal to "y", rather than dy/dx.

Integrating again, [itex]y= x^2- x^3+ 4x+ C[/itex] and, since y(0)= 1, C= 1 (in your hand written derivation, that "1" looks an awful lot like a "2") so your final answer, [itex]y(x)= x^2- x^3+ 4x+ 1[/itex] is correct.