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

(nav)
(theorems)
Line 17: Line 17:
 
*If <math>\lim_{x\to n}f(x)=f(n)</math>, then <math>f(x)</math> is said to be continuous in <math>n</math>.
 
*If <math>\lim_{x\to n}f(x)=f(n)</math>, then <math>f(x)</math> is said to be continuous in <math>n</math>.
  
===Theorems and Properties===
+
===Properties===
 
 
The statement <math>\lim_{x\to n}f(x)=L</math> is equivalent to: given a positive number <math>\epsilon</math>, there is a positive number <math>\gamma</math> such that <math>0<|x-n|<\gamma\Rightarrow |f(x)-L|<\epsilon</math>.
 
  
 
Let <math>f</math> and <math>g</math> be real functions. Then:
 
Let <math>f</math> and <math>g</math> be real functions. Then:
Line 27: Line 25:
 
*<math>\lim\left(\frac{f}{g}\right)(x)=\frac{\lim f(x)}{\lim g(x)}</math>
 
*<math>\lim\left(\frac{f}{g}\right)(x)=\frac{\lim f(x)}{\lim g(x)}</math>
  
 +
===Squeeze Play Theorem (or Sandwich Theorem)===
 
Suppose <math>f(x)</math> is between <math>g(x)</math> and <math>h(x)</math> for all <math>x</math> in the neighborhood of <math>S</math>. If <math>g</math> and <math>h</math> approach some common limit L as <math>x</math> approaches <math>S</math>, then <math>\lim_{x\to S}f(x)=L</math>.
 
Suppose <math>f(x)</math> is between <math>g(x)</math> and <math>h(x)</math> for all <math>x</math> in the neighborhood of <math>S</math>. If <math>g</math> and <math>h</math> approach some common limit L as <math>x</math> approaches <math>S</math>, then <math>\lim_{x\to S}f(x)=L</math>.
 +
 +
 +
===Diverging-Converging Theorem===
 +
A series <math>\sum_{i=0}^{\infty}S_i</math> converges iff <math>\lim S_i=0</math>.
 +
 +
===Focus Theorem===
 +
The statement <math>\lim_{x\to n}f(x)=L</math> is equivalent to: given a positive number <math>\epsilon</math>, there is a positive number <math>\gamma</math> such that <math>0<|x-n|<\gamma\Rightarrow |f(x)-L|<\epsilon</math>.
  
  
 
[[User:Temperal/The Problem Solver's Resource6|Back to page 6]] | [[User:Temperal/The Problem Solver's Resource8|Continue to page 8]]
 
[[User:Temperal/The Problem Solver's Resource6|Back to page 6]] | [[User:Temperal/The Problem Solver's Resource8|Continue to page 8]]
 
|}<br /><br />
 
|}<br /><br />

Revision as of 12:14, 23 November 2007



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

Limits

This section covers limits and some other precalculus topics.

Definition

  • $\lim_{x\to n}f(x)$ is the value that $f(x)$ approaches as $x$ approaches $n$.
  • $\lim_{x\uparrow n}f(x)$ is the value that $f(x)$ approaches as $x$ approaches $n$ from values of $x$ less than $n$.
  • $\lim_{x\downarrow n}f(x)$ is the value that $f(x)$ approaches as $x$ approaches $n$ from values of $x$ more than $n$.
  • If $\lim_{x\to n}f(x)=f(n)$, then $f(x)$ is said to be continuous in $n$.

Properties

Let $f$ and $g$ be real functions. Then:

  • $\lim(f+g)(x)=\lim f(x)+\lim g(x)$
  • $\lim(f-g)(x)=\lim f(x)-\lim g(x)$
  • $\lim(f\cdot g)(x)=\lim f(x)\cdot\lim g(x)$
  • $\lim\left(\frac{f}{g}\right)(x)=\frac{\lim f(x)}{\lim g(x)}$

Squeeze Play Theorem (or Sandwich Theorem)

Suppose $f(x)$ is between $g(x)$ and $h(x)$ for all $x$ in the neighborhood of $S$. If $g$ and $h$ approach some common limit L as $x$ approaches $S$, then $\lim_{x\to S}f(x)=L$.


Diverging-Converging Theorem

A series $\sum_{i=0}^{\infty}S_i$ converges iff $\lim S_i=0$.

Focus Theorem

The statement $\lim_{x\to n}f(x)=L$ is equivalent to: given a positive number $\epsilon$, there is a positive number $\gamma$ such that $0<|x-n|<\gamma\Rightarrow |f(x)-L|<\epsilon$.


Back to page 6 | Continue to page 8