Comprehensive Calculus Study Guide: Limits, Derivatives, and Integrals

Limits and Continuity: Graphical and Analytical Evaluation

To evaluate a limit of the form limxaf(x)\lim_{x \to a} f(x), one must first attempt direct substitution to find f(a)f(a). The result of this substitution dictates the next steps in the Limits Decision Tree. If the result is a real number #\#, that is the final answer. If the result is 0#\frac{0}{\#}, the answer is 00. If the result is #\frac{\#}{\infty}, the answer is 00. If the result is #\frac{\infty}{\#}, the result is ++\infty or -\infty depending on the signs of the values involved.

Indeterminate forms require specific algebraic techniques. The form 00\frac{0}{0} suggests three primary methods: first, the factor and cancel technique, which is most useful for ratios of polynomials; second, the conjugates technique, which is most useful when dealing with square roots; and third, L’H pital’s method. The form #0\frac{\#}{0} requires the use of one-sided limits to determine if the result is ++\infty, -\infty, or if the limit does not exist (DNEDNE). For the form \frac{\infty}{\infty}, one should factor out the highest power of xx from both the numerator (xmx^{m}) and denominator (xnx^{n}), or divide both the numerator and denominator by the highest power of xx from the denominator (1xn\frac{1}{x^{n}}), or use L’H pital’s method. Other indeterminate forms such as 000^{0}, 0\infty^{0}, 00^{\infty}, 0×0 \times \infty, and 11^{\infty} definitively require L’H pital’s method.

Essential Mathematical Facts for Limits

There are several limits and function behaviors that serve as foundational constants in calculus. For trigonometric limits, limx0sin(x)x=1\lim_{x \to 0} \frac{\sin(x)}{x} = 1. For logarithmic and exponential behaviors at infinity and boundaries: ln(+)+\ln(+\infty) \rightarrow +\infty, ln(0+)\ln(0^{+}) \rightarrow -\infty, e++e^{+\infty} \rightarrow +\infty, and e0e^{-\infty} \rightarrow 0. Inverse trigonometric and trigonometric behaviors include: tan1(+)π2\tan^{-1}(+\infty) \rightarrow \frac{\pi}{2}, tan1()π2\tan^{-1}(-\infty) \rightarrow -\frac{\pi}{2}, tan(π2)+\tan(\frac{\pi}{2}^{-}) \rightarrow +\infty, and tan(π2+)\tan(-\frac{\pi}{2}^{+}) \rightarrow -\infty.

The Squeeze Theorem is a critical tool for limits involving oscillating functions. Examples include proving that limx0x×sin(1x)=0\lim_{x \to 0} x \times \sin(\frac{1}{x}) = 0, limxcos(x)x2=0\lim_{x \to \infty} \frac{\cos(x)}{x^{2}} = 0, and limxsin(x)x2=0\lim_{x \to \infty} \frac{\sin(x)}{x^{2}} = 0.

Derivative Rules and Differentiation Techniques

The derivative of a function measures its instantaneous rate of change. Basic derivative facts include: ddx(c)=0\frac{d}{dx}(c) = 0, ddx(x)=1\frac{d}{dx}(x) = 1, ddx(xp)=p×xp1\frac{d}{dx}(x^{p}) = p \times x^{p-1}, ddx(ex)=ex\frac{d}{dx}(e^{x}) = e^{x}, ddx(sin(x))=cos(x)\frac{d}{dx}(\sin(x)) = \cos(x), ddx(cos(x))=sin(x)\frac{d}{dx}(\cos(x)) = -\sin(x), ddx(tan(x))=sec2(x)\frac{d}{dx}(\tan(x)) = \sec^{2}(x), ddx(sec(x))=sec(x)tan(x)\frac{d}{dx}(\sec(x)) = \sec(x) \tan(x), ddx(cot(x))=csc2(x)\frac{d}{dx}(\cot(x)) = -\csc^{2}(x), ddx(csc(x))=csc(x)cot(x)\frac{d}{dx}(\csc(x)) = -\csc(x) \cot(x), ddx(tan1(x))=11+x2\frac{d}{dx}(\tan^{-1}(x)) = \frac{1}{1 + x^{2}}, and ddx(ln(x))=1x\frac{d}{dx}(\ln(x)) = \frac{1}{x}.

