Study Notes

Physics 1: Vectors and Projectile Motion Essentials

Tirhas App
0 imports

Free ยท 2 imports included

Study Notes Preview

2 sections locked
Section 1

Physics 1: Vectors and Projectile Motion Essentials

STUDY GUIDE

๐ŸŽ“ Physics 1 Midterm - Study Guide

๐Ÿ“‹ Course Structure

code
๐Ÿ“š Physics 1 โ”œโ”€โ”€ ๐Ÿ“– Chapter 1: Vector Fundamentals โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Vector Representation and Components โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Vector Addition and Subtraction โ”‚ โ””โ”€โ”€ ๐Ÿ”น Component-wise Vector Operations โ”œโ”€โ”€ ๐Ÿ“– Chapter 2: Velocity and Acceleration as Vectors โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Velocity as a Vector โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Acceleration as a Vector โ”‚ โ””โ”€โ”€ ๐Ÿ”น Constant Acceleration Equations in 2D โ”œโ”€โ”€ ๐Ÿ“– Chapter 3: Projectile Motion โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Symmetric Projectile Motion โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Asymmetric Projectile Motion โ”‚ โ””โ”€โ”€ ๐Ÿ”น Projectile Motion in Electric Fields
Section 2

๐Ÿ“– Chapter 1: Vector Fundamentals

What this chapter covers: This chapter introduces vectors, their representation, and fundamental operations. It covers vector components, magnitude, direction, unit vectors, vector addition, and subtraction. Understanding these concepts is crucial for analyzing motion in two dimensions and solving related physics problems.

๐Ÿ”‘ Essential Concepts & Formulas

Concept/FormulaDefinition/EquationWhen to UseQuick Check
Vector Componentsa=(ax,ay)a = (a_x, a_y)Representing vectors in 2DEnsure components align with axes
Magnitude of a Vectorโˆฅaโˆฅ=ax2+ay2\lVert a \rVert = \sqrt{a_x^2 + a_y^2}Calculating vector lengthResult is non-negative
Direction of a Vectorฮธ=tanโกโˆ’1(ayax)\theta = \tan^{-1}(\frac{a_y}{a_x})Finding angle w/ x-axisCheck quadrant of angle
Unit Vectora^=aโˆฅaโˆฅ\hat{a} = \frac{a}{\lVert a \rVert}Normalizing a vectorMagnitude equals 1
Component Calculationax=โˆฅaโˆฅcosโก(ฮธ)a_x = \lVert a \rVert \cos(\theta), ay=โˆฅaโˆฅsinโก(ฮธ)a_y = \lVert a \rVert \sin(\theta)Finding components from magnitude and angleVerify ax2+ay2=โˆฅaโˆฅ2a_x^2 + a_y^2 = \lVert a \rVert^2
Vector Additiona+b=(ax+bx,ay+by)a + b = (a_x + b_x, a_y + b_y)Adding vectorsAdd corresponding components
Vector Subtractionaโˆ’b=(axโˆ’bx,ayโˆ’by)a - b = (a_x - b_x, a_y - b_y)Subtracting vectorsSubtract corresponding components

๐Ÿ› ๏ธ Problem Types

Type A: Finding Vector Components

Setup: "Given the magnitude and direction of a vector, determine its x and y components."

Method: Use the trigonometric relationships ax=โˆฅaโˆฅcosโก(ฮธ)a_x = \lVert a \rVert \cos(\theta) and ay=โˆฅaโˆฅsinโก(ฮธ)a_y = \lVert a \rVert \sin(\theta). Ensure the angle ฮธ\theta is measured correctly relative to the x-axis.

Example: A vector has a magnitude of 10 and makes an angle of 30 degrees with the x-axis. Find its x and y components. ax=10cosโก(30)=8.66a_x = 10 \cos(30) = 8.66, ay=10sinโก(30)=5a_y = 10 \sin(30) = 5.

Type B: Vector Addition and Resultant Vector

Setup: "Given two or more vectors, find their resultant vector (sum)."

