Comprehensive Calculus AB and BC Study Guide

Limits and Continuity

In the study of calculus, the foundation is built upon limits and continuity. The primary definition of a limit is expressed as limxcf(x)=L\lim_{x \to c} f(x) = L, which describes the behavior of a function $f(x)$ as the input $x$ approaches a specific value $c$. When evaluating limits that result in indeterminate forms such as 00\frac{0}{0} or \frac{\infty}{\infty}, L'Hôpital's Rule is applied, stating that limf(x)g(x)=limf(x)g(x)\lim \frac{f(x)}{g(x)} = \lim \frac{f'(x)}{g'(x)}. Another crucial tool is the Squeeze Theorem, which posits that if g(x)f(x)h(x)g(x) \le f(x) \le h(x) and the limits of $g$ and $h$ both equal $L$, then the limit of $f$ must also be $L$. For a function to be considered continuous at a point $c$, three conditions must be met: the value $f(c)$ must be defined, the limit as $x$ approaches $c$ must exist, and the limit must equal the function's value, or limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c). Relatedly, the Intermediate Value Theorem (IVT) states that if a function $f$ is continuous on a closed interval $[a, b]$ and f(a)f(b)f(a) \neq f(b), then for any value $k$ between $f(a)$ and $f(b)$, there exists at least one $c$ in the interval such that $f(c) = k$.

Understanding limits also requires recognizing different types of behavior. For instance, one-sided limits denote the approach from the right, limxc+f(x)\lim_{x \to c^{+}} f(x), and the left, limxcf(x)\lim_{x \to c^{-}} f(x); for a general limit to exist, these two must agree. Infinite limits or vertical asymptotes occur at points where the denominator of a function approaches zero. Conversely, limits at infinity determine horizontal asymptotes. Discontinuities in functions are categorized as removable, jump, or infinite discontinuities.

Derivatives and Differentiation Rules

The derivative of a function represents its instantaneous rate of change and is formally defined by the limit f(x)=limho0f(x+h)f(x)hf'(x) = \lim_{h o 0} \frac{f(x+h) - f(x)}{h}. Several rules govern differentiation, such as the Power Rule, ddx[xn]=nxn1\frac{d}{dx} [x^{n}] = nx^{n-1}, the Product Rule for two functions, $(fg)' = f'g + fg'$, and the Quotient Rule, (fg)=fgfgg2(\frac{f}{g})' = \frac{f'g - fg'}{g^{2}}. Composite functions are differentiated using the Chain Rule, [f(g(x))]=f(g(x))g(x)[f(g(x))]' = f'(g(x)) \cdot g'(x). When equations involve both $x$ and $y$ such that $y$ cannot be easily isolated, Implicit Differentiation is used by differentiating both sides and solving for dydx\frac{dy}{dx}. The derivatives of specific functions include trig functions like (sin(x))=cos(x)(\sin(x))' = \cos(x), (cos(x))=sin(x)(\cos(x))' = -\sin(x), and (tan(x))=sec2(x)(\tan(x))' = \sec^{2}(x), as well as exponential and logarithmic functions like $(e^{x})' = e^{x}$, (ln(x))=1x(\ln(x))' = \frac{1}{x}, and (ax)=axln(a)(a^{x})' = a^{x} \ln(a).

Differentiability is a stricter condition than continuity; while differentiability implies continuity, the reverse is not necessarily true. The Mean Value Theorem (MVT) provides that for a function continuous on $[a, b]$ and differentiable on $(a, b)$, there exists some $c$ in the interval such that f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}. Rolle's Theorem is a specific instance of the MVT where $f(a) = f(b)$, implying $f'(c) = 0$. The signs of the first and second derivatives describe a function's shape: the sign of $f'$ determines if a function is increasing or decreasing, while the sign of $f''$ indicates concavity. An inflection point occurs where $f''$ changes sign. Finally, the Extreme Value Theorem (EVT) guarantees that a function continuous on a closed interval $[a, b]$ will have both an absolute maximum and an absolute minimum.

Applications of Derivatives

