AP Calculus AB/BC Comprehensive Vocabulary Flashcards

0.0(0)
studied byStudied by 0 people
GameKnowt Live
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/110

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering essential AP Calculus AB & BC concepts including limits, derivatives, integrals, motion, differential equations, area/volume, parametric, polar, vectors, and series.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

111 Terms

1
New cards

Zero of a Function

A value of x that makes f(x)=0; found by factoring, quadratic formula, or graphing.

2
New cards

Intersection of Two Functions

A point where f(x)=g(x); solve algebraically or find on a graphing calculator.

3
New cards

Even Function

Function with y-axis symmetry; satisfies f(−x)=f(x).

4
New cards

Odd Function

Function with origin symmetry; satisfies f(−x)=−f(x).

5
New cards

Domain of a Polynomial

All real numbers (−∞,∞).

6
New cards

Domain Restriction—Denominator

Values that make denominator 0 are excluded from domain.

7
New cards

Domain Restriction—Square Root

Radicand must be ≥0 to remain in the real numbers.

8
New cards

Domain Restriction—Logarithm

Argument of log or ln must be >0.

9
New cards

Vertical Asymptote

x-value where denominator of simplified fraction equals 0; written x=a.

10
New cards

Horizontal Asymptote Rule 1

If numerator degree < denominator degree, y=0 is the asymptote.

11
New cards

Horizontal Asymptote Rule 2

If numerator degree = denominator degree, HA = ratio of leading coefficients.

12
New cards

Horizontal Asymptote Rule 3

If numerator degree > denominator degree, no horizontal asymptote.

13
New cards

Intermediate Value Theorem (IVT)

A continuous function on [a,b] takes every y-value between f(a) and f(b).

14
New cards

Existence of Root via IVT

If f(a) and f(b) have opposite signs, a zero exists in (a,b).

15
New cards

Limit—Direct Substitution

First step in evaluating a limit; plug in the approaching value.

16
New cards

Indeterminate Form 0/0

Expression requiring algebraic manipulation or L’Hospital’s Rule to evaluate limit.

17
New cards

Graphical Limit

The y-value a function approaches as x approaches a from left/right.

18
New cards

Limit Does Not Exist (DNE)

Occurs at jump discontinuity or vertical asymptote where one-sided limits disagree or diverge.

19
New cards

Continuity—Formal Definition

Function continuous at x=a if limit exists, f(a) exists, and both are equal.

20
New cards

L’Hospital’s Rule

Evaluates limits of 0/0 or ∞/∞ forms by taking derivatives of numerator and denominator.

21
New cards

L’Hospital’s Other Forms

Products, differences, or powers transformed to quotient before applying the rule.

22
New cards

Limit Definition of Derivative

f '(x)=limₕ→0 [f(x+h)−f(x)]/h.

23
New cards

Pointwise Derivative

f '(c)=limₓ→c [f(x)−f(c)]/(x−c).

24
New cards

Differentiable Function

Continuous and has equal left/right derivatives; graph is smooth without corners or vertical tangents.

25
New cards

Tangent Line Equation

y−f(c)=f '(c)(x−c); matches function value and slope at x=c.

26
New cards

Normal Line

Line perpendicular to tangent; slope = −1 / f '(c).

27
New cards

Secant Line

Line through two points on a curve; slope = [f(b)−f(a)]/(b−a).

28
New cards

Linear Approximation

Using tangent line to estimate function values near point of tangency.

29
New cards

Overestimate via Tangent

Occurs when function is concave down and tangent lies above curve.

30
New cards

Underestimate via Tangent

Occurs when function is concave up and tangent lies below curve.

31
New cards

Average Rate of Change

[f(b)−f(a)]/(b−a); slope of secant line on interval [a,b].

32
New cards

Approximating Derivative from Table

Use slope of two points close to desired x-value.

33
New cards

Euler’s Method Formula

y{new}=y{old}+h(dy/dx); numerical solution step.

34
New cards

Euler’s Method Over/Under

Compare signs of dy/dx and d²y/dx² to decide if approximation is high or low.

35
New cards

Critical Value

x where f '(x)=0 or undefined; potential extremum.

36
New cards

Increasing Function (Analytic)

f '(x)>0 on interval.

37
New cards

Decreasing Function (Analytic)

f '(x)<0 on interval.

38
New cards

Relative (Local) Extrema

Occurs at critical value with derivative sign change.

39
New cards

Absolute Extrema on Closed Interval

Largest/smallest y among critical points and endpoints.

40
New cards

Inflection Point

x where f ''(x)=0/undefined AND concavity changes.

41
New cards

Concave Up

f ''(x)>0; tangent lines lie below curve; tangent underestimates.

42
New cards

Concave Down

f ''(x)<0; tangent lines lie above curve; tangent overestimates.

43
New cards

Riemann Sum

Finite sum of rectangle areas approximating an integral.

44
New cards

Left Riemann Sum

Height of each rectangle from function value at left endpoint.

45
New cards

Right Riemann Sum

Height from function value at right endpoint.

46
New cards

Midpoint Riemann Sum

Height from function value at midpoint of subinterval.

47
New cards

Inscribed Sum

Rectangles lie completely under curve; gives lower estimate.

48
New cards

Circumscribed Sum

Rectangles cover curve; gives upper estimate.

49
New cards

Fixed Rectangle Width

Δx=(b−a)/n for n equal subintervals.

50
New cards

Trapezoidal Rule

