Comprehensive Bullet-Point Notes — Chapter 3 : Motion in a Plane

Scalars and Vectors
  • What are quantities?

    • Scalar: Just has a "how much" (magnitude), no direction. You describe it with a single number and a unit.

      • Examples: distance, weight, heat, time, size, how thick something is.

    • Vector: Has both a "how much" (magnitude) and a "which way" (direction). It follows special rules for adding them (like the triangle or parallelogram rule).

      • Examples: how far you moved, speed, how fast speed changes, push/pull, how hard something is moving, electric effect.

  • Working with scalars

    • Adding, subtracting, multiplying, and dividing scalars works like regular math.

    • You can only add or subtract scalars if they have the same units. You can multiply or divide them even if units are different (like how density is weight divided by size).

  • How to write vectors

    • In print: big bold letter A\mathbf{A}. By hand: letter with an arrow on top A\vec{A}.

    • Its "how much" (magnitude) is written as A=A||\mathbf{A}|| = A.

Position & Displacement Vectors
  • Pick a starting point OO. The position of a point PP at a certain time tt is shown by the arrow r=OP\vec{r} = \overrightarrow{OP}.

  • A new position PP' at a later time tt' is r=OP\vec{r'} = \overrightarrow{OP'}.

  • The change in position from PP to PP' (displacement) is:

    Δr=rr=PP\Delta \vec{r} = \vec{r'} - \vec{r} = \overrightarrow{PP'}.

  • It doesn't matter what path you take between PP and PP'; the displacement Δr\Delta \vec{r} will always be the same.

  • The size of the displacement is always less than or equal to the actual path length you traveled.

Equality of Vectors
  • Two vectors A\mathbf{A} and B\mathbf{B} are equal if they have the same "how much" (magnitude) AND point in the exact same direction.

  • Free vectors: Their exact spot doesn't matter; you can move them anywhere parallel to themselves without changing them.

  • Localised vectors: Their exact line of action matters (like forces pushing on a specific part of an object).

Multiplication by Real Numbers
  • If λ\lambda is a positive number (\lambda > 0): The size of λA\lambda \mathbf{A} is λ\lambda times the size of A||\mathbf{A}|| (λA=λA||\lambda \mathbf{A}|| = \lambda ||\mathbf{A}|||), and the direction stays the same.

  • If λ\lambda is a negative number (\lambda < 0): The size is λ|\lambda| times the size of A||\mathbf{A}|| (λA=||\lambda|| ||\mathbf{A}||=), and the direction flips the other way.

  • What happens to units? Units also multiply (for example, (meters/second)×seconds=meters\text{(meters/second)} \times \text{seconds} = \text{meters}).

Graphical Vector Operations
Adding Vectors (Head–to-Tail / Triangle Method)
  • To add A\mathbf{A} and B\mathbf{B}, put the tail (start) of vector B\mathbf{B} at the head (end) of vector A\mathbf{A}. The resulting vector R=A+B\mathbf{R} = \mathbf{A} + \mathbf{B} goes from the tail of A\mathbf{A} to the head of B\mathbf{B}.

  • Rules for Addition:

    • Order doesn't matter: A+B=B+A\mathbf{A}+\mathbf{B}=\mathbf{B}+\mathbf{A}.

    • Grouping doesn't matter: (A+B)+C=A+(B+C)(\mathbf{A}+\mathbf{B})+\mathbf{C}=\mathbf{A}+(\mathbf{B}+\mathbf{C}).

  • Zero/Null vector 0\mathbf{0}:

    • If you add a vector to its negative (same size, opposite direction), you get the zero vector: A+(A)=0\mathbf{A}+(-\mathbf{A})=\mathbf{0}. Its size is 00 (0=0||\mathbf{0}||=0), and it has no defined direction.

  • Subtracting Vectors:

    • Subtracting B\mathbf{B} from A\mathbf{A} is the same as adding A\mathbf{A} to the negative of B\mathbf{B}: AB=A+(B)\mathbf{A}-\mathbf{B}=\mathbf{A}+(-\mathbf{B}).

Parallelogram Method
  • Put the tails of A\mathbf{A} and B\mathbf{B} at the same starting point. The diagonal of the parallelogram they form will be their sum A+B\mathbf{A}+\mathbf{B}.

Breaking Down Vectors (Resolution)
  • Any vector A\mathbf{A} in a flat space (a plane) can be broken down into parts using two basis vectors a\mathbf{a} and b\mathbf{b} that don't point in the same line: A=λa+μb\mathbf{A}=\lambda \mathbf{a}+\mu \mathbf{b}.

