AP Calculus Formulas

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/88

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:17 AM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

89 Terms

1
New cards

Special Trig Limits

  • lim x→ 0 (sin x)/x (or x/sinx) = 1

  • lim x→ 0 (1 - cos x)/x (or x/1-cosx) = 0

2
New cards

The Squeeze Theorem

A fundamental theorem in calculus used to find limits, which states that if a function is squeezed between two other functions that have the same limit at a certain point, then the function itself must also converge to that limit at that point.

3
New cards

Types of Discontinuities

There are three main types of discontinuities in calculus:

  • removable (or soft) discontinuities where a hole exists in the graph

  • jump discontinuities where the function has two different limits approaching from either side

  • infinite discontinuities where the function approaches infinity at a certain point.

4
New cards

Formal Definition of Continuity

  • f(c) is defined (c is in the domain

  • lim as x approaches c f(x) exists

  • lim as x approaches c f(x) = f(c)

5
New cards

Finding the Domain

  • Denominators must not equal zero for fractions

  • numbers under even roots must be equal or greater than zero

  • numbers inside logarithms and natural logs must be greater than zero

6
New cards

Intermediate Value Theorem (for continuous functions)

Must meet the required conditions:

  • f(x) is continuous on an interval [a,b]

  • f(a) ≠ f(b)

  • k is between f(a) and f(b)

  • Conclusion: IVT applis and there exists a value c between a and b such that f(c) = k

7
New cards

Average Rate of Change

  • (f(a+h)-f(a))/((a+h)-a) or (f(x)-f(a))/(x-a)

  • equation of the secant line

8
New cards

Instantaneous Rate of Change

  • lim h → 0 (f(a+h)-f(a))/h or lim x → a (f(x)-f(a))/(x-a)

  • equation of tangent line

9
New cards

Definition of Derivative

  • f’(x) = lim h→0 (f(x+h)-f(x))/h

10
New cards

Equation of Tangent Line

  • y-f(a) = f’(a)(x-a)

  • point-slope form

11
New cards

Differentiability

The derivative will fail to exist where the function has a:

  • discontinuity (hole or jump)

  • corner or cusp

  • vertical tangent (undefined slope)

Differentiability will always imply continuity but continuity might not always imply differentiability

12
New cards

Power Rule

  • f(x) = xn

  • f’(x) = nxn-1

13
New cards

Derivative Rules

  • constant: d/dx c = 0

  • Constant Multiple: d/dx cu = c dy/dx

  • Sum/Difference: d/dx(u±v) = du/dx ± dv/dx

14
New cards

Derivatives of cos x and sin x

  • d/dx cosx = -sinx

  • d/dx sinx = cosx

15
New cards

Derivatives of Exponential Functions

  • d/dx ax = axlna

  • d/dx ex = ex

16
New cards

Derivatives of Logarithmic Functions

  • d/dx logax = 1/x * 1/lna

  • d/dx lnx = 1/x

17
New cards

The Product Rule

  • h(x) = f * g

  • h’(x) = f’g * fg’

18
New cards

The Quotient Rule

  • h(x) = f/g

  • h’(x) = (f’g-fg’)/ g2

19
New cards

Trig Derivatives

  • d/dx sinx = cosx

  • d/dx cosx = -sinx

  • d/dx tanx = sec2x

  • d/dx cotx = -csc2x

  • d/dx secx = secxtanx

  • d/dx cscx = -cscxcotx

20
New cards

The Chain Rule

  • d/dx f(g(x)) = f’(g(x)) * g’(x)

21
New cards

Implicit Differentiation

  • d/dx y = dy/dx

  • d/dx y2 = 2y dy/dx

  • d/dx e5y = e5y * 5dy/dx

22
New cards

Horizontal and Vertical Tangent Lines

  • horizontal tangent lines exist when the slope dy/dx = 0

  • Vertical tangent lines exist when the slope dy/dx = undefined

23
New cards

Derivative of an Inverse Function

  • d/dx [f-1(x)] = 1/(f’(f-1(x)))

24
New cards

Inverse Trig Derivatives

  • d/dx sin-1x = 1/(√1-x²)

  • d/dx cos-1x = -1/(√1-x²)

  • d/dx sec-1x = 1/(lxl√x²-1)

  • d/dx csc-1x = -1/(lxl√x²-1)

  • d/dx tan-1x = 1/(x²+1)

  • d/dx cot-1x = -1/(x²+1)

25
New cards

Domain of an Inverse Trig Function

  • arcsin x: domain: -1≤x≤1; range: -π/2≤y≤π/2

  • arccos x: domain: -1≤x≤1; range: 0≤y≤π

  • arctan x: domain: -infinity≤x≤infinity; range: -π/2<y<π/2

26
New cards

Higher-Order Derivatives

  • repeat the power rule for each derivative

27
New cards

Position, Velocity, and Acceleration

  • velocity = rate of change of position

  • v(t)<0 = particle is moving left (x-axis) or down (y-axis)

  • v(t)>0 = particle is moving right (x-axis) or up (y-axis)

  • v(t)=0 = particle is at rest

  • average velocity = (s(b))-s(a))/(b-a) on some interval [a, b]

  • speed = lvelocityl

