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 4:00 AM on 3/10/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 over an interval divided by the change in input: (f(b)−f(a))/(b−a).

2
New cards

Secant line

A line that intersects a curve at two points; used to model average change between those points.

3
New cards

Secant slope

The slope of a secant line through (a,f(a)) and (b,f(b)); equals the average rate of change over [a,b].

4
New cards

Instantaneous rate of change

The rate of change at a single input value; geometrically, the slope of the tangent line at that point.

5
New cards

Tangent line

A line that touches a curve at a point and matches the curve’s direction there (when it exists).

6
New cards

Tangent slope

The slope of the tangent line at x=a; this is the value of the derivative f'(a) if it exists.

7
New cards

Increment h

A small change in input used to compare x=a to x=a+h when forming secant slopes near a point.

8
New cards

Difference quotient

The expression (f(a+h)−f(a))/h, representing change in f divided by change in x.

9
New cards

Limit as h → 0

The process used to turn a secant slope (difference quotient) into a tangent slope by letting the interval shrink toward zero.

10
New cards

Derivative at a (f'(a))

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

11
New cards

Differentiable at a

A function is differentiable at x=a if the derivative limit exists (finite) at that point.

12
New cards

Equivalent limit form (x → a)

An alternate definition: f'(a)=lim_{x→a}(f(x)−f(a))/(x−a).

13
New cards

Derivative as a limit of slopes

The derivative is the limiting value of secant slopes as the second point approaches the point of tangency.

14
New cards

Left-hand derivative (f'_-(a))

The derivative estimated/defined by approaching from the left: lim_{h→0^-}(f(a+h)−f(a))/h.

15
New cards

Right-hand derivative (f'_+(a))

The derivative estimated/defined by approaching from the right: lim_{h→0^+}(f(a+h)−f(a))/h.

16
New cards

One-sided derivative test

f'(a) exists iff both f'-(a) and f'+(a) exist and are equal.

17
New cards

Differentiability implies continuity

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

18
New cards

Continuity does not imply differentiability

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

19
New cards

Discontinuity

A break in the graph (hole, jump, or asymptote); prevents the derivative from existing at that point.

20
New cards

Corner

A sharp turn where the left-hand and right-hand slopes are finite but not equal, so the derivative does not exist.

21
New cards

Cusp

A sharp point where slopes become infinite in opposite directions (or behave vertically), so no single tangent slope exists.

22
New cards

Vertical tangent

A tangent line that is vertical; the slope is undefined, so the derivative at that point does not exist as a finite number.

23
New cards

Rationalizing (conjugate technique)

An algebra method (often for radicals) that multiplies by a conjugate to simplify a difference quotient so the limit can be evaluated.

24
New cards

Conjugate

For √(a+h)−√a, the conjugate is √(a+h)+√a; multiplying by it creates a difference of squares.

25
New cards

Derivative function (f'(x))

A new function giving the derivative (tangent slope) at each x where the original function is differentiable: f'(x)=lim_{h→0}(f(x+h)−f(x))/h.

26
New cards

Leibniz notation (dy/dx)

Notation for the derivative meaning “rate of change of y with respect to x,” especially useful in applied rate problems.

27
New cards

Derivative operator (d/dx)

Notation emphasizing differentiation as an operation, e.g., d/dx[f(x)].

28
New cards

Second derivative (f''(x))

The derivative of the derivative; written f''(x) or y''.

29
New cards

Units of derivative

If y=f(x), then f'(a) has units of “units of y per unit of x.”

30
New cards

Average velocity

For position s(t), average velocity on [a,b] is (s(b)−s(a))/(b−a).

31
New cards

Instantaneous velocity

For position s(t), instantaneous velocity at t=a is s'(a).

32
New cards

Tangent line equation

If f is differentiable at x=a, the tangent line is y−f(a)=f'(a)(x−a).

33
New cards

Normal line

The line perpendicular to the tangent line at x=a, passing through (a,f(a)).

34
New cards

Negative reciprocal (normal slope rule)

If the tangent slope is m=f'(a) (and m≠0), the normal slope is −1/m.

35
New cards

Horizontal tangent

A tangent line with slope 0; occurs where f'(a)=0 (if the derivative exists).

36
New cards

Constant rule

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

37
New cards

Constant multiple rule

If g(x)=c·f(x), then g'(x)=c·f'(x).

38
New cards

Sum rule

If h(x)=f(x)+g(x), then h'(x)=f'(x)+g'(x).

39
New cards

Difference rule

If h(x)=f(x)−g(x), then h'(x)=f'(x)−g'(x).

40
New cards

Power rule

d/dx[x^n]=n·x^{n−1} (commonly used for polynomials and rewritten powers).

41
New cards

Rewriting with negative exponents

Converting forms like 1/x^3 to x^{−3} to apply the power rule more directly.

42
New cards

Product rule

If f(x)=u·v, then f'(x)=u·(dv/dx)+v·(du/dx).

43
New cards

Quotient rule

If f(x)=u/v, then f'(x)=(v·du/dx − u·dv/dx)/v^2.

44
New cards

Symmetric difference quotient

A often-more-accurate table estimate: f'(a)≈(f(a+h)−f(a−h))/(2h).

45
New cards

Forward difference quotient

A right-hand estimate from data: f'(a)≈(f(a+h)−f(a))/h.

46
New cards

Derivative of sin(x)

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

47
New cards

Derivative of cos(x)

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

48
New cards

Radians (for trig derivatives)

The formulas for derivatives of sin and cos are valid when angles are measured in radians; degrees require a conversion factor.

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 (with domain x>0).

Explore top flashcards

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