Solve Vector Functions Homework: Find Velocity & Acceleration at t=0

  • Thread starter Thread starter kehler
  • Start date Start date
  • Tags Tags
    Functions Vector
kehler
Messages
103
Reaction score
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 :(
 
Physics news on Phys.org
You used the fact that z'(t) = 2 at all times to find x'(0), and then you differentiated to find a(t) = r"(t), but you forgot to use the fact that since z'(t) = 2, z"(t) = 0

Hence, z"(0) = x"(0) + 8 = 0.
 
Oh right. It was that simple.. Silly me. Thanks! :)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top