Method: Break each vector into its x and y components. Add the x-components to find the x-component of the resultant vector, and add the y-components to find the y-component of the resultant vector. Then, find the magnitude and direction of the resultant vector.

Example: Vector A has components (3, 4) and Vector B has components (-1, 2). The resultant vector C has components (3 + (-1), 4 + 2) = (2, 6). The magnitude of C is โˆฅCโˆฅ=22+62=40\lVert C \rVert = \sqrt{2^2 + 6^2} = \sqrt{40}, and the direction is ฮธ=tanโกโˆ’1(62)=71.57\theta = \tan^{-1}(\frac{6}{2}) = 71.57 degrees.

๐Ÿงฎ Solved Example

Problem: Two forces, F1 and F2, act on an object. F1 has a magnitude of 5 N and acts at an angle of 37 degrees above the x-axis. F2 has a magnitude of 3 N and acts along the negative x-axis. Find the resultant force acting on the object.

Given: โˆฅF1โˆฅ=5โ€‰N\lVert F_1 \rVert = 5 \, \text{N}, ฮธ1=37โˆ˜\theta_1 = 37^\circ, โˆฅF2โˆฅ=3โ€‰N\lVert F_2 \rVert = 3 \, \text{N}, ฮธ2=180โˆ˜\theta_2 = 180^\circ

Steps:

  1. Calculate the x and y components of F1: F1x=5cosโก(37โˆ˜)โ‰ˆ4โ€‰NF_{1x} = 5 \cos(37^\circ) \approx 4 \, \text{N}, F1y=5sinโก(37โˆ˜)โ‰ˆ3โ€‰NF_{1y} = 5 \sin(37^\circ) \approx 3 \, \text{N}.
  2. Calculate the x and y components of F2: F2x=3cosโก(180โˆ˜)=โˆ’3โ€‰NF_{2x} = 3 \cos(180^\circ) = -3 \, \text{N}, F2y=3sinโก(180โˆ˜)=0โ€‰NF_{2y} = 3 \sin(180^\circ) = 0 \, \text{N}.
  3. Find the x and y components of the resultant force: Fx=F1x+F2x=4โˆ’3=1โ€‰NF_x = F_{1x} + F_{2x} = 4 - 3 = 1 \, \text{N}, Fy=F1y+F2y=3+0=3โ€‰NF_y = F_{1y} + F_{2y} = 3 + 0 = 3 \, \text{N}.
  4. Calculate the magnitude and direction of the resultant force: โˆฅFโˆฅ=Fx2+Fy2=12+32=10โ€‰Nโ‰ˆ3.16โ€‰N\lVert F \rVert = \sqrt{F_x^2 + F_y^2} = \sqrt{1^2 + 3^2} = \sqrt{10} \, \text{N} \approx 3.16 \, \text{N}, ฮธ=tanโกโˆ’1(31)โ‰ˆ71.6โˆ˜\theta = \tan^{-1}(\frac{3}{1}) \approx 71.6^\circ.
"
โœ…
Answer: The resultant force has a magnitude of approximately 3.16 N and acts at an angle of approximately 71.6 degrees above the x-axis.

โš ๏ธ Common Mistakes

โŒ Mistake 1: Incorrect Angle Measurement

โœ… How to avoid: Always measure angles with respect to the positive x-axis and pay attention to the quadrant in which the vector lies.

โŒ Mistake 2: Forgetting Vector Components

โœ… How to avoid: Always break vectors into their x and y components before performing addition or subtraction.

๐Ÿ’ก Study Tip

Practice converting between component form and magnitude/direction form. Use diagrams to visualize vector addition and subtraction.

๐Ÿ“– Chapter 2: Velocity and Acceleration as Vectors

What this chapter covers: This chapter extends the vector concepts to describe motion. It focuses on velocity and acceleration as vector quantities, their components, and how to use them in kinematic equations. Relative velocity is also discussed.

๐Ÿ”‘ Essential Concepts & Formulas

