Math (Winter Exam 2024) Flashcards

1
Q

What is the formal definition of continuity?

A

lim f(x) as x —> c = f(c)

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

When is a function continuous?

A

F(x) is continuous at x=c if and ONLY if f(c) is defined AND lim f(x) as x —> c = f(c).

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

Can a function be continuous in one direction?

A

A function can be continuous at lim f(x) as x—> c+ OR c-.

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

Describe the Intermediate Value Theorem.

A

F(x) is continuous on the closed interval [a, b] for any d ∈ ℝ if either
i) f(a) ≤ d ≤ f(b)
ii) f(a) ≥ d ≥ f(b)

this means that some c ∈[a, b] exists such that f(c) = d.

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

Formal definition of a derivative (text)

A

For a function f(x) and a point x=c where f(x) is defined, the DERIVATIVE of f(x) at x=c is the limit (if it exists).

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

Formal definition of a derivative (equation)

A

lim as h —> 0 = [f(c+h) - f(c)]/ [(c+h) - c]

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

What are the two versions of derivative notation?

A

f ‘ (c) = Newton
df/dx (c) = Leibniz

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

Define sum rule (Leibniz notation and Newton)

A

d/dx (fx + gx) = df/dx + dg/dx
(Fx + gx) ‘ = fx’ + gx’

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

Define product rule (Leibniz and Newton)

A

d/dx [(ax)(bx)] = da/dx (b) + db/dx (a)
[(ax)(bx)] = (ax)’(bx) + (ax)(bx)’

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

Define chain rule in Leibniz and Newton notation

A

d/dx f(g(x)) = [df/dx (g(x))][dg/dx]
f(g(x))’ = [f ‘ (g(x))][g ‘ (x)]

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

Define quotient rule (Leibniz and Newton)

A

d/dx (a/b) = [b(da/dx) - a (db/dx)]/b^2
(a/b) ‘ = [ba’ - ab’]/ b^2

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

describe how to do log/ln differentiation

A

f ‘(x)= f(x) * d/dx (ln(f(x)))

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

given the function c = a + b, how would you set up the equation for implicit differentiation?

A

d/dx (c) = d/dx (a) + d/dx (b)

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

describe implicit differentiation

A

Implicit differentiation is a way to find the derivative in equations involving x and y without solving for y. Treat y as a function of x and use the chain rule.

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

what is the equation for linear approximation of f(x) and point a?

A

L(x) = f(a) + f ‘ (a)(x-a)

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

what is linear approximation?

A

Linear approximation estimates the value of a function near a point using the tangent line, assuming the function behaves like a straight line close to that point.

17
Q

What is the formal definition of an ABSOLUTE MAX (let c∈D)

A

f has an absolute max at x=c iff ∀x∈D, f(x) ≤ f(c)

18
Q

what is the formal definition of an ABSOLUTE MIN (let c∈D)

A

f has an absolute min at x=c iff ∀x∈D, f(x) ≥ f(c)

19
Q

what is the formal definition of a RELATIVE MAX (let c∈D, f: D -> ℝ)

A

f has a local max at x=c iff ∃ε>0 such that ∀x∈(c-ε, c+ε) f(x) ≤ f(c).

20
Q

what is the formal definition of a RELATIVE MIN (let c∈D, f: D -> ℝ)

A

f has a local max at x=c iff ∃ε>0 such that ∀x∈(c-ε, c+ε) f(x) ≥ f(c).

21
Q

we can say that c∈D is a critical point of f, iff any of the following are true:

A

1) f ‘(c) = 0
2) f ‘(c) DNE
3) c is on the boundary of D (on the edge of the domain)

22
Q

describe the intermediate value theorem

A

if f: D -> ℝ AND d is closed/bounded, then f has BOTH an absolute max and min on D. this must occur at a critical value.

23
Q

what is the mean value theorem?

A

suppose f: [a, b] -> ℝ which is continuous on [a, b] and differentiable on (a, b). Then ∃c∈(a, b) such that f ‘(c) = (f(b) - f(a))/b - a.

24
Q

what is an inflection point? how is it found?

A

point where concavity switches. second derivative test.

25
Q

what is L’Hôpital’s Rule?

A

If lim x→ c of [f(x)/g(x)] = 0/0 or ∞/∞, then lim x–>c [f(x)/g(x)] = lim x→ c [f’(x)/g’(x)]

26
Q

What is the epsilon-delta definition of continuity?

A

∀ ε > 0, ∃ δ>0 such that ∀x (0 < |x - c | < δ ⟹ | f(x) - f(c) | < ε )