1/185
This deck contains all the necessary mathematical formulas and theorems required to get a 5 on AP Calculus BC.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
"What is the Logarithm Product Rule?"
"ln(ab) = ln(a) + ln(b)"
"What is the Logarithm Quotient Rule?"
"ln(a/b) = ln(a) - ln(b)"
"What is the Logarithm Power Rule?"
"ln(a^b) = b * ln(a)"
"What is the Logarithm Change of Base Formula?"
"log_a(x) = ln(x) / ln(a)"
"What is the Inverse Property of e and ln (e raised to ln)?"
"e^(ln x) = x"
"What is the Inverse Property of ln and e (ln of e raised to)?"
"ln(e^x) = x"
"What is the value of ln(1)?"
"0"
"What is the value of ln(e)?"
"1"
"What is the Exponent Multiplication Rule (x^a * x^b)?"
"x^(a+b)"
"What is the Exponent Division Rule (x^a / x^b)?"
"x^(a-b)"
"What is the Power of a Power Rule ((x^a)^b)?"
"x^(ab)"
"What is the Negative Exponent Rule (x^-n)?"
"1 / (x^n)"
"What is the Fractional Exponent Rule (x^(p/q))?"
"q-th root of (x^p) OR (q-th root of x)^p"
"What is the algebraic definition of an Even Function?"
"f(-x) = f(x)"
"What is the algebraic definition of an Odd Function?"
"f(-x) = -f(x)"
"What is the geometric symmetry of an Even Function?"
"y-axis symmetry"
"What is the geometric symmetry of an Odd Function?"
"Origin symmetry"
"What is the Integral Property of an Even Function from -a to a?"
"2 * [Integral from 0 to a of f(x) dx]"
"What is the Integral Property of an Odd Function from -a to a?"
"0"
"What is the piecewise definition of the Absolute Value function |x|?"
"x if x >= 0; -x if x < 0"
"What is the slope-intercept form of a line?"
"y = mx + b"
"What is the point-slope form of a line (Leibniz-friendly)?"
"y - y1 = m(x - x1)"
"What is the formula for the slope (m) between two points?"
"m = (y2 - y1) / (x2 - x1)"
"What is the Quadratic Formula?"
"x = [-b ± sqrt(b^2 - 4ac)] / 2a"
"What is the Binomial Expansion of (a + b)^2?"
"a^2 + 2ab + b^2"
"What is the Binomial Expansion of (a - b)^2?"
"a^2 - 2ab + b^2"
"What is the Difference of Squares factorization?"
"a^2 - b^2 = (a - b)(a + b)"
"What is the Sum of Cubes factorization?"
"a^3 + b^3 = (a + b)(a^2 - ab + b^2)"
"What is the Difference of Cubes factorization?"
"a^3 - b^3 = (a - b)(a^2 + ab + b^2)"
"What are the (cos, sin) coordinates and tan value for 0 radians?"
(cos, sin) coordinates: (1, 0)
tan value: 0
"What are the (cos, sin) coordinates and tan value for pi/6 radians?"
(cos, sin) coordinates: (√3/2, 1/2)
tan value: 1/√3
"What are the (cos, sin) coordinates and tan value for pi/4 radians?"
(cos, sin) coordinates: (√2/2, √2/2)
tan value: 1
"What are the (cos, sin) coordinates and tan value for pi/3 radians?"
(cos, sin) coordinates: (1/2, √3/2)
tan value: √3
"What are the (cos, sin) coordinates and tan value for pi/2 radians?"
(cos, sin) coordinates: (0, 1)
tan value: undefined
“What is the theorem regarding Differentiability and Continuity?”
Theorem: If f is differentiable at x = c, then f is continuous at x = c. (Note: The converse is FALSE; continuity does not guarantee differentiability).
"What are the exact conditions and statement of the Extreme Value Theorem (EVT)?"
CONDITIONS:
f is continuous on the closed interval [a, b]
STATEMENT (Extreme Value Theorem):
If f is continuous on the closed interval [a, b], then f attains both an absolute maximum value and an absolute minimum value on [a, b].
That is, there exist points c and d in [a, b] such that
f(c) ≥ f(x) for all x in [a, b] and
f(d) ≤ f(x) for all x in [a, b].
"What are the exact conditions and statement of the Mean Value Theorem (MVT) for Derivatives?"
CONDITIONS:
f is continuous on the closed interval [a, b]
f is differentiable on the open interval (a, b)
STATEMENT (Mean Value Theorem):
If f is continuous on [a, b] and differentiable on (a, b), then there exists at least one number c in (a, b) such that
f′(c) = (f(b) − f(a)) / (b − a).
"What are the exact conditions and statement of the Mean Value Theorem (MVT) for Integrals?"
CONDITIONS:
f is continuous on the closed interval [a, b]
STATEMENT (Area / Rectangle Form):
If f is continuous on [a, b], then there exists at least one number c in (a, b) such that
the integral from a to b of f(x) dx equals f(c) multiplied by (b − a).
STATEMENT (Average Value Form):
If f is continuous on [a, b], then there exists at least one number c in (a, b) such that
f(c) equals (1 / (b − a)) multiplied by the integral from a to b of f(x) dx.
"What are the exact conditions and statement of Rolle's Theorem?"
CONDITIONS:
f is continuous on the closed interval [a, b]
f is differentiable on the open interval (a, b)
f(a) = f(b)
STATEMENT (Rolle’s Theorem):
If f satisfies the above conditions, then there exists at least one number c in (a, b) such that
f′(c) = 0.