Intuition The ONE core idea
A thrown ball is doing two separate motions at the same time : sliding sideways at a steady pace, and falling straight down under gravity. To read the parent derivation you only need to recognise the handful of arrows, letters, and slicing tools it uses — this page builds every one of them from nothing, in the order they first appear.
This page is a toolbox unpacking . The parent note (Projectile motion — horizontal - vertical independence, full derivation ) throws around symbols like F , u cos θ , a y = − g , and ∫ v d t as if you already know them. Here we earn each one, in build-order, with a picture attached.
Definition Where things are
To say where a ball is, we need a starting corner and two directions to measure from it.
The ==origin O == is the fixed point we launch from — "distance zero, height zero."
==x == is how far sideways (to the right) the ball has travelled from O .
==y == is how far up the ball is above O .
Look at the figure: O is the bottom-left corner. A ball sitting at the dot is described by two numbers — walk right by x , then up by y . Those two numbers are its position.
Intuition Why two separate numbers?
Because the whole topic is about the sideways story and the up-down story being independent . Keeping x and y as separate letters is what lets us solve two easy problems instead of one hard one. See Vectors — Resolving into Components for the general machinery.
t
==t == is the number of seconds since launch. At t = 0 the ball is at O ; as t grows the ball moves along its arc.
Intuition Why time is the hero
The sideways position x and the height y each depend on t . They never talk to each other directly — the only thing they share is the same clock. If you know t , you know both x and y . This single shared clock is the whole reason independence works.
We write x ( t ) and y ( t ) — read "x at time t " — to stress that position is a function of time: give me a t , I give you back a position.
v , speed u
Velocity answers: "which way is the ball going, and how fast?" We draw it as an ==arrow v == — the little arrow-hat means "this is a directioned quantity (a vector), not just a plain number."
The length of the arrow is the speed . The launch speed is called ==u ==.
The direction is which way it points.
A vector is a physical arrow you could draw with a ruler. Speed u is how long you make it; direction is where you aim it.
θ
==θ == ( G r ee k " t h e t a " ) i s t h e == an g l e b e tw ee n t h e l a u n c ha r r o w an d t h e g r o u n d == ( t h e h or i z o n t a l ) . \theta = 0m e an s f i r e dd e a df l a t ; \theta = 90^\circ$ means fired straight up.
Look at the next figure: the amber arrow is the launch velocity of length u , tilted up by θ from the white ground line.
This is the single most important tool the parent assumes. We build it slowly.
Definition Right triangle of a velocity
Drop the tip of the launch arrow straight down to the ground, and draw a flat line from O across to that foot. You now have a right-angled triangle :
the slanted side (hypotenuse) has length u ,
the flat bottom side is the sideways part, u x ,
the upright side is the up part, u y .
In the same figure the cyan dashed lines show these two sides. The sideways shadow is u x ; the vertical shadow is u y .
cos and sin on THIS triangle
For the angle θ in a right triangle:
cos θ = hypotenuse adjacent = u u x , sin θ = hypotenuse opposite = u u y
"Adjacent" = the side touching the angle (the flat bottom). "Opposite" = the side across from the angle (the upright). Rearranging:
u x = u cos θ u y = u sin θ
Intuition WHY cosine and sine, and not something else?
We need a rule that turns "one arrow of length u tilted by θ " into "how much of it points sideways" and "how much points up." Cosine and sine are literally defined as those two fractions of the hypotenuse. They are the exact tools for splitting an arrow into its shadows — no other function measures "fraction along each axis."
Common mistake "cos always goes with
x — I'll memorise that."
Why it feels safe: it works when θ is measured from the horizontal.
The fix: cos goes with the side adjacent to the angle . If a problem measures the angle from the vertical instead, cos and sin swap. Always re-draw the triangle. More at Vectors — Resolving into Components .
Worked example Check the extremes
θ = 0 ∘ : cos 0 = 1 , sin 0 = 0 → u x = u , u y = 0 . All sideways, nothing up — a flat throw. ✓
θ = 9 0 ∘ : cos 9 0 ∘ = 0 , sin 9 0 ∘ = 1 → u x = 0 , u y = u . Straight up, nothing sideways. ✓
θ = 4 5 ∘ : cos 4 5 ∘ = sin 4 5 ∘ ≈ 0.707 → equal shares. ✓
a
Acceleration is how fast the velocity itself is changing each second. Units: metres per second, per second (m/s 2 ). Zero acceleration means "velocity frozen." Positive a means speeding up in the chosen positive direction.
g and the minus sign
==g ≈ 9.8 m/s 2 == (the parent uses 10 for clean arithmetic) is how strongly gravity accelerates anything near Earth. Because we chose up as positive y , and gravity pulls down , the vertical acceleration is
a y = − g
The minus sign is not extra physics — it is bookkeeping: down is the negative direction on our y -axis. See Free Fall and g .
The two directions split perfectly here:
a x = 0 ( no sideways push ) , a y = − g ( gravity, downward ) .
Definition Force as a vector
A ==force F == is a push or pull — also an arrow. Gravity's force on a mass m is F = ( 0 , − m g ) : zero sideways, m g downward.
Intuition Why this GIVES independence
Notice a x 's equation has no y in it, and a y 's equation has no x in it. The two axes are decoupled — solving one never needs the other. That decoupling, born right here, is the engine of the whole topic.
The parent writes a = d t d v and x = ∫ v d t . Here is what those squiggles mean, from zero.
Definition The derivative
d t d v
d t d v means "the rate at which v changes per tiny slice of time." It is just acceleration written as a rate . Saying d t d v x = 0 means "v x never changes" — a flat, constant sideways speed.
∫ v d t
The ∫ sign means "add up all the little steps." If you move at speed v for a tiny time slice, you cover v d t of distance; adding all those slices from launch to time t gives total distance. That is why x = ∫ v x d t . For constant v x = u cos θ this is just speed × time = u cos θ t . See Calculus — Integration .
Intuition Why integration is the RIGHT tool
We are handed acceleration and want position. Acceleration is the rate of change of velocity; velocity is the rate of change of position. Integration is exactly the "undo" of a rate — it climbs back up the ladder: acceleration → velocity → position. That's the whole job of Step 1 and Step 2 in the parent derivation. And because a y = − g has no mass in it, Free Fall and g applies to any projectile regardless of weight.
If constant acceleration feels more comfortable as ready-made formulas (no calculus), the algebraic route v = u + a t , s = u t + 2 1 a t 2 lives in 1-D Kinematics — Equations of Motion — it is the same result integration produces.
tan θ
==tan θ = cos θ sin θ = u x u y == is the steepness (rise-over-run) of the launch. In the trajectory equation y = x tan θ − … , the tan θ term is the straight climb the ball would follow with no gravity; the − 2 u 2 cos 2 θ g x 2 term is gravity bending it down.
A parabola is the curve you get from an equation of the form y = a x − b x 2 (a squared term dragging it back down). The figure shows the two pieces adding up: a rising straight line minus a growing downward pull equals the familiar arc.
Position x y and origin O
Parametric equations x of t and y of t
Velocity arrow and speed u
Split into components u cos and u sin
Newton second law per axis
a x equals 0 and a y equals minus g
Trajectory range height time of flight
Read it top-to-bottom: the raw ideas on the left/top feed the parametric equations x ( t ) , y ( t ) , and those in turn give every result the parent boxes.
Cover the right side and test yourself — you are ready for the full derivation when every one is instant.
What do x and y measure, and from where? Sideways distance and height, both from the origin O .
What single thing do the horizontal and vertical motions share? The clock — the same time t .
What does the arrow-hat mean? The quantity is a vector: it has direction, not just size.
What is θ measured from? The horizontal ground line.
Write u x and u y in terms of u and θ . u x = u cos θ , u y = u sin θ .
Why cosine for the horizontal part? Cosine is adjacent-over-hypotenuse; the horizontal side is adjacent to θ .
What is a x and why? 0 , because there is no horizontal force.
Why is a y = − g (why the minus)? Up is positive; gravity points down, so its acceleration is negative on that axis.
Does mass appear in a y ? No — mass cancels in − m g = m a y , so all projectiles fall alike.
What does a = d t d v say in words? Acceleration is the rate at which velocity changes per unit time.
What does ∫ v d t do? Adds up all the little v d t steps to give total displacement (velocity → position).
Why is the path a parabola? The height equation has the form y = a x − b x 2 , quadratic in x .
What is tan θ geometrically? The steepness (rise over run) of the launch, u y / u x .