Physics: Detailed Study Notes on Vectors and Vector Addition and Multiplication

Fundamental Definitions of Scalar and Vector Quantities

  • Scalar Quantity: A physical quantity that possesses magnitude only, without direction.
    • Examples:
      • Distance
      • Mass
      • Density
  • Vector Quantity: A physical quantity characterized by both magnitude and direction.
    • Examples:
      • Displacement
      • Velocity
      • Acceleration
  • Vector Representation: A vector is represented graphically by an arrow.
    • Length of the arrow: Corresponds to the magnitude of the vector.
    • Arrowhead: Points toward the direction of the vector.
  • Directional Conventions: There are two standard conventions used to describe vector direction.

Illustration of Vectors in a Cartesian Plane

  • To visualize multiple vectors, they can be plotted on a single Cartesian plane.
  • Example Case Study:
    • Car A: Covered a distance of 550km550\,km at an angle of 195195^\circ.
    • Car B: Traveled a distance of 250km250\,km at an angle of 4040^\circ South of West.

Graphical Method of Vector Addition

  • The Head-to-Tail Method: This process involves connecting vectors sequentially to find a resultant.
  • Example Problem: A person covers two displacements:
    • Vector A: 30m30\,m, 2525^\circ North of East.
    • Vector B: 55m55\,m, 7070^\circ South of East.
  • Step-by-Step Procedure:
    1. Establish a Scale: Select a proper scale for graphing (e.g., 1cm=10m1\,cm = 10\,m).
    2. Draw Vector A: Illustrate vector A starting from the origin with the correct magnitude and angle.
    3. Draw Vector B: Start the tail of Vector B exactly at the tip of Vector A using the same scale.
    4. Determine the Resultant (R): Draw a final arrow connecting the tail of Vector A to the tip of Vector B. This line represents the resultant vector RR.
    5. Measurement: Use a ruler to measure the length of RR and a protractor for the angle.
      • In the example provided, the measured length is 6cm6\,cm, which equals 60m60\,m based on the scale.
      • The resultant angle is measured as 3939^\circ South of East.
      • Resultant Displacement: R=60mR = 60\,m, 3939^\circ South of East.
    6. Additional Vectors: For three or more vectors, continue connecting the tail of each subsequent vector to the tip of the previous one.

Vector Components and Trigonometric Relationships

  • Every vector can be resolved into two perpendicular components: horizontal (xx) and vertical (yy).
  • Trigonometric Functions utilized:
    • sin(θ)=OppositeHypotenuse=AyA\sin(\theta) = \frac{\text{Opposite}}{\text{Hypotenuse}} = \frac{A_y}{A}
    • cos(θ)=AdjacentHypotenuse=AxA\cos(\theta) = \frac{\text{Adjacent}}{\text{Hypotenuse}} = \frac{A_x}{A}
    • tan(θ)=OppositeAdjacent=AyAx\tan(\theta) = \frac{\text{Opposite}}{\text{Adjacent}} = \frac{A_y}{A_x}
  • Formulas for Components:
    • Horizontal component: Ax=Acos(θ)A_x = A \cos(\theta)
    • Vertical component: Ay=Asin(θ)A_y = A \sin(\theta)
  • Magnitude and Angle Calculation:
    • The magnitude AA is calculated using the Pythagorean theorem: A=Ax2+Ay2A = \sqrt{A_x^2 + A_y^2}
    • The angle θ\theta is calculated using the inverse tangent function: θ=tan1(AyAx)\theta = \tan^{-1}\left(\frac{A_y}{A_x}\right)

Analytical Method of Adding Vectors

  • This method involves determining the resultant vector through mathematical calculation of components rather than manual drawing.
  • Procedural Steps:
    1. Normalize Angles: Ensure all angles are measured from the positive +x+x-axis in a counterclockwise direction.
    2. Resolve Components: Break every individual vector into its respective xx and yy components.
    3. Summation:
      • Add all xx-components together to find RxR_x.
      • Add all yy-components together to find RyR_y.
    4. Magnitude of Resultant: Apply the Pythagorean theorem to RxR_x and RyR_y.
    5. Angle of Resultant: Determine the direction using the inverse tangent of the summed components.
  • Example Case Study:
    • Denise's School Walk:
      • Step 1: Covers 10m10\,m, 2020^\circ North of East.
      • Step 2: Covers 15m15\,m, 5050^\circ North of East.
    • The goal is to find the total resultant displacement by summing the resolved components of these two paths.

Scalar Product (Dot Product)

  • Geometrical Interpretation: The scalar product of two vectors results in a scalar value.
  • Magnitude-Angle Formula: Used when magnitudes of both vectors and the angle between them are known.
    • AB=ABcos(θ)\vec{A} \cdot \vec{B} = AB \cos(\theta)
  • Component Formula: Used for vectors in three-dimensional space.
    • AB=AxBx+AyBy+AzBz\vec{A} \cdot \vec{B} = A_x B_x + A_y B_y + A_z B_z
    • Ax,Ay,AzA_x, A_y, A_z are the components of vector A\vec{A}.
    • Bx,By,BzB_x, B_y, B_z are the components of vector B\vec{B}.
  • Mathematical Properties:
    • Commutative Law: AB=BA\vec{A} \cdot \vec{B} = \vec{B} \cdot \vec{A}
    • Distributive Law: A(B+C)=AB±AC\vec{A} \cdot (\vec{B} + \vec{C}) = \vec{A} \cdot \vec{B} \pm \vec{A} \cdot \vec{C}

Vector Product (Cross Product)

  • Vector Product Result: Unlike the scalar product, the vector product results in a new vector that is perpendicular to the original two vectors.
  • Magnitude Formula: A×B=ABsin(θ)\lvert \vec{A} \times ​ \vec{B} \rvert = AB \sin(\theta)
  • Direction (Right Hand Rule): The direction of the resulting vector is determined by the Right Hand Rule.
  • Mathematical Properties:
    • Anticommutative: The order of multiplication matters. Reversing the order reverses the direction/sign.
    • A×B=(B×A)\vec{A} \times \vec{B} = -(\vec{B} \times \vec{A})
    • Distributive Property: A×(B+C)=A×B+A×C\vec{A} \times (\vec{B} + \vec{C}) = \vec{A} \times \vec{B} + \vec{A} \times \vec{C}
  • Calculating Individual Components of the Resultant Vector (CC):
    • Cx=AyBzAzByC_x = A_y B_z - A_z B_y
    • Cy=AzBxAxBzC_y = A_z B_x - A_x B_z
    • Cz=AxByAyBxC_z = A_x B_y - A_y B_x

Operations Using Unit Vectors

  • Unit vectors are used to express vectors in terms of their 2D (x,yx, y) or 3D (x,y,zx, y, z) components.
  • Equivalent Unit Vector Calculation: The unit vector of a given vector represents its direction with a magnitude of 1 unit.
    • Standard notation for components involves identifying x,yx, y, and zz components to write a complete vector expression.