Derivatives are applied to find critical points, which occur where $f'(x) = 0$ or where the derivative is undefined. The First Derivative Test identifies local extrema by checking if $f'$ changes from positive to negative (local maximum) or negative to positive (local minimum). The Second Derivative Test evaluates $f''(c)$; if $f''(c) > 0$, the point is a local minimum, and if $f''(c) < 0$, it is a local maximum. Differentiation is also used for Linear Approximation via the tangent line equation $L(x) = f(a) + f'(a)(x - a)$, analysis of Related Rates by differentiating equations with respect to time $t$, and Optimization problems involving critical points and interval endpoints.

In the context of particle motion, $v(t) = x'(t)$ represents velocity and $a(t) = v'(t) = x''(t)$ represents acceleration. Speed is defined as the absolute value of velocity, $|v(t)|$. A particle is understood to change direction when its velocity $v$ is zero. The position of a particle at any time $t$ can be found from its initial position and velocity using the formula x(t)=x(t0)+vdtx(t) = x(t_{0}) + \int v\,dt.

Integrals and Integration Fundamentals

The Fundamental Theorem of Calculus (FTC) links differentiation and integration. Part 1 states that ddxaxf(t)dt=f(x)\frac{d}{dx} \int_{a}^{x} f(t)\,dt = f(x), while Part 2 provides the method for evaluating definite integrals: abf(x)dx=F(b)F(a)\int_{a}^{b} f(x)\,dx = F(b) - F(a). Basic integration rules include the Power Rule, xndx=xn+1n+1+C\int x^{n}\,dx = \frac{x^{n+1}}{n+1} + C for n1n \neq -1, and u-Substitution, which follows the pattern f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x)\,dx = \int f(u)\,du. Key integral results include 1xdx=lnx+C\int \frac{1}{x}\,dx = \ln|x| + C, exdx=ex+C\int e^{x}\,dx = e^{x} + C, and trig integrals such as sin(x)dx=cos(x)+C\int \sin(x)\,dx = -\cos(x) + C, cos(x)dx=sin(x)+C\int \cos(x)\,dx = \sin(x) + C, and sec2(x)dx=tan(x)+C\int \sec^{2}(x)\,dx = \tan(x) + C.

Integration also involves Riemann sums, which approximate the area under a curve using Left, Right, Midpoint, or Trapezoid methods. A definite integral represents the signed area under a curve. The concept of Net Change is expressed by abf(x)dx=f(b)f(a)\int_{a}^{b} f'(x)\,dx = f(b) - f(a).

Applications of Integrals

Calculus utilizes integration to solve geometric and physical problems. To find the area between two curves where fgf \ge g, the integral ab[f(x)g(x)]dx\int_{a}^{b} [f(x) - g(x)]\,dx is calculated. Volumes of solids of revolution are found using the Disk Method, V=πab[R(x)]2dxV = \pi \int_{a}^{b} [R(x)]^{2}\,dx, or the Washer Method, V=πab([R(x)]2[r(x)]2)dxV = \pi \int_{a}^{b} ([R(x)]^{2} - [r(x)]^{2})\,dx. Another technique is the Shell Method, where V=2πxf(x)dxV = 2\pi \int x \cdot f(x)\,dx when rotating around the y-axis. Furthermore, volumes with specific cross-sections are determined by V=A(x)dxV = \int A(x)\,dx, where $A(x)$ is the area of a slice. Other applications include finding the Average Value of a function, favg=1baabf(x)dxf_{avg} = \frac{1}{b - a} \int_{a}^{b} f(x)\,dx, Total Distance, abv(t)dt\int_{a}^{b} |v(t)|\,dt, and Displacement, abv(t)dt\int_{a}^{b} v(t)\,dt. Accumulation functions are expressed in the form F(x)=axf(t)dtF(x) = \int_{a}^{x} f(t)\,dt.

Parametric and Polar Equations

In Calculus BC, motion is often described parametrically or through polar coordinates. For parametric equations, the derivative is dydx=dydtdxdt\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}, and the second derivative is d2ydx2=ddt[dydx]dxdt\frac{d^{2}y}{dx^{2}} = \frac{\frac{d}{dt} [\frac{dy}{dx}]}{\frac{dx}{dt}}. The arc length of a parametric curve is given by L=(dxdt)2+(dydt)2dtL = \int \sqrt{(\frac{dx}{dt})^{2} + (\frac{dy}{dt})^{2}}\,dt. Horizontal tangents occur when dydt=0\frac{dy}{dt} = 0, while vertical tangents occur when dxdt=0\frac{dx}{dt} = 0.

