Comprehensive University Calculus: Limits, Derivatives, and Integrals

Chapter 1: Limits and Sequences

  • Definition of Sequences (ana_n): A sequence is an ordered list of numbers assigned to the natural numbers nNn \in \mathbb{N}. The transcript illustrates sequences using notation like (a1,a2,...,an)(a_1, a_2, ..., a_n).
  • Specific Example (Page 10): Consider the sequence where the terms are defined relative to a value rr, such as r,2r,4rr, 2r, 4r.
  • Examples of Sequences and Convergence (Page 11):
    • Sequence an=n1na_n = \frac{n-1}{n}: As nn increases, the values follow: 0,12,23,34,45,...0, \frac{1}{2}, \frac{2}{3}, \frac{3}{4}, \frac{4}{5}, .... This sequence approaches the limit of 11.
    • Sequence bn=2n+1n+1b_n = \frac{2n+1}{n+1}: Values include 32,53,74,95,...\frac{3}{2}, \frac{5}{3}, \frac{7}{4}, \frac{9}{5}, .... This sequence approaches the value 22.
    • Sequence cn=1nc_n = \frac{1}{n}: Values include 1,12,13,14,...1, \frac{1}{2}, \frac{1}{3}, \frac{1}{4}, .... This sequence approaches 00.
  • The Concept of Limit (Page 12): The limit represents the value that a function or sequence approaches as the input (or index) travels toward a specific point.
    • Notation: limxaf(x)=l\lim_{x \to a} f(x) = l.
    • Numerical Proximity Example: To find the limit of xx as it approaches 99, we look at values from both sides:
      • Left side (x9x \to 9^{-}): 8.9,8.99,8.999,8.9999,...8.9, 8.99, 8.999, 8.9999, ...
      • Right side (x9+x \to 9^{+}): 9.1,9.01,9.001,9.0001,...9.1, 9.01, 9.001, 9.0001, ...
  • Formal (Epsilon-Delta) Definition: A function f(x)f(x) has a limit ll as xx approaches aa if for every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that if 0<xa<δ0 < |x - a| < \delta, then f(x)l<ϵ|f(x) - l| < \epsilon.

Properties and Calculation of Limits

  • Basic Rules (Page 16):
    • Sum/Difference Rule: limxa[f(x)±g(x)]=limxaf(x)±limxag(x)\lim_{x \to a} [f(x) \pm g(x)] = \lim_{x \to a} f(x) \pm \lim_{x \to a} g(x).
    • Product Rule: limxa[f(x)×g(x)]=(limxaf(x))×(limxag(x))\lim_{x \to a} [f(x) \times g(x)] = (\lim_{x \to a} f(x)) \times (\lim_{x \to a} g(x)).
    • Constant Multiple Rule: limxa[C×f(x)]=C×limxaf(x)\lim_{x \to a} [C \times f(x)] = C \times \lim_{x \to a} f(x).
    • Quotient Rule: limxaf(x)g(x)=limxaf(x)limxag(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)}, provided limxag(x)0\lim_{x \to a} g(x) \neq 0.
  • Evaluating Limits of Polynomials (Page 19):
    • Example: limx2(2x+1)=2(2)+1=5\lim_{x \to 2} (2x + 1) = 2(2) + 1 = 5.
    • Example: limx4(x216)=4216=0\lim_{x \to 4} (x^2 - 16) = 4^2 - 16 = 0.
  • Squeeze Theorem (Sandwich Theorem) (Page 19): If f(x)g(x)h(x)f(x) \leq g(x) \leq h(x) for all xx near aa, and limxaf(x)=limxah(x)=L\lim_{x \to a} f(x) = \lim_{x \to a} h(x) = L, then limxag(x)=L\lim_{x \to a} g(x) = L.

Indeterminate Forms and Advanced Limits

  • The 0/00/0 Indeterminate Form (Page 21):
    • When direct substitution results in 0/00/0, factorization is required.
    • Example: limx2x24x2=limx2(x2)(x+2)x2=limx2(x+2)=4\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = \lim_{x \to 2} \frac{(x-2)(x+2)}{x-2} = \lim_{x \to 2} (x + 2) = 4.
    • Example: limx4x4x2\lim_{x \to 4} \frac{x - 4}{\sqrt{x} - 2}. Multiplying by the conjugate: limx4(x4)(x+2)x4=4\lim_{x \to 4} \frac{(x-4)(\sqrt{x}+2)}{x-4} = 4.
  • Infinite Limits and /\infty/\infty (Page 24):
    • For rational functions f(x)=anxn+...bmxm+...f(x) = \frac{a_n x^n + ...}{b_m x^m + ...} as xx \to \infty:
      1. If n<mn < m, the limit is 00.
      2. If n=mn = m, the limit is the ratio of leading coefficients anbm\frac{a_n}{b_m}.
      3. If n>mn > m, the limit is ±\pm \infty.
  • Euler’s Number (ee):
    • Defined as limn(1+1n)n=e2.718281828\lim_{n \to \infty} (1 + \frac{1}{n})^n = e \approx 2.718281828.
    • Alternative form: limx0(1+x)1x=e\lim_{x \to 0} (1 + x)^{\frac{1}{x}} = e.
  • Trigonometric Limits (Page 32-34):
    • Fundamental limit: limx0sin(x)x=1\lim_{x \to 0} \frac{\sin(x)}{x} = 1.
    • Application: limx0tan(x)x=1\lim_{x \to 0} \frac{\tan(x)}{x} = 1.
    • Example: limx0sin(5x)sin(3x)=53\lim_{x \to 0} \frac{\sin(5x)}{\sin(3x)} = \frac{5}{3}.

