Vector Addition

Vector addition finds its application in physical quantities where vectors are used to represent velocity, displacement, and acceleration.

  • Adding the vectors geometrically is putting their tails together and thereby constructing a parallelogram. The sum of the vectors is the diagonal of the parallelogram that starts from the intersection of the tails.
  • Adding vectors algebraically is adding their corresponding components.

In this article, let's learn about the addition of vectors, their properties, and various laws with solved examples.

What is the Vector Addition?

Vectors are represented as a combination of direction and magnitude and are written with an alphabet and an arrow over them (or) with an alphabet written in bold. Two vectors , a and b , can be added together using vector addition , and the resultant vector can be written as: a + b . Before learning about the properties of vector addition, we need to know about the conditions that are to be followed while adding vectors. The conditions are as follows:

  • Vectors can be added only if they are of the same nature. For instance, acceleration should be added with only acceleration and not mass
  • We cannot add vectors and scalars together

Consider two vectors C and D , where, C = C x i + C y j + C z k and D = D x i + D y j + Dzk. Then, the resultant vector (or vector sum formula) is R = C + D = (C x + D x )i + (C y + D y )j + (C z + C z ) k

Properties of Vector Addition

Vector addition is different from algebraic addition. Here are some of the important properties to be considered while doing vector addition:

Addition of Vectors Graphically

Vectors adding can be done using graphical and mathematical methods. These methods are as follows:

Vector Addition Using the Components

Triangle law of addition of vectors, parallelogram law of addition of vectors.

Vectors that are represented in cartesian coordinates can be decomposed into vertical and horizontal components. For instance, a vector A at an angle Φ, as shown in the below-given image, can be decomposed into its vertical and horizontal components as:

Addition of vectors using the components says a bar equals a x bar plus a y bar.

In the above image,

  • A x , represents the component of vector A along the horizontal axis (x-axis), and
  • A y , represents the component of vector A along the vertical axis (y-axis).

We can note that the three vectors form a right triangle and that the vector A can be expressed as:

A = A x + A y

Mathematically, using the magnitude and the angle of the given vector, we can determine the components of a vector.

A x = A cos Φ

A y = A sin Φ

For two vectors, if its horizontal and vertical components are given, then the resultant vector can be calculated. For instance, if the values of A x and A y are provided, then we will be able to calculate the angle and the magnitude of the vector A as follows:

| A | = √ (( A x ) 2 +( A y ) 2 )

And the angle can be found as:

Φ = tan-1 ( A y / A x )

Hence, we can conclude that:

  • If the components of a vector are provided, then we can determine the resultant vector
  • Likewise, we can determine the components of a vector using the above equations, if the vector is provided

Similarly, we can perform the addition on vectors using their components, if these vectors are expressed in ordered pairs i.e column vectors. For example, consider the two vectors P and Q .

P = (p 1 , p 2 )

Q = (q 1 , q 2 )

The resultant vector M can be obtained by performing vector addition on the two vectors P and Q , by adding the respective x and y components of these two vectors.

M = (p 1 +q 1 , p 2 + q 2 ).

This can be expressed explicitly as:

M x = p 1 + q 1

M y = p 2 + q 2 .

The magnitude formula to find the magnitude of the resultant vector M is: | M | = √ ((M x ) 2 +(M y ) 2 )

And the angle can be computed as Φ = tan-1 (M y / M x )

Laws of Vector Addition

There are two laws of vector addition (As mentioned in the previous section).

  • Triangle law
  • Parallelogram law

Using these two laws, we are going to prove that the sum of two vectors is obtained by attaching them head to tail and the vector sum is given by the vector that joins the free tail and free head. Let us study each of these laws in detail in the upcoming sections.

The famous triangle law can be used for the addition of vectors and this method is also called the head-to-tail method. As per this law, two vectors can be added together by placing them together in such a way that the first vector’s head joins the tail of the second vector. Thus, by joining the first vector’s tail to the head of the second vector, we can obtain the resultant vector sum. The addition of vectors using the triangle law can be with the following steps:

  • First, the two vectors M and N are placed together in such a manner that the head of vector M connects the tail of vector N .
  • And then, in order to find the sum, a resultant vector S is drawn in such a way that it connects the tail of M to the head of N .
  • Thus, mathematically, the sum, or the resultant, vector S , in the below-given image can be expressed as S = M + N .

Vectors addition using the triangle law says S bar equals M bar plus N bar.

Thus, when the two vectors M and N are added using the triangle law, we can see that a triangle is formed by the two original vectors M and N , and the sum vector S .

Another law that can be used for the addition of vectors is the parallelogram law of the addition of vectors. Let’s take two vectors p and q , as shown below. They form the two adjacent sides of a parallelogram in their magnitude and direction. The sum p + q is represented in magnitude and direction by the diagonal of the parallelogram through their common point. This is the parallelogram law of vector addition.

Parallelogram law of addition of vectors

In the above-given figure, using the Triangle law, we can conclude the following:

OP + PR = OR

OP + OQ = OR , since PR = OQ

Hence, we can conclude that the triangle laws of vector addition and the parallelogram law of vector addition are equivalent to each other.

Vector Addition Formulas

We use one of the following formulas to add two vectors a = <a 1 , a 2 , a 3 > and b = <b 1 , b 2 , b 3 >.

  • If the vectors are in the component form then the vector sum formula is a + b = <a 1 + b 1 , a 2 + b 2 , a 3 + b 3 >.
  • If the two vectors are arranged by attaching the head of one vector to the tail of the other, then their sum is the vector that joins the free head and free tail (by triangle law).
  • If the two vectors represent the two adjacent sides of a parallelogram then the sum represents the diagonal vector that is drawn from the common point of both vectors (by parallelogram law).

Important Notes on Vector Addition:

Here is a list of a few points that should be remembered while studying the addition of vectors:

  • Vectors are represented as a combination of direction and magnitude and they are drawn with an arrow representation.
  • If the components of a vector are provided, then we can determine the resultant vector.
  • The famous triangle law can be used for the addition of vectors and this method is also called the head-to-tail method.

☛ Related Articles:

Check out the following pages related to the addition of vectors:

  • Adding Vectors Calculator
  • Angle Between Two Vectors Calculator
  • Triangle Inequality in Vectors

Examples of Addition of Vectors

Example 1: Find the addition of vectors PQ and QR , where PQ = (3, 4) and QR = (2, 6)

We will perform the vector addition by adding their corresponding components

PQ + QR = (3, 4) + (2, 6)

= (3 + 2, 4 + 6)

Answer: (5, 10).

Example 2: Two vectors are given along with their components: A = (2,3) and B = (2,-2). Calculate the magnitude and the angle of the sum C using their components.

Let us represent the components of the given vectors as:

  • In the A , A x = 2 and A y = 3
  • In the B , B x = 2 and B y = -2

Now, adding the two vectors,

A + B = (2, 3) + (2, -2) = (4, 1)

It can also be written as:

Here in C , C x = 4 and C y = 1

The magnitude of the resultant vector C can be calculated as:

| C | = √ ((C x ) 2 +(C y ) 2 )

| C | = √ ((4) 2 + (1) 2 )

= √ (16 + 1)

| C | = √ 17 = 4.123 units (Approximately)

And the angle can be calculated as follows:

Φ = tan-1 (C y / C x )

Φ = tan-1 (1/4)

Φ ≈ 14.04 degrees

Answer: Thus, the magnitude of the resultant vector | C | = 4.123 units (Approximately) and the angle Φ = 14.04 degrees

Example 3: If a = <1, -1> and b = <2, 1> then find the unit vector in the direction of addition of vectors a and b .

The vector sum is:

a + b = <1, -1> + <2, 1> = <1 + 2, -1 + 1> = <3, 0>

Its magnitude is, | a + b | = √(3 2 + 0 2 ) = √9 = 3.

The unit vector in the direction of vector addition is:

( a + b ) / | a + b | = <3, 0> / 3 = <1, 0>

Answer: The required unit vector is, <1, 0>.

go to slide go to slide go to slide

how to solve a vector sum problem

Book a Free Trial Class

Practice Questions on Vector Addition

go to slide go to slide

FAQs on Vector Addition

What is the addition of vectors.

The addition of vectors means putting two or more vectors together. In the addition of vectors, we are adding two or more vectors using the addition operation in order to obtain a new vector that is equal to the sum of the two or more vectors. The sum of vectors a and b is written as a + b .

Example: Given two vectors, a = (2, 5) and b = (4, -2), the sum of vectors is (6,3)

What is the Formula For the Addition of Vectors?

This is the addition of vectors formula: Given two vectors a = (a 1 , a 2 ) and b = (b 1 , b 2 ), then the vector sum is, M = (a 1 + b 1 , a 2 + b 2 ) = (M x , M y ). In this case,

  • magnitude of the resultant vector sum M = | M | = √ ((M x ) 2 +(M y ) 2 ) and
  • the angle can be computed as θ = tan -1 (M y / M x )

What is the Vector Addition Rule?

To add two vectors that are in component form, we just add their corresponding components. To add two vectors geometrically, we use triangle law or parallelogram law.

What is the Formula of Parallelogram Law of Addition of Vectors?

As per the parallelogram law of addition of vectors , for two given vectors u and v enclosing an angle θ, the magnitude of the sum, | u + v |, is given by √( u 2 + v 2 +2 uv cos(θ)).

What is the Difference Between Vector addition and Subtraction?

Here are the differences between addition of vectors and the subtraction of vectors .

Is Addition of Vectors Commutative?

Yes, vectors adding is commutative ; for any two arbitrary vectors c , and d , c + d = d + c .

What is the Difference Between the Triangle Law of Vector Addition and the Parallelogram Law of Vector Addition?

For any two given vectors, as per the triangle law of vector addition, the third side of the triangle will become the resultant sum vector. Whereas, as per the parallelogram law of vector addition, the diagonal becomes the resultant sum vector.

What is the Associative Property of Addition of Vectors?

Addition is associative ; for any three arbitrary vectors a , b , and c , a + ( b + c ) = ( a + b ) + c. i.e, the order of addition does not matter.

What is the Triangle Law of Addition of Vectors?

The triangle law of the addition of vectors states that two vectors can be added together by placing them together in such a way that the first vector’s head joins the tail of the second vector. Thus, by joining the first vector’s tail to the head of the second vector, we can obtain the resultant sum vector.

  • 5.2 Vector Addition and Subtraction: Analytical Methods
  • Introduction
  • 1.1 Physics: Definitions and Applications
  • 1.2 The Scientific Methods
  • 1.3 The Language of Physics: Physical Quantities and Units
  • Section Summary
  • Key Equations
  • Concept Items
  • Critical Thinking Items
  • Performance Task
  • Multiple Choice
  • Short Answer
  • Extended Response
  • 2.1 Relative Motion, Distance, and Displacement
  • 2.2 Speed and Velocity
  • 2.3 Position vs. Time Graphs
  • 2.4 Velocity vs. Time Graphs
  • 3.1 Acceleration
  • 3.2 Representing Acceleration with Equations and Graphs
  • 4.2 Newton's First Law of Motion: Inertia
  • 4.3 Newton's Second Law of Motion
  • 4.4 Newton's Third Law of Motion
  • 5.1 Vector Addition and Subtraction: Graphical Methods
  • 5.3 Projectile Motion
  • 5.4 Inclined Planes
  • 5.5 Simple Harmonic Motion
  • 6.1 Angle of Rotation and Angular Velocity
  • 6.2 Uniform Circular Motion
  • 6.3 Rotational Motion
  • 7.1 Kepler's Laws of Planetary Motion
  • 7.2 Newton's Law of Universal Gravitation and Einstein's Theory of General Relativity
  • 8.1 Linear Momentum, Force, and Impulse
  • 8.2 Conservation of Momentum
  • 8.3 Elastic and Inelastic Collisions
  • 9.1 Work, Power, and the Work–Energy Theorem
  • 9.2 Mechanical Energy and Conservation of Energy
  • 9.3 Simple Machines
  • 10.1 Postulates of Special Relativity
  • 10.2 Consequences of Special Relativity
  • 11.1 Temperature and Thermal Energy
  • 11.2 Heat, Specific Heat, and Heat Transfer
  • 11.3 Phase Change and Latent Heat
  • 12.1 Zeroth Law of Thermodynamics: Thermal Equilibrium
  • 12.2 First law of Thermodynamics: Thermal Energy and Work
  • 12.3 Second Law of Thermodynamics: Entropy
  • 12.4 Applications of Thermodynamics: Heat Engines, Heat Pumps, and Refrigerators
  • 13.1 Types of Waves
  • 13.2 Wave Properties: Speed, Amplitude, Frequency, and Period
  • 13.3 Wave Interaction: Superposition and Interference
  • 14.1 Speed of Sound, Frequency, and Wavelength
  • 14.2 Sound Intensity and Sound Level
  • 14.3 Doppler Effect and Sonic Booms
  • 14.4 Sound Interference and Resonance
  • 15.1 The Electromagnetic Spectrum
  • 15.2 The Behavior of Electromagnetic Radiation
  • 16.1 Reflection
  • 16.2 Refraction
  • 16.3 Lenses
  • 17.1 Understanding Diffraction and Interference
  • 17.2 Applications of Diffraction, Interference, and Coherence
  • 18.1 Electrical Charges, Conservation of Charge, and Transfer of Charge
  • 18.2 Coulomb's law
  • 18.3 Electric Field
  • 18.4 Electric Potential
  • 18.5 Capacitors and Dielectrics
  • 19.1 Ohm's law
  • 19.2 Series Circuits
  • 19.3 Parallel Circuits
  • 19.4 Electric Power
  • 20.1 Magnetic Fields, Field Lines, and Force
  • 20.2 Motors, Generators, and Transformers
  • 20.3 Electromagnetic Induction
  • 21.1 Planck and Quantum Nature of Light
  • 21.2 Einstein and the Photoelectric Effect
  • 21.3 The Dual Nature of Light
  • 22.1 The Structure of the Atom
  • 22.2 Nuclear Forces and Radioactivity
  • 22.3 Half Life and Radiometric Dating
  • 22.4 Nuclear Fission and Fusion
  • 22.5 Medical Applications of Radioactivity: Diagnostic Imaging and Radiation
  • 23.1 The Four Fundamental Forces
  • 23.2 Quarks
  • 23.3 The Unification of Forces
  • A | Reference Tables

Section Learning Objectives

By the end of this section, you will be able to do the following:

  • Define components of vectors
  • Describe the analytical method of vector addition and subtraction
  • Use the analytical method of vector addition and subtraction to solve problems

Teacher Support

The learning objectives in this section will help your students master the following standards:

  • (F) express and interpret relationships symbolically in accordance with accepted theories to make predictions and solve problems mathematically, including problems requiring proportional reasoning and graphical vector addition
  • (E) develop and interpret free-body force diagrams;
  • (F) identify and describe motion relative to different frames of reference.

In addition, the High School Physics Laboratory Manual addresses content in this section in the lab titled: Motion in Two Dimensions, as well as the following standards:

  • (F) express and interpret relationships symbolically in accordance with accepted theories to make predictions and solve problems mathematically, including problems requiring proportional reasoning and graphical vector addition.

Section Key Terms

Components of vectors.

For the analytical method of vector addition and subtraction, we use some simple geometry and trigonometry, instead of using a ruler and protractor as we did for graphical methods. However, the graphical method will still come in handy to visualize the problem by drawing vectors using the head-to-tail method. The analytical method is more accurate than the graphical method, which is limited by the precision of the drawing. For a refresher on the definitions of the sine, cosine, and tangent of an angle, see Figure 5.17 .

A right triangle is shown. The hypotenuse is labeled h, the vertical leg is labeled Y, and the horizontal leg is labeled X. The right angle is labeled with the angle symbol. The following formulas appear next to the triangle: sine angle equals y over h, cosine angle equals x over h, and tangent angle equals y over x.

[BL] [OL] Review trigonometric concepts of sine, cosine, tangent and the Pythagorean theorem.

Since, by definition, cos θ = x / h cos θ = x / h , we can find the length x if we know h and θ θ by using x = h cos θ x = h cos θ . Similarly, we can find the length of y by using y = h sin θ y = h sin θ . These trigonometric relationships are useful for adding vectors.

When a vector acts in more than one dimension, it is useful to break it down into its x and y components. For a two-dimensional vector, a component is a piece of a vector that points in either the x- or y-direction. Every 2-d vector can be expressed as a sum of its x and y components.

For example, given a vector like A A in Figure 5.18 , we may want to find what two perpendicular vectors, A x A x and A y A y , add to produce it. In this example, A x A x and A y A y form a right triangle, meaning that the angle between them is 90 degrees. This is a common situation in physics and happens to be the least complicated situation trigonometrically.

Vectors A, Ax, and Ay are shown. The vector A, with its tail at the origin of an x, y-coordinate system, is shown together with its x- and y-components, Ax and Ay. These vectors form a right triangle. The formula Ax plus Ay equals A is shown above the vectors.

A x A x and A y A y are defined to be the components of A A along the x - and y -axes. The three vectors, A A , A x A x , and A y A y , form a right triangle.

If the vector A A is known, then its magnitude A A (its length) and its angle θ θ (its direction) are known. To find A x A x and A y A y , its x - and y -components, we use the following relationships for a right triangle:

where A x A x is the magnitude of A in the x -direction, A y A y is the magnitude of A in the y -direction, and θ θ is the angle of the resultant with respect to the x -axis, as shown in Figure 5.19 .

Vectors A x and A y form the legs of a right triangle and vector A forms the hypotenuse. Vector Ax is along an x-axis and vector Y is vertical and dashed. A x equals A times cosine angle. A y equals A times sine angle. A x plus A y equals A.

[BL] [OL] [AL] Derive the formula for getting the magnitude and direction of a vector.

Misconception Alert

Students might be confused between the relationship A x   +   A y   =   A A x   +   A y   =   A , which shows the addition of vectors and A = A x 2 + A y 2 A = A x 2 + A y 2 which shows the addition of magnitudes of vectors.

Suppose, for example, that A A is the vector representing the total displacement of the person walking in a city, as illustrated in Figure 5.20 .

A map is shown over top x and y-axes. The origin is labeled Starting Point. The x-axis represents east and has a scale from zero to nine in increments of one. The y-axis represents north and has a scale from zero to five in increments of one. Lines show that a person walks nine blocks east and five blocks north. A displacement vector is plotted from the origin to the destination of nine, five on the axes. The following label is next to the y-axis: A y equals A times sine angle, equals ten point three blocks times sine twenty-nine point one, equals five blocks north. The following label is next to the x-axis: A x equals A cosine angle, equals ten point three blocks times sine twenty-nine point one, equals nine blocks east.

Then A = 10.3 blocks and θ = 29.1 ∘ θ = 29.1 ∘ , so that

This magnitude indicates that the walker has traveled 9 blocks to the east—in other words, a 9-block eastward displacement. Similarly,

indicating that the walker has traveled 5 blocks to the north—a 5-block northward displacement.

Analytical Method of Vector Addition and Subtraction

Calculating a resultant vector (or vector addition) is the reverse of breaking the resultant down into its components. If the perpendicular components A x A x and A y A y of a vector A A are known, then we can find A A analytically. How do we do this? Since, by definition,

we solve for θ θ to find the direction of the resultant.

Note that tan − 1 ( θ ) tan − 1 ( θ ) gives an angle in the first quadrant if A y / A x > 0 A y / A x > 0 and in the fourth quadrant if A y / A x < 0 A y / A x < 0 . If, in fact, both A x A x and A y A y are negative, or if A x A x is negative and A y A y positive, then θ θ , measured from the positive x x direction, is tan – 1 ( θ ) + 180 ° tan – 1 ( θ ) + 180 ° .

Since this is a right triangle, the Pythagorean theorem (x 2 + y 2 = h 2 ) for finding the hypotenuse applies. In this case, it becomes

Solving for A gives

In summary, to find the magnitude A A and direction θ θ of a vector from its perpendicular components A x A x and A y A y , as illustrated in Figure 5.21 , we use the following relationships:

Vectors Ax and Ay form the legs of a right triangle and vector A forms the hypotenuse. Vectors Ax and Ay are dashed. The formula angle equals inverse tangent times Ay over Ax is inside the triangle. Vector A is labeled A equals the square root of Ax squared plus Ay squared.

[BL] [OL] [AL] Demonstrate a problem involving displacement by physically walking along the specified direction. Show how this can be represented on a graph. Explain that even when solving problems analytically; representing it on a graph would make it easier to visualize the problem.

Sometimes, the vectors added are not perfectly perpendicular to one another. An example of this is the case below, where the vectors A A and B B are added to produce the resultant R , R , as illustrated in Figure 5.22 .

A compass is shown on the left. On the right, vectors A, B, and R form a triangle, with the vertex of AR at the origin of an x-y axis. The formula A plus B equals R is above the triangle.

If A A and B B represent two legs of a walk (two displacements), then R R is the total displacement. The person taking the walk ends up at the tip of R R . There are many ways to arrive at the same point. The person could have walked straight ahead first in the x -direction and then in the y -direction. Those paths are the x - and y -components of the resultant, R x R x and R y . R y . If we know R x R x and R y R y , we can find R R and θ θ using the equations R = R x 2 + R y 2 R = R x 2 + R y 2 and θ = t a n – 1 ( R y / R x ) θ = t a n – 1 ( R y / R x ) .

A compass is shown on the left. On the right, vectors A, B, and R form a triangle, with the vertex of AR at the origin of an x-y axis. The formula A plus B equals R is above the triangle. Dashed lines indicate vertical and horizontal components of each vector. Labels indicate locations for angle A and angle B.

and find the y component of the resultant (as illustrated in Figure 5.24 ) by adding the y component of the vectors.

