1. Limiting Behaviour of Functions Flashcards

1
Q

List the three levels of approach to determining the limiting behaviour of a function

A

A1) minimally (as a single value) - what is the value or limit of the function
A2) qualitatively (single term in x) how does the function approach its limit
A3) quantitatively (e.g. several terms in decreasing powers of x or 1/x) - how can we usefully approximate the function locally

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Binomial Series

A

(1+t)^n
= 1 + nt + n(n-1)/2! t² +
n(n-1)(n-2)/3! t³ +…

for |t|<1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When is the binomial series valid?

A

-for small t

(1+t)^n = …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Taylor’s Theorem

A

-suppose f is n+1 times differentiable and f^(n+1) is continuous
-then Taylor’s theorem centred at xo∈ℝ is:
f(x) = f(xo) + f’(x0)(x-xo) +
f’‘(xo)/2! (x-xo)² + … +
f’n(xo)/n! (x-xo)^n + Rn(x)
-where Rn(x) is the remainder term

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Taylor’s Theorem

Remainder in Lagrange Form

A

Rn(x) =
f’n+1(c)/(n+1)! [x-xo]^(n+1)
-with c being an unknown number between xo and x
-the remainder can’t be evaluated but it can be bounded which is useful in various contexts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Convergent Taylor Series

A
-if f is infinitely differentiable and if the remainder term vanishes as N->∞, then we obtain a convergent Taylor Series representation of f centred at xo:
f(x) = f(xo) +  f'(x0)(x-xo) +
f''(xo)/2! (x-xo)² + ...
= Σ f'n(xo)/n! (x-xo)^n
-where the sum is from n=0 to n=∞
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Radius of Convergence

A

-convergence of a Taylor series typically only happens for |x-xo|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Taylor Series for sin(x)

A

sin(x) = x - x³/6 + x^5/120 +…
= Σ[(-1)^n x^(2n+1)]/(2n+1)!
-sum from n=0 to n=∞
-infinite radius of convergence, valid for x∈ℝ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Taylor Series for cos(x)

A

cos(x) = 1 - x²/2 + x^4/24 + …
= Σ[(-1)^n x^2n]/(2n)!
-sum from n=0 to n=∞
-infinite radius of convergence, valid for x∈ℝ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Taylor Series for exp(x)

A

exp(x) = x - x²/2 + x³/3 + …
= Σ x^n/n!
-sum from n=0 to n=∞
-valid for x∈ℝ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Taylor Series for log

A

log(1+x) = x - x²/2 + x³/3 + …
= Σ[(-1)^(n+1) x^n] / n
-sum from n=1 to n=∞
-valid for |x|<1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

L’Hopital’s Rule

A

if lim f(xo) = 0 & lim g(xo) = 0
OR
lim |f(xo)| = ∞ & lim |g(xo)| = ∞

THEN
lim f(x)/g(x) = lim f’(x)/g(x)
-where limits are taken as x->xo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When is l’hopital’s rule not the best choice?

A
  • even if it is possible to apply l’hopital’s rule, it is not always the best choice
  • sometimes a loop results
  • inserting the relevant Taylor series expansions can be much more efficient
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Implicit Representation

A

-functions are often defined implicitly:
f(x) + log(f(x)) = x² + 1
rather than f(x) = …
-we can still approximate these functions locally
-suggest a form for the function
-balance coefficients

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Dominant Balance

A

-a technique that can be used when the form of an expansion is unknown
-assume the function takes the form:
δ1(ε) + δ2(ε) + δ3(ε) + …, ε«1
-precise dependence of δ on ε is unspecified, we only assume that the terms are decreasing:
1&raquo_space; δ1&raquo_space; δ2&raquo_space; δ3&raquo_space; …. when ε«1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Problems With the Exponential

Exponential Smallness

A

-for example, exp(-x) as x->∞ approaches 0 but does not actually EQUAL zero

17
Q

Exponential Growth vs Power-Law Growth

A

-the exponential growth beats any power-law growth
-for any arbitrary real m we can always find a larger integer n>0 such that x^m1
-thus for x>1 :
0 < x^m/exp(x) < x^n/exp(x)
=>
lim x^m / exp(x) = 0, m∈ℝ
-where the limit is taken as x->∞

18
Q

Log Growth vs Power-Law Growth

A

-eventhough logx->∞ as x->∞ it does this quite slowly
-for any m>0:
lim logx/x^m = lim [1/x]/mx^(m-1) =
lim 1/[mx^m] = 0
-where the limit is taken as x->∞
-any large power growth beats log

19
Q

Exponential, Log and Power-Law Orderings

A

logx &laquo_space;x^n &laquo_space;expx, x»1

exp(-x) &laquo_space;x^(-n) &laquo_space;1/logx, x»1

exp(-1/ε) &laquo_space;ε^n &laquo_space;1/|logε|, ε«1

|logε| &laquo_space;ε^(-n) &laquo_space;exp(1/ε), ε«1