Vector Direction and Unit Vectors

Direction of a Vector

  • Direction refers to the angle from a horizontal line.
  • Vectors can be moved to start at the origin to think in terms of quadrants.
  • To find the direction of a vector, determine the angle it forms with the horizontal.

Finding the Angle

  • Given x component = 8 and y component = 6.
  • Using trigonometric functions:
    • \tan(\theta) = \frac{\text{opposite}}{\text{adjacent}}
    • \tan(\theta) = \frac{6}{8}
  • To find \theta (the angle), use the inverse tangent:
    • \theta = \tan^{-1}(\frac{6}{8})

Calculator Settings

  • Ensure the calculator is in degree mode.
  • Calculate the inverse tangent of \frac{6}{8}.
  • \theta \approx 36.87 degrees.

General Formula and Quadrant Considerations

  • General formula: \tan^{-1}(\frac{y}{x})
  • Inverse tangent gives angle measures in quadrants one and four.
  • Modify \theta based on the quadrant.

Example 1

  • Vector with components: right 3, up 4.
  • Angle measure is from the horizontal to the vector.
  • \theta = \tan^{-1}(\frac{4}{3})
  • \theta \approx 53.13 degrees.

Example 2

  • Vector: -8i + 4j which is equivalent to (-8, 4).
  • The vector goes left 8 and up 4.
  • The angle is the angle from the horizontal line.
  • Calculate \tan^{-1}(\frac{4}{-8}).
  • The calculator gives -26.57 degrees, which is in quadrant four.
  • To find the correct angle in quadrant two, add 180 degrees:
    • -26.57 + 180 = 153.43 degrees.

Finding Component Form

  • Given the vector's magnitude (hypotenuse) and angle.
  • To find the x component (adjacent):
    • \cos(\theta) = \frac{x}{\text{hypotenuse}}
    • x = \text{hypotenuse} \cdot \cos(\theta)
  • To find the y component (opposite):
    • \sin(\theta) = \frac{y}{\text{hypotenuse}}
    • y = \text{hypotenuse} \cdot \sin(\theta)

Example Calculation

  • Given: hypotenuse = 14, angle = 55 degrees.
  • x = 14 \cdot \cos(55) \approx 8.03
  • y = 14 \cdot \sin(55) \approx 11.47

General Formulas for Component Form

  • x = \text{magnitude} \cdot \cos(\theta)
  • y = \text{magnitude} \cdot \sin(\theta)

Unit Vectors

  • A unit vector is a vector with a magnitude of one.

Finding a Unit Vector

  • Take a vector and scale it to have a magnitude of one.

Example: Vector with Magnitude 5

  • Given vector with magnitude = 5.
  • If the magnitude isn't given, use the Pythagorean theorem to find the length.