A compass is shown on the left. On the right, vectors A, B, and R form a triangle, with the vertex of AR at the origin of an x-y axis. The formula A plus B equals R is above the triangle. Dashed lines indicate vertical and horizontal components of each vector. Labels indicate locations for angle A and angle B. The formula Rx equals Ax plus Bx is below the x-axis. The formula Ry equals Ay plus By is next to the y-axis.

Now that we know the components of R , R , we can find its magnitude and direction.

  • To get the magnitude of the resultant R, use the Pythagorean theorem. R = R x 2 + R y 2 R = R x 2 + R y 2
  • To get the direction of the resultant θ = tan − 1 ( R y / R x ) . θ = tan − 1 ( R y / R x ) .

Watch Physics

Classifying vectors and quantities example.

This video contrasts and compares three vectors in terms of their magnitudes, positions, and directions.

  • 0 units . All of them will cancel each other out.
  • 5 units . Two of them will cancel each other out.
  • 10 units . Two of them will add together to give the resultant.
  • 15 units. All of them will add together to give the resultant.

Tips For Success

In the video, the vectors were represented with an arrow above them rather than in bold. This is a common notation in math classes.

Using the Analytical Method of Vector Addition and Subtraction to Solve Problems

Figure 5.25 uses the analytical method to add vectors.

Worked Example

Add the vector A A to the vector B B shown in Figure 5.25 , using the steps above. The x -axis is along the east–west direction, and the y -axis is along the north–south directions. A person first walks 53 .0 m 53 .0 m in a direction 20 .0° 20 .0° north of east, represented by vector A . A . The person then walks 34 .0 m 34 .0 m in a direction 63 .0 ° 63 .0 ° north of east, represented by vector B . B .

Vectors A, B, and R form a triangle with vertex RA at the origin of an x y-axis. The following labels are included: angle (where R and A form an angle) equals thirty-six point six degrees, angle A equals twenty degrees, angle B equals sixty-three degrees, A equals fifty-three meters, B equals thirty-four meters, and A plus B equals R. A compass is shown in the bottom corner for reference.

The components of A A and B B along the x - and y -axes represent walking due east and due north to get to the same ending point. We will solve for these components and then add them in the x-direction and y-direction to find the resultant.

First, we find the components of A A and B B along the x - and y -axes. From the problem, we know that A = 53.0  m, A = 53.0  m, θ A = 20.0 ∘, θ A = 20.0 ∘, B B = 34 .0 m 34 .0 m , and θ B = 63.0 ∘ θ B = 63.0 ∘ . We find the x -components by using A x = A cos θ A x = A cos θ , which gives

Similarly, the y -components are found using A y = A sin θ A A y = A sin θ A

The x - and y -components of the resultant are

Now we can find the magnitude of the resultant by using the Pythagorean theorem

Finally, we find the direction of the resultant

This example shows vector addition using the analytical method. Vector subtraction using the analytical method is very similar. It is just the addition of a negative vector. That is, A − B ≡ A + ( − B ) A − B ≡ A + ( − B ) . The components of – B B are the negatives of the components of B B . Therefore, the x - and y -components of the resultant A − B = R A − B = R are

and the rest of the method outlined above is identical to that for addition.

Practice Problems

What is the magnitude of a vector whose x -component is 4 cm and whose y -component is 3 cm?

What is the magnitude of a vector that makes an angle of 30° to the horizontal and whose x -component is 3 units?

Links To Physics

Atmospheric science.

A black and white photograph of a meteorologist is shown. The meteorologist is standing in front of a weather map with a television camera pointing at him.

Atmospheric science is a physical science , meaning that it is a science based heavily on physics. Atmospheric science includes meteorology (the study of weather) and climatology (the study of climate). Climate is basically the average weather over a longer time scale. Weather changes quickly over time, whereas the climate changes more gradually.

The movement of air, water and heat is vitally important to climatology and meteorology. Since motion is such a major factor in weather and climate, this field uses vectors for much of its math.

Vectors are used to represent currents in the ocean, wind velocity and forces acting on a parcel of air. You have probably seen a weather map using vectors to show the strength (magnitude) and direction of the wind.

Vectors used in atmospheric science are often three-dimensional. We won’t cover three-dimensional motion in this text, but to go from two-dimensions to three-dimensions, you simply add a third vector component. Three-dimensional motion is represented as a combination of x -, y - and z components, where z is the altitude.

Vector calculus combines vector math with calculus, and is often used to find the rates of change in temperature, pressure or wind speed over time or distance. This is useful information, since atmospheric motion is driven by changes in pressure or temperature. The greater the variation in pressure over a given distance, the stronger the wind to try to correct that imbalance. Cold air tends to be more dense and therefore has higher pressure than warm air. Higher pressure air rushes into a region of lower pressure and gets deflected by the spinning of the Earth, and friction slows the wind at Earth’s surface.

Finding how wind changes over distance and multiplying vectors lets meteorologists, like the one shown in Figure 5.26 , figure out how much rotation (spin) there is in the atmosphere at any given time and location. This is an important tool for tornado prediction. Conditions with greater rotation are more likely to produce tornadoes.

  • Vectors have magnitude as well as direction and can be quickly solved through scalar algebraic operations.
  • Vectors have magnitude but no direction, so it becomes easy to express physical quantities involved in the atmospheric science.
  • Vectors can be solved very accurately through geometry, which helps to make better predictions in atmospheric science.
  • Vectors have magnitude as well as direction and are used in equations that describe the three dimensional motion of the atmosphere.

Check Your Understanding

Between the analytical and graphical methods of vector additions, which is more accurate? Why?

  • The analytical method is less accurate than the graphical method, because the former involves geometry and trigonometry.
  • The analytical method is more accurate than the graphical method, because the latter involves some extensive calculations.
  • The analytical method is less accurate than the graphical method, because the former includes drawing all figures to the right scale.
  • The analytical method is more accurate than the graphical method, because the latter is limited by the precision of the drawing.

What is a component of a two dimensional vector?

  • A component is a piece of a vector that points in either the x or y direction.
  • A component is a piece of a vector that has half of the magnitude of the original vector.
  • A component is a piece of a vector that points in the direction opposite to the original vector.
  • A component is a piece of a vector that points in the same direction as original vector but with double of its magnitude.
  • θ = cos − 1 ⁡ A y A x
  • θ = cot − 1 ⁡ A y A x
  • θ = sin − 1 ⁡ A y A x
  • θ = tan − 1 ⁡ A y A x

How can we determine the magnitude of a vector if we know the magnitudes of its components?

  • | A → | = A x + A y | A → | = A x + A y
  • | A → | = A x 2 + A y 2 | A → | = A x 2 + A y 2
  • | A → | = ( A x 2 + A y 2 ) 2 | A → | = ( A x 2 + A y 2 ) 2

Use the Check Your Understanding questions to assess whether students achieve the learning objectives for this section. If students are struggling with a specific objective, the Check Your Understanding will help identify which objective is causing the problem and direct students to the relevant content.

As an Amazon Associate we earn from qualifying purchases.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute Texas Education Agency (TEA). The original material is available at: https://www.texasgateway.org/book/tea-physics . Changes were made to the original material, including updates to art, structure, and other content updates.

Access for free at https://openstax.org/books/physics/pages/1-introduction
  • Authors: Paul Peter Urone, Roger Hinrichs
  • Publisher/website: OpenStax
  • Book title: Physics
  • Publication date: Mar 26, 2020
  • Location: Houston, Texas
  • Book URL: https://openstax.org/books/physics/pages/1-introduction
  • Section URL: https://openstax.org/books/physics/pages/5-2-vector-addition-and-subtraction-analytical-methods

© Jun 24, 2023 Texas Education Agency (TEA). The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

  • Varsity Tutors
  • K-5 Subjects
  • Study Skills
  • All AP Subjects
  • AP Calculus
  • AP Chemistry
  • AP Computer Science
  • AP Human Geography
  • AP Macroeconomics
  • AP Microeconomics
  • AP Statistics
  • AP US History
  • AP World History
  • All Business
  • Business Calculus
  • Microsoft Excel
  • Supply Chain Management
  • All Humanities
  • Essay Editing
  • All Languages
  • Mandarin Chinese
  • Portuguese Chinese
  • Sign Language
  • All Learning Differences
  • Learning Disabilities
  • Special Education
  • College Math
  • Common Core Math
  • Elementary School Math
  • High School Math
  • Middle School Math
  • Pre-Calculus
  • Trigonometry
  • All Science
  • Organic Chemistry
  • Physical Chemistry
  • All Engineering
  • Chemical Engineering
  • Civil Engineering
  • Computer Science
  • Electrical Engineering
  • Industrial Engineering
  • Materials Science & Engineering
  • Mechanical Engineering
  • Thermodynamics
  • Biostatistics
  • College Essays
  • High School
  • College & Adult
  • 1-on-1 Private Tutoring
  • Online Tutoring
  • Instant Tutoring
  • Pricing Info
  • All AP Exams
  • ACT Tutoring
  • ACT Reading
  • ACT Science
  • ACT Writing
  • SAT Tutoring
  • SAT Reading
  • SAT Writing
  • GRE Tutoring
  • NCLEX Tutoring
  • Real Estate License
  • And more...
  • StarCourses
  • Beginners Coding
  • Early Childhood
  • For Schools Overview
  • Talk with Our Team
  • Reviews & Testimonials
  • Press & Media Coverage
  • Tutor/Instructor Jobs
  • Corporate Solutions
  • About Nerdy
  • Become a Tutor

Solving Problems with Vectors

We can use vectors to solve many problems involving physical quantities such as velocity, speed, weight, work and so on.

The velocity of moving object is modeled by a vector whose direction is the direction of motion and whose magnitude is the speed.

A ball is thrown with an initial velocity of 70 feet per second., at an angle of 35 ° with the horizontal. Find the vertical and horizontal components of the velocity.

Let v represent the velocity and use the given information to write v in unit vector form:

v   = 70 ( cos ( 35 ° ) ) i + 70 ( sin ( 35 ° ) ) j

Simplify the scalars, we get:

v   ≈ 57.34 i + 40.15 j

Since the scalars are the horizontal and vertical components of v ,

Therefore, the horizontal component is 57.34 feet per second and the vertical component is 40.15 feet per second.

Force is also represented by vector. If several forces are acting on an object, the resultant force experienced by the object is the vector sum of these forces.

Two forces F 1 and F 2 with magnitudes 20 and 30   lb , respectively, act on an object at a point P as shown. Find the resultant forces acting at P .

First we write F 1 and F 2 in component form:

v ≈ 57.34 i + 40.15 j

F 1 = ( 20 cos ( 45 ° ) ) i + ( 20 sin ( 45 ° ) ) j = 20 ( 2 2 ) i + 20 ( 2 2 ) j = 10 2 i + 10 2 j F 2 = ( 30 cos ( 150 ° ) ) i + ( 30 sin ( 150 ° ) ) j = 30 ( − 3 2 ) i + 30 ( 1 2 ) j = − 15 3 i + 15 j

