Understanding Resultant Velocity
* Velocity: Velocity describes both the speed and direction of an object's motion.
* Resultant Velocity: This is the overall velocity of an object when it's experiencing multiple velocities simultaneously. Think of it as the "net" velocity.
Methods to Find Resultant Velocity
1. Vector Addition (Graphical Method):
* Represent Velocities as Vectors: Draw each velocity as an arrow. The arrow's length represents the magnitude (speed) and its direction points in the direction of motion.
* Tail-to-Head Placement: Place the tail of the second vector at the head of the first vector.
* Draw the Resultant: Draw a new vector from the tail of the first vector to the head of the last vector. This represents the resultant velocity.
* Measure the Resultant: Use a ruler and protractor to determine the magnitude (length) and direction of the resultant vector.
2. Vector Addition (Mathematical Method):
* Break Velocities into Components: Resolve each velocity into horizontal (x) and vertical (y) components. You'll use trigonometry (sine, cosine) for this.
* Add Components: Add the x-components together and the y-components together.
* Find Magnitude: Use the Pythagorean theorem to calculate the magnitude of the resultant vector:
* `Magnitude = √( (Σx)² + (Σy)² )`
* Find Direction: Use the arctangent function to find the angle (direction) of the resultant:
* `Angle = arctan(Σy / Σx)`
Examples
Example 1: Boat and Current
* A boat travels at 10 km/h due east. A current is flowing at 5 km/h due south.
* Graphical: Draw the boat's velocity as a 10 km/h arrow east, and the current's velocity as a 5 km/h arrow south. Connect the tail of the current vector to the head of the boat vector. The resultant vector points southeast.
* Mathematical:
* Boat velocity (x, y) = (10, 0)
* Current velocity (x, y) = (0, -5)
* Resultant velocity (x, y) = (10, -5)
* Magnitude = √(10² + (-5)²) ≈ 11.2 km/h
* Angle = arctan(-5 / 10) ≈ -26.6° (south of east)
Example 2: Projectile Motion
* A ball is launched at 20 m/s at a 30° angle above the horizontal.
* Graphical: Break the initial velocity into horizontal (x) and vertical (y) components. The horizontal component will remain constant. The vertical component will change due to gravity.
* Mathematical:
* Initial velocity (x, y) = (20 * cos(30°), 20 * sin(30°)) = (17.32, 10)
* You'll need to account for changes in the vertical velocity over time due to gravity.
Key Points
* Direction is Crucial: Velocity is a vector quantity, so both speed and direction are important.
* Multiple Velocities: Resultant velocity applies when an object is experiencing more than one velocity simultaneously.
* Trigonometry: Using sine, cosine, and tangent is often necessary for resolving vectors into components.
Let me know if you have any specific situations you'd like to work through!