+ Reply to Thread
Results 1 to 6 of 6

Extrapolation Calculator

  1. #1
    Registered User
    Join Date
    06-10-2014
    Posts
    1

    Extrapolation Calculator

    Good day

    Can u please help me with extrapolating these figure. I have attached the table with the values and have a red font for what I need help on.
    I need to increase the cylinder filling temperature from 40deg.celcius to 50deg.celcius if possible. Can you also foward literature if you have any, to support this exercise.

    O2 Cylinder filling.xls

  2. #2
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Extrapolation Calculator

    Quote Originally Posted by sinikiwep View Post
    Can u please help me with extrapolating these figure. I have attached the table with the values and have a red font for what I need help on. [....] Attachment 324206
    Put the following formula into B25:

    =FORECAST(A25,$B$4:$B$24,$A$4:$A$24)

    Note: I do not recommend using FORECAST or any method of extrapolation arbitrarily. Before I used FORECAST, I charted the values in A4:A24 and B4:B24 and used the trendline feature to confirm that the data does indeed approximate a linear relationship.
    Last edited by joeu2004; 06-10-2014 at 01:11 PM. Reason: cosmetic

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Extrapolation Calculator

    Or you could calculate slope and intercept and use the equation
    y = mx+b
    SLOPE = SLOPE(y range, x range)=m
    Intercept = INTERCEPT(y range, x range) =b
    correlation coefficient = CORREL(y range, x range)
    R squared = RSQ(y range, x range)
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,812

    Re: Extrapolation Calculator

    FORECAST() can be a useful function for empirical extrapolation. The data you have are quite linear, so it might be acceptable (if a purely empirical approach is acceptable).

    Personally, I would probably do something a little more rigorous. PV=znRT. density (n/V) is essentially constant, compressibility (z) can be calculated from an EOS (see NIST, if you don't have an EOS calculator http://webbook.nist.gov/chemistry/fluid/). This will better demonstrate an understanding of PVT properties of gases.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  5. #5
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Extrapolation Calculator

    Quote Originally Posted by ChemistB View Post
    Or you could calculate slope and intercept and use the equation
    y = mx+b
    SLOPE = SLOPE(y range, x range)=m
    Intercept = INTERCEPT(y range, x range) =b
    That is exactly what FORECAST uses to calculate its results. See the FORECAST, SLOPE and INTERCEPT help pages.

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Extrapolation Calculator

    True, depends on what he wants to gleam from his data. FORECAST is certainly the shortest route to the answer.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Extrapolation- Temperature vs. Time
    By andrea salas in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-18-2012, 11:38 AM
  2. Extrapolation formula?
    By wonderdunder in forum Excel General
    Replies: 11
    Last Post: 03-25-2011, 11:03 AM
  3. Extrapolation and Interpolation Questions
    By wenlianglo in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-08-2010, 04:05 PM
  4. Automating Extrapolation
    By smurray444 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-29-2006, 09:20 AM
  5. Automating Extrapolation
    By smurray444 in forum Excel General
    Replies: 1
    Last Post: 01-29-2006, 09:09 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1