So, the resultant force F is

F = F 1 + F 2 = ( 10 2   i + 10 2 j ) + ( − 15 3   i + 15 j ) = ( 10 2 − 15 3 ) i + ( 10 2 + 15 ) j ≈ − 12 i + 29 j

A force is given by the vector F = ⟨ 2 , 3 ⟩ and moves an object from the point ( 1 , 3 ) to the point ( 5 , 9 ) . Find the work done.

First we find the Displacement.

The displacement vector is

D = ⟨ 5 − 1 , 9 − 3 ⟩ = ⟨ 4 , 6 ⟩ .

By using the formula, the work done is

W = F ⋅ D = ⟨ 2 , 3 ⟩ ⋅ ⟨ 4 , 6 ⟩ = 26

If the unit of force is pounds and the distance is measured in feet, then the work done is 26 ft-lb.

Solver Title

Practice

Generating PDF...

  • Pre Algebra Order of Operations Factors & Primes Fractions Long Arithmetic Decimals Exponents & Radicals Ratios & Proportions Percent Modulo Mean, Median & Mode Scientific Notation Arithmetics
  • Algebra Equations Inequalities System of Equations System of Inequalities Basic Operations Algebraic Properties Partial Fractions Polynomials Rational Expressions Sequences Power Sums Interval Notation Pi (Product) Notation Induction Logical Sets Word Problems
  • Pre Calculus Equations Inequalities Simultaneous Equations System of Inequalities Polynomials Rationales Complex Numbers Polar/Cartesian Functions Arithmetic & Comp. Coordinate Geometry Plane Geometry Solid Geometry Conic Sections Trigonometry
  • Calculus Derivatives Derivative Applications Limits Integrals Integral Applications Integral Approximation Series ODE Multivariable Calculus Laplace Transform Taylor/Maclaurin Series Fourier Series Fourier Transform
  • Functions Line Equations Functions Arithmetic & Comp. Conic Sections Transformation
  • Linear Algebra Matrices Vectors
  • Trigonometry Identities Proving Identities Trig Equations Trig Inequalities Evaluate Functions Simplify
  • Statistics Mean Geometric Mean Quadratic Mean Average Median Mode Order Minimum Maximum Probability Mid-Range Range Standard Deviation Variance Lower Quartile Upper Quartile Interquartile Range Midhinge Standard Normal Distribution
  • Physics Mechanics
  • Chemistry Chemical Reactions Chemical Properties
  • Finance Simple Interest Compound Interest Present Value Future Value
  • Economics Point of Diminishing Return
  • Conversions Radical to Exponent Exponent to Radical To Fraction To Decimal To Mixed Number To Improper Fraction Radians to Degrees Degrees to Radians Hexadecimal Scientific Notation Distance Weight Time
  • Pre Algebra
  • Pre Calculus
  • Linear Algebra
  • Add, Subtract
  • Multiply, Power
  • Determinant
  • Minors & Cofactors
  • Characteristic Polynomial
  • Gauss Jordan (RREF)
  • Row Echelon
  • LU Decomposition
  • Eigenvalues
  • Eigenvectors
  • Diagonalization
  • Exponential
  • Scalar Multiplication
  • Dot Product
  • Cross Product
  • Scalar Projection
  • Orthogonal Projection
  • Gram-Schmidt
  • Trigonometry
  • Conversions

Click to reveal more operations

Most Used Actions

Number line.

  • \begin{pmatrix}1&0&3\end{pmatrix}+\begin{pmatrix}-1&4&2\end{pmatrix}
  • (-3)\cdot \begin{pmatrix}1&5&0\end{pmatrix}
  • |\begin{pmatrix}2&4&-2\end{pmatrix}|
  • \begin{pmatrix}1&2&3\end{pmatrix}\times\begin{pmatrix}1&5&7\end{pmatrix}
  • angle\:\begin{pmatrix}2&-4&-1\end{pmatrix},\:\begin{pmatrix}0&5&2\end{pmatrix}
  • unit\:\begin{pmatrix}2&-4&1\end{pmatrix}
  • projection\:\begin{pmatrix}1&2\end{pmatrix},\:\begin{pmatrix}3&-8\end{pmatrix}
  • scalar\:projection\:\begin{pmatrix}1&2\end{pmatrix},\:\begin{pmatrix}3&-8\end{pmatrix}
  • What are vectors in math?
  • In math, a vector is an object that has both a magnitude and a direction. Vectors are often represented by directed line segments, with an initial point and a terminal point. The length of the line segment represents the magnitude of the vector, and the arrowhead pointing in a specific direction represents the direction of the vector.
  • What are the types of vectors?
  • The common types of vectors are cartesian vectors, column vectors, row vectors, unit vectors, and position vectors.
  • How do you add two vectors?
  • To add two vectors, add the corresponding components from each vector. Example: the sum of (1,3) and (2,4) is (1+2,3+4), which is (3,7)

vector-calculator

  • Advanced Math Solutions – Vector Calculator, Advanced Vectors In the last blog, we covered some of the simpler vector topics. This week, we will go into some of the heavier... Read More

how to solve a vector sum problem

Explore with Wolfram|Alpha

WolframAlpha

More things to try:

  • {{2,3},{4,5}}^(-1)
  • Cantor's Paradox

Cite this as:

Weisstein, Eric W. "Vector Sum." From MathWorld --A Wolfram Web Resource. https://mathworld.wolfram.com/VectorSum.html

Subject classifications

  • Scalars And Vectors
  • Addition Of Vectors

Vector Addition and Subtraction

The vector addition is not as straightforward as the addition of scalars. Vectors have both magnitude and direction, and one cannot simply add two vectors to obtain their sum. To better understand this, let us consider an example of a car travelling 10 miles North and 10 miles South. Here, the total distance travelled is 20 miles, but the displacement is zero. The North and South displacements are each vector quantities, and the opposite directions cause the individual displacements to cancel each other out. In this article, let us explore ways to carry out vector addition and vector subtraction.

Vector Addition: Triangle, Parallelogram and Polygon Law of Vectors

As already discussed, vectors cannot be added algebraically. Following are a few points to remember while adding vectors:

  • Vectors are added geometrically and not algebraically.
  • Vectors whose resultant have to be calculated behave independently.
  • Vector Addition is nothing but finding the resultant of a number of vectors acting on a body.
  • Vector Addition is commutative. This means that the resultant vector is independent of the order of vectors. \(\begin{array}{l}\vec{A} + \vec{B} = \vec{B} + \vec{A}\end{array} \)

Triangle Law of Vector Addition

The vector addition is done based on the triangle law. Let us see what the triangle law of vector addition is:

Suppose there are two vectors, a and b.

Draw a line AB representing vector a with A as the tail and B as the head. Draw another line BC representing vector b with B as the tail and C as the head. Now join the line AC with A as the tail and C as the head. The line AC represents the resultant sum of the vectors a and b.

Vector Addition

The line AC represents the resultant sum of the vectors a and b.

The magnitude of vectors a and b is:

a = magnitude of vector a

b = magnitude of vector b

θ = angle between vector a and b

Let the resultant make an angle of Φ with vector a, then:

Let us understand this using an example. Suppose two vectors have equal magnitude A, and they make an angle θ with each other. Now, to find the magnitude and direction of the resultant, we will use the formulas mentioned above.

Let the magnitude of the resultant vector be B.

Let’s say that the resultant vector makes an angle Ɵ with the first vector.

Read More: Triangle Law of Vector Addition

Parallelogram Law of Vector Addition

The vector addition may also be understood by the law of parallelogram. The law states, “If two vectors acting simultaneously at a point are represented in magnitude and direction by the two sides of a parallelogram drawn from a point, their resultant is given in magnitude and direction by the diagonal of the parallelogram passing through that point.”

According to this law, if two vectors, P and Q, are represented by two adjacent sides of a parallelogram pointing outwards, as shown in the figure below, then the diagonal drawn through the intersection of the two vectors represent the resultant.

Parallelogram Law of Vector Addition

In the Parallelogram Law of Vector Addition, the magnitude of the resultant is given by:

The direction of the resultant vector is determined as follows: \(\begin{array}{l}\tan\phi=\frac{CE}{AE}=\frac{Q\sin\theta}{P+Q\cos\theta}\end{array} \) \(\begin{array}{l}\theta=\tan^{-1}[\frac{Q\sin\theta}{P+Q\cos\theta}]\end{array} \)

Polygon Law of Vector

Polygon law of vector addition

From the triangle law of vector addition, we know that triangle OLM can be expressed as vector OM is the resultant of the vectors OL and LM.

Again, applying the triangle law of vector addition to triangle OMN,

From eq.2, we get,

Considering vector ON=vector R, the equation becomes

Click the below video to understand the application of the polygon law of vector addition

how to solve a vector sum problem

Properties of Vector Addition

The vector addition is the sum of multiple (two or more) vectors. Two laws related to the addition of vectors are parallelogram law and triangle law. Similarly, the properties related to vector addition are:

  • Associative Property
  • Commutative Property

Vector Subtraction

The subtraction of two vectors is similar to addition. Suppose vector a is to be subtracted from vector b.

vector a – vector b can be said as the addition of vectors a and -b. Thus, the addition formula can be applied as:

vector (-b) is nothing but vector b reversed in direction.

Related articles:

Frequently Asked Questions – FAQs

What is the maximum and minimum sum of two vectors.

The maximum sum of two vectors is obtained when the two vectors are directed in the same direction. The minimum sum is obtained when the two vectors are directed in the opposite direction.

Is vector addition commutative?

Yes, vector addition is commutative.

Is vector addition applicable to any two vectors?

No, vector addition does not apply to any two vectors. Two vectors are added only when they are of the same type and nature. For instance, two velocity vectors can be added, but one velocity vector and one force vector cannot be added.

State the associative property of vector addition.

The associative property of vector addition states that the sum of the vectors remains the same regardless of the order in which they are arranged.

Can the sum of two vectors have a zero?

Yes, two vectors with equal magnitude and pointing in opposite directions will have the sum equal to zero.

Watch the video and learn about the analytical method of Vector Addition

how to solve a vector sum problem

Stay tuned with BYJU’S to learn more about vectors, vector notation and much more.

Quiz Image

Put your understanding of this concept to test by answering a few MCQs. Click ‘Start Quiz’ to begin!

Select the correct answer and click on the “Finish” button Check your score and answers at the end of the quiz

Visit BYJU’S for all Physics related queries and study materials

Your result is as below

Request OTP on Voice Call

Leave a Comment Cancel reply

Your Mobile number and Email id will not be published. Required fields are marked *

Post My Comment

how to solve a vector sum problem

Well explained

how to solve a vector sum problem

  • Share Share

Register with BYJU'S & Download Free PDFs

Register with byju's & watch live videos.

close

mathportal.org

  • Math Lessons
  • Math Formulas
  • Online Calculators

Math Calculators, Lessons and Formulas

