Difference between revisions of "Math 22 Limits"
| Line 42: | Line 42: | ||
One-sided Limit is related to unbounded function. | One-sided Limit is related to unbounded function. | ||
| + | |||
| + | In some case, the limit of <math>f(x)</math> can be increase/decrease without bound as <math>x</math> approaches <math>c</math>. We can write <math>\lim_{x\to c} f(x)=\pm\infty</math> | ||
Consider <math>\lim_{x\to 1} \frac {2}{x-1}</math>. By direct substitution, it is of the form <math>\frac {\text{constant}}{0}</math>, so the answer will be either <math>\infty</math> or <math>-\infty</math> | Consider <math>\lim_{x\to 1} \frac {2}{x-1}</math>. By direct substitution, it is of the form <math>\frac {\text{constant}}{0}</math>, so the answer will be either <math>\infty</math> or <math>-\infty</math> | ||
| Line 47: | Line 49: | ||
| − | + | ||
'''This page were made by [[Contributors|Tri Phan]]''' | '''This page were made by [[Contributors|Tri Phan]]''' | ||
Revision as of 07:51, 14 July 2020
The Limit of a Function
Definition of the Limit of a Function If becomes arbitrarily close to a single number as approaches from either side, then which is read as "the limit of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x)} as Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x} approaches Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle c} is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle L}
Note: Many times the limit of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x)} as Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x} approaches Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle c} is simply Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(c)} , so limit can be evaluate by direct substitution as Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lim_{x\to c} f(x)=f(c)}
Properties of Limits
Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle b} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle c} be real numbers, let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} be a positive integer, and let and be functions with the following limits and . Then
1. Scalar multiple:
2. Sum or difference:
3. Product:
4. Quotient:
5. Power:
6. Radical:
Techniques for Evaluating Limits
1. Direct Substitution: Direct Substitution can be used to find the limit of a Polynomial Function.
Example: Evaluate
2. Dividing Out Technique: When direct substitution fails and numerator or/and denominator can be factored.
Example: Evaluate . Now we can use direct substitution to get the answer.
3. Rationalizing (Using Conjugate): When direct substitution fails and either numerator or denominator has a square root. In this case, we can try to multiply both numerator and denominator by the conjugate.
Example: Evaluate . Now we can use direct substitution to get the answer
One-Sided Limits and Unbounded Function
when a function approaches a different value from the left of than it approaches from the right of , the limit does not exists. However, this type of behavior can be described more concisely with the concept of a one-sided limit. We denote and
One-sided Limit is related to unbounded function.
In some case, the limit of can be increase/decrease without bound as approaches . We can write
Consider Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \lim _{x\to 1}{\frac {2}{x-1}}} . By direct substitution, it is of the form , so the answer will be either or
This page were made by Tri Phan