Solution of differential with initial conditions

kahwawashay1
Messages
95
Reaction score
0
I think my book is giving me the wrong answer...The problem is to find solution of following:

r'(t) = t2\hat{i} + 5t\hat{j} + \hat{k}

The initial condition is:
r(1) = \hat{j} + 2\hat{k}

My solution:

r(t) = < (1/3)t3 + c1 , (5/2)t2 + c2 , t+c3 >

r(1) = < 0 , 1 , 2 >
r(1) = < (1/3)+c1 , (5/2)+c2 , 1+c3 >

Therefore:
< 0 , 1 , 2 > = < (1/3)+c1 , (5/2)+c2 , 1+c3 >

Solving for the three c's yields:
c1 = -(1/3)
c2 = -1.5
c3 = 1

And so the solution with the initial conditions is:
< (1/3)t3 - (1/3) , (5/2)t2 -1.5 , t+1 >

My book gives the solution as:
< (1/3)t3 , (5/2)t2 + 1 , t+2 >

Who is right?
 
Physics news on Phys.org
Your work looks fine to me. Possibly there is a typo in the book's solution, or maybe you are not working the same problem.

In the future, you can check these problems very easily. When you have your solution, check that
1) the initial condition is satisfied. For your problem, you're checking that r(1) = <0, 1, 2>, and
2) your solution satisfies the differential equation. Here, you're checking that r'(t) = <t^2, 5t, 1>.
 
Mark44 said:
Your work looks fine to me. Possibly there is a typo in the book's solution, or maybe you are not working the same problem.

In the future, you can check these problems very easily. When you have your solution, check that
1) the initial condition is satisfied. For your problem, you're checking that r(1) = <0, 1, 2>, and
2) your solution satisfies the differential equation. Here, you're checking that r'(t) = <t^2, 5t, 1>.

thanks!
yea i checked a thousand times if i am working the same problem as the book and i am.
i think the book meant to give the initial condition at r(0) not r(1)

this is like the third typo in this book so far..i can't believe i paid some 120$ for bunch of typos!
 
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