Unit Vectors
  • These are special vectors of length 1 that point along the x, y, and z axes: i^,j^,k^\hat{i}, \hat{j}, \hat{k}. Their magnitudes are 1: i^=j^=k^=1||\hat{i}||=||\hat{j}||=||\hat{k}||=1.

  • Breaking down in 2-D:
    The vector A\mathbf{A} can be written as its x-part times i^\hat{i} plus its y-part times j^\hat{j}:
    A=A<em>xi^+A</em>yj^\mathbf{A}=A<em>x \hat{i}+A</em>y \hat{j}
    Where A<em>xA<em>x is the part along the x-axis (A</em>x=AcosθA</em>x=A \cos\theta) and A<em>yA<em>y is the part along the y-axis (A</em>y=AsinθA</em>y=A \sin\theta). θ\theta is the angle the vector makes with the x-axis.

  • In 3-D:
    In 3D, it's A=A<em>xi^+A</em>yj^+A<em>zk^\mathbf{A}=A<em>x \hat{i}+A</em>y \hat{j}+A<em>z \hat{k}. Its total size (magnitude) is A=A</em>x2+A<em>y2+A</em>z2A=\sqrt{A</em>x^2+A<em>y^2+A</em>z^2}.

  • Direction cosines: These are the cosines of angles the vector makes with the x, y, and z axes (α,β,γ\alpha,\beta,\gamma). They follow the rule: cos2α+cos2β+cos2γ=1\cos^2\alpha+\cos^2\beta+\cos^2\gamma=1.

Adding Vectors Analytically (Using Components)
  • If you have two vectors A=A<em>xi^+A</em>yj^\mathbf{A}=A<em>x \hat{i}+A</em>y \hat{j} and B=B<em>xi^+B</em>yj^\mathbf{B}=B<em>x \hat{i}+B</em>y \hat{j}, their sum R=A+B\mathbf{R}=\mathbf{A}+\mathbf{B} is found by adding their x-parts and their y-parts separately:
    R=A+B=(A<em>x+B</em>x)i^+(A<em>y+B</em>y)j^\mathbf{R}=\mathbf{A}+\mathbf{B}=(A<em>x+B</em>x)\hat{i}+(A<em>y+B</em>y)\hat{j}.

  • This method works for 3-D vectors too.

  • Law of Cosines & Sines: These laws help find the size (magnitude) and angle of the resulting vector when you add two vectors AA and BB that are at an angle θ\theta to each other:
    R2=A2+B2+2ABcosθR^2=A^2+B^2+2AB\cos\theta
    Rsinθ=Bsinβ=Asinα\frac{R}{\sin\theta}=\frac{B}{\sin\beta}=\frac{A}{\sin\alpha}.

Motion in a Flat Space (Kinematics in a Plane)
Position & Displacement
  • Position is shown as r(t)=x(t)i^+y(t)j^\vec{r}(t)=x(t)\hat{i}+y(t)\hat{j}, meaning it changes with time.

  • Displacement (change in position) is Δr=r(t+Δt)r(t)\Delta \vec{r}=\vec{r}(t+\Delta t)-\vec{r}(t).

Velocity
  • Average Velocity: \vec{v}__{avg}=\frac{\Delta \vec{r}}{\Delta t} (its direction is the same as the direction of Δr\Delta \vec{r}).

  • Instantaneous Velocity: This is the velocity at a specific moment. It's the rate of change of position:
    v=lim<em>Δt0ΔrΔt=drdt=v</em>xi^+v<em>yj^\vec{v}=\lim<em>_{\Delta t\to 0}\frac{\Delta \vec{r}}{\Delta t}=\frac{d\vec{r}}{dt}=v</em>x\hat{i}+v<em>y\hat{j} Here, v</em>xv</em>x is how fast it's moving in the x-direction (v<em>x=dxdtv<em>x=\frac{dx}{dt}), and v</em>yv</em>y is how fast it's moving in the y-direction (vy=dydtv_y=\frac{dy}{dt}).

  • The speed (magnitude of velocity) is v=v<em>x2+v</em>y2v=\sqrt{v<em>x^2+v</em>y^2}. The velocity vector always points along the path the object is taking.

Acceleration
  • Average Acceleration: \vec{a}__{avg}=\frac{\Delta \vec{v}}{\Delta t}.

  • Instantaneous Acceleration: This is the acceleration at a specific moment. It's the rate of change of velocity:
    a=dvdt=a<em>xi^+a</em>yj^\vec{a}=\frac{d\vec{v}}{dt}=a<em>x\hat{i}+a</em>y\hat{j}
    Here, a<em>xa<em>x is how fast the x-velocity changes (a</em>x=dv<em>xdta</em>x=\frac{dv<em>x}{dt}), and a</em>ya</em>y is how fast the y-velocity changes (a<em>y=dv</em>ydta<em>y=\frac{dv</em>y}{dt}).

  • In general, the direction of velocity v\vec{v} and acceleration a\vec{a} don't have to be the same. The angle between them can change from 00^\circ to 180180^\circ.

