HW 6
HW 6
Homework #6
Due Date: 3 December 2018
Question #1: Using a) the Golden Section method and b) the Fibonacci search method, find the
range of values of x that minimizes the function f(x) = x (6π- x) in the interval [0, 10]. Locate the
Question #2: Using a) the Golden Section method and b) the Fibonacci search method, find the
range of values of x that minimizes the function f(x) = 3x + 4/x in the interval (0, 5]. Locate the
value of x to within a range of 0.1. c) Using MATLAB, determine the minimum of f(x).
Question #3: a) Use the Golden Section method to solve the following minimization problem
1089.4
min f ( x) 0.75 x
8 0.2 400 / x
in the interval [4, 35]. Locate the value of x to within a range of 2. Use three digits after the
decimal point.
Question #4: Using a) the Golden Section method, and b) the Fibonacci search method, find the
range of values of x that maximizes the function f ( x) 4sin( x) 0.5 x 2 in the interval [0, 5]. Locate
the value of x to within a range of 0.2. c) Using MATLAB, determine the maximum of f(x).
Question #5: a) Using the Golden Section method, determine the maximum of the function
f x 10 x 3 x 2 on 0 x 12.
Conduct the search until the difference between the two largest values of y is 0.1 or less (|yn+1 - yn| <
0.3). b) Compare this with the result obtained by using the classical theory of maxima and minima.
Question #6: Find the value of x that minimizes the function f ( x) 4 x 2 sin(3 x) . The initial
Question #8: Approximate the location of the global minimum of f ( x) 3x sin(5 x) in the interval