Vector Operations

Key Questions

  • Vectors can be added by adding the components individually as long as they have the same dimensions. Adding two vectors simply gives you a resultant vector.

    What that resultant vector means depends on what quantity the vector represents. If you are adding a velocity with a change of velocity, then you would get your new velocity. If you are adding 2 forces, then you would get a net force.

    If you are adding two vectors that have the same magnitude but opposite directions, your resultant vector would be zero. If you are adding two vectors that are in the same direction, then the result is in the same direction with a magnitude that is the sum of the 2 magnitudes.

  • Given two vectors #vecv# and #vecw# you have:
    #vecv-vecw=vecv+(-vecw)#

    Graphically we can use the Parallelogram Law:
    enter image source here

    If you have the vectors in components form you again use:
    #vecv-vecw=vecv+(-vecw)# operating on each set of corresponding components.

    For example:
    #vecv=4veci+2vecj-5veck# and:
    #vecw=-2veci+4vecj+veck#

    #vecv-vecw=vecv+(-vecw)=[4+(2)]veci+[2+(-4)]vecj+[-5+(-1)]veck=#
    #=6veci-2vecj-6veck#

  • The formula for the vertical component of a vector ai + bj is as follows:

    #v_y = ||A|| sin(θ)#

    First, calculate the magnitude of the vector A which is #||A||#:
    ||A|| = #sqrt(a^2 + b^2)#

    Next, determine #theta#
    If you draw a triangle where a is the x axis and b is the y axis, you get a right triangle. The angle #theta# has the following measurement below:
    #tan(theta) = b/a#
    #theta = artcan(b/a)#

    Finally, we have the vertical component formula:
    #v_y = ||A|| sin(θ)#

    For calculator assistance, use the component button here:

    http://www.mathcelebrity.com/vector.php

  • Consider a vector #vecv#, for example, in space:
    enter image source here
    If you want to describe it to, say, a friend you can say that has a "modulus" (=length) and direction (you may use, for example, North, South, East, west...etc.).

    There is also another way to describe this vector.
    You must take your vector into a reference frame to have some numbers related to it and then you take the coordinates of the tip of the arrow...your COMPONENTS !
    You can now write your vector as: #vecv=(a,b)#

    enter image source here
    For Example: #vecv=(6,4)#
    enter image source here

    In 3 dimensions you simply add a third component on the #z# axis.
    For example: #vecw=(3,5,4)#
    enter image source here

Questions