AP Calculus BC Unit 2: Derivatives as Limits, Rates of Change, and Core Differentiation 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:36 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 average change in output per unit change in input over an interval; equals the slope of the secant line.

2
New cards

Secant line

A line that intersects a curve at two points; used to compute an average rate of change over an interval.

3
New cards

Secant slope formula

Slope between inputs a and b: (f(b)−f(a))/(b−a) (equivalently (y2−y1)/(x2−x1)).

4
New cards

Instantaneous rate of change

The rate of change at a single input value; equals the slope of the tangent line and is measured by the derivative.

5
New cards

Tangent line

A line that matches the curve’s direction locally at a point; its slope is the instantaneous rate of change (and it can cross the curve).

6
New cards

Derivative (concept)

A measure of instantaneous rate of change; the slope of the tangent line at a point, defined as a limit of secant slopes.

7
New cards

Difference quotient

An expression for secant slope using a small step: (f(x+h)−f(x))/h.

8
New cards

Limit definition of the derivative (h→0 form)

f′(x)=lim(h→0) (f(x+h)−f(x))/h, if the limit exists as a finite real number.

9
New cards

Equivalent derivative definition (x→a form)

f′(a)=lim(x→a) (f(x)−f(a))/(x−a); another way to express the same tangent-slope limit idea.

10
New cards

Indeterminate form 0/0 in derivatives

Plugging h=0 into (f(x+h)−f(x))/h gives (f(x)−f(x))/0 = 0/0 (undefined); you must simplify first, then take the limit.

11
New cards

Prime notation

A common notation for the derivative: f′(x) (and f″(x) for the second derivative).

12
New cards

Leibniz notation

Derivative notation emphasizing rate/units: dy/dx; in this unit, treat it as one symbol meaning “the derivative,” not as an ordinary fraction to cancel.

13
New cards

Operator notation

Derivative written as an operator acting on a function: d/dx [f(x)].

14
New cards

Second derivative

The derivative of the derivative (rate of change of the rate of change): f″(x) or y″.

15
New cards

Derivative at a point vs. derivative function

f′(a) is a single number (slope at x=a); f′(x) is a new function giving the slope for each x where it exists.

16
New cards

Estimating a derivative from a graph

Approximate f′(a) by sketching/imagining the tangent line at x=a, choosing two convenient points on that tangent line, and computing rise/run.

17
New cards

Estimating a derivative from a table

Approximate f′(a) using average rates of change over small intervals near a (difference quotients from nearby table values).

18
New cards

One-sided difference quotient estimate

A one-sided approximation: f′(a)≈(f(a+h)−f(a))/h using a small h from one side of a.

19
New cards

Centered difference quotient estimate

Often a better table-based estimate: f′(a)≈(f(a+h)−f(a−h))/(2h).

20
New cards

Local linearity

If a function is differentiable at a, then near a its graph looks almost like a line (the tangent line), enabling linear approximation.

21
New cards

Linear approximation (tangent line approximation)

Near x=a: f(x)≈f(a)+f′(a)(x−a).

22
New cards

Differential approximation

For small changes: Δf≈f′(a)Δx (change in output ≈ derivative × change in input).

23
New cards

Units of the derivative

Derivative units are “output units per input unit” (e.g., meters/second if output is meters and input is seconds).

24
New cards

Marginal cost

An interpretation of a derivative in economics: if C(q) is cost, then C′(q) is the approximate cost increase (dollars per item) for producing one more item near q.

25
New cards

Sign of the derivative

f′(x)>0 means increasing; f′(x)<0 means decreasing; f′(x)=0 means locally flat (horizontal tangent).

26
New cards

Tangent line crossing misconception

In calculus, “tangent” means matching slope locally, not “touching once and never crossing”; tangent lines can cross the curve.

27
New cards

Function value vs. derivative value mistake

f(a) is a height/output value; f′(a) is a slope/rate of change. Confusing them leads to wrong interpretations and tangent lines.

28
New cards

Differentiable at a point

A function is differentiable at a if lim(h→0) (f(a+h)−f(a))/h exists as a finite real number (so a well-defined tangent slope exists).

29
New cards

Differentiability implies continuity

If a function is differentiable at a point, then it must be continuous at that point.

