Loading Via Latina...
Loading...Loading Via Latina...
Loading...What is the formal (epsilon-delta) definition of a limit?
hardFor every ε > 0, there exists a δ > 0 such that if 0 < |x - a| < δ, then |f(x) - L| < ε
What is the limit of (sin x)/x as x approaches 0?
medium1
A fundamental limit used to derive trig derivatives
What is the limit of (1 + 1/n)^n as n approaches infinity?
harde (Euler's number, approximately 2.71828)
What is L'Hopital's Rule?
hardIf a limit gives 0/0 or ∞/∞, you can take the derivative of numerator and denominator separately
What does it mean for a function to be continuous at x = a?
mediumf(a) is defined, the limit as x→a exists, and the limit equals f(a)
What is the Squeeze Theorem?
hardIf g(x) ≤ f(x) ≤ h(x) near a, and lim g(x) = lim h(x) = L, then lim f(x) = L
What is a one-sided limit?
mediumThe value a function approaches as x approaches a from only the left (x→a⁻) or only the right (x→a⁺)
What is the limit of (1 - cos x)/x as x approaches 0?
hard0
What is the derivative of a function?
easyThe instantaneous rate of change of the function, or the slope of the tangent line at a point
What is the limit definition of the derivative?
mediumf'(x) = lim[h→0] (f(x+h) - f(x))/h
What does it mean if f'(a) = 0?
mediumThe tangent line is horizontal at x = a — it may be a local maximum, minimum, or inflection point
What is the relationship between differentiability and continuity?
hardIf a function is differentiable at a point, it must be continuous there (but continuity does not guarantee differentiability)
What is the second derivative and what does it tell you?
mediumf''(x) is the derivative of f'(x); it measures concavity — positive means concave up, negative means concave down
What is the power rule?
easyd/dx[xⁿ] = nxⁿ⁻¹
What is the derivative of sin(x)?
easycos(x)
What is the derivative of cos(x)?
easy-sin(x)
What is the derivative of eˣ?
easyeˣ
The only function that is its own derivative
What is the derivative of ln(x)?
easy1/x
What is the product rule?
mediumd/dx[f·g] = f'·g + f·g'
What is the quotient rule?
mediumd/dx[f/g] = (f'g - fg')/g²
Low d-high minus high d-low, over the square of what's below
What is the chain rule?
mediumd/dx[f(g(x))] = f'(g(x)) · g'(x) — derivative of the outside times derivative of the inside
What is the derivative of tan(x)?
mediumsec²(x)
What is the derivative of aˣ (where a is a constant)?
hardaˣ · ln(a)
What is implicit differentiation?
hardDifferentiating both sides of an equation with respect to x, treating y as a function of x and using the chain rule
How do you find local maxima and minima?
mediumFind where f'(x) = 0 or is undefined (critical points), then use the first or second derivative test
What is the first derivative test?
mediumIf f' changes from positive to negative at c, f has a local max; negative to positive gives a local min
What is the second derivative test?
mediumIf f'(c) = 0 and f''(c) > 0, local min; if f''(c) < 0, local max; if f''(c) = 0, test is inconclusive
What is related rates in calculus?
hardFinding the rate of change of one quantity using the known rate of change of a related quantity, via implicit differentiation with respect to time
What does the Mean Value Theorem state?
hardIf f is continuous on [a,b] and differentiable on (a,b), there exists c where f'(c) = (f(b)-f(a))/(b-a)
What is an inflection point?
mediumA point where the concavity of the function changes (f'' changes sign)
In optimization problems, what must you check in addition to critical points?
mediumEndpoints of the domain (if it's a closed interval) — the absolute max or min could occur there
What is an antiderivative?
easyA function F(x) whose derivative is f(x): F'(x) = f(x)
What is the indefinite integral of xⁿ (n ≠ -1)?
easyxⁿ⁺¹/(n+1) + C
The reverse of the power rule
What is the Fundamental Theorem of Calculus (Part 1)?
mediumIf F is an antiderivative of f, then ∫[a to b] f(x)dx = F(b) - F(a)
What is the Fundamental Theorem of Calculus (Part 2)?
hardd/dx[∫[a to x] f(t)dt] = f(x) — differentiation and integration are inverse operations
What is the integral of 1/x?
mediumln|x| + C
What is the integral of eˣ?
easyeˣ + C
What is u-substitution?
mediumA technique that reverses the chain rule: substitute u = g(x), du = g'(x)dx to simplify the integral
What is integration by parts?
hard∫u dv = uv - ∫v du — reverses the product rule
Remember LIATE for choosing u
What is the integral of cos(x)?
easysin(x) + C
What is the integral of sin(x)?
easy-cos(x) + C
How do you find the area under a curve?
easyEvaluate the definite integral ∫[a to b] f(x)dx when f(x) ≥ 0
How do you find the area between two curves?
medium∫[a to b] (f(x) - g(x))dx, where f(x) ≥ g(x) on [a,b]
What is the average value of a function on [a,b]?
medium(1/(b-a)) · ∫[a to b] f(x)dx
What is a Riemann sum?
mediumAn approximation of a definite integral using the sum of areas of rectangles under the curve
What is the disc method for finding volume of revolution?
hardV = π∫[a to b] [f(x)]² dx — rotating a region around an axis creates disc-shaped cross sections
What is the washer method?
hardV = π∫[a to b] ([R(x)]² - [r(x)]²)dx — for volumes of revolution with a hollow center
What is a differential equation?
easyAn equation that involves a function and one or more of its derivatives
What is the general solution to dy/dx = ky?
mediumy = Ceᵏˣ (exponential growth or decay)
This models population growth and radioactive decay
What is separation of variables?
mediumA method of solving DEs by moving all y terms to one side and all x terms to the other, then integrating both sides
What is a slope field?
mediumA visual representation showing small line segments at grid points indicating the slope (dy/dx) at each point
What is an initial value problem?
mediumA differential equation together with a specific initial condition y(x₀) = y₀ that determines the particular solution
What real-world situation does dy/dt = -ky model?
mediumExponential decay — such as radioactive decay, cooling, or depreciation