Posted by micheal on Wednesday, February 22, 2012 at 8:39pm.
You can just use basic Trig a few times.
First, find x1 and y1 (I’m defining these as the x and y components of the first triangle, the one where a is the hypotenuse. I drew them in green in the diagram above).
x1 = 175*cos(30)
y1 = 175*sin(30)
You can do the same thing for the next triangle, where 150 is the hypotenuse. I’ll call the components x2 and y2. (This triangle is orange.)
x2 = 150*sin(20)
y2= 150*cos(20)
(Note that because of the orientation of this triangle, you have the rare case where the horizontal component is sine, and the vertical component is cosine.)
Now I’m going to define a new point, let’s call it Z. This is the point between C and B where the line crosses the y-axis. If you want to find CO, you first need to find CZ and ZO. You now have everything to do this.
CZ = 190 – (x1-x2) [draw some dotted lines across the triangles to see why this is]
CZ = 190 – (175*cos(30) – 150*sin(20))
CZ = 89.75
OZ = y1 + y2
OZ = 175*sin(30) + 150*cos(20)
OZ = 228.45
Now you can find CO by using Pythagorean Theorem.
CO^2 = CZ^2 + OZ^2
CO^2 = 89.75^2 + 228.45^2
CO = 245
Lastly, you need to find the angle. You just use Trig to do this.
So the new position is 245 km away, 21.5 degrees West of North.
Related Questions
Physics - A commuter airplane starts from an airport and takes the route shown ...
science - a commuter plane starts from an airport and takes the route whereby it...
English - 1. I'm excited because I get on the airplane for the first time. 2...
Can't understand trig problem - An airplane left an airport and flew east ...
physics - A small turbo-prop commuter airplane, starting from rest on a ...
trig - A plane is flying at an elevation of 30000 feet. It is within sight of ...
ALGEBRA 2 - A plane takes off from an aiport and flies east at a speed of 350 mi...
physics - A regional airline flight consists of two legs with an intermediate ...
math - Every day a commuter takes a train that arrives at her station at ...
math - At 3 pm a plane left the airport for LA traveling at 600 mph. At 3:30, ...
For Further Reading