Separation of variables IVP, book wrong?

rygza
Messages
37
Reaction score
0
dy/dx = 3[(y-1)^(1/3)]
with initial values: y(0)=1

ultimately I end up with y=sqrt((2x)^3) + 1 or ((2x)^3/2) + 1
book answer: y= 1+((3x)^3/2)

steps: separation of variables...
((y-1)^-1/3)dy = 3dx

after u-subs, where u = y-1...
3/2((y-1)^2/3) = 3x + C
3/2((y-1)^2/3)-3x = C

after plugging in intial values, C=0
(y-1)^2/3 = 2x then, y-1 = (2x)^3/2
finally... y = ((2x)^3/2) + 1

Teacher has found wrong answers in book before, but unfortunately we aren't told all of the answers that are wrong. Plz let me know if I've done something wrong, as I've been at this like crazy
 
Physics news on Phys.org
Your answer looks ok to me. But, to be sure, remember you can always plug your answer back into the original equation and initial value to see if it works.
 
LCKurtz said:
Your answer looks ok to me. But, to be sure, remember you can always plug your answer back into the original equation and initial value to see if it works.

Into the dy/dx = ... part?
or the y = ... ?
 
1. Evaluate your solution to see if y(0) = 1.
2. Substitute your solution into the differential equation dy/dx = 3[(y-1)^(1/3)]
 
rygza said:
Into the dy/dx = ... part?
or the y = ... ?

You started with a differential equation. You have a proposed solution to it. Plug y and its derivative back into the differential equation and see if it works. Also check the initial condition works.
 
oh ok. I plugged into the y = ...
and got 1=1
also tried taking derivative of y (before plugging in initial conditions), substituting into the original equation, and after plugging in initial values got 0=0. checks out

Thanks guys
 
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