kehler
- 103
- 0
Homework Statement
A particle moves along the curve y=ex, z=xex in such a way that z'(t)=2 for all times t, and is at (0,1,0) at time t=0.
Find the velocity and acceleration at time t=0. (Hint: Differentiate implicitly)
The Attempt at a Solution
Here's what I have so far:
r(t) = [x(t), ex(t), x(t)ex(t)]
Since r(0) = [0,1,0], x(0) = 0
v(t) = r'(t) = [x'(t), x'(t)ex(t), x'(t)x(t)ex(t) + x'(t)ex(t)]
Taking out the common factor x'(t), I get v(t) = x'(t) [1, ex(t), x(t)ex(t) + ex(t)]
But z'(t) = 2 for all t. So z'(0) = 2.
Thus, x'(0) (x(0)ex(0) + ex(0)) = 2,
Substituting x(0) = 0 into the equation, I find that
x'(0) = 2/1 = 2
Using this, I find that v(0) = 2 [1, 1, 1] = [2, 2, 2]
a(t) = r''(t) = [x''(t), x''(t)ex(t) + (x'(t))2ex(t), x''(t)(ex(t)) + x(t)x''(t)ex(t) + (x'(t))2x(t)ex(t) +2x'(t)x'(t)ex(t)]
a(0) = [x''(0), x''(0)+ 4, x''(0) +8]
My problem is that I don't know how to find x''(0) from here :(