Math Problem Statement

Find the minimum of 𝑓(π‘₯) = π‘₯(π‘₯ βˆ’ 1.5) in [0, 1] by Golden section search rule with interval of uncertainty as 0.3

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Optimization
Golden Section Search
Unimodal Function

Formulas

x_1 = b - 0.618(b - a)
x_2 = a + 0.618(b - a)
f(x) = x(x - 1.5)

Theorems

Golden Section Search Method

Suitable Grade Level

College/Advanced High School