+ Reply to Thread
Results 1 to 3 of 3

Iteration Help

  1. #1
    Registered User
    Join Date
    11-10-2014
    Location
    Canada
    MS-Off Ver
    2013
    Posts
    2

    Iteration Help

    Hello, I have been going crazy trying to figure this one out. Hopefully someone can help.

    I am solving a soil mechanics question using a method called Simplified Bishops Method:

    Capture.PNG

    Please note in the formula for Ψ that F = F.S.

    The two equations are dependent on each other. I have tried using goal seek and Data Solver but can't seem to get it to work.

    Please see excel sheet attached. Thanks in advance!

    Bishops.xlsx

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,403

    Re: Iteration Help

    Where you have F=f(F), my first thought is to use a numerical technique that I have seen called "method of successive approximations" or "simple iteration". A couple of tutorials on using successive approximations: This first one is more readable and less detailed in explanation. It is also focused on solving quadratic equations, but the basic principle should work very well for your case http://www.chem.purdue.edu/gchelp/ho...approximations
    This one goes into some detail, and may not be as readable: http://encyclopedia2.thefreedictiona...s%2c+Method+of

    The basic idea is to "guess" at a value for FS, plug that into psi, then calculate a new value for FS. With this new value for FS, go back to psi and calculate psi again, and continue iterating until you are convinced the algorithm is diverging or that it has converged onto a solution.

    Programming this sort of thing in a spreadsheet is fairly easy. Are you comfortable setting up a circular reference and turning iteration on (Excel options -- formula options dialog)? If so, you can make a circular reference that will perform the calculation fairly quickly and easily, though the circular nature can make it more difficult to debug the spreadsheet. If you are not comfortable with circular references, set up a block of cells to compute FS from your initial guess of FS, then copy that block across as many copies as you need to see the converged result.

    Let us know if you need further assistance.
    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
    11-10-2014
    Location
    Canada
    MS-Off Ver
    2013
    Posts
    2

    Re: Iteration Help

    Thanks! I manages to do as you suggested. Your help is much appreciated!

+ 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. [SOLVED] Iteration
    By unreal_event_horizon in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-09-2014, 04:35 AM
  2. Iteration
    By StillLearning2 in forum Excel General
    Replies: 2
    Last Post: 02-10-2009, 02:06 PM
  3. [SOLVED] Need help with iteration
    By Ron M. in forum Excel General
    Replies: 7
    Last Post: 03-13-2006, 08:35 PM
  4. Iteration
    By M. Homayon in forum Excel General
    Replies: 1
    Last Post: 01-10-2006, 09:10 PM
  5. [SOLVED] Iteration
    By Jan in forum Excel General
    Replies: 1
    Last Post: 01-10-2006, 07:15 PM

Tags for this Thread

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