Motion in Two or Three Dimensions

Help Questions

AP Physics C: Mechanics › Motion in Two or Three Dimensions

Questions 1 - 10
1

A particle moves in the xy-plane such that its x-coordinate is given by $$x(t) = R\cos(\omega t)$$ and its y-coordinate is given by $$y(t) = R\sin(\omega t)$$, where $$R$$ and $$\omega$$ are positive constants. Which statement correctly describes the magnitude of the particle's acceleration vector?

It is constant and directed toward the origin.

It is constant and directed away from the origin.

It is zero because the particle's speed is constant.

It increases with time as the particle covers more distance.

Explanation

This is uniform circular motion. The position vector is $$\vec{r}(t) = R\cos(\omega t)\hat{i} + R\sin(\omega t)\hat{j}$$. Differentiating twice gives the acceleration vector: $$\vec{v}(t) = -R\omega\sin(\omega t)\hat{i} + R\omega\cos(\omega t)\hat{j}$$ and $$\vec{a}(t) = -R\omega^2\cos(\omega t)\hat{i} - R\omega^2\sin(\omega t)\hat{j}$$. This can be written as $$\vec{a}(t) = -\omega^2 \vec{r}(t)$$. The magnitude of the acceleration is $$|\vec{a}| = \omega^2 |\vec{r}| = \omega^2 R$$, which is constant. The direction is opposite to the position vector $$\vec{r}$$, meaning it is always directed toward the origin.

2

The position of a particle moving in three-dimensional space is given by $$\vec{r}(t) = (2t^2)\hat{i} + (\cos(\pi t))\hat{j} + (3t)\hat{k}$$ in SI units. What is the speed of the particle at $$t = 1$$ s?

$$ \sqrt{14} $$ m/s

$$ \sqrt{16 + \pi^4} $$ m/s

$$ (4\hat{i} + 3\hat{k}) $$ m/s

$$ 5 $$ m/s

Explanation

First, find the velocity vector by taking the derivative of the position vector: $$\vec{v}(t) = \frac{d\vec{r}}{dt} = (4t)\hat{i} - (\pi\sin(\pi t))\hat{j} + (3)\hat{k}$$. Next, evaluate the velocity vector at $$t = 1$$ s: $$\vec{v}(1) = (4(1))\hat{i} - (\pi\sin(\pi))\hat{j} + 3\hat{k} = 4\hat{i} - 0\hat{j} + 3\hat{k} = (4\hat{i} + 3\hat{k})$$ m/s. The speed is the magnitude of this vector: $$ |\vec{v}(1)| = \sqrt{4^2 + 3^2} = \sqrt{16 + 9} = \sqrt{25} = 5 $$ m/s.

3

A particle's position is described by the vector function $$\vec{r}(t) = (t^3)\hat{i} + (2t^2)\hat{j}$$, where $$t$$ is in seconds and position is in meters. What is the average velocity vector of the particle from $$t = 0$$ s to $$t = 2$$ s?

$$ (6\hat{i} + 4\hat{j}) $$ m/s

$$ (3\hat{i} + 4\hat{j}) $$ m/s

$$ (8\hat{i} + 8\hat{j}) $$ m/s

$$ (4\hat{i} + 4\hat{j}) $$ m/s

Explanation

Average velocity is defined as the displacement divided by the time interval, $$\vec{v}{avg} = \frac{\Delta\vec{r}}{\Delta t}$$. First, find the displacement vector: $$\Delta\vec{r} = \vec{r}(2) - \vec{r}(0)$$. $$\vec{r}(2) = (2^3)\hat{i} + (2(2)^2)\hat{j} = 8\hat{i} + 8\hat{j}$$. $$\vec{r}(0) = 0\hat{i} + 0\hat{j}$$. So, $$\Delta\vec{r} = 8\hat{i} + 8\hat{j}$$. The time interval is $$\Delta t = 2 - 0 = 2$$ s. Therefore, $$\vec{v}{avg} = \frac{8\hat{i} + 8\hat{j}}{2} = (4\hat{i} + 4\hat{j})$$ m/s.

