Unit 2 (AP Calculus AB): Derivatives from Limits, Meaning, Estimation, Differentiability, and Core Rules

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:35 PM on 3/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

Average rate of change

The slope over an interval x=a to x=b: (f(b)-f(a))/(b-a); represents one overall rate for the whole interval.

2
New cards

Secant line

A line through two points on a curve, such as (a,f(a)) and (b,f(b)); its slope gives the average rate of change.

3
New cards

Difference quotient

An expression for average rate of change, especially from a to a+h: (f(a+h)-f(a))/h.

4
New cards

Instantaneous rate of change

How fast f(x) is changing at a specific input; computed as a derivative value f'(a) (not an average over an interval).

5
New cards

Limit

A value that an expression approaches as the input approaches a point (e.g., h\to 0), used to define derivatives without direct substitution that would cause division by zero.

6
New cards

Derivative (at a point)

The instantaneous rate of change of f at x=a, equal to the slope of the tangent line there, denoted f'(a).

7
New cards

Limit definition of the derivative

f'(a)=\lim_{h\to 0} \frac{f(a+h)-f(a)}{h}; the core (first-principles) definition of a derivative.

8
New cards

Tangent line

A line that touches the curve at (a,f(a)) and gives the best local linear approximation; its slope is f'(a) when the derivative exists.

9
New cards

Point-slope form