It is time to solve your math problem

  • Calculators
  • Matrices and Vectors
  • Vector Calculator

Vector calculator

how to solve a vector sum problem

This calculator performs all vector operations in two and three dimensional space. You can add, subtract, find length, find vector projections, find dot and cross product of two vectors. For each operation, calculator writes a step-by-step , easy to understand explanation on how the work has been done.

Polynomial Calculators

  • Factoring Polynomials
  • Polynomial Roots
  • Synthetic Division
  • Polynomial Operations
  • Graphing Polynomials
  • Expand & Simplify
  • Generate From Roots

Rational Expressions

  • Simplifying
  • Multiplication / Division
  • Addition / Subtraction

Radical Expressions

  • Rationalize Denominator

Solving Equations

  • Quadratic Equations (with steps)
  • Polynomial Equations
  • Solving Equations - With Steps

Quadratic Equation

  • Solving (with steps)
  • Quadratic Plotter
  • Factoring Trinomials
  • Equilateral Triangle
  • Right Triangle
  • Oblique Triangle
  • Square Calculator
  • Rectangle Calculator
  • Circle Calculator
  • Hexagon Calculator
  • Rhombus Calculator

Complex Numbers

  • Modulus, inverse, polar form
  • Simplify Expression

Systems of equations

  • Vectors (2D & 3D)
  • Add, Subtract, Multiply
  • Determinant Calculator
  • Matrix Inverse
  • Characteristic Polynomial
  • Eigenvalues
  • Eigenvectors
  • Matrix Decomposition

Calculus Calculators

  • Limit Calculator
  • Derivative Calculator
  • Integral Calculator

Sequences & Series

  • Arithmetic Sequences
  • Geometric Sequences
  • Find n th Term

Analytic Geometry

  • Distance and Midpoint
  • Triangle Calculator
  • Graphing Lines
  • Lines Intersection
  • Two Point Form
  • Line-Point Distance
  • Parallel/Perpendicular
  • Circle Equation
  • Circle From 3 Points
  • Circle-line Intersection

Trigonometry

  • Degrees to Radians
  • Trig. Equations
  • Long Division
  • Evaluate Expressions
  • Fraction Calculator
  • Greatest Common Divisor GCD
  • Least Common Multiple LCM
  • Prime Factorization
  • Scientific Notation
  • Percentage Calculator
  • Dec / Bin / Hex

Statistics and probability

  • Probability Calculator
  • Probability Distributions
  • Descriptive Statistics
  • Standard Deviation
  • Z - score Calculator
  • Normal Distribution
  • T-Test Calculator
  • Correlation & Regression

Financial Calculators

  • Simple Interest
  • Compound Interest
  • Amortization Calculator
  • Annuity Calculator

Other Calculators

  • Work Problems

Vector operations

In this tutorial we'll learn how to find: magnitude , dot product , angle between two vectors and cross product of two vectors.

1 : Magnitude

Magnitude is the vector length. The formula for magnitude of a vector $ \vec{v} = (v_1, v_2) $ is:

Example 01: Find the magnitude of the vector $ \vec{v} = (4, 2) $.

In this example we have $ v_1 = 4 $ and $ v_2 = 2 $ so the magnitude is:

vector magnitude

Example 02: Find the magnitude of the vector $ \vec{v} = \left(\dfrac{2}{3}, \sqrt{3}, 2\right) $.

2 : Dot product

The formula for the dot product of vectors $ \vec{v} = (v_1, v_2) $ and $ \vec{w} = (w_1, w_2) $ is

Two vectors are orthogonal to each other if their dot product is equal zero.

Example 03: Calculate the dot product of $ \vec{v} = \left(4, 1 \right) $ and $ \vec{w} = \left(-1, 5 \right) $. Check if the vectors are mutually orthogonal.

To find the dot product we use the component formula:

vector dot product

Since the dot product is not equal zero we can conclude that vectors ARE NOT orthogonal.

Example 04: Find the dot product of the vectors $ \vec{v_1} = \left(\dfrac{1}{2}, \sqrt{3}, 5 \right) $ and $ \vec{v_2} = \left( 4, -\sqrt{3}, 10 \right) $.

3 : Angle between two vectors

To find the angle $ \alpha $ between vectors $ \vec{a} $ and $ \vec{b} $, we use the following formula:

Note that $ \vec{a} \cdot \vec{b} $ is a dot product while $\|\vec{a}\|$ and $\|\vec{b}\|$ are magnitudes of vectors $ \vec{a} $ and $ \vec{b}$.

Example 05: Find the angle between vectors $ \vec{a} = ( 4, 3) $ and $ \vec{b} = (-2, 2) $.

First we will find the dot product and magnitudes:

Now we'll find the $ \cos \alpha $

The angle $ \alpha $ is:

vector angle between two vectors

Example 06: Find the angle between vectors $ \vec{v_1} = \left(2, 1, -4 \right) $ and $ \vec{v_2} = \left( 3, -5, 2 \right) $.

4 : Cross product

The cross product of vectors $ \vec{v} = (v_1,v_2,v_3) $ and $ \vec{w} = (w_1,w_2,w_3) $ is given by the formula:

Note that the cross product requires both of the vectors to be in three dimensions.

If the two vectors are parallel than the cross product is equal zero.

Example 07: Find the cross products of the vectors $ \vec{v} = ( -2, 3 , 1) $ and $ \vec{w} = (4, -6, -2) $. Check if the vectors are parallel.

We'll find cross product using above formula

Since the cross product is zero we conclude that the vectors are parallel.

Example 08: Find the cross products of the vectors $ \vec{v_1} = \left(4, 2, -\dfrac{3}{2} \right) $ and $ \vec{v_2} = \left(\dfrac{1}{2}, 0, 2 \right) $.

Related Calculators

Was this calculator helpful?

Please tell me how can I make this better.

Welcome to MathPortal. This website's owner is mathematician Miloš Petrović. I designed this website and wrote all the calculators, lessons, and formulas .

If you want to contact me, probably have some questions, write me using the contact form or email me on [email protected]

Email (optional)

This is a vector:

A vector has magnitude (size) and direction :

The length of the line shows its magnitude and the arrowhead points in the direction.

Play with one here:

We can add two vectors by joining them head-to-tail:

And it doesn't matter which order we add them, we get the same result:

Example: A plane is flying along, pointing North, but there is a wind coming from the North-West.

The two vectors (the velocity caused by the propeller, and the velocity of the wind) result in a slightly slower ground speed heading a little East of North.

If you watched the plane from the ground it would seem to be slipping sideways a little.

Have you ever seen that happen? Maybe you have seen birds struggling against a strong wind that seem to fly sideways. Vectors help explain that.

Velocity , acceleration , force and many other things are vectors.

Subtracting

We can also subtract one vector from another:

  • first we reverse the direction of the vector we want to subtract,
  • then add them as usual:

A vector is often written in bold , like a or b .

Calculations

Now ... how do we do the calculations?

The most common way is to first break up vectors into x and y parts, like this:

The vector a is broken up into the two vectors a x and a y

(We see later how to do this.)

Adding Vectors

We can then add vectors by adding the x parts and adding the y parts :

The vector (8, 13) and the vector (26, 7) add up to the vector (34, 20)

Example: add the vectors a = (8, 13) and b = (26, 7)

c = (8, 13) + (26, 7) = (8+26, 13+7) = (34, 20)

When we break up a vector like that, each part is called a component :

Subtracting Vectors

To subtract, first reverse the vector we want to subtract, then add.

Example: subtract k = (4, 5) from v = (12, 2)

a = v + − k

a = (12, 2) + −(4, 5) = (12, 2) + (−4, −5) = (12−4, 2−5) = (8, −3)

Magnitude of a Vector

The magnitude of a vector is shown by two vertical bars on either side of the vector:

OR it can be written with double vertical bars (so as not to confuse it with absolute value):

We use Pythagoras' theorem to calculate it:

| a | = √( x 2 + y 2 )

Example: what is the magnitude of the vector b = (6, 8) ?

| b | = √( 6 2 + 8 2 ) = √(36+64) = √100 = 10

A vector with magnitude 1 is called a Unit Vector .

Vector vs Scalar

A scalar has magnitude (size) only .

Scalar: just a number (like 7 or −0.32) ... definitely not a vector.

A vector has magnitude and direction , and is often written in bold , so we know it is not a scalar:

  • so c is a vector, it has magnitude and direction
  • but c is just a value, like 3 or 12.4

Example: k b is actually the scalar k times the vector b .

Multiplying a vector by a scalar.

When we multiply a vector by a scalar it is called "scaling" a vector, because we change how big or small the vector is.

Example: multiply the vector m = (7, 3) by the scalar 3

It still points in the same direction, but is 3 times longer

(And now you know why numbers are called "scalars", because they "scale" the vector up or down.)

Multiplying a Vector by a Vector (Dot Product and Cross Product)

How do we multiply two vectors together? There is more than one way!

  • The scalar or Dot Product (the result is a scalar).
  • The vector or Cross Product (the result is a vector).

(Read those pages for more details.)

More Than 2 Dimensions

Vectors also work perfectly well in 3 or more dimensions:

Example: add the vectors a = (3, 7, 4) and b = (2, 9, 11)

c = (3, 7, 4) + (2, 9, 11) = (3+2, 7+9, 4+11) = (5, 16, 15)

Example: what is the magnitude of the vector w = (1, −2, 3) ?

| w | = √( 1 2 + (−2) 2 + 3 2 ) = √(1+4+9) = √14

Here is an example with 4 dimensions (but it is hard to draw!):

Example: subtract (1, 2, 3, 4) from (3, 3, 3, 3)

(3, 3, 3, 3) + −(1, 2, 3, 4) = (3, 3, 3, 3) + (−1,−2,−3,−4) = (3−1, 3−2, 3−3, 3−4) = (2, 1, 0, −1)

Magnitude and Direction

We may know a vector's magnitude and direction, but want its x and y lengths (or vice versa):

You can read how to convert them at Polar and Cartesian Coordinates , but here is a quick summary:

Sam and Alex are pulling a box.

  • Sam pulls with 200 Newtons of force at 60°
  • Alex pulls with 120 Newtons of force at 45° as shown

What is the combined force , and its direction?

Let us add the two vectors head to tail:

First convert from polar to Cartesian (to 2 decimals):

Sam's Vector:

  • x = r × cos( θ ) = 200 × cos(60°) = 200 × 0.5 = 100
  • y = r × sin( θ ) = 200 × sin(60°) = 200 × 0.8660 = 173.21

Alex's Vector:

  • x = r × cos( θ ) = 120 × cos(−45°) = 120 × 0.7071 = 84.85
  • y = r × sin( θ ) = 120 × sin(−45°) = 120 × -0.7071 = −84.85

Now we have:

(100,173.21) + (84.85, −84.85) = (184.85, 88.36)

