Converting Fahrenheit
|
When one goes to a physician visit the first thing the nurse shall do to put thermometer under the tongue. That is to take the body temperature. A reading of 97-98 degree is considered normal. Now the question arises about the unit/scale of the temperature reading. Various scales/units are used to represent temperature measurements. The instrument like thermometer used to measure the temperature is calibrated to represent a particular unit.
Though a temperature measurement is represented in different units it represents the same thing. That is why a unit conversion is needed to convert from one unit to other unit. The temperature can be represented in four units Fahrenheit (0F), Celsius (0C), Kelvin (0K), or Rankine (0R). Body temperature of 97-98 degree mentioned above is actually in 0F. The Celsius is calibrated so that 0 0C means the freezing point of water when liquid water changes to ice) and 100 0C means the boiling point of water when liquid water changes to steam. The freezing point of water in Fahrenheit is 32 0F, in Kelvin is 273.15 0K and in Rankine is 459.67 0R. By definition 0 0K, 0 0R, -273.15 0C, -523.67 0F are called absolute zero temperature. In USA Kelvin is used as absolute temperature. The Rankine is not used in USA.
There are equations for converting Fahrenheit scale to other scales. The same equations can also be used to convert other temperature scales to Fahrenheit scale. The following equations are used for conversion:
C/5 = (F – 32)/9…………..(1) C = K – 273.15 ………… (2). C = (R – 491.67)(5/9) …… (3) From equation (1) we can get the other equation for converting Fahrenheit to Celsius C = (5/9) (F – 32) (4) K = C + 273.15 = (5/9) (F-32) + 273.15 (5) R = (C + 491.67)(9/5) = F + 459.67 (6) So, Equation (4) converts Fahrenheit to Celsius Equation (5) converts Fahrenheit to Kelvin Equation (6) converts Fahrenheit to Rankine One can code the above equations in a calculator so that an input value of 0F shall give equivalent output in 0C, 0K, and 0R, There are many web pages that also provide buttons for input value in 0F and generates outputs in 0C, 0K, and 0R. Below is provided a chart to compare temperature values in different scales: Celsius -50 0 100 Fahrenheit -58 32 212 Kelvin K 223.15 273.15 373.15 Rankine 401.67 491.67 671.67 |
|||
|
|
|||
No Responses to Converting Fahrenheit