An airplane took 3 hours to fly 600 miles against a headwind. The return trip with the wind took 2 hours. Find the speed of the plane in still air and the speed of the wind?

2 Answers
Nov 14, 2017

Speed of the plane: 250 mph
Speed of the wind: 50 mph

Explanation:

Let p = the speed of the plane
and w = the speed of the wind

It takes the plane 3 hours to go 600 miles when against the headwind and 2 hours to go 600 miles with the headwind. So we set up a system of equations.

#(600mi)/(3hr) = p - w#

#(600mi)/(2hr) = p + w#

Solving for the left sides we get:

200mph = p - w

300mph = p + w

Now solve for one variable in either equation. I'll solve for x in the first equation:

200mph = p - w

Add w to both sides:
p = 200mph + w

Now we can substitute the x that we found in the first equation into the second equation so we can solve for w:

300mph = (200mph + w) + w

Combine like terms:
300mph = 200mph + 2w

Subtract 200mph on both sides:
100mph = 2w

Divide by 2:
50mph = w

So the speed of the wind is 50mph.
Now plug the value we just found back in to either equation to find the speed of the plane, I'll plug it into the first equation:

200mph = p - 50mph

Add 50mph on both sides:
250mph = p

So the speed of the plane in still air is 250mph.

Nov 14, 2017

Ahhh, yes. Relative wind problems. There was a time when I had to do these in my head, while flying the plane.

Anyway, you have 2 equations in 2 unknowns. Let p be the plane's velocity, and w be the wind speed.

And remember, d=rt, where d = distance, r = rate, and t = time.

This lets you write your 2 equations. The rate on the upwind leg is
#p - w#, and the rate going downwind is #p + w#

so you can write:
#600 = (p - w)3# , and:
#600 = (p + w)2#

or:

#3p - 3w = 600#
#2p + 2w = 600#

Let's take the second equation, and write w as a function of p.

#2w = 600 - 2p#
#w = 300 - p#

...now substitute this back in the first equation:

#3p - 3(300 - p) = 600#
#3p - 900 + 3p = 600#
#6p = 1500#
#p = 250#

now, go back to the derivation we had for w:

#w = 300 - 250#
#w = 50#

CHECK YOUR WORK:

Going downwind, your speed is 300.
Once again, using #d = rt#, #600 = 300(t)#, so t = 2, which matches what we have in the problem statement: flying downwind takes 2 hours.

Upwind, your speed is 200.

#600 = 200(t)#, so #t = 600/200 = 3#, so upwind takes 3 hours, which checks out, too.

GOOD LUCK.