Advanced differentiation requires specific operational rules. The Product Rule is ddx(f×g)=f×g+f×g\frac{d}{dx}(f \times g) = f' \times g + f \times g'. The Quotient Rule is ddx(fg)=f×gf×gg2\frac{d}{dx}(\frac{f}{g}) = \frac{f' \times g - f \times g'}{g^{2}}. The Chain Rule for composite functions is ddx(f(g(x)))=f(g(x))×g(x)\frac{d}{dx}(f(g(x))) = f'(g(x)) \times g'(x). Specific instances of the Chain Rule include ddx(ef(x))=ef(x)×f(x)\frac{d}{dx}(e^{f(x)}) = e^{f(x)} \times f'(x) and ddx(ln(f(x)))=f(x)f(x)\frac{d}{dx}(\ln(f(x))) = \frac{f'(x)}{f(x)}. For linear scaling within a function, ddx(f(kx))=k×f(kx)\frac{d}{dx}(f(kx)) = k \times f'(kx).

Mean Value Theorem and Rolle’s Theorem

Rolle’s Theorem states that if a function f(x)f(x) is continuous on a closed interval [a,b][a, b], differentiable on the open interval (a,b)(a, b), and f(a)=f(b)f(a) = f(b), then there exists at least one point cc in (a,b)(a, b) such that f(c)=0f'(c) = 0.

The Mean Value Theorem (MVT) is a generalization of Rolle's Theorem. It states that if a function f(x)f(x) is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), there exists at least one point cc in (a,b)(a, b) such that the instantaneous rate of change equals the average rate of change: f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}.

Implicit Differentiation and Higher-Order Derivatives

Implicit differentiation is used when a function is defined by an equation relating xx and yy where yy cannot be easily isolated. One differentiates both sides of the equation with respect to xx, treating yy as a function of xx (applying the chain rule to terms involving yy), and then solving for dydx\frac{dy}{dx}. This technique can be extended to find second-order derivatives (d2ydx2\frac{d^{2}y}{dx^{2}}).

Higher-order derivatives involve differentiating a function multiple times. The second derivative, yy'', measures the concavity of the graph, while the nn-th derivative is denoted as f(n)(x)f^{(n)}(x).

Applications of Derivatives: Kinematics and Economics

In one-dimensional motion, position is given by s(t)s(t). The first derivative of position is velocity, v(t)=s(t)v(t) = s'(t), and the second derivative is acceleration, a(t)=v(t)=s(t)a(t) = v'(t) = s''(t). Average velocity is calculated as s(t2)s(t1)t2t1\frac{s(t_{2}) - s(t_{1})}{t_{2} - t_{1}}. The speed of an object is the absolute value of its velocity, v(t)|v(t)|. Speed is increasing when velocity and acceleration have the same sign and decreasing when they have opposite signs.

In economics, cost functions C(x)C(x) represent the total cost of producing xx units. The Average Cost function is C(x)x\frac{C(x)}{x}. The Marginal Cost function is the derivative C(x)C'(x), representing the cost of producing one additional unit. Revenue is defined as R(x)=x×p(x)R(x) = x \times p(x), where p(x)p(x) is the price function. Profit is defined as P(x)=R(x)C(x)P(x) = R(x) - C(x). Marginal Profit is P(x)P'(x). Optimum production levels typically occur where marginal profit is zero, provided it satisfies the criteria for a maximum.

Related Rates and Optimization

Related rates problems involve finding the rate at which one quantity changes by relating it to the known rate of change of another quantity. This often involves geometric formulas (e.g., area of a circle A=πr2A = \pi r^{2}, volume of a cube V=s3V = s^{3}, or the Pythagorean theorem a2+b2=c2a^{2} + b^{2} = c^{2}) and differentiating with respect to time (tt).

