You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

Vectors are the superheroes of mathematics, swooping in to tackle problems involving and . They're not just lines with arrows; they're powerful tools for representing everything from forces in physics to data in computer graphics.

Understanding vectors is like unlocking a secret language of motion and space. We'll explore how to add, multiply, and manipulate these mathematical marvels, seeing how they simplify complex problems and bring abstract concepts to life in the real world.

Vector Fundamentals

Vectors as geometric objects

Top images from around the web for Vectors as geometric objects
Top images from around the web for Vectors as geometric objects
  • Represented as directed line segments
    • Length represents 's magnitude (size or length)
    • Arrow indicates vector's direction (orientation in space)
  • Denoted using boldface letters (v\mathbf{v}) or letters with arrows (v\vec{v})
  • Magnitude of vector v\vec{v} denoted as v|\vec{v}| (absolute value or norm)
  • Two vectors equal if same magnitude and direction (regardless of position)

Vector magnitude and direction

  • Magnitude of vector v=(x,y)\vec{v} = (x, y) in plane given by formula:
    • v=x2+y2|\vec{v}| = \sqrt{x^2 + y^2} (Pythagorean theorem)
  • Direction described using:
    • Angle measures (45° counterclockwise from positive x-axis)
    • Cardinal directions (northeast, southwest)
  • Direction of vector v=(x,y)\vec{v} = (x, y) found using arctangent function:
    • θ=tan1(yx)\theta = \tan^{-1}(\frac{y}{x}), where θ\theta is angle with positive x-axis
    • Determines quadrant vector points to (I, II, III, or IV)

Basic vector operations

  • Vector addition: To add vectors u=(u1,u2)\vec{u} = (u_1, u_2) and v=(v1,v2)\vec{v} = (v_1, v_2), add corresponding components:
    • u+v=(u1+v1,u2+v2)\vec{u} + \vec{v} = (u_1 + v_1, u_2 + v_2) (component-wise addition)
    • Visualized using parallelogram rule or triangle rule (head-to-tail method)
  • : To multiply vector v=(x,y)\vec{v} = (x, y) by scalar cc, multiply each component by cc:
    • cv=(cx,cy)c\vec{v} = (cx, cy) (distributes to each component)
    • Changes magnitude but not direction (unless cc negative)

Vector Representation and Products

Vectors in component form

  • Standard unit vectors in plane:
    • i^=(1,0)\hat{i} = (1, 0), points in positive x-direction (horizontal)
    • j^=(0,1)\hat{j} = (0, 1), points in positive y-direction (vertical)
  • Vector v=(x,y)\vec{v} = (x, y) expressed in as:
    • v=xi^+yj^\vec{v} = x\hat{i} + y\hat{j} ( of unit vectors)
  • Allows for easy vector addition and (algebraic operations)

Dot product of vectors

  • of vectors u=(u1,u2)\vec{u} = (u_1, u_2) and v=(v1,v2)\vec{v} = (v_1, v_2) defined as:
    • uv=u1v1+u2v2\vec{u} \cdot \vec{v} = u_1v_1 + u_2v_2 (sum of products of corresponding components)
  • Results in scalar value (not a vector)
  • Related to angle θ\theta between vectors:
    • uv=uvcos(θ)\vec{u} \cdot \vec{v} = |\vec{u}||\vec{v}|\cos(\theta) (magnitude and direction)
  • Used to determine:
    • Orthogonality (perpendicularity): uv=0\vec{u} \cdot \vec{v} = 0 (90° angle)
    • Projection of one vector onto another (component in direction of other vector)

Unit vectors in direction

  • has magnitude of 1 (length of 1)
  • To construct unit vector u^\hat{u} in direction of vector v=(x,y)\vec{v} = (x, y):
    • Divide v\vec{v} by its magnitude: u^=vv=(xx2+y2,yx2+y2)\hat{u} = \frac{\vec{v}}{|\vec{v}|} = (\frac{x}{\sqrt{x^2 + y^2}}, \frac{y}{\sqrt{x^2 + y^2}}) (normalization)
  • Useful for representing directions without considering magnitude (pure direction)

Applications of Vectors

Vector applications in physics

  • Represent physical quantities with magnitude and direction:
    • Displacement, velocity, acceleration (kinematics)
    • Force, momentum (dynamics)
  • Analyze and solve problems involving:
    1. Find resultant force acting on object
    2. Express each in component form
    3. Add force vectors component-wise to find resultant force vector
    4. Calculate magnitude and direction of resultant force vector
  • Motion in 2D or 3D (projectile motion, circular motion)
  • Work done by force along displacement (dot product)
  • Vector fields describe physical quantities that vary in space (e.g., electromagnetic fields)

Advanced Vector Concepts

Vector spaces and calculus

  • : A set of vectors that can be added and scaled, following specific axioms
  • Linear combination: Expressing a vector as a sum of scaled vectors from a given set
  • : Branch of mathematics dealing with differentiation and integration of vector fields
  • Coordinate systems: Frameworks for specifying vector positions (e.g., Cartesian, polar, spherical)
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary