SOLUTION: The wind chill factor represents the equivalent air temperature at a standard wind speed that would produce the same heat loss as the given temperature and wind speed. One formula

Algebra.Com
Question 1208108: The wind chill factor represents the equivalent air temperature at a standard wind speed that would produce the same heat loss as the given temperature and wind speed. One formula for computing the equivalent temperature is given below.

Let W = a piecewise function.

Top portion: t if 0 <= v < 1.79
Middle portion:
33 - [(10.45 + 10sqrt{v} - v)(33 - t)]/(22.04)
if 1.79 <= v <= 20
Bottom portion: 33 - 1.5958(33 - t) if v > 20
where v represents the wind speed (in meters per second) and t represents the air temperature (°C).
Compute the wind chill for the following:
(a) An air temperature of 10°C and a wind speed of 5 m/sec
(b) An air temperature of 10°C and a wind speed of 25 m/sec

Found 2 solutions by Boreal, math_tutor2020:
Answer by Boreal(15235)   (Show Source): You can put this solution on YOUR website!
a. 33- (10.45+10sqrt(5)-5)(23)/22.04) =33-29.02 or 3.98 C (4 C)
b. 33-1.5958(23)=-3.70 C.

Answer by math_tutor2020(3817)   (Show Source): You can put this solution on YOUR website!

Piecewise functions can be a strange beast.
I think of them as a Frankenstein's monster because we glue together various parts of other functions.

The function will change its identity based on what the input is.
The input in this case is variable v (t is the parameter and appears to be fixed to t = 10).

We have 3 scenarios-------------------------------------------------------------------------

Part (a)

t = 10
v = 5

v = 5 fits the interval 1.79 <= v <= 20, so we use the middle piece.

W(v) = 33 - (10.45 + 10*sqrt(v) - v)*(33-t)/22.04
W(5) = 33 - (10.45 + 10*sqrt(5) - 5)*(33-10)/22.04
W(5) = 3.977965752044
W(5) = 3.98
The wind chill is approximately 3.98 degrees Celsius.

-------------------------------------------------------------------------

Part (b)

This time we have
t = 10
v = 25

v = 25 fits the interval v > 20 aka 20 < v < infinity.
So we'll use the 3rd piece of this piecewise function.

W(v) = 33 - 1.5958(33-t)
W(25) = 33 - 1.5958(33-10)
W(25) = -3.7034
The wind chill is roughly -3.7034 degrees Celsius.


Side notes:
10 degrees Celsius = 50 degrees Fahrenheit
3.98 degrees Celsius = 39.164 degrees Fahrenheit
-3.7034 degrees Celsius = 25.33388 degrees Fahrenheit
5 m/s = 18 km/hr = 11.1846815 mph
25 m/s = 90 km/hr = 55.9234073 mph
The decimal values are approximate.

RELATED QUESTIONS

The wind chill factor represents the equivalent air temperature at a standard wind speed... (answered by Fombitz)
The wind chill factor represents the equivalent air temperature at a standard wind speed... (answered by ikleyn)
The wind chill factor represents the equivalent air temperature at a standard wind speed... (answered by solver91311)
A plane can fly 36 miles with the wind, in the same amount of time that it can fly 12... (answered by askmemath)
Find the wind chill temperture if the actual temperture is -5F and the wind speed is 35... (answered by ewatrrr)
DONT DO THIS ONE 107. Wind chill. The wind chill temperature W (how cold the air feels) (answered by ankor@dixie-net.com)
A plane can travel 640 miles against the wind in the same time it can travel 800 miles... (answered by nerdybill)
Please help with the following: The formula to find the wind chill temperature is given... (answered by rdmof6)
I am having trouble with a problem. W=91.4-(10.5+6.7\/v -0.45v)(457-5t) (answered by richwmiller)