Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Excel (Solver) Query

  • 03-09-2010 2:51pm
    #1
    Registered Users Posts: 53 ✭✭


    I need to find the root x of the following equation:

    A - (B/ln(C/x-D) - (K/ln(E/x-F)=0

    A, B, C, D, E, F & K are constants. So, while the equation has only one variable (x), I’ve not been able to figure out how to resolve it mathematically.

    However, it’s possible to resolve it iteratively in Excel, using the Excel solver.
    I need to repeat this iteration process for different constant values A,B,C,D,E,F & K. While Excel solver can resolve the equation, it can only be applied manually to an individual cell; I’ve not been able to find a way to apply the solver algorithm to a cell, and then copy & paste the solver routine across many cells.


Comments

  • Closed Accounts Posts: 23,718 ✭✭✭✭JonathanAnon


    I'm not sure I fully understand which bit is not working for you, but is it possible to get the equation in terms of x = ******


  • Registered Users, Registered Users 2 Posts: 1,042 ✭✭✭Groinshot


    If I were you, I'd be banging that into mathematica...


  • Moderators, Arts Moderators Posts: 10,518 Mod ✭✭✭✭5uspect


    The parenthesis on the equation aren't balanced.
    I presume you mean:

    [latex]A - \frac{B_1}{log(\frac{C_1}{x}-D_1)} - \frac{B_2}{log(\frac{C_2}{x}-D_2)}=0[/latex]

    where I've replaced constants E,F and K with B2 C2 and D2 for clarity.

    In Excel you would have to write a macro to run goal seek on each cell.
    You're probably better off solving the equation in Mathematica or Maple or even Matlab.


Advertisement