eigenmath/doc/ross/ross-28.2.tex

24 lines
500 B
TeX
Raw Permalink Normal View History

2004-10-14 00:54:52 +02:00
\beginsection 28.2
Use the {\it definition} of derivative to calculate the derivatives of the
following functions at the indicated points.
2004-10-26 17:44:55 +02:00
2004-10-14 00:54:52 +02:00
\medskip
(a) $f(x)=x^3$ at $x=2$
\medskip
2004-10-26 17:44:55 +02:00
$$\eqalign{
f^\prime&=\lim_{x\rightarrow2}{f(x)-f(2)\over x-2}\cr
&=\lim_{x\rightarrow2}{x^3-8\over x-2}\cr
&=\lim_{x\rightarrow2}x^2+2x+4\cr
&=12
}$$
2004-10-14 00:54:52 +02:00
2004-10-26 17:44:55 +02:00
\medskip
(b) $g(x)=x+2$ at $x=a$
\medskip
$$\eqalign{
g^\prime(a)&=\lim_{x\rightarrow a}{g(x)-g(a)\over x-a}\cr
&=\lim_{x\rightarrow a}{x+2-a-2\over x-a}\cr
&=1
}$$