In polar coordinates, coordinates are converted using x=rcos(θ)x = r \cos(\theta), y=rsin(θ)y = r \sin(\theta), and $r^{2} = x^{2} + y^{2}$. The derivative dydx\frac{dy}{dx} in polar terms is rsin(θ)+rcos(θ)rcos(θ)rsin(θ)\frac{r'\sin(\theta) + r\cos(\theta)}{r'\cos(\theta) - r\sin(\theta)}. The area of a polar region is A=12αβr2dθA = \frac{1}{2} \int_{\alpha}^{\beta} r^{2}\,d\theta, and the polar arc length is L=r2+(drdθ)2dθL = \int \sqrt{r^{2} + (\frac{dr}{d\theta})^{2}}\,d\theta. Common polar curves include the cardioid r=a(1+cos(θ))r=a(1+\cos(\theta)), the rose r=acos(nθ)r=a \cos(n\theta), and the lemniscate r2=a2cos(2θ)r^{2}=a^{2}\cos(2\theta).

Sequences and Series

The study of series involves determining convergence or divergence. A Geometric Series arn\sum ar^{n} converges to a1r\frac{a}{1 - r} if $|r| < 1$. A p-Series 1np\sum \frac{1}{n^{p}} converges if and only if $p > 1$. The Ratio Test, L=liman+1anL = \lim |\frac{a_{n+1}}{a_{n}}|, indicates convergence if $L < 1$, divergence if $L > 1$, and is inconclusive if $L = 1$. The Root Test uses L=liman1nL = \lim |a_{n}|^{\frac{1}{n}}, with the same criteria as the ratio test. The Alternating Series (1)nbn\sum (-1)^{n}b_{n} converges if $b_{n}$ is decreasing and approaches $0$, with an error bound of SSnbn+1|S - S_{n}| \le b_{n+1}. The Integral Test states that 1f(x)dx\int_{1}^{\infty} f(x)\,dx converges if and only if the series f(n)\sum f(n) converges.

Fundamental concepts include the Divergence Test, which states if liman0\lim a_{n} \neq 0, the series must diverge. Limit Comparison involves looking at limanbn=L\lim \frac{a_{n}}{b_{n}} = L; if $L$ is finite and positive, both series behave identically. Direct Comparison checks if 0anbn0 \le a_{n} \le b_{n}; if the larger series converges, the smaller one must also converge. Finally, absolute convergence (convergence of $|a_{n}|$) implies convergence of the series itself, whereas conditional convergence occurs when a series converges but is not absolutely convergent.

Power Series and Taylor Polynomials

A Taylor Series is defined as f(x)=f(n)(a)n!(xa)nf(x) = \sum \frac{f^{(n)}(a)}{n!} (x - a)^{n}. Specific Maclaurin series (where $a=0$) that must be memorized include ex=xnn!=1+x+x22!+x33!+e^{x} = \sum \frac{x^{n}}{n!} = 1 + x + \frac{x^{2}}{2!} + \frac{x^{3}}{3!} + \dots, sin(x)=(1)nx2n+1(2n+1)!=xx36+x5120\sin(x) = \sum (-1)^{n} \frac{x^{2n+1}}{(2n+1)!} = x - \frac{x^{3}}{6} + \frac{x^{5}}{120} - \dots, cos(x)=(1)nx2n(2n)!=1x22+x424\cos(x) = \sum (-1)^{n} \frac{x^{2n}}{(2n)!} = 1 - \frac{x^{2}}{2} + \frac{x^{4}}{24} - \dots, 11x=xn=1+x+x2+\frac{1}{1 - x} = \sum x^{n} = 1 + x + x^{2} + \dots for $|x| < 1$, and ln(1+x)=(1)n+1xnn=xx22+x33\ln(1 + x) = \sum (-1)^{n+1} \frac{x^{n}}{n} = x - \frac{x^{2}}{2} + \frac{x^{3}}{3} - \dots. The Lagrange Error bound for these series is Rn(x)M(n+1)!xan+1|R_{n}(x)| \le \frac{M}{(n+1)!} \cdot |x - a|^{n+1}, where M=maxf(n+1)(t)M = \max |f^{(n+1)}(t)| on the interval. When finding the interval of convergence using the Ratio Test, the endpoints must be checked separately. Power series can be differentiated or integrated term-by-term, preserving the same radius of convergence.

