Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
183_notes:examples:relativemotion [2014/07/11 02:39] – [Solution] caballero | 183_notes:examples:relativemotion [2014/11/16 08:05] (current) – pwirving | ||
---|---|---|---|
Line 14: | Line 14: | ||
=== Lacking === | === Lacking === | ||
- | * The top speed of a Boeing 747 is unknown, but can be [[http:// | + | * The top speed of a Boeing 747 is unknown, but can be [[http:// |
=== Approximations & Assumptions === | === Approximations & Assumptions === | ||
Line 26: | Line 26: | ||
* The velocities of the plane relative to the air, the air relative to the ground, and the plane relative to the ground are represented in the following diagram. | * The velocities of the plane relative to the air, the air relative to the ground, and the plane relative to the ground are represented in the following diagram. | ||
- | <WRAP todo>Add vector addition diagram</ | + | {{ 183_notes: |
* The relative velocity equation for three objects is: →vA/C=→vA/B+→vB/C where →vA/C is the velocity of object A with respect to object C, etc. | * The relative velocity equation for three objects is: →vA/C=→vA/B+→vB/C where →vA/C is the velocity of object A with respect to object C, etc. | ||
- | |||
==== Solution ==== | ==== Solution ==== | ||
Line 41: | Line 40: | ||
We can break this vector equation into two scalar equations: | We can break this vector equation into two scalar equations: | ||
- | $$-|v_{p/ | + | −|vp/g|=|vp/a|vp/a,x |
- | $$0=|v_{p/ | + | 0=|vp/a|vp/a,y−|va/g| |
+ | |||
+ | where vp/a,x and vp/a,y are the components of the unit vector in the direction of the velocity of the plane with respect to the air. Thus, they satisfy this equation. | ||
+ | |||
+ | v2p/a,x+v2p/a,y=1 | ||
+ | |||
+ | You can rewrite the above equation by using what the unit vector components are equal to (in the previous two equations), | ||
+ | |||
+ | |||
+ | (−|vp/g||vp/a|)2+(|va/g||vp/a|)2=1 | ||
+ | |vp/g|2+|va/g|2=|vp/a|2 | ||
+ | |||
+ | So, the speed that the plane has with respect to the ground is slower than its air speed, which agrees with the representation above. | ||
+ | |vp/g|=√(|vp/a|2−|va/g|2)=√(255ms)2−(10ms)2=225ms | ||
+ | |||
+ | The angle the compass should read can be determined from the above representation. The tangent of the angle (as measured from the negative x-axis is given by, | ||
+ | |||
+ | tanθ=|va/g||vp/g| | ||
+ | |||
+ | Hence, | ||
+ | |||
+ | θ=tan−1(|va/g||vp/g|)=tan−1(10ms225ms)=2.5∘ | ||
+ | |||
+ | which is 2.5∘ north of west or 177.5∘ from east measured counterclockwise. | ||
+ | |||
+ |