Theory Exercises

Force Vectors

What are Force Vectors?

A force vector is a representation of a force that includes both magnitude and direction.

Key characteristics:
  • Magnitude: The size or strength of the force (measured in Newtons, N)
  • Direction: The direction the force acts (angle, compass direction, or relative to a reference)
  • Point of application: Where the force acts on the object
  • Represented as: Arrows on diagrams, where the arrow length shows magnitude and arrow direction shows the direction of the force

Vector Notation

Forces are represented as vectors using different notations:

Notation Examples:
  • Bold: F (force vector)
  • Arrow over letter: \(\vec{F}\)
  • Magnitude: |F| or F (always positive, measured in Newtons)

Components of a Force Vector

A force vector in 2D can be broken into horizontal (x) and vertical (y) components.

\[F_x = F \cos(\theta)\]
\[F_y = F \sin(\theta)\]

Where:
  • F = magnitude of the force
  • θ = angle from the horizontal
  • F_x = horizontal component
  • F_y = vertical component

> [Ejemplo: A force of 50 N applied at 30° above the horizontal has: > - F_x = 50 cos(30°) = 50 × 0.866 = 43.3 N > - F_y = 50 sin(30°) = 50 × 0.5 = 25 N]

Vector Addition (Resultant Force)

When multiple forces act on an object, we find the resultant force by adding them vectorially.

Method 1: Component Method

  1. Break each force into x and y components
  2. Add all x-components: F_total_x = F₁_x + F₂_x + ...
  3. Add all y-components: F_total_y = F₁_y + F₂_y + ...
  4. Find resultant magnitude: \(F_R = \sqrt{F_{total\x}^2 + F{total\_y}^2}\)
  5. Find resultant direction: \(\theta_R = \arctan(\frac{F_{total\y}}{F{total\_x}})\)

Method 2: Graphical Method (Parallelogram Law)

  1. Draw the first force vector from the origin
  2. Draw the second force vector from the tip of the first vector
  3. Complete the parallelogram
  4. The diagonal from the origin to the opposite corner is the resultant

Method 3: Head-to-Tail Method

  1. Draw the first force vector
  2. From the tip of the first vector, draw the second force vector
  3. From the origin to the tip of the second vector is the resultant

> [Ejemplo: Two forces act on an object: > - Force 1: 30 N pointing East > - Force 2: 40 N pointing North > > Resultant force = \(\sqrt{30^2 + 40^2} = \sqrt{900 + 1600} = \sqrt{2500} = 50\) N > Direction = arctan(40/30) = arctan(1.33) ≈ 53° North of East]

Force Equilibrium

An object is in equilibrium when the net (resultant) force on it is zero.

\[\sum F = 0\]

Or in components:

\[\sum F_x = 0 \text{ and } \sum F_y = 0\]

Conditions for Equilibrium

Static equilibrium: Object is at rest
  • Velocity = 0
  • Acceleration = 0
Dynamic equilibrium: Object moves at constant velocity
  • Velocity = constant
  • Acceleration = 0

> [Ejemplo: A book resting on a table is in static equilibrium: > - Weight (downward) = 20 N > - Normal force (upward) = 20 N > - Net force = 20 - 20 = 0 N > - The book remains at rest]

Common Force Scenarios

Two Forces at Different Angles

\[F_R = \sqrt{F_1^2 + F_2^2 + 2F_1F_2\cos(\theta)}\]

Where θ is the angle between the two forces.

Three or More Forces

Use the component method:

  • Sum all x-components
  • Sum all y-components
  • Find magnitude and direction of resultant

Types of Force Vectors

Collinear Forces (Same Line)

Forces along the same line:

  • Same direction: F_R = F₁ + F₂
  • Opposite direction: F_R = |F₁ - F₂|

Concurrent Forces (Same Point)

Multiple forces applied at the same point. Use vector addition methods.

Parallel Forces (Parallel but Not Same Line)

Forces that are parallel but not along the same line. Requires considering both magnitude and point of application.

Applications

  1. Statics: Analyzing forces on structures (bridges, buildings)
  2. Mechanics: Understanding motion under multiple forces
  3. Engineering: Designing systems that support or apply forces
  4. Sports: Analyzing forces in movement (jumping, throwing)
  5. Aerospace: Analyzing aerodynamic forces

Key Takeaways

  1. Forces are vectors with magnitude and direction
  2. Resultant force is found by adding forces vectorially
  3. Components help break forces into x and y directions
  4. Equilibrium occurs when net force is zero
  5. Vector addition follows the parallelogram law or head-to-tail method