Animated Solution for Physics - Kinematics: A projectile is given an initial velocity of (i^+2j^) m/s, where i^ is along the ground and j^ is along the vertical. If g=10 m/s2, the equation of its trajectory is
Select Answer:
Visualized Solution
Visualizing the Projectile
u=i^+2j^
ux=1 m/s
uy=2 m/s
Equations of Motion
x(t)=uxt
y(t)=uyt−21gt2
Substituting Values
x=1⋅t
y=2⋅t−21(10)t2
Time from Horizontal Motion
x=t⟹t=x
Substituting Time
y=2(x)−5(x)2
Equation of Trajectory
y=2x−5x2
Alternative Method
y=xtanθ−2u2cos2θgx2
00:00 / 00:00
The Sigma Insight: Projectile Motion
Solution Diagram
Analyzing the Setup
Imagine you are standing on a flat ground and you throw a ball. The path it takes through the air is what we call its trajectory. In this problem, we are given the initial velocity of the projectile as a vector: u=i^+2j^ m/s.
What does this vector tell us? It breaks down the initial push into two independent directions. The i^ component tells us the ball is moving horizontally at 1 m/s. The j^ component tells us it is simultaneously moving upwards at 2 m/s.
The Master Equations of Motion
To find the equation of the trajectory, we need to find a relationship between the horizontal position x and the vertical position y. The secret to projectile motion is that the horizontal and vertical motions are completely independent of each other, linked only by the time t they have been in the air.
Let's write down the equations of motion for both directions. Horizontally, there is no acceleration (ignoring air resistance), so the distance covered is simply speed multiplied by time:
x(t)=uxt
Vertically, gravity is pulling the projectile down, so we use the second equation of motion:
y(t)=uyt−21gt2
Eliminating Time to Find the Path
Now, let's substitute our known values into these equations. We know ux=1, uy=2, and g=10.
x=1⋅t⟹t=x
y=2⋅t−21(10)t2⟹y=2t−5t2
We have x in terms of t, and y in terms of t. But we want y in terms of x. Since t=x, we can simply replace every t in the y equation with x. This is a powerful mathematical technique called parameter elimination.
Substituting t=x into the vertical equation:
y=2(x)−5(x)2
y=2x−5x2
And there we have it! This is the equation of the trajectory. It's a quadratic equation, which confirms that the path is a parabola opening downwards.
The Alternative
The Standard Formula
If you prefer using formulas, you can also solve this using the standard equation of trajectory:
y=xtanθ−2u2cos2θgx2
From our initial velocity vector, we can find the angle of projection θ and the initial speed u.
tanθ=uxuy=12=2
u2=ux2+uy2=12+22=5
Notice that u2cos2θ is simply the square of the horizontal velocity component, ux2, which is 12=1.
Plugging these into the standard formula:
y=x(2)−2(1)10x2
y=2x−5x2
Both methods beautifully converge to the exact same result, proving the consistency of physics!