Advanced Integration and Differential Equations

Advanced integration includes Integration by Parts (IBP), udv=uvvdu\int u\,dv = uv - \int v\,du, where the LIATE order (Logs, Inverse trig, Algebraic, Trig, Exponential) helps select $u$. The Tabular method speeds up IBP for repeated differentiation of polynomials. Partial Fractions are used for expressions like Axr+B(xr)2+Cx+Dx2+bx+c\frac{A}{x-r} + \frac{B}{(x-r)^{2}} + \frac{Cx+D}{x^{2}+bx+c}. Improper Integrals involve limits, such as afdx=limtatfdx\int_{a}^{\infty} f\,dx = \lim_{t \to \infty} \int_{a}^{t} f\,dx (Type I) or those with discontinuities (Type II). Trig Substitution is used for radicals: a2x2\sqrt{a^{2} - x^{2}} uses x=asin(θ)x = a \sin(\theta), a2+x2\sqrt{a^{2} + x^{2}} uses x=atan(θ)x = a \tan(\theta), and x2a2\sqrt{x^{2} - a^{2}} uses x=asec(θ)x = a \sec(\theta). Convergence of improper integrals is often determined by comparison to p-integrals, where 11xpdx\int_{1}^{\infty} \frac{1}{x^{p}}\,dx converges if $p > 1$.

Differential Equations can be solved if they are Separable: dydx=f(x)g(y)    dyg(y)=f(x)dx\frac{dy}{dx} = f(x)g(y) \implies \int \frac{dy}{g(y)} = \int f(x)\,dx. Logistic Growth is modeled by dPdt=kP(1PL)\frac{dP}{dt} = kP(1 - \frac{P}{L}), with a solution P(t)=L1+AektP(t) = \frac{L}{1 + Ae^{-kt}} where A=LP0P0A = \frac{L - P_{0}}{P_{0}}; fastest growth occurs at the inflection point P=L2P = \frac{L}{2}. Euler's Method approximates solutions using yn+1=yn+hf(xn,yn)y_{n+1} = y_{n} + h \cdot f(x_{n}, y_{n}). Exponential Growth or Decay follows dydt=ky    y=y0ekt\frac{dy}{dt} = ky \implies y = y_{0}e^{kt}. General solutions include a constant $+C$, while particular solutions require initial conditions. Slope fields provide a visual representation by sketching tangent lines from the dydx\frac{dy}{dx} equation.

Vector-Valued Functions and Final Tips

Vector-valued functions describe motion in multiple dimensions. A position vector is r(t)=x(t),y(t)r(t) = \langle x(t), y(t) \rangle, with velocity v(t)=r(t)=x(t),y(t)v(t) = r'(t) = \langle x'(t), y'(t) \rangle and acceleration $a(t) = v'(t) = r''(t)$. Speed is the magnitude v(t)=(x(t))2+(y(t))2|v(t)| = \sqrt{(x'(t))^{2} + (y'(t))^{2}}. Arc length is abv(t)dt\int_{a}^{b} |v(t)|\,dt, and position can be found using r(t)=r(t0)+t0tv(u)dur(t) = r(t_{0}) + \int_{t_{0}}^{t} v(u)\,du. The direction of motion is the unit vector v(t)v(t)\frac{v(t)}{|v(t)|}. A particle is at rest when its speed is zero. It is important to distinguish between total distance and displacement.

Exam preparation tips for AB students include always stating theorems (MVT, IVT, FTC) by name and showing full u-substitution work. BC students should know the five Maclaurin series perfectly. For series convergence, always try the Divergence Test first to save time.