That answer is valid, but let's convert back to polar as the question was in polar:

  • r = √ ( x 2 + y 2 ) = √ ( 184.85 2 + 88.36 2 ) = 204.88
  • θ = tan -1 ( y / x ) = tan -1 ( 88.36 / 184.85 ) = 25.5°

They might get a better result if they were shoulder-to-shoulder!

If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

To log in and use all the features of Khan Academy, please enable JavaScript in your browser.

Precalculus

Course: precalculus   >   unit 6.

  • Vector word problem: resultant velocity
  • Vector word problem: hiking
  • Vector word problem: resultant force

Vector word problems

  • Vectors: FAQ
  • His first stop is 6  km ‍   to the east and 3  km ‍   to the south from his house.
  • His second stop is 2  km ‍   to the west and 1  km ‍   to the south from the first stop.
  • His third stop is 7  km ‍   to the west and 5  km ‍   to the north from the second stop.
  • Your answer should be
  • an integer, like 6 ‍  
  • a simplified proper fraction, like 3 / 5 ‍  
  • a simplified improper fraction, like 7 / 4 ‍  
  • a mixed number, like 1   3 / 4 ‍  
  • an exact decimal, like 0.75 ‍  
  • a multiple of pi, like 12   pi ‍   or 2 / 3   pi ‍  

Logo image

Engineering Statics: Open and Interactive

Daniel W. Baker, William Haynes

Section 2.6 Vector Addition

Key questions.

  • How do you set up vectors for graphical addition using the Triangle Rule?
  • Does it matter which vector you start with when using the Triangle Rule?
  • Why can you separate a two-dimensional vector equation into two independent equations to solve for up to two unknowns?
  • If you and another student define vectors using different direction coordinate systems, will you end up with the same resultant vector?
  • What is the preferred technique to add vectors in three-dimensional systems?

Subsection 2.6.1 Triangle Rule of Vector Addition

  • Triangle Rule. Place the tail of one vector at the tip of the other vector, then draw the resultant from the first vector’s tail to the final vector’s tip.
  • Parallelogram Rule. Place both vectors’ tails at the origin, then complete a parallelogram with lines parallel to each vector through the tip of the other. The resultant is equal to the diagonal from the tails to the opposite corner.

Instructions .

Subsection 2.6.2 orthogonal components, subsection 2.6.3 graphical vector addition, subsection 2.6.4 trigonometric vector addition.

  • drawing a quick diagram using either rule,
  • identifying three known sides or angles,
  • using trigonometry to solve for the unknown sides and angles.
  • There are only three sides in a triangle; thus vectors can only be added two at a time. If you need to add three or more vectors using this method, you must add the first two, then add the third to that sum and so on.
  • If you fail to draw the correct vector triangle or identify the known sides and angles, you will not find the correct answer.
  • The trigonometric functions are scalar functions. They are quick ways of solving for the magnitudes of vectors and the angle between vectors, but you may still need to find the vector components from a given datum.

Subsection 2.6.5 Algebraic Addition of Components

  • Find the scalar components of each component vector in the \(x\) and \(y\) directions using the P to R procedure described in Subsection 2.3.3 .
  • Algebraically sum the scalar components in each coordinate direction. The scalar components will be positive if they point right or up, negative if they point left or down. These sums are the scalar components of the resultant.
  • Resolve the resultant’s components to find the magnitude and direction of the resultant vector using the R to P procedure described in Subsection 2.3.3 .

Example 2.6.4 . Vector Addition.

Subsection 2.6.6 vector subtraction.

how to solve a vector sum problem

Youtube

  • TPC and eLearning
  • Read Watch Interact
  • What's NEW at TPC?
  • Practice Review Test
  • Teacher-Tools
  • Subscription Selection
  • Seat Calculator
  • Ad Free Account
  • Edit Profile Settings
  • Student Progress Edit
  • Task Properties
  • Export Student Progress
  • Task, Activities, and Scores
  • Metric Conversions Questions
  • Metric System Questions
  • Metric Estimation Questions
  • Significant Digits Questions
  • Proportional Reasoning
  • Acceleration
  • Distance-Displacement
  • Dots and Graphs
  • Graph That Motion
  • Match That Graph
  • Name That Motion
  • Motion Diagrams
  • Pos'n Time Graphs Numerical
  • Pos'n Time Graphs Conceptual
  • Up And Down - Questions
  • Balanced vs. Unbalanced Forces
  • Change of State
  • Force and Motion
  • Mass and Weight
  • Match That Free-Body Diagram
  • Net Force (and Acceleration) Ranking Tasks
  • Newton's Second Law
  • Normal Force Card Sort
  • Recognizing Forces
  • Air Resistance and Skydiving
  • Solve It! with Newton's Second Law
  • Which One Doesn't Belong?
  • Component Addition Questions
  • Head-to-Tail Vector Addition
  • Projectile Mathematics
  • Trajectory - Angle Launched Projectiles
  • Trajectory - Horizontally Launched Projectiles

