Calculus and Real Analysis: Derivatives, Limits, and Function Graphing

ANALYSIS OF FUNCTIONS I: INCREASE, DECREASE, AND CONCAVITY
  • General Purpose: While graphing utilities offer general shapes, calculus provides precision to determine exact shapes and key features like curvature and precise locations.
  • Intuitive Descriptions: The behavior of a function is described by traveling from left to right along its graph.     * Increasing: Moving upward as xx increases.     * Decreasing: Moving downward as xx increases.     * Constant: Horizontal movement where the value remains unchanged.
  • Formal 3.1.1 DEFINITION: Let ff be defined on an interval, with x1x_1 and x2x_2 being points in that interval.     * (a) ff is increasing on the interval if f(x1)<f(x2)f(x_1) < f(x_2) whenever x1<x2x_1 < x_2.     * (b) ff is decreasing on the interval if f(x1)>f(x2)f(x_1) > f(x_2) whenever x_1 < x_2.     * (c) ff is constant on the interval if f(x1)=f(x2)f(x_1) = f(x_2) for all points x1x_1 and x2x_2.
  • The First Derivative Test for Behavior (Theorem 3.1.2): Let ff be continuous on a closed interval [a,b][a, b] and differentiable on the open interval (a,b)(a, b).     * (a) If f'(x) > 0 for every xx in (a,b)(a, b), then ff is increasing on [a,b][a, b].     * (b) If f'(x) < 0 for every xx in (a,b)(a, b), then ff is decreasing on [a,b][a, b].     * (c) If f(x)=0f'(x) = 0 for every xx in (a,b)(a, b), then ff is constant on [a,b][a, b].     * Applicability Note: This theorem applies to any interval where ff is continuous, including infinite intervals (e.g., (,+)(-\infty, +\infty)).
CONCAVITY AND SECOND DERIVATIVES
  • Direction of Curvature: The first derivative sign reveals direction, but not the curvature.
  • Terminology:     * Concave Up: "Holds water"; the graph lies above its tangent lines. The slopes of the tangent lines are increasing.     * Concave Down: "Spills water"; the graph lies below its tangent lines. The slopes of the tangent lines are decreasing.
  • 3.1.3 DEFINITION: If ff is differentiable on an open interval, it is concave up if ff' is increasing on that interval, and concave down if ff' is decreasing.
  • 3.1.4 THEOREM (Test for Concavity): Let ff be twice differentiable on an open interval.     * (a) If f''(x) > 0 for every value of xx in the interval, ff is concave up.     * (b) If f''(x) < 0 for every value of xx in the interval, ff is concave down.
INFLECTION POINTS
  • 3.1.5 DEFINITION: If ff is continuous on an open interval containing x0x_0, and changes concavity at the point (x0,f(x0))(x_0, f(x_0)), the point is an inflection point.
  • Identifying Candidates: Inflection points often occur where f(x)=0f''(x) = 0 or where f(x)f''(x) is undefined. However, f(x)=0f''(x) = 0 does not guarantee an inflection point (e.g., f(x)=x4f(x) = x^4 at x=0x = 0 has f(0)=0f''(0) = 0 but no change in concavity).
  • Interpreting Inflection Points in Applications: They mark locations where the rate of change reaches a local maximum or minimum (e.g., the narrowest point of a flask neck when filling with water, where the water level rise rate changes from increasing to decreasing).
