212k views
2 votes
Suppose you start at the point (0,0,3) and move 5 units along the curve x=3sint,y=4t, z=3cos t in the positive direction. Where are you now from the starting point?

User Joe Marini
by
7.3k points

1 Answer

7 votes

Final answer:

To find the new position after moving 5 units along a curve from the starting point (0,0,3), one would use the derivatives of the parametric equations and the arc length integral. The final position is obtained by finding the value of t that satisfies the arc length condition and plugging this t back into the original equations.

Step-by-step explanation:

To determine the new position of the point that moved 5 units along the curve x=3sin(t), y=4t, z=3cos(t) from the starting point (0,0,3), we can use the arc length formula for a parametric curve:

  1. Compute the derivatives of x, y, and z with respect to t: dx/dt = 3cos(t), dy/dt = 4, dz/dt = -3sin(t).
  2. Calculate the arc length integral S from 0 to t: S = integral from 0 to t of the square root of [(dx/dt)^2 + (dy/dt)^2 + (dz/dt)^2] dt.
  3. Find the value of t that makes S equal 5.
  4. Plug this value of t back into the parametric equations to get the new coordinates (x(t), y(t), z(t)).

We are not given the limits of the integral or any additional information to perform a numerical calculation, thus exact numerical calculation here isn't possible. However, typically one would use numerical methods or additional conditions provided to solve for t and then compute the final position.

User Dloomb
by
8.0k points