+ Reply to Thread
Results 1 to 3 of 3

Optimisation using the bisection method

Hybrid View

  1. #1
    Registered User
    Join Date
    12-21-2014
    Location
    Newcastle
    MS-Off Ver
    2013
    Posts
    4

    Optimisation using the bisection method

    Hi

    I have to use the bisection method to optimise S to a minimum using the following equations:

    S=4xh+2x((x^2)/4+b^2)^1/2 and h = V/(x^2) - b/3

    V must be 20 and x must be 4

    I have the following set up so that changing b changes the value of h and then S:
    X1: 4
    V1: 20
    H1: =V1/(X1^2) - B1/3
    S1: =4*X1*H1 + 2*X1*SQRT((X1^2)/4 + B1^2)

    Any idea how to use the bisection method on excel so it finds the minimum value of S?
    A shown excel page with all values in would be great and help me to see what is going on.

    Thanks

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Optimisation using the bisection method

    Have you tried using the Solver functionality in Excel for this?
    Martin

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

    Re: Optimisation using the bisection method

    As I noted in your other thread: http://www.excelforum.com/excel-gene...-in-excel.html The Golden Search and bisection methods are very similar. The only real difference is in how you calculate x3 and f(x3) (and x4 and f(x4)). So before we repeat the suggestions given in the previous thread, how well did you do on the previous problem? What parts of programming the Golden search algorithm did you understand, and what parts do you still need help understanding? And, perhaps the $64 question, can you see how to change the golden search algorithm into the bisection algorithm?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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. Finding maximum using bisection/iterative method?
    By peepingtom in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-05-2014, 12:16 AM
  2. Bisection Method VBA Code Problem
    By szhengyi in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-24-2013, 06:08 AM
  3. Optimisation of code
    By munkee in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-17-2009, 10:26 AM
  4. Bisection method
    By rosh72851 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-25-2008, 03:01 PM
  5. Help with optimisation problem setup
    By kostas in forum Excel General
    Replies: 0
    Last Post: 06-06-2008, 09:52 AM

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