Vector Addition

  • Vector Direction
  • Which One Doesn't Belong? Projectile Motion
  • Forces in 2-Dimensions
  • Being Impulsive About Momentum
  • Explosions - Law Breakers
  • Hit and Stick Collisions - Law Breakers
  • Case Studies: Impulse and Force
  • Impulse-Momentum Change Table
  • Keeping Track of Momentum - Hit and Stick
  • Keeping Track of Momentum - Hit and Bounce
  • What's Up (and Down) with KE and PE?
  • Energy Conservation Questions
  • Energy Dissipation Questions
  • Energy Ranking Tasks
  • LOL Charts (a.k.a., Energy Bar Charts)
  • Match That Bar Chart
  • Words and Charts Questions
  • Name That Energy
  • Stepping Up with PE and KE Questions
  • Case Studies - Circular Motion
  • Circular Logic
  • Forces and Free-Body Diagrams in Circular Motion
  • Gravitational Field Strength
  • Universal Gravitation
  • Angular Position and Displacement
  • Linear and Angular Velocity
  • Angular Acceleration
  • Rotational Inertia
  • Balanced vs. Unbalanced Torques
  • Getting a Handle on Torque
  • Torque-ing About Rotation
  • Balloon Interactions
  • Charge and Charging
  • Charge Interactions
  • Charging by Induction
  • Conductors and Insulators
  • Coulombs Law
  • Electric Field
  • Electric Field Intensity
  • Polarization
  • Case Studies: Electric Power
  • Know Your Potential
  • Light Bulb Anatomy
  • I = ∆V/R Equations as a Guide to Thinking
  • Parallel Circuits - ∆V = I•R Calculations
  • Resistance Ranking Tasks
  • Series Circuits - ∆V = I•R Calculations
  • Series vs. Parallel Circuits
  • Equivalent Resistance
  • Period and Frequency of a Pendulum
  • Pendulum Motion: Velocity and Force
  • Energy of a Pendulum
  • Period and Frequency of a Mass on a Spring
  • Horizontal Springs: Velocity and Force
  • Vertical Springs: Velocity and Force
  • Energy of a Mass on a Spring
  • Decibel Scale
  • Frequency and Period
  • Closed-End Air Columns
  • Name That Harmonic: Strings
  • Rocking the Boat
  • Wave Basics
  • Matching Pairs: Wave Characteristics
  • Wave Interference
  • Waves - Case Studies
  • Color Addition and Subtraction
  • Color Filters
  • If This, Then That: Color Subtraction
  • Light Intensity
  • Color Pigments
  • Converging Lenses
  • Curved Mirror Images
  • Law of Reflection
  • Refraction and Lenses
  • Total Internal Reflection
  • Who Can See Who?
  • Formulas and Atom Counting
  • Atomic Models
  • Bond Polarity
  • Entropy Questions
  • Cell Voltage Questions
  • Heat of Formation Questions
  • Reduction Potential Questions
  • Oxidation States Questions
  • Measuring the Quantity of Heat
  • Hess's Law
  • Oxidation-Reduction Questions
  • Galvanic Cells Questions
  • Thermal Stoichiometry
  • Molecular Polarity
  • Quantum Mechanics
  • Balancing Chemical Equations
  • Bronsted-Lowry Model of Acids and Bases
  • Classification of Matter
  • Collision Model of Reaction Rates
  • Density Ranking Tasks
  • Dissociation Reactions
  • Complete Electron Configurations
  • Enthalpy Change Questions
  • Equilibrium Concept
  • Equilibrium Constant Expression
  • Equilibrium Calculations - Questions
  • Equilibrium ICE Table
  • Ionic Bonding
  • Lewis Electron Dot Structures
  • Line Spectra Questions
  • Measurement and Numbers
  • Metals, Nonmetals, and Metalloids
  • Metric Estimations
  • Metric System
  • Molarity Ranking Tasks
  • Mole Conversions
  • Name That Element
  • Names to Formulas
  • Names to Formulas 2
  • Nuclear Decay
  • Particles, Words, and Formulas
  • Periodic Trends
  • Precipitation Reactions and Net Ionic Equations
  • Pressure Concepts
  • Pressure-Temperature Gas Law
  • Pressure-Volume Gas Law
  • Chemical Reaction Types
  • Significant Digits and Measurement
  • States Of Matter Exercise
  • Stoichiometry - Math Relationships
  • Subatomic Particles
  • Spontaneity and Driving Forces
  • Gibbs Free Energy
  • Volume-Temperature Gas Law
  • Acid-Base Properties
  • Energy and Chemical Reactions
  • Chemical and Physical Properties
  • Valence Shell Electron Pair Repulsion Theory
  • Writing Balanced Chemical Equations
  • Mission CG1
  • Mission CG10
  • Mission CG2
  • Mission CG3
  • Mission CG4
  • Mission CG5
  • Mission CG6
  • Mission CG7
  • Mission CG8
  • Mission CG9
  • Mission EC1
  • Mission EC10
  • Mission EC11
  • Mission EC12
  • Mission EC2
  • Mission EC3
  • Mission EC4
  • Mission EC5
  • Mission EC6
  • Mission EC7
  • Mission EC8
  • Mission EC9
  • Mission RL1
  • Mission RL2
  • Mission RL3
  • Mission RL4
  • Mission RL5
  • Mission RL6
  • Mission KG7
  • Mission RL8
  • Mission KG9
  • Mission RL10
  • Mission RL11
  • Mission RM1
  • Mission RM2
  • Mission RM3
  • Mission RM4
  • Mission RM5
  • Mission RM6
  • Mission RM8
  • Mission RM10
  • Mission LC1
  • Mission RM11
  • Mission LC2
  • Mission LC3
  • Mission LC4
  • Mission LC5
  • Mission LC6
  • Mission LC8
  • Mission SM1
  • Mission SM2
  • Mission SM3
  • Mission SM4
  • Mission SM5
  • Mission SM6
  • Mission SM8
  • Mission SM10
  • Mission KG10
  • Mission SM11
  • Mission KG2
  • Mission KG3
  • Mission KG4
  • Mission KG5
  • Mission KG6
  • Mission KG8
  • Mission KG11
  • Mission F2D1
  • Mission F2D2
  • Mission F2D3
  • Mission F2D4
  • Mission F2D5
  • Mission F2D6
  • Mission KC1
  • Mission KC2
  • Mission KC3
  • Mission KC4
  • Mission KC5
  • Mission KC6
  • Mission KC7
  • Mission KC8
  • Mission AAA
  • Mission SM9
  • Mission LC7
  • Mission LC9
  • Mission NL1
  • Mission NL2
  • Mission NL3
  • Mission NL4
  • Mission NL5
  • Mission NL6
  • Mission NL7
  • Mission NL8
  • Mission NL9
  • Mission NL10
  • Mission NL11
  • Mission NL12
  • Mission MC1
  • Mission MC10
  • Mission MC2
  • Mission MC3
  • Mission MC4
  • Mission MC5
  • Mission MC6
  • Mission MC7
  • Mission MC8
  • Mission MC9
  • Mission RM7
  • Mission RM9
  • Mission RL7
  • Mission RL9
  • Mission SM7
  • Mission SE1
  • Mission SE10
  • Mission SE11
  • Mission SE12
  • Mission SE2
  • Mission SE3
  • Mission SE4
  • Mission SE5
  • Mission SE6
  • Mission SE7
  • Mission SE8
  • Mission SE9
  • Mission VP1
  • Mission VP10
  • Mission VP2
  • Mission VP3
  • Mission VP4
  • Mission VP5
  • Mission VP6
  • Mission VP7
  • Mission VP8
  • Mission VP9
  • Mission WM1
  • Mission WM2
  • Mission WM3
  • Mission WM4
  • Mission WM5
  • Mission WM6
  • Mission WM7
  • Mission WM8
  • Mission WE1
  • Mission WE10
  • Mission WE2
  • Mission WE3
  • Mission WE4
  • Mission WE5
  • Mission WE6
  • Mission WE7
  • Mission WE8
  • Mission WE9
  • Vector Walk Interactive
  • Name That Motion Interactive
  • Kinematic Graphing 1 Concept Checker
  • Kinematic Graphing 2 Concept Checker
  • Graph That Motion Interactive
  • Rocket Sled Concept Checker
  • Force Concept Checker
  • Free-Body Diagrams Concept Checker
  • Free-Body Diagrams The Sequel Concept Checker
  • Skydiving Concept Checker
  • Elevator Ride Concept Checker
  • Vector Addition Concept Checker
  • Vector Walk in Two Dimensions Interactive
  • Name That Vector Interactive
  • River Boat Simulator Concept Checker
  • Projectile Simulator 2 Concept Checker
  • Projectile Simulator 3 Concept Checker
  • Turd the Target 1 Interactive
  • Turd the Target 2 Interactive
  • Balance It Interactive
  • Go For The Gold Interactive
  • Egg Drop Concept Checker
  • Fish Catch Concept Checker
  • Exploding Carts Concept Checker
  • Collision Carts - Inelastic Collisions Concept Checker
  • Its All Uphill Concept Checker
  • Stopping Distance Concept Checker
  • Chart That Motion Interactive
  • Roller Coaster Model Concept Checker
  • Uniform Circular Motion Concept Checker
  • Horizontal Circle Simulation Concept Checker
  • Vertical Circle Simulation Concept Checker
  • Race Track Concept Checker
  • Gravitational Fields Concept Checker
  • Orbital Motion Concept Checker
  • Balance Beam Concept Checker
  • Torque Balancer Concept Checker
  • Aluminum Can Polarization Concept Checker
  • Charging Concept Checker
  • Name That Charge Simulation
  • Coulomb's Law Concept Checker
  • Electric Field Lines Concept Checker
  • Put the Charge in the Goal Concept Checker
  • Circuit Builder Concept Checker (Series Circuits)
  • Circuit Builder Concept Checker (Parallel Circuits)
  • Circuit Builder Concept Checker (∆V-I-R)
  • Circuit Builder Concept Checker (Voltage Drop)
  • Equivalent Resistance Interactive
  • Pendulum Motion Simulation Concept Checker
  • Mass on a Spring Simulation Concept Checker
  • Particle Wave Simulation Concept Checker
  • Boundary Behavior Simulation Concept Checker
  • Slinky Wave Simulator Concept Checker
  • Simple Wave Simulator Concept Checker
  • Wave Addition Simulation Concept Checker
  • Standing Wave Maker Simulation Concept Checker
  • Color Addition Concept Checker
  • Painting With CMY Concept Checker
  • Stage Lighting Concept Checker
  • Filtering Away Concept Checker
  • Young's Experiment Interactive
  • Plane Mirror Images Interactive
  • Who Can See Who Concept Checker
  • Optics Bench (Mirrors) Concept Checker
  • Name That Image (Mirrors) Interactive
  • Refraction Concept Checker
  • Total Internal Reflection Concept Checker
  • Optics Bench (Lenses) Concept Checker
  • Kinematics Preview
  • Velocity Time Graphs Preview
  • Moving Cart on an Inclined Plane Preview
  • Stopping Distance Preview
  • Cart, Bricks, and Bands Preview
  • Fan Cart Study Preview
  • Friction Preview
  • Coffee Filter Lab Preview
  • Friction, Speed, and Stopping Distance Preview
  • Up and Down Preview
  • Projectile Range Preview
  • Ballistics Preview
  • Juggling Preview
  • Marshmallow Launcher Preview
  • Air Bag Safety Preview
  • Colliding Carts Preview
  • Collisions Preview
  • Engineering Safer Helmets Preview
  • Energy on an Incline Preview
  • Modeling Roller Coasters Preview
  • Hot Wheels Stopping Distance Preview
  • Ball Bat Collision Preview
  • Energy in Fields Preview
  • Weightlessness Training Preview
  • Roller Coaster Loops Preview
  • Universal Gravitation Preview
  • Keplers Laws Preview
  • Kepler's Third Law Preview
  • Charge Interactions Preview
  • Sticky Tape Experiments Preview
  • Wire Gauge Preview
  • Voltage, Current, and Resistance Preview
  • Light Bulb Resistance Preview
  • Series and Parallel Circuits Preview
  • Thermal Equilibrium Preview
  • Linear Expansion Preview
  • Heating Curves Preview
  • Electricity and Magnetism - Part 1 Preview
  • Electricity and Magnetism - Part 2 Preview
  • Vibrating Mass on a Spring Preview
  • Period of a Pendulum Preview
  • Wave Speed Preview
  • Slinky-Experiments Preview
  • Standing Waves in a Rope Preview
  • Sound as a Pressure Wave Preview
  • DeciBel Scale Preview
  • DeciBels, Phons, and Sones Preview
  • Sound of Music Preview
  • Shedding Light on Light Bulbs Preview
  • Models of Light Preview
  • Electromagnetic Radiation Preview
  • Electromagnetic Spectrum Preview
  • EM Wave Communication Preview
  • Digitized Data Preview
  • Light Intensity Preview
  • Concave Mirrors Preview
  • Object Image Relations Preview
  • Snells Law Preview
  • Reflection vs. Transmission Preview
  • Magnification Lab Preview
  • Reactivity Preview
  • Ions and the Periodic Table Preview
  • Periodic Trends Preview
  • Gaining Teacher Access
  • Tasks and Classes
  • Tasks - Classic
  • Subscription
  • Subscription Locator
  • 1-D Kinematics
  • Newton's Laws
  • Vectors - Motion and Forces in Two Dimensions
  • Momentum and Its Conservation
  • Work and Energy
  • Circular Motion and Satellite Motion
  • Thermal Physics
  • Static Electricity
  • Electric Circuits
  • Vibrations and Waves
  • Sound Waves and Music
  • Light and Color
  • Reflection and Mirrors
  • About the Physics Interactives
  • Task Tracker
  • Usage Policy
  • Newtons Laws
  • Vectors and Projectiles
  • Forces in 2D
  • Momentum and Collisions
  • Circular and Satellite Motion
  • Balance and Rotation
  • Waves and Sound
  • 1-Dimensional Kinematics
  • Circular, Satellite, and Rotational Motion
  • Einstein's Theory of Special Relativity
  • Waves, Sound and Light
  • QuickTime Movies
  • Forces in Two Dimensions
  • Work, Energy, and Power
  • Circular Motion and Gravitation
  • Sound Waves
  • About the Concept Builders
  • Pricing For Schools
  • Directions for Version 2
  • Measurement and Units
  • Relationships and Graphs
  • Rotation and Balance
  • Vibrational Motion
  • Reflection and Refraction
  • Teacher Accounts
  • Task Tracker Directions
  • Kinematic Concepts
  • Kinematic Graphing
  • Wave Motion
  • Sound and Music
  • About CalcPad
  • 1D Kinematics
  • Vectors and Forces in 2D
  • Simple Harmonic Motion
  • Rotational Kinematics
  • Rotation and Torque
  • Rotational Dynamics
  • Electric Fields, Potential, and Capacitance
  • Transient RC Circuits
  • Electromagnetism
  • Light Waves
  • Units and Measurement
  • Stoichiometry
  • Molarity and Solutions
  • Thermal Chemistry
  • Acids and Bases
  • Kinetics and Equilibrium
  • Solution Equilibria
  • Oxidation-Reduction
  • Nuclear Chemistry
  • NGSS Alignments
  • 1D-Kinematics
  • Projectiles
  • Circular Motion
  • Magnetism and Electromagnetism
  • Graphing Practice
  • About the ACT
  • ACT Preparation
  • For Teachers
  • Other Resources
  • Newton's Laws of Motion
  • Work and Energy Packet
  • Static Electricity Review
  • Solutions Guide
  • Solutions Guide Digital Download
  • Motion in One Dimension
  • Work, Energy and Power
  • Purchasing the CD
  • Purchasing the Digital Download
  • About the NGSS Corner
  • NGSS Search
  • Force and Motion DCIs - High School
  • Energy DCIs - High School
  • Wave Applications DCIs - High School
  • Force and Motion PEs - High School
  • Energy PEs - High School
  • Wave Applications PEs - High School
  • Crosscutting Concepts
  • The Practices
  • Physics Topics
  • NGSS Corner: Activity List
  • NGSS Corner: Infographics
  • About the Toolkits
  • Position-Velocity-Acceleration
  • Position-Time Graphs
  • Velocity-Time Graphs
  • Newton's First Law
  • Newton's Second Law
  • Newton's Third Law
  • Terminal Velocity
  • Projectile Motion
  • Forces in 2 Dimensions
  • Impulse and Momentum Change
  • Momentum Conservation
  • Work-Energy Fundamentals
  • Work-Energy Relationship
  • Roller Coaster Physics
  • Satellite Motion
  • Electric Fields
  • Circuit Concepts
  • Series Circuits
  • Parallel Circuits
  • Describing-Waves
  • Wave Behavior Toolkit
  • Standing Wave Patterns
  • Resonating Air Columns
  • Wave Model of Light
  • Plane Mirrors
  • Curved Mirrors
  • Teacher Guide
  • Using Lab Notebooks
  • Current Electricity
  • Light Waves and Color
  • Reflection and Ray Model of Light
  • Refraction and Ray Model of Light
  • Teacher Resources
  • Subscriptions

