Results 1 to 16 of 16

Thread: Fahrenheit To Kelvin

  1. #1

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336

    Fahrenheit To Kelvin

    Anyone know the math to convert Fahrenheit to Kelvin?

    I could also use Celcius To Kelvin, Kelvin to Fahrenheit, and Kelvin to Celcius

    Thanks!!!!
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Fahrenheit To Kelvin


  3. #3

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336

    Re: Fahrenheit To Kelvin

    Hmm, I don't need a program to do it for me... I need to know the math involved for my own program. I couldn't find any source code on that site..only compiled programs.
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  4. #4
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536

    Re: Fahrenheit To Kelvin

    This world is not my home. I'm just passing through.

  5. #5
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536

    Re: Fahrenheit To Kelvin

    This world is not my home. I'm just passing through.

  6. #6
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

  7. #7
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Fahrenheit To Kelvin

    Arc,

    there are 4 scales for measuring temperatures, 1 = Celsius, 2 = Farenheit, 3 = Raumer ( i dont know if i spelt it correctly) and 4 = Kelvin.

    for first 3 scales:

    1 = celsius = Freezing point water is 0o and Boiling Point is 100o

    2 = farenheit = Freezing point water is 32o and Boiling Point is 212o

    3 = raumer = Freezing point water is 0o and Boiling Point is 80o

    so, let C, F and R be degrees you want to calculate (or for conversion) then
    Code:
    (C - 0)              (F - 32)                    (R - 0)
    -------      =       ----------          =     ----------
    (100 - 0)           (212 - 32)                 (80 - 0)
    so,
    Code:
         C                F - 32                  R
    --------    =        ---------     =     ---------
        5                    9                   4    (thnx Rassis)
    and finally the 4th scale i.e. Kelvin
    Code:
       K = C + 273
    hope it helps.
    Last edited by Harsh Gupta; Nov 10th, 2005 at 08:24 AM.
    Show Appreciation. Rate Posts.

  8. #8

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336

    Re: Fahrenheit To Kelvin

    Thanks guys. Although none of the examples gave me exactly what I needed, they did make me realise I had to figure it out for myslef heh. I already had the Fahrenheit to celcius and celcius to fahreniet and celcius to Kelvin, but the rest were just a matter of figuring out how those three worked and making up my own math for it.
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  9. #9
    Lively Member
    Join Date
    Aug 2005
    Posts
    74

    Re: Fahrenheit To Kelvin

    K = ° F + 459.67 * 5 / 9
    K = 5/9 (° F - 32) + 273.15

    http://en.wikipedia.org/wiki/Tempera...rsion_formulas
    Last edited by geroldsh; Nov 10th, 2005 at 09:33 PM.

  10. #10
    Addicted Member Rassis's Avatar
    Join Date
    Jun 2004
    Location
    Lisbon
    Posts
    248

    Re: Fahrenheit To Kelvin

    Quote Originally Posted by geroldsh
    Fahrenheit + 459.67 * 5 / 9


    K = 255.22 + 5/9 F
    Last edited by Rassis; Nov 11th, 2005 at 04:37 AM.
    ...este projecto dos Deuses que os homens teimam em arruinar...

  11. #11
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Fahrenheit To Kelvin

    Quote Originally Posted by Harsh Gupta
    Raumer ( i dont know if i spelt it correctly)
    FYI, I think it's Reaumur
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  12. #12
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Fahrenheit To Kelvin

    Quote Originally Posted by krtxmrtz
    FYI, I think it's Reaumur
    correct
    Show Appreciation. Rate Posts.

  13. #13
    Addicted Member Rassis's Avatar
    Join Date
    Jun 2004
    Location
    Lisbon
    Posts
    248

    Re: Fahrenheit To Kelvin

    Réaumur more precisely.
    ...este projecto dos Deuses que os homens teimam em arruinar...

  14. #14
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Fahrenheit To Kelvin

    Quote Originally Posted by Rassis
    Réaumur more precisely.
    Oh, is it a French name?
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  15. #15
    Addicted Member Rassis's Avatar
    Join Date
    Jun 2004
    Location
    Lisbon
    Posts
    248

    Re: Fahrenheit To Kelvin

    Né à La Rochelle en 1683, René Antoine Ferchault de Réaumur poursuit ses études d'abord dans sa ville natale, puis à Poitiers et à Bourges. Après s'être un temps intéressé au droit, il s'oriente...

    Visit this site to know more:
    http://www.infoscience.fr/histoire/b...ph.php3?Ref=55
    ...este projecto dos Deuses que os homens teimam em arruinar...

  16. #16
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Fahrenheit To Kelvin

    Tres interessant... obrigado.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width