30
New cards

Continuous but not differentiable

A function can be continuous yet fail to have a derivative (e.g., at corners, cusps, or vertical tangents).

31
New cards

Corner

A point where left and right slopes are finite but unequal, so the derivative does not exist (classic example: |x| at 0).

32
New cards

Cusp

A sharp point where slopes become infinite in opposite directions; the derivative does not exist as a finite real number.

33
New cards

Vertical tangent

A point where the tangent line is vertical, corresponding to an infinite slope; the derivative does not exist as a finite real number.

34
New cards

Discontinuity (effect on differentiability)

Any discontinuity (jump, hole, asymptote) prevents differentiability at that input because differentiability requires continuity.

35
New cards

Endpoint derivative issue

At an endpoint of a domain, a two-sided derivative may not exist; sometimes only a one-sided derivative can be defined.

36
New cards

Right-hand derivative

f′+(a)=lim(h→0+) (f(a+h)−f(a))/h (uses values to the right of a).

37
New cards

Left-hand derivative

f′−(a)=lim(h→0−) (f(a+h)−f(a))/h (uses values to the left of a).

38
New cards

Constant rule

The derivative of a constant is zero: d/dx[c]=0.

39
New cards

Constant multiple rule

Constants factor out of derivatives: d/dx[c·f(x)]=c·f′(x).

40
New cards

Power rule (integer powers)

For n a nonnegative integer: d/dx[x^n]=n·x^(n−1) (“multiply down and decrease the power”).

41
New cards

Linearity (sum/difference rule)

Derivatives distribute over addition/subtraction: d/dx[f(x)±g(x)]=f′(x)±g′(x).

42
New cards

Tangent line equation (point-slope form)

Tangent line at x=a: y−f(a)=f′(a)(x−a).

43
New cards

Product rule

Derivative of a product: d/dx[f(x)g(x)]=f′(x)g(x)+f(x)g′(x) (not the product of derivatives).

44
New cards

Quotient rule

Derivative of a quotient: d/dx[f(x)/g(x)]= (f′(x)g(x)−f(x)g′(x))/(g(x))^2, with g(x)≠0.

45
New cards

Derivative of e^x

d/dx[e^x]=e^x (the natural exponential is its own derivative).

46
New cards

Derivative of a^x

For a>0, a≠1: d/dx[a^x]=a^x·ln(a).

47
New cards

Derivative of ln(x)

d/dx[ln(x)]=1/x (for x>0).

48
New cards

Derivative of sin(x)

d/dx[sin(x)]=cos(x) (standard formula assumes x is in radians).

49
New cards

Derivative of cos(x)

d/dx[cos(x)]=−sin(x) (watch the negative sign; x must be in radians).

50
New cards

Other trig derivatives (radians)

d/dx[tan(x)]=sec^2(x); d/dx[sec(x)]=sec(x)tan(x); d/dx[csc(x)]=−csc(x)cot(x); d/dx[cot(x)]=−csc^2(x) (inputs in radians).

Explore top notes

note
124.pdf
Updated 940d ago
0.0(0)
note
geologic absolute age notes
Updated 1768d ago
0.0(0)
note
Mesopotamia Quiz
Updated 1507d ago
0.0(0)
note
The Great Gatsby
Updated 756d ago
0.0(0)
note
1984 - Introduction Notes
Updated 1731d ago
0.0(0)
note
RIse of Democracy Vocab Pt. 3
Updated 1507d ago
0.0(0)
note
Chapter 7 - Land and Water Use
Updated 1438d ago
0.0(0)
note
US History Student Notes
Updated 10d ago
0.0(0)
note
124.pdf
Updated 940d ago
0.0(0)
note
geologic absolute age notes
Updated 1768d ago
0.0(0)
note
Mesopotamia Quiz
Updated 1507d ago
0.0(0)
note
The Great Gatsby
Updated 756d ago
0.0(0)
note
1984 - Introduction Notes
Updated 1731d ago
0.0(0)
note
RIse of Democracy Vocab Pt. 3
Updated 1507d ago
0.0(0)
note
Chapter 7 - Land and Water Use
Updated 1438d ago
0.0(0)
note
US History Student Notes
Updated 10d ago
0.0(0)

Explore top flashcards

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