Comprehensive University Calculus: Limits, Derivatives, and Integrals
Chapter 1: Limits and Sequences
Definition of Sequences (an): A sequence is an ordered list of numbers assigned to the natural numbers n∈N. The transcript illustrates sequences using notation like (a1,a2,...,an).
Specific Example (Page 10): Consider the sequence where the terms are defined relative to a value r, such as r,2r,4r.
Examples of Sequences and Convergence (Page 11):
Sequence an=nn−1: As n increases, the values follow: 0,21,32,43,54,.... This sequence approaches the limit of 1.
Sequence bn=n+12n+1: Values include 23,35,47,59,.... This sequence approaches the value 2.
Sequence cn=n1: Values include 1,21,31,41,.... This sequence approaches 0.
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: limx→af(x)=l.
Numerical Proximity Example: To find the limit of x as it approaches 9, we look at values from both sides:
Left side (x→9−): 8.9,8.99,8.999,8.9999,...
Right side (x→9+): 9.1,9.01,9.001,9.0001,...
Formal (Epsilon-Delta) Definition: A function f(x) has a limit l as x approaches a if for every ϵ>0, there exists a δ>0 such that if 0<∣x−a∣<δ, then ∣f(x)−l∣<ϵ.
Physical Interpretation: If s=f(t) is a position function, then v(t)=f′(t) is the velocity at time t.
Rules of Differentiation
Constant Rule: If f(x)=C, then f′(x)=0.
Power Rule: If f(x)=xn, then f′(x)=nxn−1.
Sum and Difference Rule: (u±v)′=u′±v′
Product Rule: (u×v)′=u′v+v′u
Quotient Rule: (vu)′=v2u′v−uv′
Chain Rule: If y=f(u) and u=g(x), then dxdy=dudy×dxdu.
Derivatives of Transcendental and Trigonometric Functions
Trigonometric Derivatives (Page 74-78):
dxd(sin(x))=cos(x)
dxd(cos(x))=−sin(x)
dxd(tan(x))=sec2(x)
dxd(cot(x))=−csc2(x)
dxd(sec(x))=sec(x)tan(x)
dxd(csc(x))=−csc(x)cot(x)
Implicit Differentiation (Page 80): Used for equations where y is not explicitly isolated (e.g., x2+y2=25). Both sides are differentiated with respect to x, treating y as a function of x (y′ notation is used).
Higher-Order Derivatives (Page 84): The second derivative y′′ or f′′(x) is the derivative of the first derivative. The n-th derivative is denoted as f(n)(x).
Chapter 3: Applications of the Derivative
Critical Points: Points where f′(x)=0 or f′(x) is undefined.
First Derivative Test (Monotonicity):
If f′(x)>0 on an interval, the function is increasing.
If f′(x)<0 on an interval, the function is decreasing.
Extrema (Maximum and Minimum):
Relative/Local Max: Occurs at critical point a if the sign of f′(x) changes from positive to negative.
Relative/Local Min: Occurs at critical point a if the sign of f′(x) changes from negative to positive.
Concavity and Inflection Points (Page 97):
If f′′(x)>0, the curve is concave up (U-shape).
If f′′(x)<0, the curve is concave down (inverted U-shape).
An Inflection Point occurs where the concavity changes (and f′′(x)=0).
L'Hôpital's Rule (Page 130): If limx→ag(x)f(x) results in 0/0 or ∞/∞, then:
limx→ag(x)f(x)=limx→ag′(x)f′(x)
Mean Value Theorem (MVT): If f is continuous on [a,b] and differentiable on (a,b), there exists c∈(a,b) such that:
f′(c)=b−af(b)−f(a)
Rolle's Theorem: A special case of MVT where if f(a)=f(b), there exists c∈(a,b) such that f′(c)=0.
Chapter 4: Integrals
Indefinite Integral (Antiderivative) (Page 148): The inverse operation of differentiation.
∫f(x)dx=F(x)+C, where F′(x)=f(x).
Fundamental Rules of Integration:
∫xndx=n+1xn+1+C (for n=−1).
∫kf(x)dx=k∫f(x)dx.
∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx.
Definite Integral (Page 154): Represents the net signed area under a curve between bounds a and b.
∫abf(x)dx=F(b)−F(a).
Riemann Sums: The area is approximated by dividing the interval [a,b] into n sub-intervals of width Δx=nb−a and summing the areas of rectangles.
Mean Value Theorem for Integrals (Page 161): If f is continuous on [a,b], there exists a point c∈[a,b] such that:
∫abf(x)dx=f(c)(b−a)
The value f(c) is called the average value of the function over the interval.