Optimization involves finding the absolute maximum or minimum of a function on a given domain. Steps include identifying the objective function to be maximized or minimized, defining constraints to reduce the function to a single variable, finding critical points by setting the derivative to zero, and testing endpoints of the interval.

Linear Approximation and Newton’s Method

Linear approximation (or tangent line approximation) uses the equation of the tangent line at a known point aa to estimate the value of a function near that point: L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x - a).

Newton’s Method is an iterative numerical technique used to find the roots of an equation f(x)=0f(x) = 0. Starting with an initial guess x0x_{0}, subsequent approximations are found using the formula: xn+1=xnf(xn)f(xn)x_{n+1} = x_{n} - \frac{f(x_{n})}{f'(x_{n})}. This process continues until the difference between successive approximations is within a specified tolerance τ\tau.

Anti-Derivatives and Indefinite Integrals

An anti-derivative of f(x)f(x) is a function F(x)F(x) such that F(x)=f(x)F'(x) = f(x). Indefinite integrals represent the family of all anti-derivatives and include a constant of integration CC. Basic rules include: xndx=xn+1n+1+C\int x^{n} \,dx = \frac{x^{n+1}}{n+1} + C for n1n \neq -1, 1xdx=lnx+C\int \frac{1}{x} \,dx = \ln|x| + C, exdx=ex+C\int e^{x} \,dx = e^{x} + C, sin(x)dx=cos(x)+C\int \sin(x) \,dx = -\cos(x) + C, and cos(x)dx=sin(x)+C\int \cos(x) \,dx = \sin(x) + C. Initial condition problems allow for the determination of the specific value of CC if a point (x,F(x))(x, F(x)) is provided.

The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus (FTC) connects differentiation and integration in two ways. Part 1 relates differentiation to integrals: ddx(axf(t)dt)=f(x)\frac{d}{dx}(\int_a^{x} f(t) \,dt) = f(x). If the upper limit is a function g(x)g(x), the chain rule is applied: ddx(ag(x)f(t)dt)=f(g(x))×g(x)\frac{d}{dx}(\int_a^{g(x)} f(t) \,dt) = f(g(x)) \times g'(x). Part 2 (the Net Change Theorem) provides a method for evaluating definite integrals: abf(x)dx=F(b)F(a)\int_a^{b} f(x) \,dx = F(b) - F(a), where FF is any anti-derivative of ff. Net area accounts for signs (regions below the x-axis are negative), while total area or integrals of absolute value functions (f(x)dx\int |f(x)| \,dx) treat all regions as positive.

Riemann Sums and Summation Notation

Riemann sums approximate the area under a curve using rectangles. For a function on interval [a,b][a, b] divided into nn subintervals, the width of each is Δx=ban\Delta x = \frac{b - a}{n}. The grid points are defined as xi=a+iΔxx_{i} = a + i \Delta x.

  • Left Riemann Sum: Uses the left endpoint of each subinterval: i=0n1f(xi)Δx\sum_{i=0}^{n-1} f(x_{i}) \Delta x.
  • Right Riemann Sum: Uses the right endpoint: i=1nf(xi)Δx\sum_{i=1}^{n} f(x_{i}) \Delta x.
  • Midpoint Riemann Sum: Uses the midpoint of each subinterval: xˉi=xi1+xi2\bar{x}_{i} = \frac{x_{i-1} + x_{i}}{2}.

Summation formulas for evaluating sums include: k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2}, k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^{2} = \frac{n(n+1)(2n+1)}{6}, and k=1nk3=(n(n+1)2)2\sum_{k=1}^{n} k^{3} = (\frac{n(n+1)}{2})^{2}.

The Substitution Rule for Integration

The substitution rule (or u-substitution) is the integral counterpart to the chain rule for derivatives. One chooses a part of the integrand to set as uu (typically an inner function), finds du=u(x)dxdu = u'(x) \,dx, and rewrites the entire integral in terms of uu. For definite integrals, the limits of integration must also be converted using the substitution formula: abf(g(x))g(x)dx=g(a)g(b)f(u)du\int_a^{b} f(g(x)) g'(x) \,dx = \int_{g(a)}^{g(b)} f(u) \,du.