+ Reply to Thread
Results 1 to 4 of 4

Predict a value from an exponential function without using solver

  1. #1
    Registered User
    Join Date
    12-10-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    4

    Predict a value from an exponential function without using solver

    Hello all,

    In the attached spreadsheet, I would like the attached spreadsheet to give me a solvent volume (first column) for a viscosity of 400 cP (third column) when i change the inputs in Column R without using solver or graph trendlines to achieve it.

    Any ideas?

    Any and all help is appreciated.

    Thanks,
    Taher
    Attached Files Attached Files

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

    Re: Predict a value from an exponential function without using solver

    2 possible approaches I can see:

    1) A lot of times we use tools like Solver to avoid doing the algebra. The equation you have there is pretty ugly -- with all the parentheses and such -- but, at first glance, it looks to me like it should be possible to algebraically solve the equation for Vs. Then you will have an expression for Vs in terms of all of those other values, and can put 400 in for mu(p) and explicitly calculate Vs.

    2) Solver, by default, uses a Newton Raphson type algorithm for these kinds of problems. If you don't want to do the algebra (or if I'm mistaken and it is impossible to solve explicitly for Vs), then you can program your own NR algorithm (or other favorite numerical algorithm. Given the table of values you have, it might be easier to program in a secant or bisection type method) into the spreadsheet and have it calculate Vs at a given mu(p).
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    12-10-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Predict a value from an exponential function without using solver

    Thanks for your reply! It is unfortunately not possible to explicitly solve for Vs. The equation has an "alpha" entity that is dependent on Vs (equations listed on the bottom of the spreadsheet)

    I will try the bisection method, but I was wondering if there is not a formula or and excel function that does that?

    Thanks again for your help!

    - T

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

    Re: Predict a value from an exponential function without using solver

    I will try the bisection method, but I was wondering if there is not a formula or and excel function that does that?
    Solver/Goal Seek is the built in tool for solving equations numerically. When you decide not to use either of these tools, then you need to program it in yourself.

+ 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. Can't fit a curve for an exponential function, anyone knows why?
    By slow_rider in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 12-11-2012, 04:41 PM
  2. Replies: 0
    Last Post: 03-16-2011, 03:07 AM
  3. bi exponential function fit
    By lucbel in forum Excel General
    Replies: 3
    Last Post: 05-15-2008, 07:35 AM
  4. [SOLVED] Exponential Function Problem
    By Bernie Hunt in forum Excel General
    Replies: 1
    Last Post: 03-15-2006, 03:30 AM
  5. Solver vs. Exponential Trendline
    By jcoleman52 in forum Excel General
    Replies: 2
    Last Post: 12-21-2005, 04:45 PM

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