Scalar and Vector – Comprehensive Bullet-Point Notes

2.1 Coordinate Systems

  • Purpose: locate points in space for physical descriptions.

  • Cartesian (rectangular) coordinates:

    • Two perpendicular axes xx and yy intersect at origin O(0,0)O (0,0).

    • A point is written as (x,y)(x, y).

  • Polar coordinates:

    • Represent same point by distance rr from origin and angle θ\theta from a fixed axis (usually +x+x, measured counter-clockwise).

    • Relationships (from right-triangle geometry):

    • sinθ=y/r\sin \theta = y / r

    • cosθ=x/r\cos \theta = x / r

    • r=x2+y2r = \sqrt{x^{2}+y^{2}} (Pythagorean Theorem).

    • Quadrant awareness: sign of xx and yy identifies the correct angular location (e.g., (3.5,2.5)r=4.30m,  θ=216(-3.5, -2.5) \Rightarrow r = 4.30\,\text{m},\; \theta = 216^\circ, not 35.535.5^\circ).

  • Classroom activity (practice converting):

    • Convert (2, −4.5) m, (−3.4, 2.6) m, (5.2, 3.7) m into polar form.

  • Real-world relevance: GPS, robotics, aviation; choice of coordinate system can simplify problem solving.

2.2 Scalar and Vector Quantities

  • Scalar: fully specified by magnitude (with units) only; directionless.

    • Examples: distance, speed, mass, energy, time, temperature, power, work, volume, density.

  • Vector: specified by magnitude + direction.

    • Examples: displacement, velocity, acceleration, force, weight, momentum, impulse, thrust, lift, drag, gravity.

  • Notation & description:

    • A vector can be denoted PQ, V, or bold A; arrow often drawn from tail (start) to head (end).

    • Example description: “5\,\text{m·s}^{-1} eastward”.

  • Practical/ethical note: Confusing scalar with vector (e.g., speed vs. velocity) can lead to navigation errors, safety risks in engineering or flight control.

  • Oral-direction practice (bearing notation):

    • Orange ⇒ 4040^\circ west of north (written N40WN40^\circ W).

    • Maroon ⇒ 1515^\circ north of east (E15NE15^\circ N).

    • Green ⇒ 2020^\circ south of east (E20SE20^\circ S).

    • Yellow ⇒ 88^\circ south of west (W8SW8^\circ S).

    • Violet ⇒ 120120^\circ south of east (E120SE120^\circ S).

2.3 Vector Addition and Subtraction

  • Resultant vector = vector sum of individual vectors.

  • Three qualitative cases:

    1. Parallel (same direction): magnitudes add, direction preserved.

    • Example: Don walks 10m10\,\text{m} east then 5m5\,\text{m} east ⇒ R=15mR = 15\,\text{m} east.

    1. Anti-parallel (opposite direction): subtract magnitudes, keep larger vector’s direction.

    • Example: Rio walks 5m5\,\text{m} west then 2m2\,\text{m} east ⇒ R=3mR = 3\,\text{m} west.

    1. Non-colinear (different directions): construct geometrically or analytically.

    • Tail-to-head method: place tail of B at head of A; resultant R from tail of A to head of final vector.

    • Polygon for more than two vectors.

  • Perpendicular vectors: use Pythagorean theorem.

    • Car trip example: A=275mA = 275\,\text{m} east, B=125mB = 125\,\text{m} north.

    • R=(275)2+(125)2=302mR = \sqrt{(275)^2 + (125)^2} = 302\,\text{m}.

    • Direction: θ=tan1(125/275)=24.4\theta = \tan^{-1}(125/275) = 24.4^\circ north of east.

  • Non-right triangles: Pythagorean theorem fails; use trigonometric laws.

    • Law of cosines: R2=A2+B22ABcosϕR^{2} = A^{2} + B^{2} - 2AB\cos \phi, where ϕ\phi is included angle between A and B.

    • Law of sines: sinαa=sinβb=sinγc\dfrac{\sin \alpha}{a} = \dfrac{\sin \beta}{b} = \dfrac{\sin \gamma}{c} for any triangle.

    • Example (35 km @ 6060^\circ W of N after 20 km N):

    • ϕ=120\phi = 120^\circ; R=48.2kmR = 48.2\,\text{km}.

    • Direction: 38.938.9^\circ west of north.

  • Significance: Vector addition underpins navigation, force balance, engineering design, biomechanics.

