What are velocity components? (article) | Khan Academy (2025)

Learn how to simplify vectors by breaking them into parts.

Why do we break up vectors into components?

Two-dimensional motion is more complex than one-dimensional motion since the velocities can point in diagonal directions. For example, a baseball could be moving both horizontally and vertically at the same time with a diagonal velocity v. We break up the velocity vector, v, of the baseball into two separate horizontal, vx, and vertical, vy, directions to simplify our calculations.

Trying to tackle both the horizontal and vertical directions of a baseball in one single equation is difficult; it’s better to take a divide-and-conquer approach.

Yes. We can break a vector into any two non colinear directions. For example, the vector v could be broken up into the two directions shown below. We could even choose two directions that aren't perpendicular, which turns out to be useful in special relativity.

That said, it's almost always simplest to break vectors into perpendicular components. And it's often most convenient to choose horizontal and vertical components since the acceleration due to gravity lies entirely along the vertical direction—in other words, straight down.

Also, many typical velocity questions are explicitly horizontal or vertical in nature and are therefore best solved for using horizontal and vertical axes. For example: "How far horizontally does the projectile make it?" or "How high does the projectile make it?"

Breaking up the diagonal velocity v into horizontal vx and vertical vy components allows us to deal with each direction separately. Essentially, we'll be able to turn one difficult two-dimensional problem into two easier one-dimensional problems. This trick of breaking up vectors into components works even when the vector is something other than velocity, for example, forces, momentum, or electric fields. In fact, you'll use this trick over and over in physics, so it's important to get really good at dealing with vector components as soon as possible.

How do we break a vector into components?

Before we talk about breaking up vectors, we should note that trigonometry already gives us the ability to relate the side lengths of a right triangle—hypotenuse, opposite, adjacent—and one of the angles, θ, as seen below.

sinθ=oppositehypotenuse

cosθ=adjacenthypotenuse

tanθ=oppositeadjacent

When we break any diagonal vector into two perpendicular components, the total vector and its components—v,vy,vx—form a right triangle. Because of this, we can apply the same trigonometric rules to a velocity vector magnitude and its components, as seen below. Notice that vx is treated as the adjacent side, vy as the opposite, and v as the hypotenuse.

sinθ=vyv

cosθ=vxv

tanθ=vyvx

If we change the angle under consideration to the other angle—the angle formed by the vertical axis—the rules of trigonometry stay the same, but what we used to call the opposite side will become the adjacent side and vice versa.

sinϕ=oppositehypotenuse=vxv

cosϕ=adjacenthypotenuse=vyv

tanϕ=oppositeadjacent=vxvy

Note that the vs in these formulas refer to the magnitudes of the total velocity vector, the total speed, and can therefore never be negative. The individual components vx and vy can be negative if they point in a negative direction. The convention is that left is negative for the horizontal direction, x, and down is negative for the vertical direction, y.

How do you determine the magnitude and angle of the total vector?

We saw in the previous sections how a vector magnitude and angle can be broken up into vertical and horizontal components. But what if you start with some given velocity components: vy and vx? How could you use the components to find the magnitude v and angle θ of the total velocity vector?

Finding the magnitude of the total velocity vector isn't too hard since for any right triangle the side lengths and hypotenuse will be related by the Pythagorean theorem.

v2=vx2+vy2

By taking a square root, we get the magnitude of the total velocity vector in terms of the components.

v=vx2+vy2

Also, if we know both components of the total vector, we can find the angle of the total vector using tanθ.

tanθ=vyvx

By taking inverse tangent, we get the angle of the total velocity vector in terms of the components.

θ=tan1(vyvx)

Since the definition of tan—opposite over adjacent or, in this case, vy over vx—only includes the components of the vector, it conveniently allows us to find the angle θ of the vector without knowing the magnitude of the total vector v.

If, however, we already know the magnitude of the total vector v and the components vy and vx, we can use sine, cosine, or tangent to find the angle of the total vector.

