Calculus I Lecture Notes: Functions, Limits, Derivatives, and Integration Chapter 1: Functions 1.1 Objectives Introduce the concept of a function with examples and study different classes of functions. Discuss methods of finding the domain, range, zeros, and singularities of real-valued functions. Analyze injective (one-to-one), surjective (onto), and bijective functions. Explore inverses of functions and the composition of functions. Understand the differences and similarities between several types of functions. 1.2 Learning Outcomes Define a function; identify different types of functions and distinguish relations that are not functions. Determine the domain and range that makes a rule a function. Investigate the injectiveness, surjectiveness, and inverse of different functions. Establish the composition of two or more functions. 1.4 Introduction and Definitions A function is a means to describe the real world in mathematical terms (e.g., the area of circle C C C as a function of its radius r r r ). Definition 1.1: Function : Let X X X and Y Y Y be two nonempty sets. A function f : X → Y f: X \rightarrow Y f : X → Y is a rule which associates to each element x x x of set X X X a unique element y = f ( x ) y = f(x) y = f ( x ) in Y Y Y . Alternatively: a relation R R R from X X X to Y Y Y is a function if for every x ∈ X x \in X x ∈ X , there corresponds exactly one y ∈ Y y \in Y y ∈ Y .Definition 1.2: Domain, Codomain, and Range :Domain : The set X X X of all allowed x x x -values. Denoted by Dom ( f ) \text{Dom}(f) Dom ( f ) or D ( f ) D(f) D ( f ) .Independent Variable : x x x , which takes values in the domain.Dependent Variable : y y y , whose value depends on x x x .Image : For a particular x 1 x_1 x 1 , the value y 1 = f ( x 1 ) y_1 = f(x_1) y 1 = f ( x 1 ) is the image of x 1 x_1 x 1 .Preimage : x 1 x_1 x 1 is the preimage of y 1 y_1 y 1 .Codomain : The set Y Y Y in the definition f : X → Y f: X \rightarrow Y f : X → Y .Range : The set of all admissible y y y -values as x x x goes through its domain. Denoted by Ran ( f ) = { y ∈ Y : f ( x ) = y , x ∈ D ( f ) } \text{Ran}(f) = \{y \in Y : f(x) = y, x \in D(f)\} Ran ( f ) = { y ∈ Y : f ( x ) = y , x ∈ D ( f )} .1.5 Classes or Types of Functions 1. Linear Functions : y = f ( x ) = m x + c y = f(x) = mx + c y = f ( x ) = m x + c (where m m m and c c c are constants). The graph is a straight line with gradient m m m and y y y -intercept c c c .2. Constant Functions : y = f ( x ) = c y = f(x) = c y = f ( x ) = c . A special case of linear functions where m = 0 m = 0 m = 0 .3. Quadratic Functions : y = f ( x ) = a x 2 + b x + c y = f(x) = ax^2 + bx + c y = f ( x ) = a x 2 + b x + c (where a , b , c a, b, c a , b , c are constants and a ≠ 0 a \neq 0 a = 0 ).4. Polynomial Functions : y = P n ( x ) = a 0 + a 1 x + a 2 x 2 + ⋯ + a n x n y = P_n(x) = a_0 + a_1x + a_2x^2 + \dots + a_nx^n y = P n ( x ) = a 0 + a 1 x + a 2 x 2 + ⋯ + a n x n (a n ≠ 0 a_n \neq 0 a n = 0 ). Constants a i a_i a i are coefficients and n n n is a non-negative integer.5. Power Functions : f ( x ) = x r f(x) = x^r f ( x ) = x r (where r r r is any real number).6. Rational Functions : Ratio of two polynomials y = f ( x ) = P ( x ) Q ( x ) y = f(x) = \frac{P(x)}{Q(x)} y = f ( x ) = Q ( x ) P ( x ) (where Q ( x ) ≠ 0 Q(x) \neq 0 Q ( x ) = 0 ).7. Algebraic Functions : Roots of an equation of degree n n n in y y y whose coefficients are rational functions of x x x . Functions not algebraic are called Transcendental (includes trigonometric, logarithmic, exponential, and hyperbolic functions).8. Trigonometric Functions : Involve ratios such as sin ( x ) , cos ( x ) , tan ( x ) , csc ( x ) , sec ( x ) , \sin(x), \cos(x), \tan(x), \csc(x), \sec(x), sin ( x ) , cos ( x ) , tan ( x ) , csc ( x ) , sec ( x ) , or cot ( x ) \cot(x) cot ( x ) .9. Inverse Trigonometric Functions : Involve inverses such as arcsin ( x ) , arccos ( x ) , \arcsin(x), \arccos(x), arcsin ( x ) , arccos ( x ) , or arctan ( x ) \arctan(x) arctan ( x ) .10. Exponential Functions : f ( x ) = e x f(x) = e^x f ( x ) = e x or f ( x ) = a x f(x) = a^x f ( x ) = a x (a > 0 a > 0 a > 0 ). Series expansion: e x = ∑ n = 0 ∞ ( x n n ! ) e^x = \sum_{n=0}^{\infty} (\frac{x^n}{n!}) e x = ∑ n = 0 ∞ ( n ! x n ) .11. Hyperbolic Functions :sinh ( x ) = e x − e − x 2 \sinh(x) = \frac{e^x - e^{-x}}{2} sinh ( x ) = 2 e x − e − x cosh ( x ) = e x + e − x 2 \cosh(x) = \frac{e^x + e^{-x}}{2} cosh ( x ) = 2 e x + e − x tanh ( x ) = e x − e − x e x + e − x \tanh(x) = \frac{e^x - e^{-x}}{e^x + e^{-x}} tanh ( x ) = e x + e − x e x − e − x csch ( x ) = 2 e x − e − x \text{csch}(x) = \frac{2}{e^x - e^{-x}} csch ( x ) = e x − e − x 2 , sech ( x ) = 2 e x + e − x \text{sech}(x) = \frac{2}{e^x + e^{-x}} sech ( x ) = e x + e − x 2 , coth ( x ) = e x + e − x e x − e − x \text{coth}(x) = \frac{e^x + e^{-x}}{e^x - e^{-x}} coth ( x ) = e x − e − x e x + e − x .13. Modulus (Absolute Value) Function : f ( x ) = ∣ x ∣ = x 2 f(x) = |x| = \sqrt{x^2} f ( x ) = ∣ x ∣ = x 2 . Defined as x x x if x ≥ 0 x \geq 0 x ≥ 0 and − x -x − x if x < 0 x < 0 x < 0 .14. Characteristic Function : χ S ( x ) = 1 \chi_S(x) = 1 χ S ( x ) = 1 if x ∈ S x \in S x ∈ S and 0 0 0 if x ∉ S x \notin S x ∈ / S .15. Floor Function : ⌊ x ⌋ \lfloor x \rfloor ⌊ x ⌋ is the greatest integer ≤ x \leq x ≤ x . Example: ⌊ 2.34 ⌋ = 2 \lfloor 2.34 \rfloor = 2 ⌊ 2.34 ⌋ = 2 .16. Ceiling Function : ⌈ x ⌉ \lceil x \rceil ⌈ x ⌉ is the smallest integer ≥ x \geq x ≥ x . Example: ⌈ 2.34 ⌉ = 3 \lceil 2.34 \rceil = 3 ⌈ 2.34 ⌉ = 3 .18. Euler’s Form : e i x = cos ( x ) + i sin ( x ) e^{ix} = \cos(x) + i\sin(x) e i x = cos ( x ) + i sin ( x ) .19. Periodic Functions : f ( x + T ) = f ( x ) f(x + T) = f(x) f ( x + T ) = f ( x ) for a period T > 0 T > 0 T > 0 . Smallest T T T is the primitive period.20. Odd Functions : f ( − x ) = − f ( x ) f(-x) = -f(x) f ( − x ) = − f ( x ) . Example: x 3 x^3 x 3 and sin ( x ) \sin(x) sin ( x ) .21. Even Functions : f ( − x ) = f ( x ) f(-x) = f(x) f ( − x ) = f ( x ) . Example: x 2 x^2 x 2 and cos ( x ) \cos(x) cos ( x ) .1.7 Monotonic Functions Increasing : f ( x 1 ) ≤ f ( x 2 ) f(x_1) \leq f(x_2) f ( x 1 ) ≤ f ( x 2 ) whenever x 1 < x 2 x_1 < x_2 x 1 < x 2 .Strictly Increasing : f ( x 1 ) < f ( x 2 ) f(x_1) < f(x_2) f ( x 1 ) < f ( x 2 ) whenever x 1 < x 2 x_1 < x_2 x 1 < x 2 .Decreasing : f ( x 1 ) ≥ f ( x 2 ) f(x_1) \geq f(x_2) f ( x 1 ) ≥ f ( x 2 ) whenever x 1 < x 2 x_1 < x_2 x 1 < x 2 .Strictly Decreasing : f ( x 1 ) > f ( x 2 ) f(x_1) > f(x_2) f ( x 1 ) > f ( x 2 ) whenever x 1 < x 2 x_1 < x_2 x 1 < x 2 .1.8 Zeros and Singularities Zero : The value x x x for which f ( x ) = 0 f(x) = 0 f ( x ) = 0 .Singularity : For a rational function f ( x ) = P ( x ) Q ( x ) f(x) = \frac{P(x)}{Q(x)} f ( x ) = Q ( x ) P ( x ) , the value of x x x for which Q ( x ) = 0 Q(x) = 0 Q ( x ) = 0 .1.9 Injective, Surjective, and Bijective Functions Injective (One-to-One) : f ( x 1 ) = f ( x 2 ) ⟹ x 1 = x 2 f(x_1) = f(x_2) \implies x_1 = x_2 f ( x 1 ) = f ( x 2 ) ⟹ x 1 = x 2 .Surjective (Onto) : Every element in the codomain has a preimage; Range = Codomain.Bijective : Both injective and surjective.1.10 Composite Functions Let f : X → Y f: X \rightarrow Y f : X → Y and g : Y → Z g: Y \rightarrow Z g : Y → Z . The composition is h ( x ) = ( g ∘ f ) ( x ) = g ( f ( x ) ) h(x) = (g \circ f)(x) = g(f(x)) h ( x ) = ( g ∘ f ) ( x ) = g ( f ( x )) . Example: If g ( x ) = 2 x + 3 g(x) = 2x + 3 g ( x ) = 2 x + 3 and f ( x ) = x 2 + x f(x) = x^2 + x f ( x ) = x 2 + x , then g ( f ( x ) ) = 2 ( x 2 + x ) + 3 = 2 x 2 + 2 x + 3 g(f(x)) = 2(x^2 + x) + 3 = 2x^2 + 2x + 3 g ( f ( x )) = 2 ( x 2 + x ) + 3 = 2 x 2 + 2 x + 3 . 1.11 Inverse Functions A function g = f − 1 g = f^{-1} g = f − 1 exists if f f f is bijective. It satisfies g ( f ( x ) ) = x g(f(x)) = x g ( f ( x )) = x and f ( g ( y ) ) = y f(g(y)) = y f ( g ( y )) = y . Guideline to find f − 1 f^{-1} f − 1 : Verify bijectivity, solve y = f ( x ) y = f(x) y = f ( x ) for x x x to get x = f − 1 ( y ) x = f^{-1}(y) x = f − 1 ( y ) , and verify the composite conditions. Chapter 2: Limits and Continuity 2.4 Limit of a Function Left Hand Limit : f ( x ) → l f(x) \rightarrow l f ( x ) → l as x → x 0 − x \rightarrow x_0^- x → x 0 − if for ϵ > 0 \epsilon > 0 ϵ > 0 , ∃ δ > 0 \exists \delta > 0 ∃ δ > 0 such that ∣ f ( x ) − l ∣ < ϵ |f(x) - l| < \epsilon ∣ f ( x ) − l ∣ < ϵ when x 0 − δ < x < x 0 x_0 - \delta < x < x_0 x 0 − δ < x < x 0 .Right Hand Limit : f ( x ) → l f(x) \rightarrow l f ( x ) → l as x → x 0 + x \rightarrow x_0^+ x → x 0 + if for ϵ > 0 \epsilon > 0 ϵ > 0 , ∃ δ > 0 \exists \delta > 0 ∃ δ > 0 such that ∣ f ( x ) − l ∣ < ϵ |f(x) - l| < \epsilon ∣ f ( x ) − l ∣ < ϵ when x 0 < x < x 0 + δ x_0 < x < x_0 + \delta x 0 < x < x 0 + δ .Limit of a Function : f ( x ) f(x) f ( x ) has limit l l l at x = x 0 x = x_0 x = x 0 iff the left and right hand limits both exist and are equal.Definition 2.3 : lim x → x 0 f ( x ) = l \lim_{x \rightarrow x_0} f(x) = l lim x → x 0 f ( x ) = l if for any ϵ > 0 \epsilon > 0 ϵ > 0 , ∃ δ > 0 \exists \delta > 0 ∃ δ > 0 such that 0 < ∣ x − x 0 ∣ < δ ⟹ ∣ f ( x ) − l ∣ < ϵ 0 < |x - x_0| < \delta \implies |f(x) - l| < \epsilon 0 < ∣ x − x 0 ∣ < δ ⟹ ∣ f ( x ) − l ∣ < ϵ .2.5 Properties of Limits 1. Limits are unique. 2. lim x → a k = k \lim_{x \rightarrow a} k = k lim x → a k = k (constant). 3. Sum/Difference: lim [ f ( x ) ± g ( x ) ] = lim f ( x ) ± lim g ( x ) \lim [f(x) \pm g(x)] = \lim f(x) \pm \lim g(x) lim [ f ( x ) ± g ( x )] = lim f ( x ) ± lim g ( x ) . 4. Product: lim [ f ( x ) g ( x ) ] = ( lim f ( x ) ) ( lim g ( x ) ) \lim [f(x)g(x)] = (\lim f(x))(\lim g(x)) lim [ f ( x ) g ( x )] = ( lim f ( x )) ( lim g ( x )) . 5. Scalar: lim [ k f ( x ) ] = k lim f ( x ) \lim [kf(x)] = k \lim f(x) lim [ k f ( x )] = k lim f ( x ) . 6. Quotient: lim [ f ( x ) g ( x ) ] = lim f ( x ) lim g ( x ) \lim [\frac{f(x)}{g(x)}] = \frac{\lim f(x)}{\lim g(x)} lim [ g ( x ) f ( x ) ] = l i m g ( x ) l i m f ( x ) (given lim g ( x ) ≠ 0 \lim g(x) \neq 0 lim g ( x ) = 0 ). 2.9 Continuity Definition 2.9 : f f f is continuous at x = a x = a x = a if:1. f ( a ) f(a) f ( a ) exists. 2. lim x → a f ( x ) \lim_{x \rightarrow a} f(x) lim x → a f ( x ) exists. 3. lim x → a f ( x ) = f ( a ) \lim_{x \rightarrow a} f(x) = f(a) lim x → a f ( x ) = f ( a ) . Rational functions are continuous except at the zeros of the denominator. Chapter 3: The Derivative 3.4 Fundamentals and Definitions The slope m m m of the tangent line to the graph of f f f at P ( a , f ( a ) ) P(a, f(a)) P ( a , f ( a )) is the derivative f ′ ( a ) = lim h → 0 f ( a + h ) − f ( a ) h f'(a) = \lim_{h \rightarrow 0} \frac{f(a+h) - f(a)}{h} f ′ ( a ) = lim h → 0 h f ( a + h ) − f ( a ) . Finding the derivative this way is called differentiation from first principles . If y = f ( x ) y = f(x) y = f ( x ) , the derivative is d y d x = lim Δ x → 0 Δ y Δ x \frac{dy}{dx} = \lim_{\Delta x \rightarrow 0} \frac{\Delta y}{\Delta x} d x d y = lim Δ x → 0 Δ x Δ y . 3.6 Rules of Differentiation Sum/Difference Rule : d d x [ f ( x ) ± g ( x ) ] = f ′ ( x ) ± g ′ ( x ) \frac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x) d x d [ f ( x ) ± g ( x )] = f ′ ( x ) ± g ′ ( x ) .Constant Multiple : d d x [ c f ( x ) ] = c f ′ ( x ) \frac{d}{dx}[cf(x)] = cf'(x) d x d [ c f ( x )] = c f ′ ( x ) .Power Rule : d d x [ x n ] = n x n − 1 \frac{d}{dx}[x^n] = nx^{n-1} d x d [ x n ] = n x n − 1 .Product Rule : d d x [ u v ] = u d v d x + v d u d x \frac{d}{dx}[uv] = u\frac{dv}{dx} + v\frac{du}{dx} d x d [ uv ] = u d x d v + v d x d u .Quotient Rule : d d x [ u v ] = v d u d x − u d v d x v 2 \frac{d}{dx}[\frac{u}{v}] = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^2} d x d [ v u ] = v 2 v d x d u − u d x d v .Chain Rule : If y = h ( g ( x ) ) y = h(g(x)) y = h ( g ( x )) , let u = g ( x ) u = g(x) u = g ( x ) , then d y d x = d y d u × d u d x \frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx} d x d y = d u d y × d x d u .Leibnitz Rule : For the n n n -th derivative of a product u v uv uv :
D n ( u v ) = D n ( u ) v + ( n 1 ) D n − 1 ( u ) D ( v ) + ( n 2 ) D n − 2 ( u ) D 2 ( v ) + ⋯ + u D n ( v ) D^n(uv) = D^n(u)v + \binom{n}{1}D^{n-1}(u)D(v) + \binom{n}{2}D^{n-2}(u)D^2(v) + \dots + uD^n(v) D n ( uv ) = D n ( u ) v + ( 1 n ) D n − 1 ( u ) D ( v ) + ( 2 n ) D n − 2 ( u ) D 2 ( v ) + ⋯ + u D n ( v ) .3.7 Derivatives of Transcendental Functions Logarithmic : d d x ( ln ( x ) ) = 1 x \frac{d}{dx}(\ln(x)) = \frac{1}{x} d x d ( ln ( x )) = x 1 . For general base: d d x ( log a ( u ) ) = 1 u ln ( a ) d u d x \frac{d}{dx}(\log_a(u)) = \frac{1}{u \ln(a)} \frac{du}{dx} d x d ( log a ( u )) = u l n ( a ) 1 d x d u .Exponential : d d x ( e x ) = e x \frac{d}{dx}(e^x) = e^x d x d ( e x ) = e x . For general base: d d x ( a u ) = a u ln ( a ) d u d x \frac{d}{dx}(a^u) = a^u \ln(a) \frac{du}{dx} d x d ( a u ) = a u ln ( a ) d x d u .Hyperbolic :d d x ( sinh ( u ) ) = cosh ( u ) d u d x \frac{d}{dx}(\sinh(u)) = \cosh(u) \frac{du}{dx} d x d ( sinh ( u )) = cosh ( u ) d x d u d d x ( cosh ( u ) ) = sinh ( u ) d u d x \frac{d}{dx}(\cosh(u)) = \sinh(u) \frac{du}{dx} d x d ( cosh ( u )) = sinh ( u ) d x d u d d x ( tanh ( u ) ) = sech 2 ( u ) d u d x \frac{d}{dx}(\tanh(u)) = \text{sech}^2(u) \frac{du}{dx} d x d ( tanh ( u )) = sech 2 ( u ) d x d u Inverse Trigonometric :d d x ( arcsin ( u ) ) = 1 1 − u 2 d u d x \frac{d}{dx}(\arcsin(u)) = \frac{1}{\sqrt{1-u^2}} \frac{du}{dx} d x d ( arcsin ( u )) = 1 − u 2 1 d x d u d d x ( arccos ( u ) ) = − 1 1 − u 2 d u d x \frac{d}{dx}(\arccos(u)) = \frac{-1}{\sqrt{1-u^2}} \frac{du}{dx} d x d ( arccos ( u )) = 1 − u 2 − 1 d x d u d d x ( arctan ( u ) ) = 1 1 + u 2 d u d x \frac{d}{dx}(\arctan(u)) = \frac{1}{1+u^2} \frac{du}{dx} d x d ( arctan ( u )) = 1 + u 2 1 d x d u 3.12 Applications of Differentiation L’Hospital’s Rule : If a limit f ( x ) g ( x ) \frac{f(x)}{g(x)} g ( x ) f ( x ) results in 0 0 \frac{0}{0} 0 0 or ∞ ∞ \frac{\infty}{\infty} ∞ ∞ , then lim f ( x ) g ( x ) = lim f ′ ( x ) g ′ ( x ) \lim \frac{f(x)}{g(x)} = \lim \frac{f'(x)}{g'(x)} lim g ( x ) f ( x ) = lim g ′ ( x ) f ′ ( x ) .Critical Points : Points where f ′ ( c ) = 0 f'(c) = 0 f ′ ( c ) = 0 .Maximum and Minimum :First Derivative Test : If f ′ f' f ′ changes from positive to negative, it is a local maximum. If from negative to positive, a local minimum.Second Derivative Test : If f ′ ( p ) = 0 f'(p) = 0 f ′ ( p ) = 0 and f ′ ′ ( p ) < 0 f''(p) < 0 f ′′ ( p ) < 0 , there is a local maximum. If f ′ ′ ( p ) > 0 f''(p) > 0 f ′′ ( p ) > 0 , a local minimum.Rolle’s Theorem : If f f f is continuous on [ a , b ] [a, b] [ a , b ] , differentiable on ( a , b ) (a, b) ( a , b ) , and f ( a ) = f ( b ) f(a) = f(b) f ( a ) = f ( b ) , then ∃ p ∈ ( a , b ) \exists p \in (a, b) ∃ p ∈ ( a , b ) such that f ′ ( p ) = 0 f'(p) = 0 f ′ ( p ) = 0 .Lagrange’s Mean Value Theorem : f ( b ) − f ( a ) b − a = f ′ ( p ) \frac{f(b) - f(a)}{b - a} = f'(p) b − a f ( b ) − f ( a ) = f ′ ( p ) for some p ∈ ( a , b ) p \in (a, b) p ∈ ( a , b ) .Chapter 4: Integration 4.4 The Indefinite Integral Integration is finding the antiderivative. If d d x F ( x ) = f ( x ) \frac{d}{dx}F(x) = f(x) d x d F ( x ) = f ( x ) , then ∫ f ( x ) d x = F ( x ) + C \int f(x) dx = F(x) + C ∫ f ( x ) d x = F ( x ) + C . Standard Integrals :∫ x n d x = x n + 1 n + 1 + c \int x^n dx = \frac{x^{n+1}}{n+1} + c ∫ x n d x = n + 1 x n + 1 + c (for n ≠ − 1 n \neq -1 n = − 1 )∫ 1 x d x = ln ∣ x ∣ + c \int \frac{1}{x} dx = \ln|x| + c ∫ x 1 d x = ln ∣ x ∣ + c ∫ e x d x = e x + c \int e^x dx = e^x + c ∫ e x d x = e x + c ∫ cos ( x ) d x = sin ( x ) + c \int \cos(x) dx = \sin(x) + c ∫ cos ( x ) d x = sin ( x ) + c ∫ sin ( x ) d x = − cos ( x ) + c \int \sin(x) dx = -\cos(x) + c ∫ sin ( x ) d x = − cos ( x ) + c 4.5 Methods of Integration 1. Substitution : Let x = x ( t ) x = x(t) x = x ( t ) , then ∫ f ( x ) d x = ∫ f ( x ( t ) ) d x d t d t \int f(x) dx = \int f(x(t)) \frac{dx}{dt} dt ∫ f ( x ) d x = ∫ f ( x ( t )) d t d x d t .2. Integration by Parts : Derived from the product rule: ∫ u d v = u v − ∫ v d u \int u \, dv = uv - \int v \, du ∫ u d v = uv − ∫ v d u .3. Partial Fractions : Resolving a rational function f ( x ) g ( x ) \frac{f(x)}{g(x)} g ( x ) f ( x ) into simpler fractions based on the factors of g ( x ) g(x) g ( x ) .Linear factors: A x − r \frac{A}{x-r} x − r A . Quadratic factors: B x + C x 2 + p x + q \frac{Bx+C}{x^2+px+q} x 2 + p x + q B x + C . 4. Reduction Formulas : Reducing higher powers to lower powers. Example for I n = ∫ tan n ( x ) d x I_n = \int \tan^n(x) dx I n = ∫ tan n ( x ) d x :
I n = tan n − 1 ( x ) n − 1 − I n − 2 I_n = \frac{\tan^{n-1}(x)}{n-1} - I_{n-2} I n = n − 1 t a n n − 1 ( x ) − I n − 2 .Chapter 5: The Definite Integral and Applications 5.4 Introduction and Area Definite Integral : The limit of a Riemann Sum: lim n → ∞ ∑ r = 1 n f ( ξ r ) δ r = ∫ a b f ( x ) d x \lim_{n \rightarrow \infty} \sum_{r=1}^n f(\xi_r) \delta_r = \int_a^b f(x) dx lim n → ∞ ∑ r = 1 n f ( ξ r ) δ r = ∫ a b f ( x ) d x .Fundamental Theorem : ∫ a b f ( x ) d x = F ( b ) − F ( a ) \int_a^b f(x) dx = F(b) - F(a) ∫ a b f ( x ) d x = F ( b ) − F ( a ) .The value represents the area under the curve y = f ( x ) y = f(x) y = f ( x ) from x = a x = a x = a to x = b x = b x = b . 5.5 Properties of Definite Integrals ∫ a b f ( x ) d x = − ∫ b a f ( x ) d x \int_a^b f(x) dx = -\int_b^a f(x) dx ∫ a b f ( x ) d x = − ∫ b a f ( x ) d x ∫ a b f ( x ) d x = ∫ a c f ( x ) d x + ∫ c b f ( x ) d x \int_a^b f(x) dx = \int_a^c f(x) dx + \int_c^b f(x) dx ∫ a b f ( x ) d x = ∫ a c f ( x ) d x + ∫ c b f ( x ) d x ∫ 0 a f ( x ) d x = ∫ 0 a f ( a − x ) d x \int_0^a f(x) dx = \int_0^a f(a - x) dx ∫ 0 a f ( x ) d x = ∫ 0 a f ( a − x ) d x Derivative of an integral: d d x ∫ a x f ( t ) d t = f ( x ) \frac{d}{dx} \int_a^x f(t) dt = f(x) d x d ∫ a x f ( t ) d t = f ( x ) . 5.6 - 5.8 Geometric Applications Area between two curves : A = ∫ a b [ f ( x ) − g ( x ) ] d x A = \int_a^b [f(x) - g(x)] dx A = ∫ a b [ f ( x ) − g ( x )] d x .Arc Length : L = ∫ a b 1 + [ f ′ ( x ) ] 2 d x L = \int_a^b \sqrt{1 + [f'(x)]^2} dx L = ∫ a b 1 + [ f ′ ( x ) ] 2 d x .Solid of Revolution (Volume) :About x x x -axis: V = π ∫ a b y 2 d x V = \pi \int_a^b y^2 dx V = π ∫ a b y 2 d x . About y y y -axis: V = π ∫ a b x 2 d y V = \pi \int_a^b x^2 dy V = π ∫ a b x 2 d y . Mean Value of a Function : y ˉ = 1 b − a ∫ a b y d x \bar{y} = \frac{1}{b - a} \int_a^b y \, dx y ˉ = b − a 1 ∫ a b y d x .5.10 Moment of Inertia Definition : I = ∑ m i r i 2 I = \sum m_i r_i^2 I = ∑ m i r i 2 . For continuous bodies, use integrals.Parallel Axis Theorem : I = I G + M a 2 I = I_G + Ma^2 I = I G + M a 2 (where I G I_G I G is through mass center).Perpendicular Axis Theorem : I z = I x + I y I_z = I_x + I_y I z = I x + I y .Specific Results :Thin Rod (length 2 l 2l 2 l ): I c e n t e r = 1 3 M l 2 I_{center} = \frac{1}{3}Ml^2 I ce n t er = 3 1 M l 2 . Circular Disc (radius a a a ): I c e n t e r = 1 2 M a 2 I_{center} = \frac{1}{2}Ma^2 I ce n t er = 2 1 M a 2 . Sphere (radius r r r ): I = 2 5 M r 2 I = \frac{2}{5}Mr^2 I = 5 2 M r 2 . 5.11 Differential Equations Focuses on Ordinary Differential Equations (ODE) solvable by separation of variables . General Form: d y d x = f ( x ) g ( y ) ⟹ ∫ 1 g ( y ) d y = ∫ f ( x ) d x \frac{dy}{dx} = f(x)g(y) \implies \int \frac{1}{g(y)} dy = \int f(x) dx d x d y = f ( x ) g ( y ) ⟹ ∫ g ( y ) 1 d y = ∫ f ( x ) d x . 5.12 - 5.14 Science, Engineering, and Economic Applications Displacement : s ( t ) = ∫ ∣ v ( t ) ∣ d t s(t) = \int |v(t)| dt s ( t ) = ∫ ∣ v ( t ) ∣ d t .Work Done : W = ∫ a b F ( s ) d s W = \int_a^b F(s) ds W = ∫ a b F ( s ) d s . Hooke’s Law for springs: F = k x ⟹ W = ∫ k x d x F = kx \implies W = \int kx \, dx F = k x ⟹ W = ∫ k x d x .Growth and Decay : d p d t = k p ⟹ p ( t ) = p 0 e k t \frac{dp}{dt} = kp \implies p(t) = p_0 e^{kt} d t d p = k p ⟹ p ( t ) = p 0 e k t .Half-life is the time for a substance to decay to half its original amount. Economics :Total Cost : C ( x ) = ∫ C ′ ( x ) d x C(x) = \int C'(x) dx C ( x ) = ∫ C ′ ( x ) d x (where C ′ ( x ) C'(x) C ′ ( x ) is marginal cost).Total Revenue : r ( x ) = ∫ M ( x ) d x r(x) = \int M(x) dx r ( x ) = ∫ M ( x ) d x (where M ( x ) M(x) M ( x ) is marginal revenue).