Study Guide on Vectors in Engineering Physics X 1A

ENGINEERING PHYSICS X 1A

This document explores the topic of vectors, including their properties, representations, and methods of manipulation. It delves into both 2D and 3D vectors, their components, and practical applications in solving real-world problems involving vectors.

Vectors

Definition of Vectors

Vectors are defined as physical quantities that possess both numerical values (magnitude) and directional properties. This dual nature makes them different from scalar quantities, which only have magnitude.

Representing Vectors

Vectors can be represented in various coordinate systems, including:

  1. Cartesian Coordinates: In a Cartesian system, a vector is expressed as ordered pairs
    • Example: A vector can be articulated as ( A = (Ax, Ay) ).
  2. Polar Coordinates: In polar systems, vectors are described with a magnitude and angle, using the relationships:
    • ( x = r \cos(\theta) )
    • ( y = r \sin(\theta) )
    • Where ( r ) is the vector's magnitude and ( \theta ) is the angle from the positive x-axis.

Relationship Between Polar and Cartesian Coordinates

Conversion Formulas

The conversion from polar coordinates (r, θ) to Cartesian coordinates (x, y) can be given as:

  • ( x = r \cos(\theta) )
  • ( y = r \sin(\theta) )

Additionally, to find the angle ( \theta ) when given x and y, we can use the formula:

  • ( \tan(\theta) = \frac{y}{x} )

Resultant Vectors

Vector Addition Techniques

In vector analysis, several methods exist for adding and subtracting vectors:

  1. Polygon Method: Visualizing vector addition as the formation of a polygon.
  2. Triangle Method: Employing the triangle rule where vectors are placed head-to-tail.
  3. Parallelogram Method: Constructing a parallelogram where the resultant vector is represented by the diagonal.
Order of Operations
  • It’s crucial to note that the order of adding vectors does not affect the resultant vector.

Vector Components

Definition and Calculation

Vectors can be broken down into their components. For a vector ( A ):

  • The components ( Ax ) and ( Ay ) are calculated as:
  • ( A_x = A \cos(\theta) )
  • ( A_y = A \sin(\theta) )
  • The signs of these components depend on the quadrant in which the vector resides.
Unit Vectors
Definition

A unit vector is a vector with a magnitude of 1 and indicates direction only. It can be expressed as:

  • ( \hat{A} = \frac{A}{|A|} )
  • Example: The position vector can be described using unit vectors ( \hat{i} ) and ( \hat{j} ) for the x and y directions, respectively:
    [ \hat{r} = Ax \hat{i} + Ay \hat{j} ]

Vectors in 3D

Vectors can also be analyzed in three-dimensional space, extending components along the z-axis as follows:

  • A vector in 3D can be expressed as:
    [ A = Ax \hat{i} + Ay \hat{j} + A_z \hat{k} ]
Adding Vectors Using Components

To find the resultant vector from two vectors A and B in 3D, the following formulas can be used:

  • For the x-component: ( Rx = Ax + B_x )
  • For the y-component: ( Ry = Ay + B_y )
  • For the z-component: ( Rz = Az + B_z )

This results in the overall vector:

  • [ R = Rx \hat{i} + Ry \hat{j} + R_z \hat{k} ]

Practical Examples

Example 1: Hiker’s Journey

A hiker's journey involves two segments:

  • First, they hike 25.0 km southeast.
  • Then, they travel 40.0 km in a direction 60.0° north of east.
Example 2: Ship Rescue Scenario
Problem Statement

A radar station detects a sinking ship 17.3 km away at a bearing of 136° clockwise from North. A rescue plane is located 29.6 km away at a bearing of 153° clockwise, 2.20 km above sea level. The following tasks need completion:

  1. Sketch the vector diagram.
  2. State the positions of the ship and plane with respect to the radar station.
  3. Calculate the displacement vector, D, for the plane to reach the ship.
  4. Determine the distance between the two.
Position Vector Calculation
  • The position vector for the ship from the radar station is:
    [ S = 17.3 \cos(46°) \hat{i} - 17.3 \sin(46°) \hat{j} + 0\hat{k} = (12.0 \hat{i} - 12.4 \hat{j}) \, \text{km} ]
  • The position vector for the plane from the radar station is:
    [ P = 19.6 \cos(63°) \hat{i} - 19.6 \sin(63°) \hat{j} + 2.20\hat{k} = (8.90 \hat{i} - 17.5 \hat{j} + 2.20 \hat{k}) \, \text{km} ]
Displacement Calculation

To calculate the displacement vector ( D ) from the plane to the ship:

  • ( D = S - P )
    [ D = [12.0 \hat{i} - 12.4 \hat{j}] - [8.90 \hat{i} - 17.5 \hat{j} + 2.20 \hat{k}] ]
    [ D = (3.10 \hat{i} + 5.10 \hat{j} - 2.20 \hat{k}) \, \text{km} ]
Distance Between the Plane and Ship

To find the distance, compute the magnitude of displacement ( D ):
[ |D| = \sqrt{(3.1)^2 + (5.1)^2 + (-2.2)^2} = 6.3 \, \text{km} ]

This comprehensive outline captures the fundamental concepts, definitions, mathematical relationships, and practical examples regarding vectors in both 2D and 3D contexts, as highlighted in the Engineering Physics X 1A course material.