Concept/FormulaDefinition/EquationWhen to UseQuick Check
Velocity as a Vectorv=(vx,vy)v = (v_x, v_y)Representing velocity in 2DEnsure components align with axes
Speedโˆฅvโˆฅ=vx2+vy2\lVert v \rVert = \sqrt{v_x^2 + v_y^2}Calculating speed from velocityResult is non-negative
Acceleration as a Vectora=(ax,ay)a = (a_x, a_y)Representing acceleration in 2DEnsure components align with axes
Constant Acceleration Equations (x)vx=v0x+axtv_x = v_{0x} + a_x t, x=x0+v0xt+12axt2x = x_0 + v_{0x}t + \frac{1}{2}a_x t^2Motion with constant acceleration along xCheck units and reasonableness
Constant Acceleration Equations (y)vy=v0y+aytv_y = v_{0y} + a_y t, y=y0+v0yt+12ayt2y = y_0 + v_{0y}t + \frac{1}{2}a_y t^2Motion with constant acceleration along yCheck units and reasonableness

๐Ÿ› ๏ธ Problem Types

Type A: Relative Velocity

Setup: "An object is moving in a medium that is also moving (e.g., a boat crossing a river)."

Method: Use vector addition to find the resultant velocity of the object relative to a stationary observer. vresultant=vobject+vmediumv_{resultant} = v_{object} + v_{medium}.

Example: A boat is traveling east at 5 m/s across a river that is flowing south at 3 m/s. The resultant velocity of the boat is v=(5,โˆ’3)v = (5, -3). The magnitude is โˆฅvโˆฅ=52+(โˆ’3)2=34\lVert v \rVert = \sqrt{5^2 + (-3)^2} = \sqrt{34} m/s, and the direction is ฮธ=tanโกโˆ’1(โˆ’35)=โˆ’30.96\theta = \tan^{-1}(\frac{-3}{5}) = -30.96 degrees.

Type B: Constant Acceleration in 2D

Setup: "An object is moving with constant acceleration in two dimensions."

Method: Apply the constant acceleration equations to each component of motion independently. Use vx=v0x+axtv_x = v_{0x} + a_x t, x=x0+v0xt+12axt2x = x_0 + v_{0x}t + \frac{1}{2}a_x t^2, vy=v0y+aytv_y = v_{0y} + a_y t, and y=y0+v0yt+12ayt2y = y_0 + v_{0y}t + \frac{1}{2}a_y t^2.

Example: An object starts at (0, 0) with an initial velocity of (2, 3) m/s and a constant acceleration of (1, -1) m/sยฒ. After 2 seconds, the object's position is x=0+2(2)+12(1)(22)=6x = 0 + 2(2) + \frac{1}{2}(1)(2^2) = 6 m, and y=0+3(2)+12(โˆ’1)(22)=4y = 0 + 3(2) + \frac{1}{2}(-1)(2^2) = 4 m.

๐Ÿงฎ Solved Example

Problem: A projectile is launched with an initial velocity of 20 m/s at an angle of 60 degrees above the horizontal. Find the maximum height reached by the projectile and its range, assuming no air resistance.

Given: v0=20โ€‰m/sv_0 = 20 \, \text{m/s}, ฮธ=60โˆ˜\theta = 60^\circ, g=9.8โ€‰m/s2g = 9.8 \, \text{m/s}^2

