
Originally Posted by
becky Suppose air temp. is T (degrees F) and wind speed is v (mph). Then the equivalent windchill temp. is given by the function
W(v) = T if 0 <=v<=4
91.4 + (91.4-T)(.0203v -.304sqrt v - .474) if 4<v<45
1.6T -55 if v>=45
For T=30 degrees F, what wind speed corresponds to a windchill temp. of 0 degrees F?
I assume in this problem that I would set the second equation (beginning with 91.4 +(91.4-T), to 0 and solve for v, but that approaches isn't working very well so far. Am I wrong in my approach to the solution?