2.4 Components of a Vector & Unit Vectors

  • Motivation: graphical methods are inaccurate for precision or 3-D problems; components give algebraic power.

  • Decomposition in xyxy-plane:

    • Any vector A at angle θ\theta above +x+x satisfies A = A<em>xi^+A</em>yj^A<em>x \hat i + A</em>y \hat j.

    • Magnitudes:

    • Ax=AcosθA_x = A \cos \theta

    • Ay=AsinθA_y = A \sin \theta

    • Reconstruction:

    • A=A<em>x2+A</em>y2A = \sqrt{A<em>x^{2} + A</em>y^{2}}

    • θ=tan1!(A<em>yA</em>x)\theta = \tan^{-1}!\left(\dfrac{A<em>y}{A</em>x}\right) (quadrant-corrected per sign diagram, Fig. 3.13).

  • Sign convention (quadrants):

    • I: Ax > 0,\; Ay > 0

    • II: Ax < 0,\; Ay > 0

    • III: Ax < 0,\; Ay < 0

    • IV: Ax > 0,\; Ay < 0.

  • Unit vectors i^\hat i and j^\hat j have magnitude 1; provide basis directions.

  • Practical relevance: breaking forces into perpendicular components simplifies Newton’s laws; used in computer graphics, simulations, aerospace.

2.5 Addition of Vectors Using Components

  • For vectors A and B with components A<em>x,A</em>y,B<em>x,B</em>yA<em>x, A</em>y, B<em>x, B</em>y:

    • Resultant C = A + B has components

    • C<em>x=A</em>x+BxC<em>x = A</em>x + B_x

    • C<em>y=A</em>y+ByC<em>y = A</em>y + B_y

    • Magnitude & direction:

    • C=C<em>x2+C</em>y2C = \sqrt{C<em>x^{2} + C</em>y^{2}}

    • θ=tan1!(C<em>yC</em>x)\theta = \tan^{-1}!\left(\dfrac{C<em>y}{C</em>x}\right) (adjust for quadrant).

  • Jogger example (145 m @ 2020^\circ E of N + 105 m @ 3535^\circ S of E):

    1. Resolve each vector:

    • Ax=145cos20=136mA_x = 145\cos 20^\circ = 136\,\text{m} (east)

    • Ay=145sin20=49.6mA_y = 145\sin 20^\circ = 49.6\,\text{m} (north)

    • Bx=105cos35=86.0mB_x = 105\cos 35^\circ = 86.0\,\text{m} (east)

    • By=105sin35=60.2mB_y = -105\sin 35^\circ = -60.2\,\text{m} (south ⇒ negative)

    1. Add components:

    • Cx=136+86.0=222mC_x = 136 + 86.0 = 222\,\text{m}

    • Cy=49.660.2=10.6mC_y = 49.6 - 60.2 = -10.6\,\text{m}

    1. Magnitude:

    • C=2222+(10.6)2222.3mC = \sqrt{222^{2} + (-10.6)^{2}} \approx 222.3\,\text{m}

    1. Direction:

    • θ=tan1!(10.6222)2.7\theta = \tan^{-1}!\left(\dfrac{-10.6}{222}\right) \approx -2.7^\circ (≈ 2.7° south of east).

  • Advantages of component method:

    • Scales to many vectors and 3-D.

    • Eliminates geometric drawing error.

    • Easily programmable for simulations.

  • Ethical/engineering note: Precision in component analysis prevents structural failure (e.g., ensuring loads are properly combined in building design).

Summary Connections & Implications

  • Foundational link to trigonometry: right-triangle ratios and general triangle laws underpin vector mechanics.

  • Law of cosines/sines bridge non-perpendicular cases and are crucial in surveying, navigation, astronomy.

  • Polar vs. Cartesian choice can simplify differential equations (e.g., circular motion naturally uses polar).

  • Vectors model real forces (thrust, drag, lift) critical for flight safety, environmental considerations (aerodynamic drag relates to fuel efficiency).

  • Understanding scalar vs. vector prevents misinterpretation of physical quantities (e.g., energy vs. momentum in crash analysis).

  • Component methodology is a stepping-stone to tensor analysis, computer graphics transformations, and electromagnetism (field components).

Key Formula Bank

  • Conversion: r=x2+y2,  θ=tan1!(yx)r = \sqrt{x^{2}+y^{2}},\; \theta = \tan^{-1}!\left(\dfrac{y}{x}\right)

  • Components: A<em>x=Acosθ,  A</em>y=AsinθA<em>x = A\cos \theta,\; A</em>y = A\sin \theta

  • Magnitude from components: A=A<em>x2+A</em>y2A = \sqrt{A<em>x^{2} + A</em>y^{2}}

  • Resultant (components): C<em>x=A</em>x,  C<em>y=A</em>yC<em>x = \sum A</em>x,\; C<em>y = \sum A</em>y

  • Resultant magnitude & angle: C=C<em>x2+C</em>y2,  θ=tan1!(C<em>yC</em>x)C = \sqrt{C<em>x^{2}+C</em>y^{2}},\; \theta = \tan^{-1}!\left(\dfrac{C<em>y}{C</em>x}\right)

  • Law of cosines: R2=A2+B22ABcosϕR^{2} = A^{2}+B^{2}-2AB\cos \phi

  • Law of sines: sinαa=sinβb=sinγc\dfrac{\sin \alpha}{a}=\dfrac{\sin \beta}{b}=\dfrac{\sin \gamma}{c}


These bullet-point notes capture all major and minor concepts, definitions, examples, and formulae from Chapter 2, providing a self-contained study guide for scalar and vector analysis in two-dimensional physics.