Motion with Constant Acceleration in 2-D
  • If the acceleration a\vec{a} is always the same, and you know the initial velocity v<em>0\vec{v}<em>0 and initial position r</em>0\vec{r}</em>0:

    • Velocity: v=v<em>0+at\vec{v}=\vec{v}<em>0+\vec{a}t (For parts: v</em>x=v<em>0x+a</em>xtv</em>x=v<em>{0x}+a</em>xt and v<em>y=v</em>0y+aytv<em>y=v</em>{0y}+a_yt).

    • Position: r=r<em>0+v</em>0t+12at2\vec{r}=\vec{r}<em>0+\vec{v}</em>0 t+\tfrac12 \vec{a} t^2 (The parts work the same way).

  • This kind of motion is like having two separate movements happening at the same time: one in the x-direction and one in the y-direction, both with steady acceleration.

Projectile Motion (Ignoring Air Resistance)
  • Starting: An object is launched with an initial speed v<em>0v<em>0 at an angle θ</em>0\theta</em>0 above the ground.

  • Acceleration: The only acceleration is due to gravity, pointing straight down: a<em>x=0a<em>x=0 (no horizontal acceleration), and a</em>y=ga</em>y=-g (vertical acceleration is negative because gravity pulls down).

Equations for Position and Velocity over Time
  • Position at time tt:
    x=(v<em>0cosθ</em>0)tx=(v<em>0\cos\theta</em>0)t
    y=(v<em>0sinθ</em>0)t12gt2y=(v<em>0\sin\theta</em>0)t-\tfrac12 g t^2

  • Velocity at time tt:
    v<em>x=v</em>0cosθ<em>0v<em>x=v</em>0\cos\theta<em>0 (This horizontal velocity stays constant) v</em>y=v<em>0sinθ</em>0gtv</em>y=v<em>0\sin\theta</em>0-g t (Vertical velocity changes due to gravity)

Path of the Object (Trajectory)
  • If you remove time tt from the position equations, you get the shape of the path, which is a parabola:
    y=xtanθ<em>0gx22v</em>02cos2θ0y= x\tan\theta<em>0- \frac{g x^2}{2 v</em>0^2 \cos^2\theta_0}

Important Results
  • Time to reach highest point: t<em>m=v</em>0sinθ0gt<em>m=\frac{v</em>0\sin\theta_0}{g}.

  • Total time in the air (flight time): T<em>f=2v</em>0sinθ<em>0g=2t</em>mT<em>f=\frac{2v</em>0\sin\theta<em>0}{g}=2t</em>m.

  • Maximum height reached: h<em>m=v</em>02sin2θ02gh<em>{m}=\frac{v</em>0^{2}\sin^{2}\theta_0}{2g}.

  • Horizontal distance traveled (range): R=v<em>02sin2θ</em>0gR=\frac{v<em>0^{2}\sin 2\theta</em>0}{g}. This distance is largest when launched at 4545^{\circ} (θ<em>0=45\theta<em>0=45^{\circ}), giving a maximum range of R</em>max=v02gR</em>{max}=\frac{v_0^{2}}{g}.

  • Complementary angles: Launching at angles like 3030^\circ and 6060^\circ (which add up to 9090^\circ) will give the same horizontal range.

Uniform Circular Motion (UCM)
  • An object moves at a steady speed vv around a circle with radius RR.

Angular Measurements
  • Angular distance: How much angle it has covered (Δθ\Delta\theta).

  • Angular speed: How fast the angle is changing (ω=ΔθΔt\omega=\frac{\Delta\theta}{\Delta t}).

  • Connection between linear and angular speed: v=Rωv=R \omega.

Acceleration towards the Center (Centripetal Acceleration)
  • Size (magnitude): ac=v2R=ω2R=4π2ν2Ra_c=\frac{v^2}{R}=\omega^2 R=4\pi^2\nu^2 R.

  • Direction: Always points towards the center of the circle (inward). Even though the speed is constant, the direction of velocity is always changing, so there's always an acceleration.

Period & Frequency
  • Period (T): The time it takes for one full circle: T=2πRvT=\frac{2\pi R}{v}.

  • Frequency (ν\nu): How many circles it completes per second: ν=1T\nu=\frac{1}{T}.

