Unit 2: Differentiation: Definition and Fundamental Properties

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 10:02 AM on 3/11/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 change in a function’s output divided by the change in input over an interval; equal to the slope of a secant line.

2
New cards

Secant line

A line that passes through two points on a curve, typically at x=a and x=a+h.

3
New cards

Secant slope

The slope of the secant line through (a,f(a)) and (a+h,f(a+h)); represents average rate of change on that interval.

4
New cards

Difference quotient

The expression (f(a+h)-f(a))/h; the standard form of the average rate of change from a to a+h.

5
New cards

Two-point slope formula

The slope between two points (x1,y1) and (x2,y2): (y2−y1)/(x2−x1).

6
New cards

Instantaneous rate of change

The rate at which a quantity changes at an exact input value; computed using the derivative (a limit of secant slopes).

7
New cards

Tangent line

The line that matches a curve’s local direction at a point (it may cross the curve; “touches once” is not the real definition).

8
New cards

Tangent slope

The slope of the tangent line at a point; equals the derivative value f'(a) when it exists.

9
New cards

Derivative

A mathematical quantity giving instantaneous rate of change (and tangent slope) defined precisely using a limit.

10
New cards

Limit definition of the derivative (h→0 form)

f'(a)=lim_{h→0} (f(a+h)−f(a))/h, if the limit exists as a finite real number.

11
New cards

Equivalent derivative limit form (x→a form)

f'(a)=lim_{x→a} (f(x)−f(a))/(x−a); equivalent to the h→0 form via x=a+h.

12
New cards

Derivative at a point

f'(a), a single number representing the slope/rate at x=a (not a function value).

13
New cards

Derivative function

f'(x), a new function that outputs the slope (instantaneous rate) at each x.

14
New cards

Differentiable at a point

A function is differentiable at x=a if the limit defining f'(a) exists and is finite.

15
New cards

One-sided derivatives

Derivatives computed using h→0^+ (right) and h→0^- (left); both must match for f'(a) to exist.

16
New cards

Right-hand derivative

lim_{h→0^+} (f(a+h)−f(a))/h; uses points to the right of a.

17
New cards

Left-hand derivative

lim_{h→0^-} (f(a+h)−f(a))/h; uses points to the left of a.

18
New cards

Differentiability implies continuity

If f is differentiable at a, then f must be continuous at a (no hole, jump, or asymptote at that point).

19
New cards

Continuity does not imply differentiability

A function can be continuous at a point but still not have a derivative there (e.g., a corner or cusp).

20
New cards

Corner

A point where the left-hand and right-hand slopes approach different finite values, so f'(a) does not exist.

21
New cards

Cusp

A sharp point where slopes approach infinity with opposite signs, so the derivative does not exist.

22
New cards

Vertical tangent

A point where the tangent line is vertical and the slope is infinite/undefined, so the derivative does not exist.

23
New cards

Discontinuity

A break in a function (hole, jump, asymptote); prevents differentiability at that point.

24
New cards

Horizontal tangent

A tangent line with slope 0; indicates f'(a)=0 at that point (often at smooth local maxima/minima).

25
New cards

Increasing (via f'(x)>0)

If f'(x)>0 on an interval, the function is increasing there (at least locally).

26
New cards

Decreasing (via f'(x)<0)

If f'(x)<0 on an interval, the function is decreasing there (at least locally).

27
New cards

Units of the derivative

If f has units and x has units, then f'(x) has units (units of f)/(units of x), e.g., meters per second.

28
New cards

Slope interpretation of derivative

For y=f(x), f'(a) is the slope of the tangent line to the graph at x=a.

29
New cards

Rate-of-change interpretation of derivative

If f models a changing quantity, f'(a) is the instantaneous rate of change of that quantity at x=a.

30
New cards

Local linearity

The idea that a differentiable function behaves approximately like a line near a point x=a.

31
New cards

Linearization (tangent line approximation)

Approximating f near x=a by L(x)=f(a)+f'(a)(x−a).

32
New cards

Tangent line formula (using derivative)

The tangent line at x=a: y=f(a)+f'(a)(x−a), using the point (a,f(a)) and slope f'(a).

33
New cards

Normal line

A line perpendicular to the tangent line; if tangent slope is f'(a)≠0, normal slope is −1/f'(a).

34
New cards

Point-slope form

Line form y−y1=m(x−x1), commonly used to write tangent lines using (a,f(a)) and m=f'(a).

35
New cards

Constant rule

If f(x)=k (constant), then f'(x)=0.

36
New cards

Constant multiple rule

d/dx[ c·f(x) ] = c·f'(x) for a constant c.

37
New cards

Sum rule

d/dx[ f(x)+g(x) ] = f'(x)+g'(x).

38
New cards

Difference rule

d/dx[ f(x)−g(x) ] = f'(x)−g'(x).

39
New cards

Derivative of x (identity function)

If f(x)=x, then f'(x)=1.

40
New cards

Power rule

For positive integers n, d/dx[x^n]=n·x^{n−1} (“multiply down and decrease the power”).

41
New cards

Polynomial differentiation

Differentiate a polynomial term-by-term using linearity and the power rule.

42
New cards

Product rule

If f=uv, then f' = u·v' + v·u' (mnemonic: “1d2 + 2d1”).

43
New cards

Quotient rule

If f=u/v, then f' = (v·u' − u·v')/v^2 (“low d high minus high d low over low squared”).

44
New cards

Leibniz notation (dy/dx)

A common notation for the derivative emphasizing “change in y per change in x” (treat as a single derivative symbol).

45
New cards

Derivative evaluation notation (at a point)

The notation (dy/dx)|_{x=a} means the derivative evaluated at x=a.

46
New cards

Second derivative

The derivative of the derivative, written f''(x) or y''; represents how the rate of change itself changes.

47
New cards

Derivative of sin(x)

d/dx[sin(x)] = cos(x) (with x measured in radians).

48
New cards

Derivative of cos(x)

d/dx[cos(x)] = −sin(x) (negative sign is essential; x in radians).

49
New cards

Derivative of e^x

d/dx[e^x] = e^x.

50
New cards

Derivative of ln(x)

d/dx[ln(x)] = 1/x (in real numbers, requires x>0).

Explore top flashcards

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