Difference between revisions of "User:Temperal/The Problem Solver's Resource9"

(creation)
(applications)
Line 10: Line 10:
 
===Definition===
 
===Definition===
  
*<math>\displaystyle\frac{df(x)}{dx}=\lim_{x->x_0}\frac{f(x_0)-f(x)}{x_0-x}</math>, where <math>f(x)</math> is a function continuous in <math>L</math>, and <math>x_0</math> is an arbitrary constant such that <math>x_0\subset L</math>.
+
*<math>\frac{df(x)}{dx}=\lim_{x->x_0}\frac{f(x_0)-f(x)}{x_0-x}</math>, where <math>f(x)</math> is a function continuous in <math>L</math>, and <math>x_0</math> is an arbitrary constant such that <math>x_0\subset L</math>.
  
 
*Multiple derivatives are taken by evaluating the innermost first, and can be notated as follows: <math>\frac{d^2f(x)}{dx^2}</math>.
 
*Multiple derivatives are taken by evaluating the innermost first, and can be notated as follows: <math>\frac{d^2f(x)}{dx^2}</math>.
Line 29: Line 29:
  
 
where <math>c</math> is in between <math>x</math> and <math>a</math>.  
 
where <math>c</math> is in between <math>x</math> and <math>a</math>.  
 +
 +
===Applications===
 +
*The slope of <math>f(x)</math> at any given point is the derivative of <math>f(x)</math>. (The obvious one.)
 +
*Acceleration is the derivative of velocity in relation to time; velocity is the derivative of position in relation to time.
 +
*The derivative of work (in Joules) is power (in watts).
 +
<!-- there are lots more. anyone care to fill them in? -->
 
[[User:Temperal/The Problem Solver's Resource8|Back to page 8]] | [[User:Temperal/The Problem Solver's Resource10|Continue to page 10]]
 
[[User:Temperal/The Problem Solver's Resource8|Back to page 8]] | [[User:Temperal/The Problem Solver's Resource10|Continue to page 10]]
 
|}<br /><br />
 
|}<br /><br />

Revision as of 11:37, 6 October 2007



The Problem Solver's Resource
Introduction | Other Tips and Tricks | Methods of Proof | You are currently viewing page 9.

Derivatives

This page will cover derivatives and their applications, as well as some advanced limits. The Fundamental Theorem of Calculus is covered on the integral page.

Definition

  • $\frac{df(x)}{dx}=\lim_{x->x_0}\frac{f(x_0)-f(x)}{x_0-x}$, where $f(x)$ is a function continuous in $L$, and $x_0$ is an arbitrary constant such that $x_0\subset L$.
  • Multiple derivatives are taken by evaluating the innermost first, and can be notated as follows: $\frac{d^2f(x)}{dx^2}$.
  • The derivative of $f(x)$ can also be expressed as $f'(x)$, or the $n$th derivative of $f(x)$ can be expressed as $f^{(n)}(x)$.

Rolle's Theorem

If $f(x)$ is differentiable in the open interval $(a,b)$, continuous in the closed interval $[a,b]$, and if $f(a)=f(b)$, then there is a point $c$ between $a$ and $b$ such that $f'(c)=0$

Extension: Mean Value Theorem

If $f(x)$ is differentiable in the open interval $(a,b)$ and continuous in the closed interval $[a,b]$, then there is a point $c$ between $a$ and $b$ such that $f(b)-f(a)=f'(c)\cdot(b-a)$.

L'Hopital's Rule

$\lim \frac{f(x)}{g(x)}=\lim \frac{f'(x)}{g'(x)}$

Note that this inplies that $\lim \frac{f(x)}{g(x)}=\lim \frac{f^{(n)}(x)}{g^{(n)}(x)}$ for any $n$.

Taylor's Formula

Let $a$ be a point in the domain of the function $f(x)$, and suppose that $f^{(n+1)}(x)$ (that is, the $n+1$th derivative of $f(x)$) exists in the neighborhood of $a$ (where $n$ is a nonnegative integer). For each $x$ in the neighborhood,

\[f(x)=f(a)+f'(a)(x-a)+\frac{f''(a)}{2!}(x-a)^2+...+\frac{f^{(n)}(a)}{n!}(x-a)^n+\frac{f^{(n+1)}(a)}{n!}(x-a)^{n+1}\]

where $c$ is in between $x$ and $a$.

Applications

  • The slope of $f(x)$ at any given point is the derivative of $f(x)$. (The obvious one.)
  • Acceleration is the derivative of velocity in relation to time; velocity is the derivative of position in relation to time.
  • The derivative of work (in Joules) is power (in watts).

Back to page 8 | Continue to page 10