4

A particle starts from the origin with an initial velocity of $$\vec{v}_0 = 5\hat{i}$$ m/s. It experiences a time-varying acceleration given by $$\vec{a}(t) = 6t\hat{i} - 4\hat{j}$$ m/s$$^2$$. What is the velocity vector $$\vec{v}(t)$$ of the particle at $$t = 3$$ s?

$$ (18\hat{i} - 4\hat{j}) $$ m/s

$$ (27\hat{i} - 12\hat{j}) $$ m/s

$$ (59\hat{i} - 12\hat{j}) $$ m/s

$$ (32\hat{i} - 12\hat{j}) $$ m/s

Explanation

The velocity vector is found by integrating the acceleration vector with respect to time: $$\vec{v}(t) = \int \vec{a}(t) dt + \vec{C}$$. $$\vec{v}(t) = \int(6t\hat{i} - 4\hat{j}) dt = 3t^2\hat{i} - 4t\hat{j} + \vec{C}$$. The constant of integration $$\vec{C}$$ is the initial velocity $$\vec{v}(0) = \vec{v}_0 = 5\hat{i}$$. So, $$\vec{v}(t) = (3t^2 + 5)\hat{i} - 4t\hat{j}$$. Evaluating at $$t = 3$$ s gives $$\vec{v}(3) = (3(3)^2 + 5)\hat{i} - 4(3)\hat{j} = (27 + 5)\hat{i} - 12\hat{j} = (32\hat{i} - 12\hat{j})$$ m/s.

5

A particle's position is given by $$\vec{r}(t) = (t^2 - 8t)\hat{i} + (4t)\hat{j}$$. At what time $$t>0$$ is the particle's speed at a minimum?

$$ t=2 $$ s

The speed is never at a minimum for $$t>0$$.

$$ t=4 $$ s

$$ t=8 $$ s

Explanation

First, find the velocity vector: $$\vec{v}(t) = \frac{d\vec{r}}{dt} = (2t - 8)\hat{i} + 4\hat{j}$$. The speed $$s$$ is the magnitude of the velocity: $$s(t) = |\vec{v}(t)| = \sqrt{(2t - 8)^2 + 4^2}$$. To find the minimum speed, we can find the minimum of the function inside the square root, $$f(t) = (2t - 8)^2 + 16$$. This is a parabola that opens upward, and its minimum occurs at the vertex. The vertex is where the derivative is zero: $$\frac{df}{dt} = 2(2t - 8)(2) = 0$$, which solves to $$2t - 8 = 0$$, or $$t = 4$$ s.

6

A particle's motion is described by the parametric equations $$x(t) = 4t$$ and $$y(t) = 20t - 5t^2$$, where $$x$$ and $$y$$ are in meters and $$t$$ is in seconds. Which equation describes the trajectory of the particle in the xy-plane?

$$y = 80t - 20t^2$$

$$y = 5x - \frac{5}{4}x^2$$

$$y = 5x - \frac{5}{16}x^2$$

$$y = 20 - 10t$$

Explanation

To find the trajectory equation $$y(x)$$, we must eliminate the parameter $$t$$ from the two equations. From the equation for x, we can solve for $$t$$: $$t = x/4$$. Now, substitute this expression for $$t$$ into the equation for y: $$y = 20(x/4) - 5(x/4)^2 = 5x - 5(x^2/16) = 5x - \frac{5}{16}x^2$$.

7

A particle starts at the origin (0,0) at $$t=0$$. Its velocity is given by $$\vec{v}(t) = (4t)\hat{i} + (3)\hat{j}$$ m/s. What is the magnitude of the particle's displacement from the origin at $$t=2$$ s?

10 m

14 m

