Section 3.1 Introduction
Use the following definitions, theorems, and properties to solve the problems contained in this Chapter.- Absolute Maximum and Minimum
A function f has an absolute maximum at c if f(c)≥f(x) for all x∈D, the domain of f. The number f(c) is called the maximum value of f on D. A function f has an absolute minimum at c if f(c)≤f(x) for all x∈D, the domain of f. The number f(c) is called the minimum value of f on D.
- Local Maximum and Minimum
A function f has a local maximum at c if f(c)≥f(x) for all x in an open interval containing c. A function f has a local minimum at c if f(c)≤f(x) for all x in an open interval containing c.
- Extreme Value Theorem
If f is continuous on a closed interval [a,b], then f attains an absolute maximum value f(c) and an absolute minimum value f(d) at some numbers c,d∈[a,b].
- Fermat's Theorem
If f has a local maximum or minimum at c, and f′(c) exists, then f′(c)=0.
- Critical Number
A critical number of a function f is a number c in the domain of f such that either f′(c)=0 or f′(c) does not exist.
- Closed Interval Method
-
To find the absolute maximum and minimum values of a continuous function f on a closed interval [a,b]:
Find the values of f at the critical numbers of f in (a,b).
Find the values of f at the endpoints of the interval.
The largest of the values from Step 1 and Step 2 is the absolute maximum value; the smallest of these values is the absolute minimum value.
- Rolle's Theorem
-
Let f be a function that satisfies the following three hypotheses:
f is continuous on the closed interval [a,b].
f is differentiable on the open interval (a,b).
f(a)=f(b).
Then there is a number c in (a,b) such that f′(c)=0.
- The Mean Value Theorem
-
Let f be a function that satisfies the following hypotheses:
f is continuous on the closed interval [a,b].
f is differentiable on the open interval (a,b).
Then there is a number c in (a,b) such that f′(c)=f(b)−f(a)b−a or, equivalently, f(b)−f(a)=f′(c)(b−a).
- Increasing/Decreasing Test
If f′(x)>0 on an interval, then f is increasing on that interval.
If f′(x)<0 on an interval, then f is decreasing on that interval.
- The First Derivative Test
-
Suppose that c is a critical number of a continuous function f.
If f′ changes from positive to negative at c, then f has a local maximum at c.
If f′ changes from negative to positive at c, then f has a local minimum at c.
If f′ does not change sign at c, then f has no local minimum or maximum at c.
- Concavity
If the graph of f lies above all of its tangent lines on an interval I, then it is called concave upward on I. If the graph of f lies below all of its tangents on I, it is called concave downward on I.
- Concavity Test.
If f′′(x)>0 for all x∈I, then the graph of f is concave upward on I.
If f′′(x)<0 for all x∈I, then the graph of f is concave downward on I.
- Inflection Point
A point P on a curve y=f(x) is called an inflection point if f is continuous there and the curve changes from concave upward to concave downward or from concave downward to concave upward at P.
- The Second Derivative Test
-
Suppose f′′ is continuous near c.
If f′(c)=0 and f′′(c)>0 then f has a local minimum at c.
If f′(c)=0 and f′′(c)<0 then f has a local maximum at c.
- Linear Approximation
The linear function L(x)=f(a)+f′(a)(x−a) is called the linearization of f at a. For x close to a we have that f(x)≈L(x)=f(a)+f′(a)(x−a) and this approximation is called the linear approximation of f at a.
- Differential
Let f be a function differentiable at x∈R. Let Δx=dx be a (small) given number. The differential dy is defined as dy=f′(x)Δx.
- Newton's Method
-
To estimate a solution, say x=r, to the equation f(x)=0:
Begin with an initial guess x1.
Calculate x2=x1−f(x1)f′(x1).
If xn is known then xn+1=xn−f(xn)f′(xn).
If xn and xn+1 agree to k decimal places then xn approximates the root r up to k decimal places and f(xn)≈0.
- Antiderivative
A function F is called an antiderivative of f on an interval I if F′(x)=f(x) for all x∈I.
- Natural Growth/Decay Equation
-
The natural growth/decay is modelled by the initial-value problem
dydt=ky, y(0)=y0, k∈R∖{0}. - Newton's Law of Cooling and Heating
-
is given as
dTdt=k(T−Ts)where k is a constant, T=T(t) is the temperature of the object at time t and Ts is the temperature of surroundings.