Imagine you are standing on a massive, perfectly flat parking lot. You are not standing at the exact center (the origin); instead, you are a few steps away. Suddenly, you start running, and a steady, unyielding wind begins to push you, constantly accelerating your motion. This physical scenario is exactly what our particle is experiencing in the 2D plane. Let's break down the mathematics of this journey and see how vector kinematics elegantly solves the problem.
The Setup
Not Starting at Zero
The most common trap in kinematics problems is assuming that everything begins at the origin (0,0). Our problem explicitly states that at t=0, the particle is at a specific coordinate:
This is our initial position vector. It acts as the anchor point for all future movement. The particle also has an initial velocity, meaning it's already moving when we start our stopwatch:
The Power of Constant Acceleration
The problem mentions that the particle is acted upon by a constant force. According to Newton's Second Law (F=ma), a constant force guarantees a constant acceleration. This is the golden key that unlocks the standard kinematic equations. We are given:
Because the acceleration is constant, we don't need to perform complex calculus or integrations. We can directly deploy the vector form of the second equation of motion. This equation is incredibly powerful because it handles both the X and Y dimensions simultaneously:
Notice how this equation is structured. It says: "Your final position is your starting position, plus the distance you would cover if you just kept moving at your initial speed, plus the extra distance you cover because you are accelerating."
The Vector Math
We need to find the position at t=2 s. Let's substitute our known vectors into the master equation:
r(2)=(2i^+4j^)+(5i^+4j^)(2)+21(4i^+4j^)(2)2
Now, we execute the scalar multiplications carefully. For the velocity term, we multiply by 2. For the acceleration term, t2=4, and multiplying by 21 gives a scalar factor of 2:
r(2)=(2i^+4j^)+(10i^+8j^)+(8i^+8j^)
The beauty of vector addition is that the i^ components (horizontal motion) and j^ components (vertical motion) are completely independent. We simply group the like terms together:
r(2)=(2+10+8)i^+(4+8+8)j^
This is the final position vector of the particle. It tells us that after 2 seconds, the particle is located at the coordinates (20,20).
The Final Distance
The question doesn't just ask for the coordinates; it asks for the distance from the origin. Geometrically, the position vector r forms the hypotenuse of a right-angled triangle with the X and Y axes. To find its length (magnitude), we use the Pythagorean theorem:
Substituting our final coordinates:
And there we have it! By trusting the vector equations and carefully managing our components, we've tracked the particle's parabolic journey across the plane to find its exact distance from the origin.