how to solve a vector sum problem

  • Newton's Laws
  • Einstein's Theory of Special Relativity
  • About Concept Checkers
  • School Pricing
  • Newton's Laws of Motion
  • Newton's First Law
  • Newton's Third Law

This web page is designed to provide some additional practice with the use of scaled vector diagrams for the addition of two or more vectors. Your time will be best spent if you read each practice problem carefully, attempt to solve the problem with a scaled vector diagram, and then check your answer. You are cautioned to avoid making a quick reference to the solution prior to making your own attempt at the solution. Such a habit is likely to fail at nurturing the ability to draw a scaled vector addition diagram. If the solution to these practice problems are still not meaningful, you are encouraged to obtain some on-line help in The Physics Classroom.  Visit the page on vector addition .

NOTE: Since your answers were determined using a scaled vector diagram, small errors in the measurement of the direction and magnitude of any one of the vectors may lead to small differences between your answers and the correct ones which are shown here. Do not  have a cow.

1.  Add the following vectors and determine the resultant.

  • To save this word, you'll need to log in. Log In

Definition of vector sum

Examples of vector sum in a sentence.

These examples are programmatically compiled from various online sources to illustrate current usage of the word 'vector sum.' Any opinions expressed in the examples do not represent those of Merriam-Webster or its editors. Send us feedback about these examples.

Word History

circa 1890, in the meaning defined above

Dictionary Entries Near vector sum

vector space

Cite this Entry

“Vector sum.” Merriam-Webster.com Dictionary , Merriam-Webster, https://www.merriam-webster.com/dictionary/vector%20sum. Accessed 22 Nov. 2023.

Subscribe to America's largest dictionary and get thousands more definitions and advanced search—ad free!

Play Quordle: Guess all four words in a limited number of tries.  Each of your guesses must be a real 5-letter word.

Can you solve 4 words at once?

Word of the day, boilerplate.

See Definitions and Examples »

Get Word of the Day daily email!

Games & Quizzes

Play Blossom: Solve today's spelling word game by finding as many words as you can using just 7 letters. Longer words score more points.

  • AU 2023 Overview
  • Travel Guide

AU Class

Civil 3D Tips, Tricks, and Unnatural Acts: AU 2023 Edition

Description.

This session will be dedicated entirely to productivity techniques that will help improve your daily operations when working with Civil 3D software. These tips include automating regular tasks, using standard functions in new ways, exploring underutilized features, and even exploiting a handful of undocumented commands. We'll present the information using a real-world problem-solving context, rather than simply going feature by feature, so you can fully appreciate the "why" in addition to the "how." Come join us for this 90-minute session as we show you numerous ways to help you get the most from your Civil 3D investment.

Key Learnings

  • Learn how to automate several tasks.
  • Learn how to make more use of underused features.
  • Learn how to use several standard functions in new ways.
  • Discover several useful undocumented commands.

IMAGES

  1. Vector Sum at Vectorified.com

    how to solve a vector sum problem

  2. How to Find sum difference and Unit Vector in different situations

    how to solve a vector sum problem

  3. Find the Magnitude & Direction of a Vector Sum IXL U.9

    how to solve a vector sum problem

  4. Problem Solving Series

    how to solve a vector sum problem

  5. How To Find The Resultant of Two Vectors

    how to solve a vector sum problem

  6. 13

    how to solve a vector sum problem

VIDEO

  1. #02 Solution for Problems of Vector Addition and Subtraction

  2. important vector sum find parallelogram for polytechnic in tamil

  3. ২ ঘ ১

  4. Two sum Problem

  5. Vector Sum Method

  6. ২ ঘ ২

COMMENTS

  1. 5.1 Vector Addition and Subtraction: Graphical Methods

    Use the graphical method of vector addition and subtraction to solve physics problems Section Key Terms The Graphical Method of Vector Addition and Subtraction Recall that a vector is a quantity that has magnitude and direction. For example, displacement, velocity, acceleration, and force are all vectors.

  2. Adding vectors algebraically & graphically (video)

    Lesson 1: Vectors Vector intro for linear algebra Real coordinate spaces Adding vectors algebraically & graphically Multiplying a vector by a scalar Vector examples Scalar multiplication Unit vectors intro Unit vectors Add vectors Add vectors: magnitude & direction to component Parametric representations of lines Math > Linear algebra >

  3. Vector Addition

    Consider two vectors C and D, where, C = C x i + C y j + C z k and D = D x i + D y j + Dzk. Then, the resultant vector (or vector sum formula) is R = C + D = (C x + D x )i + (C y + D y )j + (C z + C z) k Properties of Vector Addition Vector addition is different from algebraic addition.

  4. Vectors

    Vector basics Learn Intro to vectors and scalars Recognizing vectors Recognizing vectors practice Equivalent vectors Finding the components of a vector Comparing the components of vectors Practice Vectors intro 4 questions Components of vectors from endpoints 4 questions

  5. 5.2 Vector Addition and Subtraction: Analytical Methods

    Vector subtraction using the analytical method is very similar. It is just the addition of a negative vector. That is, A − B ≡ A + ( − B) . The components of - B are the negatives of the components of B . Therefore, the x - and y -components of the resultant A − B = R are. R x = A x + - B x. and.

  6. 2.1: Vectors and Linear Combinations

    Vector addition as a simple walk in the plane is illustrated on the left. The vector sum represented as the diagonal of a parallelogram is on the right. Alternatively, we may construct the parallelogram with \(\mathbf v\) and \(\mathbf w\) as two sides. The sum is then the diagonal of the parallelogram, as illustrated on the right of Figure 2.1.2.

  7. Solving Problems with Vectors

    Work: The work W done by a force F in moving along a vector D is W = F ⋅ D . Example : A force is given by the vector F = 2 , 3 and moves an object from the point ( 1 , 3 ) to the point ( 5 , 9 ) . Find the work done. First we find the Displacement. The displacement vector is D = 5 − 1 , 9 − 3 = 4 , 6 .

  8. Vector Calculator

    What are the types of vectors? The common types of vectors are cartesian vectors, column vectors, row vectors, unit vectors, and position vectors. How do you add two vectors? To add two vectors, add the corresponding components from each vector. Example: the sum of (1,3) and (2,4) is (1+2,3+4), which is (3,7) Show more Related Symbolab blog posts

  9. Finding the sum of two vectors

    In the example above, gray + blue = purple. We can also subtract vectors. If a vector is being subtracted, we move in exactly the opposite direction of the original vector. In the example below, gray - blue = purple. The solid blue vector is the original vector, but since we're subtracting, we move in the opposite direction.

  10. Vector Sum -- from Wolfram MathWorld

    A vector sum is the result of adding two or more vectors together via vector addition. It is denoted using the normal plus sign , i.e., the vector sum of vectors , , and is written . Vector, Vector Addition, Vector Difference.

  11. vector sum

    Compute answers using Wolfram's breakthrough technology & knowledgebase, relied on by millions of students & professionals. For math, science, nutrition, history ...

  12. Addition of Vectors and Subtraction of Vectors

    Physics Scalars And Vectors Addition Of Vectors Vector Addition and Subtraction The vector addition is not as straightforward as the addition of scalars. Vectors have both magnitude and direction, and one cannot simply add two vectors to obtain their sum.

  13. Vector Calculator

    Vector calculator. This calculator performs all vector operations in two and three dimensional space. You can add, subtract, find length, find vector projections, find dot and cross product of two vectors. For each operation, calculator writes a step-by-step, easy to understand explanation on how the work has been done. Vectors 2D Vectors 3D.

  14. Vectors

    Vectors This is a vector: A vector has magnitude (size) and direction: The length of the line shows its magnitude and the arrowhead points in the direction. Play with one here: We can add two vectors by joining them head-to-tail: And it doesn't matter which order we add them, we get the same result:

  15. Vector Addition

    Observe the following summations of two force vectors: These rules for summing vectors were applied to free-body diagrams in order to determine the net force (i.e., the vector sum of all the individual forces). Sample applications are shown in the diagram below.

  16. 3.2: Vector Addition and Subtraction- Graphical Methods

    Vector Addition: Head-to-Tail Method. The head-to-tail method is a graphical way to add vectors, described in Figure below and in the steps following. The tail of the vector is the starting point of the vector, and the head (or tip) of a vector is the final, pointed end of the arrow.. Figure. (a) Draw a vector representing the displacement to the east. (b) Draw a vector representing the ...

  17. Vector word problems (practice)

    Vector word problems. Michael is running some errands. to the south from his house. to the south from the first stop. to the north from the second stop. What is Michael's direction relative to his starting point once he arrives at his third stop? Round your answer to the nearest integer. You can round intermediate values to the nearest hundredth.

  18. Statics: Vector Addition

    There are two ways to draw or visualize adding vectors in two or three dimensions, the Triangle Rule and Parallelogram Rule. Both are equivalent. Triangle Rule. Place the tail of one vector at the tip of the other vector, then draw the resultant from the first vector's tail to the final vector's tip. Parallelogram Rule.

  19. Vector Addition

    1. Add the following vectors and determine the resultant. 3.0 m/s, 45 deg and 5.0 m/s, 135 deg Show/Hide Answer and Solution 2. Add the following vectors and determine the resultant. 5.0 m/s, 45 deg and 2.0 m/s, 180 deg Show/Hide Answer and Solution 3. Add the following vectors and determine the resultant. 6.0 m/s, 225 deg and 2.0 m/s, 90 deg

  20. How to Solve Vector Problems (3 examples finding the Resultant

    In this video, 3 vector problems are solved for in detail. The distance and displacement are both solved for in each problem using the pythagorean theorem, ...

  21. Vector Sum

    3. A force vector F 1 of magnitude 6 N acts on a point at the origin in a direction 30° above the x-axis in the first quadrant.A second force vector F 2 of magnitude 5 newtons acts on the origin in the direction of the positive y-axis.Find graphically the magnitude and direction of the resultant force vector F 1 + F 2.. 4. The velocity of sailboat A relative to sailboat B, v rel, is defined ...

  22. How to use vectors to solve a word problem

    How to use vectors to solve a word problem Brian McLogan 1.33M subscribers Join Subscribe Save 53K views 4 years ago Find the Resultant Vector (Word Problem) #Vectors I make short,...

  23. Vector sum Definition & Meaning

    vector sum: [noun] the sum of a number of vectors that for the sum of two vectors is geometrically represented by the diagonal of a parallelogram whose sides represent the two vectors being added.

  24. Civil 3D Tips, Tricks, and Unnatural Acts: AU 2023 Edition

    This session will be dedicated entirely to productivity techniques that will help improve your daily operations when working with Civil 3D software. These tips include automating regular tasks, using standard functions in new ways, exploring underutilized features, and even exploiting a handful of undocumented commands. We'll present the information using a real-world problem-solving context ...