L'HÔPITAL'S RULE AND INDETERMINATE FORMS
  • Indeterminate Type 0/0: Limiting forms where both numerator and denominator approach zero. Examples include limx0sin(x)x=1\lim_{x \to 0} \frac{\sin(x)}{x} = 1.
  • 6.5.1 THEOREM (L'Hôpital's Rule for 0/0): Suppose ff and gg are differentiable on an open interval containing aa (except possibly at aa), and limxaf(x)=0\lim_{x \to a} f(x) = 0 and limxag(x)=0\lim_{x \to a} g(x) = 0. If limxa[f(x)/g(x)]\lim_{x \to a} [f'(x)/g'(x)] exists (or is ±\pm \infty), then:     limxaf(x)g(x)=limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}
  • Biographical Note: Guillaume François Antoine de L'Hôpital (1661–1704) was a French mathematician who published the first textbook on differential calculus. The rule was actually discovered by his teacher, John Bernoulli.
  • Indeterminate Type /\infty/\infty (Theorem 6.5.2): Applicable when both numerator and denominator approach \infty. The rule remains the same: the limit of the ratio equals the limit of the ratio of the derivatives.
  • Analyzing Growth: L'Hôpital's rule helps prove that exponential functions grow faster than polynomial functions: limx+xnex=0\lim_{x \to +\infty} \frac{x^n}{e^x} = 0 for any positive integer nn.
  • Other Indeterminate Types:     * 00 \cdot \infty: Rewrite as a ratio to use 0/0 or /\infty/\infty.     * \infty - \infty: Combine terms (algebraic manipulation) to form a ratio.     * 00,0,10^0, \infty^0, 1^\infty: Use the natural logarithm to simplify: If y=f(x)g(x)y = f(x)^{g(x)}, then ln(y)=g(x)ln[f(x)]\ln(y) = g(x) \ln[f(x)]. Evaluate limln(y)=L\lim \ln(y) = L, then limy=eL\lim y = e^L.
LIMITS OF FUNCTIONS (REAL ANALYSIS)
  • Historical Evolution:     * 1680s (Newton and Leibniz): Formulated early notions of function and "quantities being close". Newton used the term "fluent"; Leibniz used "calculus" and "infinitesimally small" numbers.     * 1748 (Euler): Published "Introducito in Analysin Infinitorum", discussing power series and exponential/trig functions.     * 1821 (Cauchy): Set standards for rigor but the limit definition remained slightly verbal.     * Karl Weierstrass: Established the precise δϵ\delta-\epsilon language used today.
  • 4.1.1 DEFINITION (Cluster Point): A point cRc \in \mathbb{R} is a cluster point of set AA if every δ\delta-neighborhood of cc contains at least one point of AA distinct from cc.
  • 4.1.4 DEFINITION (Limit of a Function): For f:ARf: A \to \mathbb{R} and cluster point cc. A real number LL is the limit of ff at cc if for every \epsilon > 0, there exists \delta > 0 such that if xAx \in A and 0 < |x - c| < \delta, then |f(x) - L| < \epsilon.
  • Uniqueness (Theorem 4.1.5): If a limit exists, it is unique.
  • Sequential Criterion (Theorem 4.1.8): limxcf=L\lim_{x \to c} f = L iff for every sequence (xn)(x_n) in AcA \setminus {c} that converges to cc, the sequence (f(xn))(f(x_n)) converges to LL.
SUCCESSIVE DIFFERENTIATION AND SINGULAR POINTS
  • Notation:     * First derivative: dydx\frac{dy}{dx}, y1y_1, yy', or f(x)f'(x).     * nn-th derivative: dnydxn\frac{d^n y}{dx^n}, yny_n, or f(n)(x)f^{(n)}(x).
  • Leibnitz's Theorem: Used for the nn-th derivative of a product of two functions (uu and vv):     Dn(uv)=(Dnu)v+(n1)Dn1uDv+(n2)Dn2uD2v++uDnvD^n(uv) = (D^n u)v + \binom{n}{1} D^{n-1}u Dv + \binom{n}{2} D^{n-2}u D^2v + \dots + u D^nv
  • Singular/Multiple Points:     * Multiple Point: A point through which more than one branch of a curve passes.     * Node: A double point where two real branches pass with distinct tangents.     * Cusp: A double point where two branches have coincident tangents.     * Conjugate Point (Isolated Point): A point whose coordinates satisfy the equation, but no other real points of the curve exist in its immediate neighborhood.
  • Tangents at the Origin: For a rational integral algebraic curve passing through the origin, tangents are found by equating the terms of the lowest degree to zero.
  • Curve Tracing Procedure:     1. Symmetry: Check axes and quadrants.     2. Origin: Check if it passes through (0,0)(0,0) and find tangents.     3. Solve for yy: Observe behavior as xx increases.     4. Consider all values of xx: Including behavior toward \infty.     5. Imaginary values: Identify regions where the curve does not exist.     6. Asymptotes: Find linear relations for large x,yx, y.     7. Special points: Maxima, minima, intercepts.     8. Inflection Points: Locating via d2y/dx2=0d^2y/dx^2 = 0.