28
New cards

Speeding up or Slowing down

  • if velocity and acceleration have the same sign, then the particle is speeding up

  • if velocity and acceleration have different signs, then the particle is slowing down

29
New cards

Solving Related Rates

  • Draw a picture

  • Make a list of all known and unknown rates and quantities

  • Relate the variables in an equation

  • Differentiate with respect to time

  • Substitute the known quantities and rates and solve

30
New cards

Approximating with Local Linearity

  • Concave up with a tangent line = underestimate

  • Concave down with a tangent line = overestimate

31
New cards

L’Hospital’s Rule

  • suppose f(a) = 0 and g(a) = 0 and lim x→a f(x)/g(x) = 0/0 or infinity/infinity then L’hospital’s rule apply

  • lim x→ a f(x)/g(x) = f’(x)/g’(x)

32
New cards

The Mean Value Theorem

  • if a function f is continuous over the interval [a,b] and differentiable over the interval (a,b) then there exists a point c within that open interval where the instantaneous rate of change equals the average rate of change over the interval

  • (f(b)-f(a))/(b-a) = f’(c)

33
New cards

Extreme Value Theorem

  • if a function f is continuous over the interval [a,b], then f has at least one minimum value and at least one maximum value on [a,b]

  • global extrema = absolute extrema

  • local extrema = relative extrema

34
New cards

Critical Point

  • a point that has a possibility of being an extrema (max or min)

  • How do you find a critical point: f’(x) DNE and/or f’(x) = 0

35
New cards

Increasing and Decreasing Intervals

  • if the slope of the function is positive, the function is increasing

  • if the slope of the function is negative, the function is decreasing

36
New cards

The First Derivative Test

Assume c and d are critical numbers of a function f

  • there is a minimum value at x=c because f’ changes signs from negative to positive

  • there is a maximum value at x=d because f’ changes signs from positive to negative

  • if h(c) does not exist, then x=c cannot be a critical point

37
New cards

Candidates for Absolute Extrema (on an interval)

  • Critical Points

  • End Points

38
New cards

Determining Concavity

  • if f’ is increasing and f’’>0, then f is concave up

  • if f’ is decreasing and f’’<0, then f is concave down

39
New cards

Point of Inflection

  • there is a point of inflection of f at x=c if f(c) is defined and f’’ changes signs at x=c

  • a point of inflection is where the graph changes concavity

  • Two common mistakes: assuming that f’’=0 means there is a point of inflection and assuming that f’’≠0means there is a point of inflection

40
New cards

The Second Derivative Test

  • Suppose f’(c)=0, then

    • if f’’(c)>0, then f has a relative minimum at x=c

    • if f’’(c)<0, then f has a relative maximum at x=c

  • If there is only one critical point, and that CP is an extrema (max or min), then it is an absolute extremum (max or min)

41
New cards

Connecting f, f’, f’’

  • an object is speeding up if f’ and f’’ have the same signs

  • an object is slowing down if f’ and f’’ have different signs

42
New cards

Solving Optimization Problems

  • Draw a picture of(if applicable) and identify known and unknown quantities

  • Write an equation (model) that will be optimized

  • Write your equation in terms of a single variable

  • Determine the desired max or min value with calculus techniques

  • Determine the domain (endpoints) of your equation to verify if the endpoints represent a max or min

43
New cards

