Relative Velocity: Difference between revisions

From Physics Book
Jump to navigation Jump to search
Line 21: Line 21:
==Examples==
==Examples==


===1. (Middling)===
===1. (Simple)===


An airplane is flying with a velocity of <math>\left \langle {150,20,0} \right \rangle</math> km/h relative to the air. The wind is moving with a velocity of <math>\left \langle {-25,0,-10} \right \rangle</math> km/h relative to the ground. What is the velocity of the plane relative to the ground?
An airplane is flying with a velocity of <math>\left \langle {150,20,0} \right \rangle</math> km/h relative to the air. It is a windy day, so the air is moving with a velocity of <math>\left \langle {-25,0,-10} \right \rangle</math> km/h relative to the ground. What is the velocity of the plane relative to the ground?


Answer:
Answer:

Revision as of 14:24, 9 August 2019

This page defines and describes relative velocity.

The Main Idea

Velocity is a relative property, meaning that its value depends on the frame of reference from which it is observed and has no absolute "true" or "correct" value. This is because the position and therefore velocity of an object can only be defined relative to some coordinate system determined by the frame of reference chosen to model the situation. If two frames of reference are not moving with respect to each other, they will observe the same velocity for a given particle (even if their origins lie in different places), but if two frames of reference are moving with respect to each other, they will observe different velocity values for the same particle.

Consider a car driving down the highway. Suppose you want to determine the velocity of its driver. To do this, you must choose a frame of reference. You might choose the road, in which case the driver might have a velocity of 60mph in the northerly direction. However, you might also choose the car itself, in which case the driver would be at rest. The driver's position within the car does not change over time, so the velocity of the driver relative to the car is 0. You might even choose the center of the earth as a frame of reference, in which case the velocity of the driver would be more than 1000mph in the easterly direction due to the rotation of the earth (plus 60mph in the northerly direction because of the car's movement along the highway). The universe does not have a "natural" or "true" reference frame, so no choice of reference frame or observed velocity is more objectively correct than any other. That said, depending on why you want to know the driver's velocity, one choice of reference frame might be more useful to you than others for your specific situation. For example, if you are trying to determine how much danger the driver would be in in the event of a collision with a tree, you would want to know their velocity relative to that tree (which would be the same as their velocity relative to the road because the tree and the road are not moving with respect to each other). However, if you are trying to determine how much danger the driver would be in in the event of a collision with another car, you would want to know their velocity relative to that other car, which might be very low if the other car is traveling in the same direction or very high if the other car is traveling in the opposite direction.

A Mathematical Model

Observers in different reference frames may observe different velocities for the same particle, but that doesn't mean the two observations are unrelated to each other or cannot be compared. An equation exists that describes the relationship between velocities measured in different frames. That way, a velocity measured in one frame can be transformed to what it would be in another frame.

Consider two frames of reference: [math]\displaystyle{ F }[/math] and [math]\displaystyle{ F' }[/math]. Frame [math]\displaystyle{ F' }[/math] is moving with a constant velocity [math]\displaystyle{ \vec{v} }[/math] relative to [math]\displaystyle{ F }[/math] (meaning [math]\displaystyle{ F }[/math] is moving with a constant velocity [math]\displaystyle{ -\vec{v} }[/math] relative to [math]\displaystyle{ F' }[/math]). A particle has a velocity [math]\displaystyle{ \vec{u} }[/math] in frame [math]\displaystyle{ F }[/math] and a velocity [math]\displaystyle{ \vec{u}' }[/math] in frame [math]\displaystyle{ F' }[/math]. The following relationship exists between [math]\displaystyle{ \vec{u} }[/math] and [math]\displaystyle{ \vec{u}' }[/math]:

[math]\displaystyle{ \vec{u} = \vec{u}' + \vec{v} }[/math]

This equation is the result of the Galilean Transformation Equations, a set of equations that gives the relationship between position vectors in different frames of reference. It should make some amount of intuitive sense. Consider the example mentioned in the "main idea" section: A driver in a car driving north on a highway at 60mph. Let us say frame [math]\displaystyle{ F }[/math] is the road and [math]\displaystyle{ F' }[/math] is the car. [math]\displaystyle{ \vec{v} }[/math], the velocity of [math]\displaystyle{ F' }[/math] relative to [math]\displaystyle{ F }[/math], is therefore 60mph north. It makes geometric sense that the velocity of the driver relative to the road is 60mph north plus the velocity of the driver relative to the car (which for this particular example would be 0 if we assume safe driving habits).

Examples

1. (Simple)

An airplane is flying with a velocity of [math]\displaystyle{ \left \langle {150,20,0} \right \rangle }[/math] km/h relative to the air. It is a windy day, so the air is moving with a velocity of [math]\displaystyle{ \left \langle {-25,0,-10} \right \rangle }[/math] km/h relative to the ground. What is the velocity of the plane relative to the ground?

Answer:

[math]\displaystyle{ \vec{v}_{PG} = \left \langle {150,20,0} \right \rangle + \left \langle {-25,0,-10} \right \rangle }[/math]

[math]\displaystyle{ \vec{v}_{PG} = \left \langle {125,20,-10} \right \rangle }[/math]

2. (Middling)

A boat is moving straight across a river with a velocity of [math]\displaystyle{ \vec{v}_{BW} }[/math] relative to the water. The river has a current flowing perpendicular to the boat which has a velocity of [math]\displaystyle{ \vec{v}_{WE} }[/math] relative to the earth. The velocity of the boat relative to the Earth can be found using vector addition and the bearing of the boat can be found using trig relations:

[math]\displaystyle{ \vec{v}_{BE} = \vec{v}_{BW} + \vec{v}_{WE} }[/math]

[math]\displaystyle{ \Theta = \arctan \frac{\left \Vert \vec{v}_{WE} \right \|}{\left \Vert \vec{v}_{BW} \right \|} }[/math]

Suppose the boat is moving straight across the river with a velocity of 37 m/s relative to the water and the current is moving downstream and perpendicular to the boat with a velocity of 4 m/s relative to the earth. What is the velocity of the boat relative to the earth and what is its bearing?

Answer:

[math]\displaystyle{ \vec{v}_{BE} = \left \langle {37,0,0} \right \rangle + \left \langle {0,-4,0} \right \rangle }[/math]

[math]\displaystyle{ \vec{v}_{BE} = \left \langle {37,-4,0} \right \rangle }[/math]

[math]\displaystyle{ \Theta = \arctan \frac{4}{37} }[/math]

[math]\displaystyle{ \Theta = 6.17018^\circ }[/math]

See also

External links

HyperPhysics: Relative Motion

References

HyperPhysics: Relative Motion

Example from Frame of Reference