Particle motion in two dimensionsmodel worksheet 4 is a focused practice tool that helps students apply vector analysis, kinematic equations, and graphical interpretation to objects moving in a plane. By working through the scenarios presented in this worksheet, learners reinforce the connection between algebraic formulas and physical intuition, preparing them for more complex dynamics problems in physics and engineering courses.
Understanding Two‑Dimensional Particle Motion Before diving into the worksheet, it is useful to recall the core ideas that govern motion in two dimensions. A particle’s position at any instant can be described by a coordinate pair ((x, y)) or, equivalently, by a position vector (\vec{r} = x\hat{i} + y\hat{j}). Its velocity (\vec{v}) and acceleration (\vec{a}) are the first and second time derivatives of (\vec{r}):
[ \vec{v} = \frac{d\vec{r}}{dt} = v_x\hat{i} + v_y\hat{j}, \qquad \vec{a} = \frac{d\vec{v}}{dt} = a_x\hat{i} + a_y\hat{j}. ]
When acceleration is constant, the motion separates into independent one‑dimensional problems along the (x)‑ and (y)‑axes. This decoupling allows us to write the familiar kinematic equations for each component:
[ \begin{aligned} x &= x_0 + v_{0x}t + \tfrac{1}{2}a_xt^2,\ y &= y_0 + v_{0y}t + \tfrac{1}{2}a_yt^2,\ v_x &= v_{0x} + a_xt,\ v_y &= v_{0y} + a_yt. \end{aligned} ]
The magnitude and direction of the resultant vectors are obtained via Pythagoras and trigonometry:
[ |\vec{v}| = \sqrt{v_x^2+v_y^2}, \qquad \theta_v = \tan^{-1}!\left(\frac{v_y}{v_x}\right). ]
These relationships form the backbone of the exercises found in particle motion in two dimensions model worksheet 4 Took long enough..
Overview of Worksheet 4
Worksheet 4 typically consists of four to six multi‑part questions that build progressively in difficulty. Each question presents a physical situation—such as a projectile launched from a cliff, a charged particle moving in a uniform electric field, or a boat crossing a river with a current—and asks the student to:
- Identify known quantities and assign appropriate coordinate axes.
- Resolve initial velocity (or other vectors) into components.
- Apply the constant‑acceleration kinematic equations to each axis.
- Combine component results to find displacement, speed, or direction at a specified time.
- Interpret the answer in the context of the problem (e.g., “Does the particle hit the ground before reaching the wall?”).
The worksheet often includes a short data table for students to fill in, a sketch area for drawing vector diagrams, and a final “check‑your‑understanding” prompt that encourages reflection on the assumptions made (e.g., neglecting air resistance) Nothing fancy..
Key Concepts Covered
- Vector decomposition – breaking a vector into perpendicular components using sine and cosine.
- Superposition principle – treating (x)‑ and (y)‑motions as independent when acceleration is constant.
- Parametric equations – expressing (x(t)) and (y(t)) explicitly to trace the trajectory.
- Resultant magnitude and direction – recombining components to obtain physical quantities of interest.
- Graphical interpretation – relating the shape of (x) vs. (t) and (y) vs. (t) curves to velocity and acceleration.
- Problem‑solving strategy – a systematic five‑step approach that reduces errors and improves clarity.
Step‑by‑Step Guide to Solving Problems
Below is a general workflow that students can follow for any item in worksheet 4. The steps are presented as a numbered list to underline the sequential nature of the process.
-
Read and visualize
- Sketch the scenario, label the origin, and indicate the positive (x) and (y) directions.
- Mark known quantities (initial speed, launch angle, acceleration, etc.) directly on the diagram.
-
Choose a coordinate system
- Align one axis with the direction of constant acceleration when possible (e.g., make (y) vertical for gravity). - This simplifies the algebra because one component of acceleration may be zero.
-
Resolve vectors into components
- Use (\displaystyle v_{0x}=v_0\cos\theta) and (\displaystyle v_{0y}=v_0\sin\theta) for an initial velocity (v_0) at angle (\theta) measured from the (+x) axis.
- Repeat for any other vector quantities (e.g., initial position, force).
-
Write the kinematic equations for each axis
- Insert the known values into the equations listed in the Understanding Two‑Dimensional Particle Motion section.
- Keep track of units; convert all quantities to SI (meters, seconds, kilograms) before calculating.
-
Solve for the unknown(s)
- If the problem asks for position at a given time, evaluate (x(t)) and (y(t)) directly.
- If it asks for the time when a certain condition is met (e.g., (y=0) for ground impact), solve the appropriate quadratic equation.
- For speed or direction at a specific instant, compute (v_x(t)) and (v_y(t)) first, then find magnitude and angle.
-
Combine components and interpret
- Compute resultant displacement (\vec{r} = (x, y)) or velocity (\vec{v} = (v_x, v_y)).
- Check that the answer is physically reasonable (e.g., negative time indicates a mistake).
- Reflect on assumptions: Was air resistance truly negligible? Is the acceleration truly constant?
Sample Problems and Solutions
To illustrate the application of the workflow, two representative problems from worksheet 4 are solved in full detail.
Problem 1 – Projectile from an Elevated Platform
A ball is thrown from the edge of a 12 m high platform with an initial speed of 15 m/s at an angle of 30° above the horizontal. Ignoring air resistance, determine (a) the time it takes to hit the ground, (b) the horizontal distance traveled before impact, and (c) the speed of the ball just before it strikes the ground.
Solution
Solution (continued)
(a) Time to hit the ground
The vertical motion is governed by
[ y(t)=y_0+v_{0y}t+\tfrac12 a_y t^{2}, ]
with (y_0=12;\text{m}), (v_{0y}=v_0\sin\theta=15\sin30^\circ=7.5;\text{m s}^{-1}) and (a_y=-g=-9.8;\text{m s}^{-2}) That's the part that actually makes a difference..
[0=12+7.5t-4.9t^{2};\Longrightarrow;4.9t^{2}-7.5t-12=0. ]
Solving the quadratic,
[ t=\frac{7.5\pm\sqrt{7.5^{2}+4(4.9)(12)}}{2(4.9)} =\frac{7.5\pm\sqrt{291.45}}{9.8}. ]
The positive root yields
[ t=\frac{7.5+17.07}{9.8}\approx2.51;\text{s}. ]
(b) Horizontal distance traveled
The horizontal component of velocity is constant:
[ v_{0x}=v_0\cos\theta=15\cos30^\circ=12.99;\text{m s}^{-1}\approx13.0;\text{m s}^{-1}. ]
Hence
[ x=v_{0x}t\approx13.0;\text{m s}^{-1}\times2.51;\text{s}\approx32.6;\text{m}. ]
(c) Speed just before impact
[ v_x(t)=v_{0x}=13.0;\text{m s}^{-1}, \qquad v_y(t)=v_{0y}+a_y t=7.5-9.8(2.51)=-17.07;\text{m s}^{-1}. ]
The magnitude of the velocity vector is
[ |\vec v|=\sqrt{v_x^{2}+v_y^{2}} =\sqrt{(13.0)^{2}+(-17.07)^{2}} \approx\sqrt{460.4}\approx21.5;\text{m s}^{-1}. ]
The direction (measured below the + x‑axis) is
[ \phi=\tan^{-1}!\left(\frac{|v_y|}{v_x}\right