Accumulation of Change

  • the area under the curve gives us the accumulation of change

  • unit for area under the curve: the dependent unit multiplied by the independent unit

    • the unit for y times the unit for x

44
New cards

Approximating Areas with Riemann Sums

  • left riemann sum: uses the left side of the rectangles to estimate the area under the curve

  • right riemann sum: uses the right side of the rectangles to estimate the area under the curve

  • midpoint riemann sum: uses the midpoint of the rectangles to estimate the area under the curve

  • trapezoidal sum: uses trapezoids to estimate instead of rectangles

45
New cards

Overestimate or Underestimate (Riemann Sums)

  • Increasing functions: underestimate for left riemann sums and overestimate for right riemann sums

  • Decreasing functions: underestimate for right riemann sums and overestimate for left riemann sums

  • Trapezoid estimation: underestimate for concave down and overestimate for concave up

46
New cards

Summation Notation

  • the area under the curve of f(x) on the interval [a,b] is represented by lim n → infinity ∑nk=1((b-a)/n)*f(a+(b-a)/n*k)

  • (b-a)/n = delta x

  • f(a+(b-a)/n*k) = f(xk)

  • could also be written as ∫ba f(x) dx

47
New cards

Fundamental Theorem of Calculus

  • d/dx ∫xaf(t) dt = f(x)

  • baf(x) dx = F(b) - F(a)

  • f(t) is the integrand

  • derivatives and integrals are inverses of each other

  • antiderivative

48
New cards

Variation of the FTC

  • if a is a constant, f is a continuous function, and g and h are differentiable then:

    • d/dx ∫ag(x) f(t) dt = f(g(x))*g’(x)

    • d/dx ∫h(x)g(x) f(t) dt = f(g(x))*g’(x) - f(h(x))*h’(x)

49
New cards

Behaviour of Accumulation Functions

  • F’(x) = f(x)

  • F(x) is increasing when F’(x) > 0 or f(x)>0

  • F(x) is decreasing when F’(x)<0 or f(x)<0

  • F(x) has relative max when F’(x) changes from + to - or when f(x) changes from + to -

  • F(x) has relative min when F’(x) changes from - to + or when f(x) changes from - to +

  • F(x) is concave up when F’’(x) > 0 or f’(x)>0

  • F(x) is concave down when F’’(x) <0 or f’(x)<0

  • F(x) has a point of inflection when F’’(x) changes signs or f’(x) changes signs

50
New cards

Properties of Definite Integrals

  • Equivalent limits: ∫aaf(x) dx = 0

  • Reversal of limits: ∫abf(x) dx = -∫baf(x) dx

  • Multiply by constant (k=constant): ∫bakf(x) dx = k∫baf(x) dx

  • Adjacent intervals (a<c<b): ∫caf(x) dx + ∫bcf(x) dx = ∫baf(x) dx

  • Addition: ∫ba[f(x) + g(x)] dx = ∫baf(x) dx + ∫bag(x) dx

  • Subtraction: ∫ba[f(x) - g(x)] dx = ∫baf(x) dx - ∫bag(x) dx

51
New cards

Antiderivative

  • f(x) = xn then F(x) = (xn+1)/(n+1)

  • ∫sinxdx = -cosx + c

  • ∫cosxdx = sinx + c

52
New cards

Indefinite Integrals

  • Exponential:

    • ∫ex dx = ex + c

    • ∫ax dx = 1/lna ax + c

  • Logarithm:

    • ∫1/x dx = ln|x| + c

  • Trig:

    • ∫ cosx dx = sinx + c

    • ∫ sinx dx = -cosx + c

    • ∫ secx dx = tanx + c

    • ∫ cscxcotx dx = -cscx + c

    • ∫ secxtanx dx = secx + c

    • ∫ csc2 x dx = -cotx + c

  • Inverse Trig:

    • d/dx sin-1(x) = 1/(√1-x2)

    • d/dx sec-1(x) = 1/[|x|*(√x2-1)]

    • d/dx tan-1(x) = 1/(x2+1)

53
New cards

U-substitution

  • substitute part of the integrand into u and convert everything into du instead of dx

54
New cards

Integrating with Long Division and Completing the Square

  • A method used in calculus for integrating rational functions by dividing the numerator by the denominator and simplifying the resulting expression, often involving completing the square for quadratic denominators.

55
New cards