Worked Examples (Key Parts)
  • Mistake with umbrella in rain and wind (Example 3.1): Helps figure out how to hold an umbrella. The actual velocity makes you hold it at an angle of 1919^{\circ} east from straight up.

  • How the law of cosines/sines for vectors is found (Example 3.2).

  • Boat crossing a river with current (Example 3.3): The boat's actual speed is about 22km/h22\,\text{km/h}, and it drifts about 2323^{\circ} west of north.

  • Motion changing over time (Example 3.4): If position is given by r(t)=3ti^+2tj^+5t2k^\vec{r}(t)=3t\hat{i}+2t\hat{j}+5t^2\hat{k}, then velocity is v(t)=3i^+2j^+10tk^\vec{v}(t)=3\hat{i}+2\hat{j}+10t\hat{k} and acceleration is a=10k^\vec{a}=10\hat{k}. At t=1st=1\,\text{s}, the speed is 5m/s5\,\text{m/s} at an angle of 5353^{\circ} to the x-axis in the x-y plane.

  • Simple motion in a flat space with steady acceleration (Example 3.5): Calculates position, finds y-coordinate is 36 m when x is 84 m at 6 s, and speed is 26 m/s.

  • Projectile numbers (Examples 3.6–3.8): Shows real calculations for object launches and how complementary angles work.

  • Bug on a spinning record (Example 3.9): Finds angular speed (ω=0.44rad/s\omega=0.44\,\text{rad/s}), linear speed (v=5.3cm/sv=5.3\,\text{cm/s}), and acceleration (a=2.3cm/s2a=2.3\,\text{cm/s}^2).

Quick Look at Main Formulas
  • Multiplying by numbers: λA\lambda\vec{A}.

  • Adding vectors using their parts: R=(A<em>x+B</em>x)i^+(A<em>y+B</em>y)j^\vec{R}=(A<em>x+B</em>x)\hat{i}+(A<em>y+B</em>y)\hat{j}.

  • Motion with steady acceleration: v=v<em>0+at\vec{v}=\vec{v}<em>0+\vec{a}t, and r=r</em>0+v0t+12at2\vec{r}=\vec{r}</em>0+\vec{v}_0t+\tfrac12\vec{a}t^2.

  • Projectile motion: Max height h<em>m=v</em>02sin2θ<em>02gh<em>m=\frac{v</em>0^{2}\sin^{2}\theta<em>0}{2g}, Range R=v</em>02sin2θ<em>0gR=\frac{v</em>0^{2}\sin2\theta<em>0}{g}, Total flight time T</em>f=2v<em>0sinθ</em>0gT</em>f=\frac{2v<em>0\sin\theta</em>0}{g}.

  • Circular motion (UCM): Acceleration towards center ac=v2R=ω2Ra_c=\frac{v^2}{R}=\omega^2 R, Speed related to angular speed v=Rωv=R\omega, Angular speed related to frequency ω=2πν\omega=2\pi \nu.

Things to Think About (Important Ideas)
  • Path length vs. displacement: They are only the same if you move in one straight line without changing direction.

  • Average speed: It's always greater than or equal to the size of the average velocity.

  • Vector equations: The equations for motion with vectors don't care how you set up your x and y axes; you can break them into parts later.

  • UCM and constant acceleration: The equations for constant acceleration do not work for uniform circular motion because the direction of acceleration is always changing in UCM.

  • Resultant vs. relative velocity: Don't confuse adding velocities (v<em>1+v</em>2\vec{v}<em>1+\vec{v}</em>2) with finding how fast one object moves compared to another (v<em>12=v</em>1v2\vec{v}<em>{12}=\vec{v}</em>1-\vec{v}_2).

  • Centripetal direction: The acceleration points to the center only if the speed is constant.

  • Same acceleration, different paths: Gravity provides the same acceleration for dropping an object or throwing it like a projectile, but their paths look very different because of their initial positions and velocities.

Exercises to Practice (Snapshot for Review)
  • Telling apart scalars and vectors; understanding vector inequalities like ||\vec{A}+\vec{B}||<||\vec{A}|+||\vec{B}|| (the sum of two sides of a triangle is longer than the third side).

  • Finding displacement for skaters on a round rink, a driver taking a winding path, or a taxi driver cheating on distance vs. actual displacement.

  • Calculating limits for how far objects can be thrown into a ceiling or off a cliff; finding the maximum height of a cricket ball; speed when a stone hits the ground after being thrown off a cliff.

  • Circular motion: comparing centripetal acceleration to gravity's pull; problems about circle size and how fast it spins.

  • Breaking down vectors and finding their parts when the coordinate system