How to Solve for Initial Value in an Integration Problem?

  • Thread starter Thread starter manal950
  • Start date Start date
  • Tags Tags
    Initial Value
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
\frac{d^2y}{dx^2}= 2- 6x
y'(0)= 4, y(0)= 1.

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

Integrating again, y= x^2- x^3+ 4x+ C 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, y(x)= x^2- x^3+ 4x+ 1 is correct.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top