$$ (8\hat{i} + 6\hat{j}) $$ m

$$ \sqrt{73} $$ m

Explanation

To find the displacement, we must integrate the velocity vector to get the position vector $$\vec{r}(t)$$. $$\vec{r}(t) = \int \vec{v}(t) dt = \int((4t)\hat{i} + 3\hat{j}) dt = (2t^2)\hat{i} + (3t)\hat{j} + \vec{C}$$. Since the particle starts at the origin, $$\vec{r}(0) = 0$$, so $$\vec{C} = 0$$. At $$t=2$$ s, the position (and displacement from origin) is $$\vec{r}(2) = (2(2)^2)\hat{i} + (3(2))\hat{j} = 8\hat{i} + 6\hat{j}$$. The magnitude of this displacement is $$|\vec{r}(2)| = \sqrt{8^2 + 6^2} = \sqrt{64 + 36} = \sqrt{100} = 10$$ m.

8

A projectile is launched from a flat, horizontal surface. At the highest point of its trajectory, which of the following statements is true? Neglect air resistance.

Both the velocity and acceleration vectors are zero.

The velocity vector is horizontal, and the acceleration vector is zero.

The velocity vector is horizontal, and the acceleration vector is directed vertically downward.

The velocity vector is zero, but the acceleration vector is non-zero and directed vertically downward.

Explanation

For projectile motion, the acceleration due to gravity is always constant and directed vertically downward. At the highest point of the trajectory, the vertical component of the velocity is momentarily zero, but the horizontal component of the velocity remains constant (and non-zero, unless launched vertically). Thus, the velocity vector is purely horizontal, while the acceleration vector is directed downward.

9

Based on the scenario, how does the velocity vector change over time for a projectile under uniform gravity with no air resistance?

Both $v_x$ and $v_y$ decrease linearly

$v_x$ decreases linearly; $v_y$ constant

$v_x$ constant; $v_y$ decreases linearly

Speed remains constant; direction changes only

Explanation

This question tests AP Physics C kinematics, specifically understanding velocity components in projectile motion under uniform gravity. The motion in two dimensions requires recognizing that gravity acts only vertically, leaving horizontal motion unaffected. In this scenario with no air resistance, only gravity acts on the projectile, providing constant downward acceleration. Choice B is correct because vₓ remains constant (no horizontal forces) while vᵧ decreases linearly due to constant gravitational acceleration (vᵧ = v₀ᵧ - gt). Choice A reverses the components, C incorrectly suggests both components change, and D misunderstands that while speed changes, velocity components change predictably. To help students: Emphasize the independence of horizontal and vertical motion in projectile problems. Practice analyzing force diagrams to identify which components experience acceleration. Watch for: confusing speed with velocity or forgetting that only vertical motion is affected by gravity.

10

Using the information given, determine the object's acceleration at this point for a car on a $50,\text{m}$ radius track at $12,\text{m/s}$.

$7.50,\text{m/s}^2$ inward

$0.24,\text{m/s}^2$ inward

$2.88,\text{m/s}^2$ inward

$2.88,\text{m/s}^2$ outward

Explanation

This question tests AP Physics C kinematics, specifically centripetal acceleration in circular motion. The motion in two dimensions for uniform circular motion requires understanding that acceleration always points toward the center of the circular path. In this scenario, a car travels on a 50 m radius track at constant speed 12 m/s, requiring centripetal acceleration a = v²/r. Choice B is correct because a = (12)²/50 = 144/50 = 2.88 m/s² directed inward toward the center. Choice A incorrectly states the direction as outward, violating Newton's laws for circular motion. Choices C and D show incorrect calculations of the acceleration magnitude. To help students: Emphasize that centripetal acceleration always points toward the center, regardless of the direction of motion. Practice identifying the radius and speed in various circular motion scenarios. Watch for: confusion between centripetal and centrifugal effects, or errors in applying the v²/r formula.

Page 1 of 3