A line form used to write tangent lines: y-y1=m(x-x1) (e.g., y-f(a)=f'(a)(x-a)).

10
New cards

Tangent line (local model) L(x)

The linear function that approximates f near a: L(x)=f(a)+f'(a)(x-a).

11
New cards

Local linear approximation

Using the tangent line at x=a to approximate f(x) for x near a (works best for small changes near a).

12
New cards

Differential approximation

For small \Delta x near a, the output change is approximately \Delta y\approx f'(a)\Delta x.

13
New cards

Units of a derivative

If f(x) has output units and x has input units, then f'(x) has units (output units)/(input units) (a built-in error check).

14
New cards

Velocity (as a derivative)

If s(t) is position vs. time, then s'(t) is velocity: an instantaneous rate of change with units like meters per second.

15
New cards

Marginal cost

If C(x) is cost vs. number of items, then C'(x) is marginal cost: dollars per item at that production level.

16
New cards

Derivative notation dy/dx

Leibniz-style notation emphasizing “rate of change of y with respect to x,” often used in applied interpretation.

17
New cards

Prime notation

A compact derivative notation: f'(x) is the derivative function and f'(a) is the derivative value at x=a.

18
New cards

Leibniz notation df/dx

Another common way to write f'(x); highlights the variable of differentiation and is widely used in calculus contexts.

19
New cards

Second derivative

The derivative of the derivative, written f''(x) or d^2y/dx^2; represents the rate of change of f'(x).

20
New cards

Higher-order derivatives notation f^{(n)}(x)

The nth derivative of f (e.g., third derivative f'''(x)); found by differentiating repeatedly.

21
New cards

One-sided derivatives

Derivatives defined using only one side: f'-(a) from the left and f'+(a) from the right; f'(a) exists only if they are equal.

22
New cards

Differentiable at a point

A function is differentiable at x=a if the limit in the derivative definition exists as a real number (left and right derivative agree).

23
New cards

Differentiable on an interval

A function is differentiable on an interval if it is differentiable at every interior point of that interval.

24
New cards

Continuity

A function is continuous at x=a if the limit of f(x) as x\to a equals f(a) (no break at a).

25
New cards

Differentiability implies continuity theorem

If f is differentiable at a, then f is continuous at a (but continuous does not always mean differentiable).

26
New cards

Corner

A point where the left and right slopes are finite but different; the function may be continuous but is not differentiable there (e.g., |x| at 0).

27
New cards

Cusp

A very sharp point where slopes become infinite with opposite signs; the derivative does not exist there as a finite real number.

28
New cards

Vertical tangent

A point where the slope becomes infinite; the derivative is not a finite real number, so f is not differentiable there.

29
New cards

Discontinuity

A break, jump, or hole in the graph at x=a; if f is not continuous at a, it cannot be differentiable at a.

30
New cards

Piecewise differentiability

For a piecewise function to be differentiable at a junction, it must be continuous there and have matching left and right derivative values (smooth connection).

31
New cards

Continuity condition at a junction

For a piecewise function at x=a, the pieces must meet: the left-hand limit and right-hand limit equal f(a).

32
New cards

Slope condition at a junction

After continuity is ensured, the left-hand derivative and right-hand derivative at the junction must be equal for differentiability.

33
New cards

Linearity of the derivative

Differentiation distributes over addition/subtraction and allows constants to factor out: derivatives of sums/differences are sums/differences of derivatives.

34
New cards

Constant multiple rule

\frac{d}{dx}(c f(x))=c f'(x); you can “pull out” a constant when differentiating.

35
New cards

Sum rule

\frac{d}{dx}(f(x)+g(x))=f'(x)+g'(x); derivative of a sum is the sum of derivatives.

36
New cards

Constant rule

\frac{d}{dx}(c)=0; a constant function has zero rate of change everywhere.

37
New cards

Power rule

\frac{d}{dx}(x^n)=n x^{n-1} (where defined); “multiply down and decrease the power.”

38
New cards

Polynomial term-by-term differentiation

To differentiate a polynomial, apply the power rule to each term separately; constant terms disappear.

39
New cards

Product rule

For differentiable u,v: \frac{d}{dx}(uv)=u'v+uv' (not u'v').

40
New cards

Quotient rule

For differentiable u,v with v\ne 0: \frac{d}{dx}(u/v)=\frac{u'v-uv'}{v^2}.

41
New cards

Simplify before differentiating (cancellation caution)

Algebraic simplification can reduce work, but canceling factors may hide holes/domain restrictions; simplified and original forms match only where the original is defined.

42
New cards

Symmetric difference quotient

A table-based estimate of f'(a) using points on both sides: \frac{f(a+h)-f(a-h)}{2h}; often more accurate than one-sided estimates.

43
New cards

Forward difference quotient

A table-based estimate using values to the right of a: f'(a)\approx \frac{f(a+h)-f(a)}{h}.

44
New cards

Backward difference quotient

A table-based estimate using values to the left of a: f'(a)\approx \frac{f(a)-f(a-h)}{h}.

45
New cards

Derivative of \sin x

\frac{d}{dx}(\sin x)=\cos x.

46
New cards

Derivative of \cos x

\frac{d}{dx}(\cos x)=-\sin x (watch the negative sign).

47
New cards

Derivative of \tan x

\frac{d}{dx}(\tan x)=\sec^2 x (can be derived using tan x=\sin x/\cos x and the quotient rule).

48
New cards

Derivative of e^x

\frac{d}{dx}(e^x)=e^x; the natural exponential’s rate of change equals its value.

49
New cards

Derivative of a^x

For a>0 and a\ne 1: \frac{d}{dx}(a^x)=a^x\ln(a).

50
New cards

Derivative of \ln x

For x>0: \frac{d}{dx}(\ln x)=\frac{1}{x}.

Explore top notes

note
iPhone SE 4_ What To Expect.mp4
Updated 928d ago
0.0(0)
note
Chapter 7 - Land and Water Use
Updated 1430d ago
0.0(0)
note
Hello
Updated 1186d ago
0.0(0)
note
World War 1 Review Pt. 5
Updated 1499d ago
0.0(0)
note
Biology - Evolution
Updated 1476d ago
0.0(0)
note
iPhone SE 4_ What To Expect.mp4
Updated 928d ago
0.0(0)
note
Chapter 7 - Land and Water Use
Updated 1430d ago
0.0(0)
note
Hello
Updated 1186d ago
0.0(0)
note
World War 1 Review Pt. 5
Updated 1499d ago
0.0(0)
note
Biology - Evolution
Updated 1476d ago
0.0(0)

Explore top flashcards

flashcards
faf
40
Updated 956d ago
0.0(0)
flashcards
faf
40
Updated 956d ago
0.0(0)