Integration by Parts

  • typically used for the integration of the product of two functions

  • ∫f(x)g’(x) = fg - ∫f’g

  • Tabular integration: differentiate to 0 for chosen f(x). Integrate your chosen g’(x) the same number of times. Follow the sign convention, which is plus/minus repeating

56
New cards

Linear Partial Fractions

  • A method to decompose a rational function into a sum of simpler fractions, typically used for integrating functions with polynomial denominators. This technique facilitates the integration of more complex rational expressions.

57
New cards

Improper Integrals

  • if f(x) is continuous on [a, infinity), then ∫ainfinity f(x) dx = limt→infinityat f(x) dx.

  • if f(x) is continuous on (-infinity, b], then ∫-infinityb f(x) dx = limt→−∞tb f(x) dx.

  • if f(x) is continuous on [a, b) and has an infinite discontinuity at b, then ∫ab f(x) dx = limt→b-at f(x) dx.

  • if f(x) is continuous on (a, b] and has an infinite discontinuity at a, then ∫ab f(x) dx = limt→a+tb f(x) dx.

58
New cards

Directly Proportional & Inversely Proportional

  • Directly: if a is proportional to b, then a = kb, where k is a constant

  • Inversely: if a is inversely proportional to b, then a = k/b, where k is a constant

59
New cards

Verifying Solutions

  • The process of checking whether a given solution satisfies the original equation or conditions of a problem, often involving substitution back into the equation to confirm correctness.

60
New cards

Sketching Slope Fields

  • A method for visualizing solutions to differential equations by plotting tangent lines at various points in the plane, representing the slope of the solution curve.

  • a slope field represents a differential equation on an xy-plane. It shows the “slope” of all the particular solutions to the differential equation

61
New cards

Reasoning using Slope Fields

  • Involves interpreting the behavior of solutions to differential equations by analyzing the direction and steepness of the tangent lines within a slope field. This approach helps predict the general shape and trends of solution curves.

62
New cards

Euler’s Method

  • A numerical technique for approximating solutions to first-order differential equations by using tangent line segments to step forward in small increments.

  • delta x = (x2-x1)/total steps

  • y-y1= m(x-x1)

  • y= y1+m(x-x1) ← new y

63
New cards

Separation of Variables (General & Particular Solutions)

  • General: integrate x and y separately and come up with a solution (usually explicitly) by using algebra

  • Particular: solve for the specific solution by applying initial conditions to the general solution.

64
New cards

Exponential Models with Differential Equations

  • y = a(b)t

  • rate of change of a quantity is proportional to the size of the quantity

  • The solution to dy/dt = ky is y = Cekt, where C represents the initial value of the model

  • A growth model will have a positive exponent

  • A decay model will have a negative exponent

  • Doubling Time/Half-Life: doubling time is the time required for a quantity to double in size, while half-life is the time required for it to reduce to half its initial value.

65
New cards

Logistic Models

  • dy/dt = ky(1-y/L), where L is the limiting value and k is a constant

  • dy/dt = (k/L)y(L-y) → ky(a-y), where L is the limiting value and k is a constant

66
New cards

Average Value of a Function

The average value of a function over an interval [a, b] is defined as 1baabf(x)dx\frac{1}{b-a} \int_a^b f(x) \, dx. This gives the mean value of the function's outputs on that interval.

67
New cards

Velocity with integrals; different meanings

  • ∫velocity = |∫velocity| = displacement

  • ∫|velocity| = total distance

  • |velocity| = speed

68
New cards

Accumulation and integrals

  • when you integrate a rate, you get net change

  • ∫ rate of change = net change

69
New cards

Area between curves (with respect to x)

  • A = ∫ab [f(x) - g(x)] dx

  • f(x) ≥ g(x) for all x in [a, b]

70
New cards

Area between curves (with respect to y)

  • A = ∫cd [f(y) - g(y)] dy

  • f(y) ≥ g(y) for all y in [c, d]

  • must perform implicit differentiation if function is given with respect to x

71
New cards

Area - More than Two Intersections

  • To find the area between curves with more than two intersections, first identify the points of intersection.

  • Then, break the integral into separate intervals where you can evaluate the area using the correct upper and lower functions for each segment.

  • The final area is the sum of these integrals across all intervals.

72
New cards