What's confusing about vector components?

When using θ=tan1(vyvx), the fact that we put vy on top as the opposite side and the vx on the bottom as the adjacent side means that we are measuring the angle from the horizontal axis. It seems like figuring out how to draw the angle could be confusing, but here are two good tips:

Assuming we have selected right/up as the positive directions, if the horizontal component vx is positive, the vector points rightward. If the horizontal component, vx is negative, the vector points leftward.

Again, asumming we have selected right/up as the positive directions, if the vertical component vy is positive, the vector points upward. If the vertical component vy is negative, the vector points downward.

So, for example, if the components of a vector are vx=12m/s and vy=10m/s, the vector must point leftward—because vx is negative—and up—because vy is positive.

Concept check: If a paper airplane has the velocity components vx=7m/s and vy=5m/s, which direction is the paper airplane moving—assuming we choose right and up as positive directions?

Choose 1 answer:

Choose 1 answer:

Not always. The problem is that when we plug negative components into θ=tan1(vyvx), many calculators don't indicate if the negative sign is for the top or bottom component. Also, if we plug in both components as negative, the calculator cancels the negatives and gives an angle as if both components were positive.

This is frustrating, but can be overcome. A useful strategy is to plug in all components into θ=tan1(vyvx) as positive numbers. Then, use the rules about component signs to figure out which quadrant to draw the vector in. We’ll use this method in the solved examples section below.

What do solved examples involving vector components look like?

Example 1: Bend it like Beckham

A soccer ball is kicked up and to the right at an angle of 30 with a speed of 24.3 m/s as seen below.

What is the vertical component of the velocity at the moment shown?

What is the horizontal component of the velocity at the moment shown?

To find the vertical component of the velocity, we'll use sinθ=oppositehypotenuse=vyv. The hypotenuse is the magnitude of the velocity 24.3 m/s, v, and the opposite side to the angle 30 is vy.

sinθ=vyv(Use the definition of sine.)

vy=vsinθ(Solve for vertical component.)

vy=(24.3m/s)sin(30)(Plug in values.)

vy=12.2m/s(Calculate and celebrate!)

To find the horizontal component, we'll use cosθ=adjacenthypotenuse=vxv.

cosθ=vxv(Use the definition of cosine.)

vx=vcosθ(Solve for horizontal component.)

vx=(24.3m/s)cos(30)(Plug in values.)

vx=21.0m/s(Calculate and celebrate!)

Example 2: Angry seagull

An angry seagull is flying over Seattle with a horizontal component of velocity vx=14.6m/s and a vertical component of velocity vy=8.62m/s.

What is the magnitude of the total velocity of the seagull?

What is the angle of the total velocity?

Assume right/up are positive, and assume all angles will be measured counterclockwise from the positive x axis.

We'll use the Pythagorean theorem to find the magnitude of the total velocity vector.

v2=vx2+vy2(The Pythagorean theorem.)

v=vx2+vy2(Take square root of both sides.)

v=(14.6m/s)2+(8.62m/s)2(Plug in.)

v=17.0m/s(Calculate and celebrate!)

To find the angle, we'll use the definition of tangent, but since we now know v, we could have used sine or cosine.

tanθ=vyvx(Use the definition of tangent.)

θ=tan1(vyvx)(Inverse tangent of both sides.)

θ=tan1(8.62m/s14.6m/s)(Plug in magnitudes.)

θ=30.6(Calculate and celebrate!)

Since the vertical component is vy=8.62m/s, we know the vector is directed down, and since vx=14.6m/s, we know the vector is directed right. So, we will draw the vector in the fourth quadrant.

The seagull is moving 17.0m/s at an angle of 30.6 below the horizontal.

What are velocity components? (article) | Khan Academy (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Tyson Zemlak

Last Updated:

Views: 6024

Rating: 4.2 / 5 (63 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.