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 2:04 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 over an interval: (f(b)−f(a))/(b−a); interpreted as average “output per input” from x=a to x=b.

2
New cards

Secant line

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

3
New cards

Slope (rise over run)

The rate of change of a line: (y2−y1)/(x2−x1); measures vertical change per horizontal change.

4
New cards

Instantaneous rate of change

How fast a quantity is changing at a single input value (the “right now” rate); equals the slope of the tangent line at that point.

5
New cards

Tangent line

The line that best matches a curve at a single point; its slope represents the instantaneous rate of change there.

6
New cards

Difference quotient

An expression like (f(a+h)−f(a))/h that computes a secant slope; its limit as h→0 defines the derivative.

7
New cards

Limit (in derivative context)

A value that an expression approaches as the input approaches a certain number; used to make “instantaneous” change precise.

8
New cards

Increment h

A small change in the input x (moving from a to a+h); in derivatives, h is taken toward 0.

9
New cards

Units of a rate

Derivative/average rate units are (output units)/(input units), e.g., meters per second if f is meters and x is seconds.

10
New cards

Average velocity

Average rate of change of position s(t) over a time interval: (s(t2)−s(t1))/(t2−t1).

11
New cards

Forward difference quotient

A right-hand secant estimate of f'(a): (f(a+h)−f(a))/h for small h>0.

12
New cards

Backward difference quotient

A left-hand secant estimate of f'(a): (f(a)−f(a−h))/h for small h>0.

13
New cards

Symmetric difference quotient

A centered estimate of f'(a): (f(a+h)−f(a−h))/(2h); often more accurate because it uses both sides.

14
New cards

Derivative

A limit that gives the instantaneous rate of change (tangent slope) of a function at a point; written f'(a) or dy/dx.

15
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.

16
New cards

Equivalent derivative definition (x→a form)

f'(a)=lim_{x→a} (f(x)−f(a))/(x−a); same concept as the h→0 form.

17
New cards

Derivative exists

The derivative at x=a exists if the difference-quotient limit exists and is a finite real number (left and right behaviors agree).

18
New cards

One-sided derivative

A derivative computed using a limit from only one side (left or right) of the point.

19
New cards

Left-hand derivative

lim_{h→0−} (f(a+h)−f(a))/h; uses values approaching a from the left.

20
New cards

Right-hand derivative

lim_{h→0+} (f(a+h)−f(a))/h; uses values approaching a from the right.

21
New cards

Derivative function

The function f'(x) that gives the slope (instantaneous rate of change) of f at each x where the derivative exists.

22
New cards

f'(a)

Notation for the derivative evaluated at x=a; a single number representing the tangent slope at that point.

23
New cards

f'(x)

Notation for the derivative as a function of x; outputs the slope of f at each input where defined.

24
New cards

Leibniz notation (dy/dx)

A common derivative notation emphasizing “rate of change of y with respect to x”; conceptually defined by a limit.

25
New cards

(dy/dx)|_{x=a}

Leibniz notation for the derivative evaluated at a specific point x=a (the rate/slope at that input).

26
New cards

Second derivative

The derivative of the derivative, f''(x) or d^2y/dx^2; measures how the rate of change itself is changing.

27
New cards

Differentiable at a point

A function is differentiable at x=a if f'(a) exists (the tangent slope is well-defined and finite).

28
New cards

Differentiability implies continuity

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

29
New cards

Continuous but not differentiable

A situation where a graph has no break at a point but still has no well-defined tangent slope there (e.g., a corner).

30
New cards

Discontinuity

A break in the graph (hole, jump, vertical asymptote, etc.); prevents differentiability at that x-value.

31
New cards

Corner

A sharp turn where left-hand and right-hand slopes are finite but unequal (e.g., |x| at 0); derivative does not exist there.

32
New cards

Cusp

A pointy feature where slopes become infinite in different ways; derivative does not exist as a finite real number.

33
New cards

Vertical tangent

A tangent line with infinite/undefined slope; derivative does not exist as a finite real number at that point.

34
New cards

Constant rule

d/dx(c)=0 for any constant c; a horizontal line has slope 0 everywhere.

35
New cards

Constant multiple rule

d/dx(kf(x))=k f'(x); multiplying a function by k multiplies its derivative by k.

36
New cards

Power rule

For integer n>0, d/dx(x^n)=n x^(n−1) (multiply by the power and subtract 1 from the exponent).

37
New cards

Sum and difference rules

d/dx(f+g)=f'+g' and d/dx(f−g)=f'−g'; derivatives distribute over addition/subtraction.

38
New cards

Polynomial differentiation

Differentiating a polynomial term-by-term using the power rule plus sum/difference and constant multiple rules.

39
New cards

Point-slope form

A line through (a, f(a)) with slope m: y−f(a)=m(x−a).

40
New cards

Tangent line equation

The line tangent to y=f(x) at x=a: y−f(a)=f'(a)(x−a).

41
New cards

Product rule

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

42
New cards

Quotient rule

If h(x)=f(x)/g(x) with g(x)≠0, then h'(x)=[f'(x)g(x)−f(x)g'(x)]/[g(x)]^2.

43
New cards

“Low d-high minus high d-low”

Mnemonic for the quotient rule: (denominator·(numerator)′ − numerator·(denominator)′)/(denominator)^2; order matters because of the minus sign.

44
New cards

Radians

The angle unit required for the standard clean trig derivatives; using degrees would introduce a conversion factor.

45
New cards

d/dx(sin x)

cos x (when x is in radians).

46
New cards

d/dx(cos x)

−sin x (when x is in radians; the negative sign is essential).

47
New cards

d/dx(e^x)

e^x; the exponential function e^x is its own derivative.

48
New cards

d/dx(ln x)

1/x (for x>0 in the real-number setting).

49
New cards

Velocity

The derivative of position: v(t)=s'(t); measures how fast position changes with respect to time.

50
New cards

Acceleration

The derivative of velocity (or second derivative of position): a(t)=v'(t)=s''(t); measures how fast velocity changes.

Explore top flashcards

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