'Differentiation'에 해당되는 글 2건

  1. 2010.12.20 Extrema on an Interval
  2. 2010.12.20 The Derivative and the Tangent Line

There are two different kinds of extrema. They are absolute extrema and relative extrema.

The ablsolute extrema are the extrema of a function on an interval.
However, if there is an open interval containing c on which f(c) is a maximum,
then f(c) is called a relative maximum of f. And also If there is an open interval containing c
on which f(c) is a minimun, then f(c) is called a relative minimum.

c is a critical number when f'(c) = 0 or f is not differentible.
And f has relative extrema at x = c, when c is a critical number of f.



To find the cxtrema of a continuous function f on a closed interval [a, b],
it's good to use the following steps.

1. Find the critical numbers of f in (a, b).
2. Evaluate f at each critical number in (a, b).
3. Evaluate f at each endpoint of [a, b].
4. The least of these values is the minimum. The greatest is the maximum.

During step 2, and 3, you can also make the chart for left endpoint,
critical number, and right endpoint.
 x  Left endpoint  Critical Number  Right Endpoint
 f(x)      

Posted by suziepark
Differentiation2010. 12. 20. 18:07

The slope of the tangent line to the graph of f at the point (c, f(c)) is called
the slope of the graph of f at x=c.

It is equal to the derivative of f at the point (c, f(c)).

The process of finding the derivative of a function is called differentiation.
It is very close concept with limits.

The derivative of f at x is given by  f'(x) = lim((f(x+Δx)-f(x))/Δx, Δx=0) 
provided the limit exists (See Figure 06).



f is differentiable at x = c when f has same values between the derivatives
from the left
and from the right and f is continuous at x = c.
Posted by suziepark