Steps:

  1. Calculate the initial x and y components of the velocity: v0x=20cosโก(60โˆ˜)=10โ€‰m/sv_{0x} = 20 \cos(60^\circ) = 10 \, \text{m/s}, v0y=20sinโก(60โˆ˜)โ‰ˆ17.32โ€‰m/sv_{0y} = 20 \sin(60^\circ) \approx 17.32 \, \text{m/s}.
  2. Find the time to reach maximum height: At maximum height, vy=0v_y = 0, so 0=v0yโˆ’gt0 = v_{0y} - gt, which gives t=v0yg=17.329.8โ‰ˆ1.77โ€‰st = \frac{v_{0y}}{g} = \frac{17.32}{9.8} \approx 1.77 \, \text{s}.
  3. Calculate the maximum height: H=v0ytโˆ’12gt2=17.32(1.77)โˆ’12(9.8)(1.77)2โ‰ˆ15.3โ€‰mH = v_{0y}t - \frac{1}{2}gt^2 = 17.32(1.77) - \frac{1}{2}(9.8)(1.77)^2 \approx 15.3 \, \text{m}.
  4. Find the total time of flight: T=2t=2(1.77)โ‰ˆ3.54โ€‰sT = 2t = 2(1.77) \approx 3.54 \, \text{s}.
  5. Calculate the range: R=v0xT=10(3.54)โ‰ˆ35.4โ€‰mR = v_{0x}T = 10(3.54) \approx 35.4 \, \text{m}.
"
โœ…
Answer: The maximum height reached by the projectile is approximately 15.3 m, and its range is approximately 35.4 m.

โš ๏ธ Common Mistakes

โŒ Mistake 1: Incorrectly Applying Kinematic Equations

โœ… How to avoid: Ensure you are using the correct kinematic equation for the given situation and that you have all the necessary information.

โŒ Mistake 2: Ignoring Vector Components

โœ… How to avoid: Always consider the x and y components of velocity and acceleration when solving problems involving motion in two dimensions.

๐Ÿ’ก Study Tip

Practice breaking down velocity and acceleration into their components and applying the constant acceleration equations to each component independently.

๐Ÿ“– Chapter 3: Projectile Motion

What this chapter covers: This chapter delves into projectile motion, a specific case of 2D motion under constant gravitational acceleration. It covers symmetric and asymmetric projectile motion, range calculations, and the effects of electric fields on projectile motion.

๐Ÿ”‘ Essential Concepts & Formulas

Concept/FormulaDefinition/EquationWhen to UseQuick Check
Range (Symmetric)R=v02sinโก(2ฮธ)gR = \frac{v_0^2 \sin(2\theta)}{g}Projectile lands at same heightMax range at ฮธ=45โˆ˜\theta = 45^\circ
Max Height (Symmetric)H=v02sinโก2(ฮธ)2gH = \frac{v_0^2 \sin^2(\theta)}{2g}Projectile lands at same heightHeight is positive
Vertical Displacement (Asymmetric)ฮ”y=v0ytโˆ’12gt2\Delta y = v_{0y}t - \frac{1}{2}gt^2Projectile lands at different heightUse quadratic formula to solve for t
Horizontal Displacementฮ”x=v0xt\Delta x = v_{0x}tProjectile motionConstant horizontal velocity
Force due to Electric FieldF=qEF = qECharged particle in electric fieldForce is in direction of E for + charge
Acceleration due to Electric Fielda=qEma = \frac{qE}{m}Charged particle in electric fieldConstant acceleration

๐Ÿ› ๏ธ Problem Types

Type A: Symmetric Projectile Motion

Setup: "A projectile is launched from and lands at the same height."

Method: Use the range and maximum height formulas directly. R=v02sinโก(2ฮธ)gR = \frac{v_0^2 \sin(2\theta)}{g} and H=v02sinโก2(ฮธ)2gH = \frac{v_0^2 \sin^2(\theta)}{2g}.

Example: A ball is thrown with an initial velocity of 15 m/s at an angle of 40 degrees. The range is R=152sinโก(2โ‹…40)9.8โ‰ˆ22.06R = \frac{15^2 \sin(2 \cdot 40)}{9.8} \approx 22.06 m, and the maximum height is H=152sinโก2(40)2โ‹…9.8โ‰ˆ4.67H = \frac{15^2 \sin^2(40)}{2 \cdot 9.8} \approx 4.67 m.

Type B: Asymmetric Projectile Motion

Setup: "A projectile is launched from one height and lands at a different height."

Method: Break the motion into horizontal and vertical components. Use the constant acceleration equations to solve for the unknowns. Solve for time using vertical motion, then use that time to find the horizontal range.