Continuity of Functions

  • Definition (Page 36): A function f(x)f(x) is continuous at a point aa if:
    1. f(a)f(a) is defined (exists).
    2. limxaf(x)\lim_{x \to a} f(x) exists.
    3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).
  • Types of Discontinuity:
    • Removable: The limit exists, but does not equal the function value.
    • Jump/Essential: The left-hand limit and right-hand limit are not equal.
  • Properties: If ff and gg are continuous, then f±g,f×gf \pm g, f \times g, and f/gf/g (where g0g \neq 0) are also continuous.

Chapter 2: The Derivative

  • Historical context (Page 49): Development attributed to Pierre de Fermat, Isaac Newton, and Gottfried Wilhelm Leibniz.
  • Definition of the Derivative: The derivative measures the instantaneous rate of change or the slope of the tangent line to a curve.
  • Limit Definition (Newton’s Difference Quotient):     f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
  • Physical Interpretation: If s=f(t)s = f(t) is a position function, then v(t)=f(t)v(t) = f'(t) is the velocity at time tt.

Rules of Differentiation

  • Constant Rule: If f(x)=Cf(x) = C, then f(x)=0f'(x) = 0.
  • Power Rule: If f(x)=xnf(x) = x^n, then f(x)=nxn1f'(x) = n x^{n-1}.
  • Sum and Difference Rule: (u±v)=u±v(u \pm v)' = u' \pm v'
  • Product Rule: (u×v)=uv+vu(u \times v)' = u'v + v'u
  • Quotient Rule: (uv)=uvuvv2(\frac{u}{v})' = \frac{u'v - uv'}{v^2}
  • Chain Rule: If y=f(u)y = f(u) and u=g(x)u = g(x), then dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}.

Derivatives of Transcendental and Trigonometric Functions

  • Trigonometric Derivatives (Page 74-78):
    • 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(cot(x))=csc2(x)\frac{d}{dx}(\cot(x)) = -\csc^2(x)
    • ddx(sec(x))=sec(x)tan(x)\frac{d}{dx}(\sec(x)) = \sec(x) \tan(x)
    • ddx(csc(x))=csc(x)cot(x)\frac{d}{dx}(\csc(x)) = -\csc(x) \cot(x)
  • Implicit Differentiation (Page 80): Used for equations where yy is not explicitly isolated (e.g., x2+y2=25x^2 + y^2 = 25). Both sides are differentiated with respect to xx, treating yy as a function of xx (yy' notation is used).
  • Higher-Order Derivatives (Page 84): The second derivative yy'' or f(x)f''(x) is the derivative of the first derivative. The nn-th derivative is denoted as f(n)(x)f^{(n)}(x).

Chapter 3: Applications of the Derivative

  • Critical Points: Points where f(x)=0f'(x) = 0 or f(x)f'(x) is undefined.
  • First Derivative Test (Monotonicity):
    • If f(x)>0f'(x) > 0 on an interval, the function is increasing.
    • If f(x)<0f'(x) < 0 on an interval, the function is decreasing.
  • Extrema (Maximum and Minimum):
    • Relative/Local Max: Occurs at critical point aa if the sign of f(x)f'(x) changes from positive to negative.
    • Relative/Local Min: Occurs at critical point aa if the sign of f(x)f'(x) changes from negative to positive.
  • Concavity and Inflection Points (Page 97):
    • If f(x)>0f''(x) > 0, the curve is concave up (U-shape).
    • If f(x)<0f''(x) < 0, the curve is concave down (inverted U-shape).
    • An Inflection Point occurs where the concavity changes (and f(x)=0f''(x) = 0).
  • L'Hôpital's Rule (Page 130): If limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} results in 0/00/0 or /\infty/\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)}
  • Mean Value Theorem (MVT): If ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b), there exists c(a,b)c \in (a,b) such that:     f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}
  • Rolle's Theorem: A special case of MVT where if f(a)=f(b)f(a) = f(b), there exists c(a,b)c \in (a,b) such that f(c)=0f'(c) = 0.

Chapter 4: Integrals

  • Indefinite Integral (Antiderivative) (Page 148): The inverse operation of differentiation.
    • f(x)dx=F(x)+C\int f(x) dx = F(x) + C, where F(x)=f(x)F'(x) = f(x).
  • Fundamental Rules of Integration:
    • xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C (for n1n \neq -1).
    • kf(x)dx=kf(x)dx\int k f(x) dx = k \int f(x) dx.
    • [f(x)±g(x)]dx=f(x)dx±g(x)dx\int [f(x) \pm g(x)] dx = \int f(x) dx \pm \int g(x) dx.
  • Definite Integral (Page 154): Represents the net signed area under a curve between bounds aa and bb.
    • abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) dx = F(b) - F(a).
  • Riemann Sums: The area is approximated by dividing the interval [a,b][a,b] into nn sub-intervals of width Δx=ban\Delta x = \frac{b-a}{n} and summing the areas of rectangles.
  • Mean Value Theorem for Integrals (Page 161): If ff is continuous on [a,b][a,b], there exists a point c[a,b]c \in [a,b] such that:     abf(x)dx=f(c)(ba)\int_{a}^{b} f(x) dx = f(c)(b - a)     The value f(c)f(c) is called the average value of the function over the interval.