Skip to article frontmatterSkip to article content

8. Optimization of functions of one variable

Faculty of Economics and Business
University of Zagreb

8.1Introduction

In this chapter, we are going to see how to use the derivative in order to answer the following questions:

The answers to all of these questions are going to be algorithmic in nature, meaning we will state the algorithm which will lead us to answers to the questions above. The main thing that we’ll use to derive those algorithms is the relationship between the function ff and its derivatives.

The relationship between the function ff and its derivatives.

8.2Local extrema

Graph of the function f(x) = e^x -x. The point x = 0 is a local minimum of the function f.

Graph of the function f(x)=exx.f(x) = e^x -x. The point x=0x = 0 is a local minimum of the function f.f.

8.3Intervals of monotonicity

Graph of the function \displaystyle f(x) = \frac{x^2}{4-x}.

Graph of the function f(x)=x24x.\displaystyle f(x) = \frac{x^2}{4-x}.

8.4Convexity and concavity

Graph of the function \displaystyle f(x) = x^3-4x.

Graph of the function f(x)=x34x.\displaystyle f(x) = x^3-4x.