Example: A ball is thrown horizontally from a height of 10 m with an initial velocity of 8 m/s. The time to hit the ground is found from 10=12(9.8)t210 = \frac{1}{2}(9.8)t^2, so tโ‰ˆ1.43t \approx 1.43 s. The horizontal range is R=8(1.43)โ‰ˆ11.44R = 8(1.43) \approx 11.44 m.

Type C: Projectile Motion in Electric Fields

Setup: "A charged particle moves through a constant electric field."

Method: Calculate the force on the particle using F=qEF = qE, then find the acceleration using a=qEma = \frac{qE}{m}. Apply the constant acceleration equations to find the trajectory of the particle.

Example: An electron (q = -1.6 x 10โˆ’1910^{-19} C, m = 9.11 x 10โˆ’3110^{-31} kg) enters a uniform electric field of 100 N/C. The acceleration is a=(โˆ’1.6ร—10โˆ’19)(100)9.11ร—10โˆ’31โ‰ˆโˆ’1.76ร—1013a = \frac{(-1.6 \times 10^{-19})(100)}{9.11 \times 10^{-31}} \approx -1.76 \times 10^{13} m/sยฒ.

๐Ÿงฎ Solved Example

Problem: A projectile is launched from the ground with an initial velocity of 25 m/s at an angle of 30 degrees above the horizontal. Find the time of flight, range, and maximum height.

Given: v0=25โ€‰m/sv_0 = 25 \, \text{m/s}, ฮธ=30โˆ˜\theta = 30^\circ, g=9.8โ€‰m/s2g = 9.8 \, \text{m/s}^2

Steps:

  1. Calculate the initial x and y components of the velocity: v0x=25cosโก(30โˆ˜)โ‰ˆ21.65โ€‰m/sv_{0x} = 25 \cos(30^\circ) \approx 21.65 \, \text{m/s}, v0y=25sinโก(30โˆ˜)=12.5โ€‰m/sv_{0y} = 25 \sin(30^\circ) = 12.5 \, \text{m/s}.
  2. Find the time to reach maximum height: At maximum height, vy=0v_y = 0, so 0=v0yโˆ’gt0 = v_{0y} - gt, which gives t=v0yg=12.59.8โ‰ˆ1.28โ€‰st = \frac{v_{0y}}{g} = \frac{12.5}{9.8} \approx 1.28 \, \text{s}.
  3. Calculate the total time of flight: T=2t=2(1.28)โ‰ˆ2.55โ€‰sT = 2t = 2(1.28) \approx 2.55 \, \text{s}.
  4. Calculate the range: R=v0xT=21.65(2.55)โ‰ˆ55.2โ€‰mR = v_{0x}T = 21.65(2.55) \approx 55.2 \, \text{m}.
  5. Calculate the maximum height: H=v0ytโˆ’12gt2=12.5(1.28)โˆ’12(9.8)(1.28)2โ‰ˆ8.0โ€‰mH = v_{0y}t - \frac{1}{2}gt^2 = 12.5(1.28) - \frac{1}{2}(9.8)(1.28)^2 \approx 8.0 \, \text{m}.
"
โœ…
Answer: The time of flight is approximately 2.55 s, the range is approximately 55.2 m, and the maximum height is approximately 8.0 m.

โš ๏ธ Common Mistakes

โŒ Mistake 1: Using Symmetric Range Formula for Asymmetric Problems

โœ… How to avoid: Recognize when the launch and landing heights are different and use the full kinematic equations.

โŒ Mistake 2: Incorrectly Applying Electric Field Equations

โœ… How to avoid: Ensure you use the correct sign for the charge and understand the direction of the electric field.

๐Ÿ’ก Study Tip

Practice a variety of projectile motion problems, including both symmetric and asymmetric cases. Pay attention to the initial conditions and the forces acting on the object.

2 more sections

Create a free account to import and read the full study notes โ€” all 4 sections.

No credit card ยท 2 free imports included

    Physics 1: Vectors and Projectile Motion Essentials โ€” Cheatsheet | Evrika | Evrika Study