Position Physics Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
A particle's position is x(t)=t36t2+9tx(t) = t^3 - 6t^2 + 9t (meters). At what times is the particle at position x=0x = 0? What is the velocity at each of those times?

Solution

  1. 1
    Set x(t)=0x(t) = 0: t36t2+9t=0    t(t26t+9)=0    t(t3)2=0t^3 - 6t^2 + 9t = 0 \implies t(t^2 - 6t + 9) = 0 \implies t(t - 3)^2 = 0. So t=0 st = 0 \text{ s} and t=3 st = 3 \text{ s}.
  2. 2
    Velocity: v(t)=dxdt=3t212t+9v(t) = \frac{dx}{dt} = 3t^2 - 12t + 9. At t=0t = 0: v(0)=9 m/sv(0) = 9 \text{ m/s}. At t=3t = 3: v(3)=2736+9=0 m/sv(3) = 27 - 36 + 9 = 0 \text{ m/s}.
  3. 3
    The particle passes through the origin at t=0t = 0 moving forward, and returns to the origin at t=3t = 3 momentarily at rest.

Answer

t=0 s (v=9 m/s),t=3 s (v=0 m/s)t = 0 \text{ s } (v = 9 \text{ m/s}), \quad t = 3 \text{ s } (v = 0 \text{ m/s})
Setting the position function equal to a specific value finds the times when the particle is at that location. The velocity at each time tells us whether the particle is passing through or turning around.

About Position

The location of an object relative to a chosen reference point (origin), described using coordinates in a given reference frame.

Learn more about Position →

More Position Examples