Approximation using trapezoids; coefficients 1,2,2,…,2,1 with Δx/2 factor.

51
New cards

Fundamental Theorem of Calculus I

∫_a^b f(x)dx = F(b)−F(a) where F' = f.

52
New cards

Fundamental Theorem of Calculus II

d/dx ∫_a^{g(x)} f(t)dt = f(g(x))·g'(x).

53
New cards

Average Value of Function

(1/(b−a))∫_a^b f(x)dx.

54
New cards

Mean Value Theorem for Integrals

There exists c in [a,b] where f(c) equals average value.

55
New cards

Improper Integral

Integral with infinite limit or discontinuous integrand; requires limit notation.

56
New cards

Partial Fraction Decomposition

Express rational function as sum of simpler fractions for integration.

57
New cards

Integration by Parts

∫u dv = u·v − ∫v du; choose u via LIPET hierarchy.

58
New cards

Arc Length Formula (Cartesian)

∫_a^b √[1+(dy/dx)²] dx for smooth curve y=f(x).

59
New cards

Position Function

Original displacement s(t) or x(t); units of length.

60
New cards

Velocity

First derivative of position; speed with direction; units length/time.

61
New cards

Speed

Absolute value of velocity; scalar magnitude.

62
New cards

Acceleration

Derivative of velocity or second derivative of position; units length/time².

63
New cards

Instantaneous Velocity

v(a)=s '(a); slope of tangent to position curve at t=a.

64
New cards

Average Velocity (Position Data)

[s(b)−s(a)]/(b−a).

65
New cards

Speeding Up

Velocity and acceleration have same sign on interval.

66
New cards

Slowing Down

Velocity and acceleration have opposite signs.

67
New cards

Displacement

∫_a^b v(t)dt; net change in position (signed).

68
New cards

Total Distance Traveled

∫_a^b |v(t)| dt; absolute path length.

69
New cards

Greatest Distance from Start

Max |s(t)−s(0)| at turning points and endpoints.

70
New cards

Slope Field

Graph of short line segments representing dy/dx at (x,y) points.

71
New cards

Separable Differential Equation

Can be written g(y)dy = f(x)dx and integrated both sides.

72
New cards

Exponential Growth/Decay Solution

y=Ce^{kt}; k>0 growth, k<0 decay.

73
New cards

Newton’s Law of Cooling

dT/dt = k(T−TR); solution T = TR + Ce^{kt}.

74
New cards

Logistic Growth Model

P= C / (1 + Ae^{−k t}); approaches carrying capacity C.

75
New cards

Disc Method

Volume of revolution: V=π∫_a^b [R(x)]² dx about x-axis.

76
New cards

Washer Method

Volume: V=π∫_a^b (R²−r²) dx; outer minus inner radius.

77
New cards

Shell Method (about y-axis)

V=2π∫_a^b x·f(x) dx; cylindrical shells.

78
New cards

Cross-Section Volume (x-axis)

V=∫_a^b A(x) dx where A(x) is area of cross section.

79
New cards

Area of Square Cross Section

A = (side)², where side comes from region width.

80
New cards

Area of Equilateral Triangle Cross Section

A = (√3/4)·b², where b is base length.

81
New cards

Area of Semi-circle Cross Section

A = (π/8)·d² where d is diameter (region width).

82
New cards

Parametric First Derivative

dy/dx = (dy/dt)/(dx/dt).

83
New cards

Parametric Second Derivative

d²y/dx² = [d/dt(dy/dx)] / (dx/dt).

84
New cards

Arc Length—Parametric

∫ √[(dx/dt)²+(dy/dt)²] dt over interval.

85
New cards

Polar to Cartesian x

x = r cos θ.

86
New cards

Polar to Cartesian y

y = r sin θ.

87
New cards

Polar Slope dy/dx

[r' sinθ + r cosθ] / [r' cosθ − r sinθ].

88
New cards

Polar Area Formula

(1/2)∫ r² dθ between angles α and β.

89
New cards

Polar Arc Length

∫ √[r² + (dr/dθ)²] dθ.

90
New cards

Vector Magnitude

‖⟨a,b⟩‖ = √(a² + b²).

91
New cards

Dot Product

⟨a,b⟩·⟨c,d⟩ = ac + bd; zero dot product implies perpendicular vectors.

92
New cards

Particle Stops (Vector)

When velocity vector = ⟨0,0⟩.

93
New cards

Vector Velocity

Derivative of position vector: v(t)=⟨x'(t), y'(t)⟩.

94
New cards

Vector Acceleration

Derivative of velocity vector: a(t)=⟨x''(t), y''(t)⟩.

95
New cards

Total Distance (Vector)

∫ ‖v(t)‖ dt over interval.

96
New cards

Geometric Series Sum

S = a₀/(1−r) when |r|<1 and index starts at n=0.

97
New cards

Taylor Polynomial

Finite sum Σ (f⁽ⁿ⁾(c)/n!)(x−c)ⁿ approximating function near x=c.

98
New cards

Maclaurin Polynomial

Taylor polynomial centered at c=0.

99
New cards

Lagrange Error Bound

|R_n(x)| ≤ (M|x−c|^{n+1})/( (n+1)! ); M is max of |f⁽ⁿ⁺¹⁾| on interval.

100
New cards

Mean Value Theorem (Derivatives)

If f continuous on [a,b] and differentiable (a,b), ∃c with f '(c)=[f(b)−f(a)]/(b−a).