Volume of a solid - Squares and Rectangles

  • V = ∫ab A(x) dx

  • A(x) is the area of a cross section perpendicular to the x-axis

  • For squares, A(x) = s2 where s is f(x) - g(x)

  • For rectangles, A(x) = width x height, where width = f(x) - g(x) and height is given in the problem

73
New cards

Volumes of a Solid - Triangles and Semicircles

  • V = ∫ab A(x) dx

  • A(x) is the area of a cross section perpendicular to the x-axis

  • For equilateral triangles, A(x) = (√3 /4 s2), where s = f(x) - g(x)

  • For isosceles right triangles, A(x) = (1/2 s2), where s = f(x) - g(x)

  • For semicircles, A(x) = (1/2πr2), where r = [f(x) - g(x)]/2

74
New cards

Disc Method - revolve around x or y axis

  • V = ∫ab π[R(x)]2 dx, where R(x) is the “distance” between the axis of revolution and the outside of the solid

  • Area of the cross section looks like a circle, after revolution, it should have a cone shape

  • The radius is whatever f(x) is, and it is also R(x)

75
New cards

Disc Method - Revolve around other axes

  • V = ∫ab π[R(x)]2 dx, where R(x) is the “distance” between the axis of revolution and the outside of the solid

  • Requires finding the boundaries by setting the function equal to the axes you are revolving around

76
New cards

Washer Method - Revolve around x or y axis

  • V = ∫ab π[R(x)]2 dx - ∫ab π[r(x)]2 dx or V = ∫ab[R(x)]2-[r(x)]2 dx, where R(x) is the radius to the outside of the object and r(x) is the radius to the inside of the object

  • Gives a tube-like shape after revolved around the axes

  • Usually involves two different functions instead of one

77
New cards

Washer Method - Revolve around other axes

  • V = ∫ab π[R(x)]2 dx - ∫ab π[r(x)]2 dx or V = ∫ab[R(x)]2-[r(x)]2 dx, where R(x) is the radius to the outside of the object and r(x) is the radius to the inside of the object

  • Often requires two steps to determine the volume of the tube created

78
New cards

Arc Length

  • if a function y = f(x) represents a smooth continuous curve on the closed interval [a, b], then the arc length of f between a and b is given by the formula below

  • ab√(1+[f’(x)]2) dx

  • it is basically how long the curve is on the graph

79
New cards

Parametric Equations

  • if f and g are continuous functions of t on an interval, then the equations x = f(t) and y = g(t) are parametric equations and t is the parameter

  • derivative of a parametric equation: dy/dx = (dy/dt)/(dx/dt), dx/dt ≠ 0

  • 2nd derivative of a parametric equation: d2y/dx2 = [d/dx(dy/dx)]/(dx/dt)

80
New cards

Arc Length (Parametric Form)

  • L = ∫ab√[(dx/dt)2 + (dy/dt)2] dt

81
New cards

Vector-valued Functions

  • Magnitude is designated by ||v||

  • f(t) and g(t) are component functions with the parameter t

  • Differentiation: r’(t) = <f’(t), g’(t)>

  • Integration: ∫r(t) dt = <∫f(t) dt, ∫g(t) dt>

82
New cards

Motion using Parametric and Vectors

  • speed: √{[(x’(t)]2 + [y’(t)]2}

  • total distance: ∫ab √{[(x’(t)]2 + [y’(t)]2} dt

83
New cards

Differentiating in Polar Form

  • (r, theta) is used for polar coordinate system

  • r is a directed distance from the origin to a point

  • theta is the directed angle

  • x = r * cos theta

  • y = r * sin theta

  • tan theta = y/x

  • r2 = x2 + y2

  • Slope of a Curve in Polar Form: dy/dx = [y’(theta)]/[x’(theta)]

84
New cards

Area Bounded by a Polar Curve

  • if f is continuous and nonnegative on the interval [alpha, beta], then the area of the region bounded by the graph of r = f(theta) between the radial lines theta = alpha and theta = beta

  • A = (1/2) ∫alphabeta r2 d(theta)

85
New cards

Area Bounded by Two Polar Curves

  • A = (1/2) ∫ab (r22) d(theta) - (1/2) ∫ab (r1)2 d(theta) or A = (1/2) ∫ab(r22 - r12) d(theta)

86
New cards
87
New cards
88
New cards
89
New cards