MTH101 — Final Term Summary (Lectures 23–45)
📘 Lecture 23 — Maximum and Minimum Values of Functions
📖 Overview: This lecture covers absolute (global) extrema of functions — the highest and lowest values over the entire domain. It explains how to find these values for continuous functions on closed intervals, and applies these methods to real-world optimization problems, such as maximizing area or volume under given constraints.
🗂️ Topics Covered
Absolute extrema (maximum and minimum) are defined and contrasted with relative extrema. The Extreme Value Theorem guarantees existence of absolute extrema for continuous functions on closed intervals. A three-step procedure is given for finding absolute extrema. The lecture then considers summary of extreme behaviors over open intervals and infinite intervals, and finally presents applied optimization problems involving finite closed intervals.
📝 Lecture Summary
Absolute Extrema
Previously, we discussed relative maxima and minima — the highest mountain and deepest valley in a given vicinity or neighborhood. Now we discuss absolute maximum and minimum values — the highest peak in a mountain range and the deepest valley overall.
Absolute maximum means that the value is the maximum one over the entire domain of the function. Absolute minimum means that the value is the minimum one over the entire domain of the function. If we think of Earth's surface as defining some function, its absolute maximum would be Mt. Everest, and absolute minimum would be the Marianna Trench.
Example Consider the graph of f(x) = 2x+1 on the interval [0,3). The minimum value is 1 at x = 0. But is there a maximum? No. Because the function is defined on the interval [0,3) which excludes the point x = 3. You can get very close to 7 as the maximum value as you get very close to x=3, but this is a limiting process, and you can always get closer to 7 yet never equal 7. So 7 looks like a max, but it is NOT!
The questions of interest given a function f(x) are: Does f(x) have a maximum (minimum) value? If so, what is it, and where does it occur?
Extreme Value Theorem This theorem doesn't tell us what the max and min are, just the conditions on a function which will make it have a max or min. We won't prove this as it's difficult; just use it.
Example The previous example f(x) = 2x+1 on [0,3) is a continuous function on that interval, but had no maximum because the interval was not closed.
Example Here is another function graphed over the interval [1,9]. Although the interval is closed, the function is not continuous on this interval as we can see from the graph, and so has no maximum or minimum values on that interval.
💡 Why this matters: Both continuity AND a closed interval are necessary for the Extreme Value Theorem to guarantee existence of absolute extrema.
Procedure to find absolute extrema on [a,b]:
- Step 1: Find the critical points of f in (a,b)
- Step 2: Evaluate f at all the critical points and at the endpoints a and b
- Step 3: The largest of the values in Step 2 is the maximum value of f on [a,b] and the smallest is the minimum.
Example Find the maximum and minimum values of f(x) = 2x³ − 15x² + 36x on the interval [1,5]. Since f is a polynomial, it is continuous and differentiable on (1,5). f '(x) = 6x² − 30x + 36 = 0 f '(x) = (x−3)(x−2) = 0 So f' is 0 at x = 2 and x = 3. Max or min will occur at these two critical points or at the endpoints.
📌 Example: Evaluate the function at the critical points and endpoints: f(1)=23, f(2)=28, f(3)=27, f(5)=55. We see that max is 55 at x=5 and min is 23 at x=1.
Summary of extreme behaviors of functions over (a,b)
We want to know the max and min over functions on (−∞, +∞). Here is how to find them for continuous functions.
Example Find the max and min values, if any, of f(x) = x⁴ + 2x³ − 1 on the interval (−∞, +∞). This is a continuous function on the given interval, and lim (x⁴ + 2x³ − 1) as x→+∞ = +∞ and lim (x⁴ + 2x³ − 1) as x→−∞ = +∞ So f has a minimum but no maximum on (−∞, +∞). By Theorem 4.6.5, the min must occur at a critical point. f '(x) = 4x³ + 6x² = 2x²(2x + 3) = 0 This gives x = 0 and x = −3/2 as the critical points.
📌 Example: Evaluating gives min = −43/16 at x = −3/2.
Applied maximum and minimum problems
We will use what we have learned to do applied problems in optimization. Optimization is the way efficiency is achieved in business, machines, and even in nature in terms of animals competing for resources.
Problems involving continuous functions and Finite closed intervals
These are problems where the function is defined over a closed interval. These problems always have a solution because it is guaranteed by the Extreme Value Theorem.
Example Find the dimensions of a rectangle with perimeter 100 ft whose area is as large as possible. Let x = length of the rectangle in feet, y = width of the rectangle in feet, A = area of the rectangle. Then A = xy. Perimeter = 100 ft = 2x + 2y or y = 50 − x. Use this value of y in equation A = xy to get A as a function of x: A = x(50 − x) = 50x − x². Because x represents a length, it cannot be negative and cannot exceed the perimeter constraint. So we have the constraints 0 ≤ x ≤ 50. So the question is of finding the max of A = 50x − x² on the interval [0,50]. By what we have seen, that max must occur at the endpoints of this interval or at a critical point.
📐 Formula: Critical point: dA/dx = 50 − 2x = 0 → x = 25.
📌 Example: Substitute x = 0, x = 25, and x = 50 into the function A: A(0)=0, A(25)=625, A(50)=0. The max is 625 at x=25. Note that y = 25 also for x = 25. So the rectangle with perimeter 100 with the greatest area is a square with sides 25 ft.
Example An open box is to be made from a 16 inch by 30 inch piece of cardboard by cutting out squares of equal size from the 4 corners and bending up the sides. What size should the squares be to obtain a box with largest possible volume? If we cut out squares of side x from the 4 corners of the cardboard, the resulting box will have dimensions (16−2x) by (30−2x) by height x. So volume V = x(16−2x)(30−2x). Because x represents a length, and we cannot cut more than half the smaller side, we have 0 ≤ x ≤ 8. We want to find max of the function on [0,8].
📐 Formula: dV/dx = 480 − 184x + 12x² = 0 → x = 10/3 and x = 12. Because x = 12 is out of [0,8], ignore it.
📌 Example: Check V at the endpoints and at x = 10/3. V(0)=0, V(8)=0, V(10/3)=19600/27. So V = 19600/27 is max when x = 10/3 inches.
⭐ Key Takeaways
Absolute extrema are the overall highest and lowest values of a function across its entire domain, not just in a neighborhood. The Extreme Value Theorem guarantees that a continuous function on a closed interval [a,b] has both an absolute maximum and minimum, but fails if the interval is not closed or the function is not continuous. To find absolute extrema on [a,b], evaluate the function at all critical points inside the interval and at both endpoints, then select the largest and smallest values. For functions on infinite intervals, check limits at infinity to determine if a maximum or minimum exists, then find critical points. Applied optimization problems require translating a real-world scenario into a mathematical function, identifying the appropriate closed interval for the variable, and using the three-step procedure to find the optimal value.
🧠 Quick Revision Questions
- What three conditions are required by the Extreme Value Theorem to guarantee a function has both an absolute maximum and minimum on an interval?
- What is the step-by-step procedure to find the absolute maximum and minimum of a continuous function on a closed interval [a,b]?
- Why did the function f(x) = 2x+1 on [0,3) have no absolute maximum even though it is continuous?
- In the rectangle optimization problem with perimeter 100 ft, why was the constraint 0 ≤ x ≤ 50 necessary?
- In the open box problem, why was the critical point x = 12 ignored when solving for the optimal square size?
📘 Lecture 24 — Newton’s Method, Rolle’s Theorem, and the Mean Value Theorem
📖 Overview: This lecture covers three essential calculus tools for analyzing functions and solving equations. Newton's method provides a way to approximate solutions to equations that have no algebraic solution, while Rolle's Theorem and the Mean Value Theorem establish fundamental relationships between a function and its derivative, forming the theoretical basis for many later results.
🗂️ Topics Covered
The lecture begins with Newton's method for approximating solutions to f(x)=0, explaining the geometric intuition and deriving the iterative formula. It then discusses some difficulties with Newton's method, showing cases where it fails to converge. Finally, it introduces Rolle's Theorem and the Mean Value Theorem, proving the latter using the former and offering intuitive examples.
📝 Lecture Summary
Newton’s method for approximating solutions to f (x) =0
There is no algebraic solution to equations of the kind x − cos(x) = 0. For these, we settle for approximate solutions. Newton’s method works by using tangent lines to the graph of the function to get closer to the solution. Starting with an initial guess x₁, we draw the tangent line at that point. If the tangent line is not parallel to the x-axis, it intersects the x-axis at x₂, which is generally closer to the true root r. We repeat the process, using the tangent at x₂ to find x₃, and so on.
🔑 Definition — Newton's Method: An iterative method for finding successively better approximations to the roots (solutions) of a real-valued function f(x) = 0.
📐 Formula: xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ) → Starting from an initial guess xₙ, the next approximation xₙ₊₁ is found by subtracting the ratio of the function value to its derivative.
The derivation comes from the tangent line equation at (x₁, f(x₁)): y − f(x₁) = f'(x₁)(x₂ − x₁). At the x-intercept (x₂, 0), this becomes −f(x₁) = f'(x₁)(x₂ − x₁), which rearranges to x₂ = x₁ − f(x₁)/f'(x₁).
📌 Example: Approximate the solution to x = cos(x) between 0 and 1 using Newton's method. Rewrite as f(x) = x − cos(x), so f'(x) = 1 + sin(x). The iteration formula is: xₙ₊₁ = xₙ − (xₙ − cos(xₙ))/(1 + sin(xₙ)) From the graph, the solution is closer to 1 than 0, so we use x₁ = 1. x₂ = 1 − (1 − cos(1))/(1 + sin(1)) = 1 − (1 − 0.5403)/(1 + 0.8415) = 1 − 0.4597/1.8415 = 0.7503 x₃ = 0.7503 − (0.7503 − cos(0.7503))/(1 + sin(0.7503)) = 0.7503 − (0.7503 − 0.7317)/(1 + 0.6816) = 0.7503 − 0.0186/1.6816 = 0.7391 The solution is approximately x ≈ 0.7391. 💡 Why this matters: Newton's method converges rapidly, often doubling the number of accurate digits with each iteration.
Some difficulties with Newton’s method
Newton’s method does not always work. If for some value of n, f'(xₙ) = 0, then the formula involves division by zero, and the method fails. This occurs when the tangent line at that approximation has slope 0 (is parallel to the x-axis). Sometimes the approximations simply do not converge to a solution.
📌 Example: Consider the equation x¹ᐟ³ = 0. The only solution is x = 0. Using Newton's method with initial approximation x₁ = 1: f(x) = x¹ᐟ³, so f'(x) = (1/3)x⁻²ᐟ³. The iteration formula gives: xₙ₊₁ = xₙ − (xₙ¹ᐟ³)/((1/3)xₙ⁻²ᐟ³) = xₙ − 3xₙ = −2xₙ Starting with x₁ = 1, we get x₂ = −2, x₃ = 4, x₄ = −8, ... The values oscillate wildly and do not converge to 0.
Rolle’s theorem
Rolle's Theorem states that for a function that is continuous on [a, b] and differentiable on (a, b), if f(a) = f(b), then there exists at least one point c in (a, b) such that f'(c) = 0. Essentially, if a function crosses the x-axis at two points (or has equal values at the endpoints), there must be a point between them where the derivative is zero (a horizontal tangent).
📌 Example: The function f(x) = sin(x) is continuous on [0, 2π] and differentiable on (0, 2π). Also, f(0) = sin(0) = 0 and f(2π) = sin(2π) = 0. So the function satisfies the hypotheses of Rolle's Theorem. Therefore, there exists a point c in (0, 2π) such that f'(c) = cos(c) = 0. Indeed, c = π/2 and c = 3π/2 satisfy this.
A tangible way to think of Rolle's Theorem: If you drive from Lahore to Islamabad, starting at velocity 0 and ending at velocity 0, since velocity is continuous and differentiable (acceleration exists at each point), there must be some point on the journey where the acceleration was 0.
Mean Value Theorem
The Mean Value Theorem (MVT) states that if f is continuous on [a, b] and differentiable on (a, b), then there exists a point c in (a, b) such that f'(c) = [f(b) − f(a)]/(b − a). This means that at some point between a and b, the instantaneous slope (tangent line) equals the average slope (secant line) over the entire interval.
The proof uses Rolle's Theorem. Consider the secant line joining A(a, f(a)) and B(b, f(b)). Its equation is: y = [f(b) − f(a)]/(b − a)(x − a) + f(a). Define a new function v(x) = f(x) − {[f(b) − f(a)]/(b − a)(x − a) + f(a)}.
Since f(x) is continuous on [a, b] and differentiable on (a, b), so is v(x). Note that v(a) = f(a) − {[f(b) − f(a)]/(b − a)(a − a) + f(a)} = f(a) − f(a) = 0 and v(b) = f(b) − {[f(b) − f(a)]/(b − a)(b − a) + f(a)} = f(b) − {f(b) − f(a) + f(a)} = 0.
So v(x) satisfies the assumptions of Rolle's Theorem on [a, b]. Therefore, there exists a point c in (a, b) such that v'(c) = 0.
v'(x) = f'(x) − [f(b) − f(a)]/(b − a) At the point where v'(c) = 0, we have f'(c) − [f(b) − f(a)]/(b − a) = 0, which gives f'(c) = [f(b) − f(a)]/(b − a).
⭐ Key Takeaways
Newton's method provides a powerful iterative technique for approximating roots of equations using the formula xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ), but it fails when f'(xₙ) = 0 or when the approximations diverge. Rolle's Theorem is a special case of the Mean Value Theorem where f(a) = f(b), guaranteeing a point where f'(c) = 0. The Mean Value Theorem itself guarantees that for a differentiable function, there exists at least one point where the instantaneous rate of change equals the average rate of change over the interval. Both theorems require the function to be continuous on [a, b] and differentiable on (a, b). The Mean Value Theorem is proved by applying Rolle's Theorem to a carefully constructed auxiliary function that represents the vertical distance between the function and its secant line.
🧠 Quick Revision Questions
- What is the Newton's method iteration formula for approximating a root of f(x) = 0?
- For the equation x = cos(x), what is f(x) and f'(x) needed for Newton's method?
- State all three conditions that must be satisfied for Rolle's Theorem to apply to a function f on [a, b].
- What is the geometric interpretation of the Mean Value Theorem in terms of tangent and secant lines?
- How is the Mean Value Theorem proved using Rolle's Theorem? What auxiliary function v(x) is constructed?
📘 Lecture 25 — Integrations
📖 Overview: This lecture introduces the second major problem of calculus: integration, beginning with the area problem. It establishes the relationship between area functions and their derivatives, defines antiderivatives and indefinite integrals, and provides fundamental integration formulas and properties.
🗂️ Topics Covered
The lecture covers the area problem for continuous non-negative functions, the discovery that the derivative of the area function equals the original function (A'(x) = f(x)), antiderivatives and their definition, indefinite integrals and notation, a table of basic integration formulas, and properties of indefinite integrals including linearity and the constant multiple rule.
📝 Lecture Summary
The Area Problem
Given a continuous and non-negative function on an interval [a,b], the problem is to find the area between the graph of f and the interval [a,b] on the x-axis. Instead of solving a particular case, the problem is generalized by letting the right endpoint be any number x greater than or equal to b. The unknown area is denoted as A(x), which becomes a function of x.
Newton and Leibniz proposed an interesting approach: to find the unknown area A(x), first find its derivative A'(x) and use this derivative to determine what A(x) is.
Finding A'(x)
A'(x) = lim [A(x+h) — A(x)] / h as h→0
For h > 0, the difference of areas A(x+h) — A(x) can be approximated by the area of a rectangle with base length h and height f(c), where c is the midpoint between x and x+h.
So we have: [A(x+h) — A(x)] / h ≈ f(c) · h / h = f(c)
The error in this approximation approaches 0 as h goes to 0. As h→0, c approaches x. Since f is assumed continuous, f(c) → f(x) as c → x. Thus:
lim f(c) = f(x) ⇒ A'(x) = f(x)
💡 Why this matters: The derivative of the area function A(x) is the function whose graph forms the upper boundary of the region under which the area is to be found.
Example — Finding Area Under y = x²
Find the area of the region under the graph of y = f(x) = x² over the interval [0,1].
Looking at the situation over [0,x], from the discussion we have A'(x) = x². To find A(x), we look for a function whose derivative is x². This is called an antidifferentiation problem.
A guess is the function: A(x) = (1/3)x³
This is a formula for the area function. On the interval [0,1], x = 1, so our result is A(1) = 1/3 units.
🔑 Definition — Antiderivative (Definition 5.2.1): A function F is called an antiderivative of a function f on a given interval if F'(x) = f(x) for all x in the interval.
📌 Example: The functions (1/3)x³, (1/3)x³ — π, (1/3)x³ + C are all antiderivatives of f(x) = x² on the interval (-∞, +∞), as the derivative of each is f(x) = x².
If F(x) is any antiderivative of f(x), then so is F(x) + C, where C is a constant.
Indefinite Integral
The process of finding antiderivatives is called antidifferentiation or integration.
If there is some function F such that d/dx[F(x)] = f(x), then functions of the form F(x) + C are antiderivatives of f(x). We denote this by:
∫ f(x)dx = F(x) + C
The symbol ∫ is called the integral sign, and f(x) is called the integrand. It is read as "the indefinite integral of f(x) equals F(x)".
The right side of the equation is not a specific function but a whole set of possible functions — that's why we call it the indefinite integral. C is called the constant of integration.
The dx serves to identify the independent variable in the function involved in the integration.
📌 Example: The antiderivatives of f(x) = x² are functions of the form F(x) = (1/3)x³ + C, so we write ∫ x² dx = (1/3)x³ + C
Integration Formulas
From the table provided, we obtain the following results:
∫ x² dx = x³/3 + C ∫ x³ dx = x⁴/4 + C ∫ x⁵ dx = x⁶/6 + C ∫ x^(-5) dx = -1/(4x⁴) + C
Properties of Indefinite Integral
Property 1: d/dx [∫ f(x)dx] = f(x)
Property 2: ∫ d/dx [F(x)] dx = F(x) + C
Constant Multiple Rule: ∫ cf(x)dx = c∫ f(x)dx
📌 Example: ∫ 4cos(x)dx = 4∫ cos(x)dx = 4[sin(x) + C] = 4sin(x) + K, where 4C = K
Sum Rule: ∫ [f(x) + g(x)]dx = ∫ f(x)dx + ∫ g(x)dx
📌 Example: ∫ (x² + x)dx = ∫ x²dx + ∫ x·dx = (1/3)x³ + (1/2)x² + C
Generalized Version of Properties
∫ [c₁f₁(x) + c₂f₂(x) + ... + cₙfₙ(x)]dx = c₁∫ f₁(x)dx + c₂∫ f₂(x)dx + ... + cₙ∫ fₙ(x)dx
📌 Example: ∫ (3x⁶ — 2x² + 7x + 1)dx = 3∫ x⁶dx — 2∫ x²dx + 7∫ xdx + ∫ dx = (3x⁷/7) — (2x³/3) + (7x²/2) + x + C
📌 Example: ∫ [cos(x)/sin²(x)]dx = ∫ [(1/sin(x)) · (cos(x)/sin(x))]dx = ∫ cosec(x)cot(x)dx = —cosec(x) + C
⭐ Key Takeaways
The most critical takeaway is that the derivative of the area function A(x) equals the original function f(x), establishing the fundamental connection between differentiation and integration. Antidifferentiation is the reverse process of differentiation, and the indefinite integral ∫ f(x)dx = F(x) + C represents the family of all antiderivatives of f. Students must memorize the basic integration formulas (power rule, trigonometric integrals) and the two key properties: the constant multiple rule and the sum rule. The linearity property allows integration of sums term-by-term, with each term multiplied by its constant coefficient.
🧠 Quick Revision Questions
- What does A'(x) equal in the area problem, and why is this result significant?
- What is the definition of an antiderivative of a function f on an interval?
- What does the constant C represent in the indefinite integral ∫ f(x)dx = F(x) + C?
- Using the power rule, what is ∫ x⁷ dx?
- Evaluate ∫ (5x⁴ — 3cosx)dx and state which properties you used.
📘 Lecture 26 — Integration by Substitution
📖 Overview: This lecture introduces integration by substitution, which is the inverse of the chain rule for differentiation. It provides a systematic method for integrating composite functions by transforming them into simpler forms, making it essential for solving complex integrals in calculus.
🗂️ Topics Covered
The lecture covers the fundamental principle of integration by substitution as the reverse of the chain rule, including the derivation of the substitution formula from the chain rule. It presents a 5-step procedure for performing u-substitution, followed by examples of integrands that are derivatives with constants added/subtracted from the variable. The lecture also covers cases where constants multiply the independent variable, more complex substitutions involving trigonometric and algebraic functions, and a detailed worked example with fractional powers.
📝 Lecture Summary
Integration by Substitution — Chain Rule Inverse
Integration by substitution is the inverse of the chain rule for differentiation. It handles composite functions where one function is embedded inside another. The derivation starts from the chain rule: if ( G'(u) = f(u) ), then ( \int f(u) , du = G(u) + C ). When ( u ) is a function of ( x ), we have:
[ \frac{d}{dx}[G(u)] = \frac{d}{du}[G(u)] \cdot \frac{du}{dx} = f(u) \cdot \frac{du}{dx} ]
Integrating both sides with respect to ( x ) gives:
[ \int f(u) \cdot \frac{du}{dx} , dx = \int f(u) , du = G(u) + C ]
🔑 Definition — Integration by Substitution: A technique where a new variable ( u = g(x) ) is introduced to simplify an integral, replacing the original variable and its differential so the integral becomes ( \int f(u) , du ).
The Substitution Procedure — 5-Step Method
Step 1: Choose ( u = g(x) ) Step 2: Compute ( du/dx = g'(x) ) Step 3: Substitute ( u = g(x) ) and ( du = g'(x) , dx ) into the original integral (the entire integral must be in terms of ( u ) with no ( x ) remaining) Step 4: Evaluate the resulting integral in ( u ) Step 5: Replace ( u ) with ( g(x) ) to express the answer in terms of ( x )
There is no hard and fast rule for choosing ( u ). The choice should simplify the integral. Experience and practice are key — like playing chess, you choose ( u ) so that "the future looks bright" for solving the problem.
Example 1: Basic Substitution with Polynomial
[ \int (x^2 + 1)^{50} \cdot 2x , dx ]
Let ( u = x^2 + 1 ). Then ( \frac{du}{dx} = 2x ), so ( du = 2x , dx ).
[ \int (x^2 + 1)^{50} \cdot 2x , dx = \int u^{50} \cdot \frac{du}{dx} , dx = \int u^{50} , du ]
[ \int u^{50} , du = \frac{u^{51}}{51} + C = \frac{(x^2 + 1)^{51}}{51} + C ]
📌 Example: ( \int (x^2 + 1)^{50} \cdot 2x , dx = \frac{(x^2 + 1)^{51}}{51} + C )
⚠️ Caution: Do NOT simply add 1 to the power 50 in the original problem — that is incorrect. The power rule for integrals applies only to functions that are not compositions of other functions. Here, ( (x^2 + 1)^{50} ) is a composition of two functions, so substitution is required.
Tables of Basic Integration Formulas
The lecture references Table 5.2.1 of basic integration formulas to help recall standard integrals during substitution.
Integrand is the Derivative of a Known Function with Constant Added/Subtracted
When the integrand is the derivative of a known function with a constant added or subtracted from the independent variable, substitution is straightforward.
Example 2: Sine Function with Constant Added
[ \int \sin(x + 9) , dx ]
Let ( u = x + 9 ). Then ( \frac{du}{dx} = 1 ), so ( du = dx ).
[ \int \sin(x + 9) , dx = \int \sin(u) , du = -\cos(u) + C = -\cos(x + 9) + C ]
📌 Example: ( \int \sin(x + 9) , dx = -\cos(x + 9) + C )
Example 3: Power Function with Constant Subtracted
[ \int (x - 8)^{23} , dx ]
Let ( u = x - 8 ). Then ( du = dx ).
[ \int (x - 8)^{23} , dx = \int u^{23} , du = \frac{u^{24}}{24} + C = \frac{(x - 8)^{24}}{24} + C ]
📌 Example: ( \int (x - 8)^{23} , dx = \frac{(x - 8)^{24}}{24} + C )
Integrand is Derivative with Constant Multiplying the Independent Variable
When a constant multiplies the independent variable, the substitution introduces a factor from the derivative.
Example 4: Cosine with Constant Coefficient
[ \int \cos(5x) , dx ]
Let ( u = 5x ). Then ( du = 5 , dx ), so ( dx = \frac{du}{5} ).
[ \int \cos(5x) , dx = \int \cos(u) \cdot \frac{du}{5} = \frac{1}{5} \int \cos(u) , du ]
[ = \frac{1}{5} \sin(u) + C = \frac{1}{5} \sin(5x) + C ]
📌 Example: ( \int \cos(5x) , dx = \frac{1}{5} \sin(5x) + C )
Example 5: Trigonometric Composition with Derivative
[ \int \sin^2(x) \cos(x) , dx ]
Let ( u = \sin(x) ). Then ( du = \cos(x) , dx ).
[ \int \sin^2(x) \cos(x) , dx = \int u^2 , du = \frac{u^3}{3} + C = \frac{\sin^3(x)}{3} + C ]
📌 Example: ( \int \sin^2(x) \cos(x) , dx = \frac{\sin^3(x)}{3} + C )
Example 6: Substitution with Square Root
[ \int \frac{\cos(\sqrt{x})}{\sqrt{x}} , dx ]
Let ( u = \sqrt{x} ). Then ( \frac{du}{dx} = \frac{1}{2\sqrt{x}} ), so ( du = \frac{dx}{2\sqrt{x}} ) and ( \frac{dx}{\sqrt{x}} = 2 , du ).
[ \int \frac{\cos(\sqrt{x})}{\sqrt{x}} , dx = \int 2\cos(u) , du = 2\int \cos(u) , du ]
[ = 2\sin(u) + C = 2\sin(\sqrt{x}) + C ]
📌 Example: ( \int \frac{\cos(\sqrt{x})}{\sqrt{x}} , dx = 2\sin(\sqrt{x}) + C )
Example 7: Complicated Substitution with Fractional Power
[ \int t^4 \sqrt[3]{3 - 5t^5} , dt ]
Let ( u = 3 - 5t^5 ). Then ( \frac{du}{dt} = -25t^4 ), so ( du = -25t^4 , dt ), which gives ( -\frac{1}{25} , du = t^4 , dt ).
[ \int t^4 \sqrt[3]{3 - 5t^5} , dt = \int t^4 (3 - 5t^5)^{1/3} , dt ]
Substitute: ( u = 3 - 5t^5 ), ( t^4 , dt = -\frac{1}{25} , du )
[ \int u^{1/3} \cdot \left(-\frac{1}{25}\right) , du = -\frac{1}{25} \int u^{1/3} , du ]
[ = -\frac{1}{25} \cdot \frac{u^{4/3}}{4/3} + C = -\frac{1}{25} \cdot \frac{3}{4} u^{4/3} + C ]
[ = -\frac{3}{100} u^{4/3} + C = -\frac{3}{100} (3 - 5t^5)^{4/3} + C ]
📌 Example: ( \int t^4 \sqrt[3]{3 - 5t^5} , dt = -\frac{3}{100}(3 - 5t^5)^{4/3} + C )
💡 Why this matters: The choice of ( u = 3 - 5t^5 ) is strategic because its derivative ( -25t^4 ) appears as a factor (up to a constant) in the original integrand, allowing complete substitution.
⭐ Key Takeaways
Integration by substitution is the inverse of the chain rule and requires choosing ( u = g(x) ) such that the derivative ( du/dx ) matches factors present in the integrand. The 5-step procedure ensures systematic transformation: choose ( u ), compute ( du/dx ), substitute, integrate in ( u ), and replace ( u ) with the original expression. The power rule cannot be applied directly to composite functions — substitution must be used first. The constant factor from ( du/dx ) must be carefully accounted for when it is not 1, often introducing a reciprocal factor like ( 1/5 ) or ( -1/25 ). Success in choosing ( u ) comes from practice; the goal is to eliminate all ( x )-terms and leave a simpler integral in ( u ).
🧠 Quick Revision Questions
-
What is the general formula for integration by substitution, and how is it derived from the chain rule?
-
For ( \int (x^2 + 1)^{50} \cdot 2x , dx ), what substitution is made, and why would adding 1 directly to the power 50 be incorrect?
-
In the 5-step substitution procedure, what condition must be satisfied after Step 3 before proceeding to Step 4?
-
When integrating ( \int \cos(5x) , dx ), what is ( du ) and how does the factor ( 1/5 ) arise in the solution?
-
For the complicated example ( \int t^4 \sqrt[3]{3 - 5t^5} , dt ), what is the value of ( du/dt ) and how is ( t^4 , dt ) expressed in terms of ( du )?
📘 Lecture 27 — Sigma Notation
📖 Overview: This lecture introduces sigma notation as a compact method for writing lengthy sums in mathematics. It covers how to read, write, and manipulate sums using sigma notation, including changing indices and applying properties that will be essential for calculus and other advanced mathematics.
🗂️ Topics Covered
Sigma notation is used to write lengthy sums in compact form. The lecture covers the basic structure of sigma notation including upper and lower limits and the index of summation, examples of writing sums with sigma notation, changing the index of summation, representing general sums with subscript notation, properties of sigma notation, sum formulas in closed form, and a theorem on summation formulas.
📝 Lecture Summary
Sigma Notation Introduction
Sigma notation is used to write lengthy sums in compact form. Sigma or Σ is an uppercase letter in Greek, and this symbol is called sigma or summation as it is used to represent lengthy sums.
Consider the sum: 1² + 2² + 3² + 4² + 5². Every term is the square of an integer from 1 to 5. Let's assign these integers a variable k and keep in mind that k can take on values from 1 to 5. Then we can say that k² represents each element in the sum. This can be written as:
5
Σ k²
k=1
This reads as "Summation of k² where k goes from 1 to 5".
Reading and Writing Sigma Notation
Examples of sigma notation:
8
Σ k³ = 4³ + 5³ + 6³ + 7³ + 8³
k=4
5
Σ 2k = 2(1) + 2(2) + 2(3) + 2(4) + 2(5) = 2 + 4 + 6 + 8 + 10
k=1
5
Σ (-1)^k (2k + 1) = 1 - 3 + 5 - 7 + 9 - 11
k=0
🔑 Definition — Upper limit: The number on the top of the sigma notation, indicating the last value of the index. 🔑 Definition — Lower limit: The number at the bottom of the sigma notation, indicating the first value of the index. 🔑 Definition — Index of summation: The letter (often k, i, j, or m) that takes on values from the lower limit to the upper limit.
The letter k is not required to represent the index of summation. We could use i, j, m, etc.
📌 Example: All of these denote the same sum:
5 5 5
Σ 1/i, Σ 1/n, Σ 1/j
i=1 n=1 j=1
They all represent: 1 + 1/2 + 1/3 + 1/4 + 1/5
Special Cases of Sigma Notation
If the upper and lower limits are the same, the summation reduces to just one term:
2
Σ k³ = 2³ = 8
k=2
If the expression to the right of the summation does not involve the index of the summation:
5
Σ 2 = 2 + 2 + 2 + 2 + 2 = 10
i=1
6
Σ x³ = x³ + x³ + x³ + x³ = 4x³
k=3
Different Ways to Write the Same Sum
A sum can be written in more than one way with sigma notation if we change the limits of the summation.
📌 Example: The following summations all represent the sum of the first five positive integers (2 + 4 + 6 + 8 + 10):
5
Σ 2k = 2 + 4 + 6 + 8 + 10
k=1
4
Σ (2k + 2) = 2 + 4 + 6 + 8 + 10
k=0
6
Σ (2k - 2) = 2 + 4 + 6 + 8 + 10
k=2
Changing the Index of Summation
It is often necessary and useful to change a given sigma notation for a sum to another sigma notation with different limits of summation.
📌 Example: Express the sum in sigma notation so that the lower limit is 0 rather than 3:
7
Σ 5^(k-2)
k=3
Define a new summation index j by the formula: j = k - 3, so k = j + 3. As k runs from 3 to 7, j runs from 0 to 4.
7 4 4
Σ 5^(k-2) = Σ 5^((j+3)-2) = Σ 5^(j+1)
k=3 j=0 j=0
You should check that both notations represent the same sum by putting values into the index.
Representing General Sums
To represent a general sum, we use letters with subscripts.
📌 Example: a₁ + a₂ + a₃ represents a general sum with three terms. This can be written in sigma notation as:
3
Σ a_k = a₁ + a₂ + a₃
k=1
A general sum with n terms can be written as:
n
Σ b_k = b₁ + b₂ + b₃ + ... + b_n
k=1
Properties of Sigma Notation
Here are the key properties of sigma notation:
- Constant Multiple Rule:
n n
Σ c·a_k = c·Σ a_k
k=1 k=1
A constant factor can be moved outside the summation.
- Sum Rule:
n n n
Σ (a_k + b_k) = Σ a_k + Σ b_k
k=1 k=1 k=1
- Difference Rule:
n n n
Σ (a_k - b_k) = Σ a_k - Σ b_k
k=1 k=1 k=1
- Summation of a Constant:
n
Σ c = n·c
k=1
When summing a constant c from k=1 to n, the result is n times c.
Sum Formulas in Closed Form
Here are sum formulas in sigma notation that will be helpful:
- Sum of first n positive integers:
n
Σ k = n(n+1)/2
k=1
- Sum of squares of first n positive integers:
n
Σ k² = n(n+1)(2n+1)/6
k=1
- Sum of cubes of first n positive integers:
n
Σ k³ = [n(n+1)/2]²
k=1
📌 Example:
30 30 30 30
Σ k(k+1) = Σ (k²+k) = Σ k² + Σ k
k=1 k=1 k=1 k=1
Using the formulas:
= 30(31)(61)/6 + 30(31)/2
= 9455 + 465
= 9920
Theorem 5.4.2 a) and b)
In a formula involving summation:
n
Σ k² = n(n+1)(2n+1)/6
k=1
This means: 1² + 2² + ... + n² = n(n+1)(2n+1)/6
🔑 Definition — Open form: The left part of the equation showing the sum written term by term (e.g., 1² + 2² + ... + n²). 🔑 Definition — Closed form: The right part showing the sum expressed as a formula without the summation symbol (e.g., n(n+1)(2n+1)/6).
⭐ Key Takeaways
Sigma notation is a powerful shorthand for writing and manipulating lengthy sums. The key components are the upper limit, lower limit, and index of summation. A sum can be rewritten with different limits by transforming the index variable appropriately. The properties of sigma notation allow constants to be factored out and sums to be split or combined. The sum formulas for k, k², and k³ provide closed-form expressions that make evaluating sums efficient without adding terms individually. Understanding open form versus closed form is important for recognizing when a summation has been simplified to a direct formula.
🧠 Quick Revision Questions
- What does the notation "Σ" represent in mathematics?
- If the upper and lower limits of a summation are the same number, how many terms does the sum contain?
- How would you rewrite the sum from k=3 to k=7 using an index j that starts at 0?
- What is the closed form formula for the sum of squares of the first n positive integers?
- What does the property Σ(c·a_k) = c·Σ(a_k) allow you to do?
📘 Lecture 28 — Area as Limits
📖 Overview: This lecture introduces the precise definition of area for a region bounded by a continuous, non-negative function, the x‑axis, and vertical lines x = a and x = b. It explains how area is defined as the limit of sums of rectangular approximations and discusses computational methods, including numerical approximations.
🗂️ Topics Covered
Definition of area as a limit of sums of rectangle areas; technical considerations about choosing sample points; usage of left endpoints, right endpoints, and midpoints; worked examples calculating area under the line y = x and the parabola y = 9 – x²; numerical approximations using computers for large n.
📝 Lecture Summary
Definition of Area
The area of a region R bounded below by the x‑axis, on the sides by x = a and x = b, and above by a continuous non‑negative curve y = f(x) can be defined using limits of sums of rectangle areas. The interval [a, b] is divided into n equal subintervals of width Δx = (b – a)/n, and a point x_k is chosen in each subinterval. Over each subinterval, a rectangle of height f(x_k) and width Δx is constructed. The total area of all rectangles is the Riemann sum:
[ \text{area}(R_n) = \sum_{k=1}^{n} f(x_k^*) \Delta x ]
The exact area A is defined as the limit of these sums as n → +∞:
[ A = \lim_{n \to +\infty} \sum_{k=1}^{n} f(x_k^*) \Delta x ]
🔑 Definition — Area as a Limit: The area under a curve y = f(x) (non‑negative, continuous) from x = a to x = b is ( A = \lim_{n \to +\infty} \sum_{k=1}^{n} f(x_k^) \Delta x ), where Δx = (b – a)/n and x_k is any point in the k‑th subinterval.
💡 Why this matters: This limit definition forms the foundation for the definite integral, which will be used to compute areas and many other quantities in calculus.
Some Technical Considerations
The points x*_k are chosen arbitrarily in each subinterval. Since f is continuous, the limit of the sum does not depend on which points are chosen. Common choices are:
- Left endpoint: x*k = x{k-1} = a + (k – 1)Δx
- Right endpoint: x*_k = x_k = a + kΔx
- Midpoint: x*k = ½(x{k-1} + x_k) = a + (k – ½)Δx
Example — Right Endpoints for y = x on [1,2]
Find the area under y = x from 1 to 2 using right endpoints.
Δx = (2 – 1)/n = 1/n. Right endpoint: x*_k = 1 + k(1/n) = 1 + k/n.
Area of k-th rectangle: f(x*_k)Δx = (1 + k/n)·(1/n).
Sum: [ \sum_{k=1}^{n} \left(1 + \frac{k}{n}\right)\frac{1}{n} = \frac{1}{n}\sum_{k=1}^{n}1 + \frac{1}{n^2}\sum_{k=1}^{n}k = \frac{1}{n}·n + \frac{1}{n^2}·\frac{n(n+1)}{2} = 1 + \frac{n+1}{2n} = \frac{3}{2} + \frac{1}{2n} ]
Limit as n → +∞: A = 3/2.
📌 Example: Using right endpoints, the area under y = x from 1 to 2 is 3/2, matching the trapezoid area formula A = ½·h·(b₁ + b₂) = ½·1·(1+2) = 3/2.
Example — Left Endpoints for y = x on [1,2]
Same curve, using left endpoints: x*_k = 1 + (k – 1)/n.
Sum: [ \sum_{k=1}^{n} \left(1 + \frac{k-1}{n}\right)\frac{1}{n} = 1 + \frac{1}{n^2}·\frac{(n-1)n}{2} = 1 + \frac{n-1}{2n} = \frac{3}{2} - \frac{1}{2n} ]
Limit as n → +∞: A = 3/2.
Example — Right Endpoints for y = 9 – x² on [0,3]
Find the area under y = 9 – x² from 0 to 3 using right endpoints.
Δx = 3/n, x_k = 3k/n. f(x_k) = 9 – (3k/n)² = 9 – 9k²/n².
Sum: [ \sum_{k=1}^{n} \left(9 - \frac{9k^2}{n^2}\right)\frac{3}{n} = \frac{27}{n}\sum_{k=1}^{n}1 - \frac{27}{n^3}\sum_{k=1}^{n}k^2 = \frac{27}{n}·n - \frac{27}{n^3}·\frac{n(n+1)(2n+1)}{6} = 27 - \frac{9}{2}·\frac{(n+1)(2n+1)}{n^2} ]
Limit as n → +∞: A = 27 – (9/2)·2 = 27 – 9 = 18.
Numerical Approximations of Area
Manual limit calculations can be tedious or impossible. For practical purposes, use large n with a computer. Example: y = 9 – x² on [0,3] with n = 10, 20, 50.
| n | Left endpoint | Right endpoint | Midpoint |
|---|---|---|---|
| 10 | 19.305000 | 16.605000 | 18.02250 |
| 20 | 18.663750 | 17.313750 | 18.005625 |
| 50 | 18.268200 | 17.728200 | 18.000900 |
The true area is 18. Midpoint approximations converge fastest.
⭐ Key Takeaways
The area under a continuous non‑negative curve is defined as the limit of Riemann sums as the number of rectangles goes to infinity. The choice of sample point (left, right, or midpoint) does not affect the limit, but midpoint gives the best numerical approximations. This limit definition is the foundation for the definite integral. Computing these limits often requires formulas for sums of integers and squares. Numerical methods with large n provide good approximations when exact limits are impractical.
🧠 Quick Revision Questions
- Write the definition of area under a curve using a limit of a sum.
- What is Δx when dividing [a, b] into n equal subintervals?
- For the curve y = x on [1, 2], compute the sum using left endpoints and find its limit.
- Why does the choice of sample point (left, right, or midpoint) not affect the exact area?
- Which approximation method (left, right, or midpoint) gives the most accurate result for a given n?
📘 Lecture 29 — The Definite Integral
📖 Overview: This lecture formally defines the definite integral as a limit of Riemann sums, extending the concept of area under a curve to functions with both positive and negative values. It introduces the notation, properties, and key theorems that form the foundation for evaluating definite integrals efficiently.
🗂️ Topics Covered
The lecture covers the definition of the definite integral as a limit of Riemann sums, the definite integral for continuous functions with nonnegative values, functions with mixed positive and negative values, and functions with discontinuities. It also presents essential properties of the definite integral and inequalities involving definite integrals, along with the conditions for integrability.
📝 Lecture Summary
Definition of Definite Integral
The lecture begins by addressing the limitation of using equal-width rectangles for area approximation. A more general approach allows subintervals of varying widths. The interval [a, b] is subdivided into n subintervals with widths Δx₁, Δx₂, Δx₃, ..., Δxₙ. These subintervals form a partition of the interval.
The largest subinterval width is called the mesh size of the partition, denoted as max Δxₖ. When max Δxₖ → 0, the width of EVERY rectangle tends to zero, ensuring that the approximation fills the entire area under the curve.
The sum Σ f(xₖ)Δxₖ* is called the Riemann Sum, named after German mathematician Bernhard Riemann.
🔑 Definition — Mesh size: The largest subinterval width in a partition of [a, b], denoted as max Δxₖ.
Definite Integral of continuous functions with nonnegative values
For a continuous function f with f(x) ≥ 0 for all x in [a, b], the area under the curve y = f(x) over [a, b] is defined as:
A = lim(max Δxₖ → 0) Σ f(xₖ)Δxₖ*
This limit is given a special notation called the definite integral:
📐 Formula: ∫ₐᵇ f(x)dx = lim(max Δxₖ → 0) Σ f(xₖ)Δxₖ*
Here, a and b are called the lower limit and upper limit of integration, respectively.
The definite integral represents the area under the curve y = f(x) over [a, b].
📌 Example: Evaluate ∫₂⁴ (x - 1)dx
The region is a trapezoid with height h = 2, base₁ = 1, and base₂ = 3. Using geometry: Area = ½(2)(1 + 3) = 4 Therefore, ∫₂⁴ (x - 1)dx = 4
💡 Why this matters: The goal is to evaluate definite integrals efficiently rather than using the limit definition each time.
Definite Integral of continuous functions with negative and positive values
For continuous functions that assume both positive and negative values on [a, b], the Riemann sum gives the net signed area. Rectangles above the x-axis contribute positive area, while rectangles below the x-axis contribute negative area.
Definition 5.6.2: If f is continuous on [a, b] and can assume both positive and negative values, then the net signed area A between y = f(x) and the interval [a, b] is defined by:
∫ₐᵇ f(x)dx = lim(max Δxₖ → 0) Σ f(xₖ)Δxₖ*
The net signed area represents the difference: (total area above x-axis) - (total area below x-axis). If the result is negative, it indicates the area below is larger than the area above.
📌 Example: Evaluate ∫₂⁴ (1 - x)dx
The region lies below the interval [2, 4]. It is a trapezoid with area 4 (using its dimensions). Since it's below the x-axis: ∫₂⁴ (1 - x)dx = -4
Definite Integral of functions with discontinuities
For continuous functions, the limit defining the definite integral always exists. For discontinuous functions, the limit may or may not exist.
Definition 5.6.3: If f is defined on [a, b], then f is called Riemann integrable (or simply integrable) on [a, b] if the limit exists. If f is integrable, then the definite integral is defined by the same limit formula.
Definition 5.6.4: (a) If a is in the domain of f: ∫ₐᵃ f(x)dx = 0 (b) If f is integrable on [a, b]: ∫ᵇₐ f(x)dx = -∫ₐᵇ f(x)dx
Properties of the Definite Integral
Theorem 5.6.5: If f and g are integrable on [a, b] and c is a constant, then:
(a) ∫ₐᵇ cf(x)dx = c∫ₐᵇ f(x)dx (Constant multiple rule) (b) ∫ₐᵇ [f(x) + g(x)]dx = ∫ₐᵇ f(x)dx + ∫ₐᵇ g(x)dx (Sum rule) (c) ∫ₐᵇ [f(x) - g(x)]dx = ∫ₐᵇ f(x)dx - ∫ₐᵇ g(x)dx (Difference rule)
Theorem 5.6.6: If f is integrable on a closed interval containing points a, b, and c, then:
∫ₐᵇ f(x)dx = ∫ₐᶜ f(x)dx + ∫ᶜᵇ f(x)dx
This holds regardless of how the three points are ordered.
📌 Example: Given: ∫₁⁵ f(x)dx = -1, ∫₃⁵ f(x)dx = 3, ∫₃⁵ g(x)dx = 4 Find: ∫₁³ f(x)dx
Using Theorem 5.6.6 with a=1, b=5, c=3: ∫₁⁵ f(x)dx = ∫₁³ f(x)dx + ∫₃⁵ f(x)dx So: ∫₁³ f(x)dx = ∫₁⁵ f(x)dx - ∫₃⁵ f(x)dx = -1 - 3 = -4
Inequalities involving Definite Integral
Theorem 5.6.7: (a) If f is integrable on [a, b] and f(x) ≥ 0 for all x in [a, b], then ∫ₐᵇ f(x) ≥ 0 (b) If f and g are integrable on [a, b] and f(x) ≥ g(x) for all x in [a, b], then ∫ₐᵇ f(x) ≥ ∫ₐᵇ g(x)
These inequalities also work with <, >, and ≤.
📌 Example: Show that ∫₀¹ [2x³ - 5 + cos(x)] dx is negative.
On [0, 1], cos(x) > 0 but 2x³ - 5 < 0. The overall function f(x) is < 0 on the interval. From Theorem 5.6.7(a) (with < instead of ≥), the integral is negative.
Definition 5.6.8: A function f is bounded on [a, b] if there exists a positive number M such that -M ≤ f(x) ≤ M for all x in [a, b]. Geometrically, the graph lies between the lines y = -M and y = M.
📌 Example: y = x² on [-2, 2] is bounded since its graph lies between y = 0 and y = 5.
Theorem 5.6.9: (a) If f is continuous on [a, b], then f is integrable on [a, b]. (b) If f is bounded on [a, b] and has only finitely many points of discontinuity on [a, b], then f is integrable on [a, b]. (c) If f is not bounded on [a, b], then f is not integrable on [a, b].
⭐ Key Takeaways
The definite integral is defined as the limit of Riemann sums with varying subinterval widths, where the mesh size approaches zero. For continuous nonnegative functions, it represents the area under the curve; for functions with positive and negative values, it gives the net signed area. The fundamental properties include the constant multiple rule, sum/difference rules, and the additivity of intervals (splitting the integral at any point). Inequalities show that nonnegative functions have nonnegative integrals, and if one function dominates another, its integral is larger. Crucially, continuity guarantees integrability, but bounded functions with finitely many discontinuities are also integrable. Understanding these foundational concepts is essential before learning the Fundamental Theorem of Calculus.
🧠 Quick Revision Questions
-
What is the mesh size of a partition, and why is it important in the definition of the definite integral?
-
How does the definite integral of a function with both positive and negative values differ geometrically from the definite integral of a nonnegative function?
-
If ∫₁³ f(x)dx = 5 and ∫₃⁷ f(x)dx = -2, what is ∫₁⁷ f(x)dx? Which theorem justifies your answer?
-
State the conditions under which a function is guaranteed to be integrable on a closed interval [a, b].
-
If f(x) ≥ g(x) for all x in [a, b], what can you conclude about their definite integrals over [a, b]? Provide the formal statement.
📘 Lecture 30 — First Fundamental Theorem of Calculus
📖 Overview: This lecture introduces the First Fundamental Theorem of Calculus, which provides a powerful method for evaluating definite integrals using antiderivatives. It establishes the critical relationship between definite and indefinite integrals and introduces the Mean Value Theorem for Integrals and the concept of average values of functions.
🗂️ Topics Covered
This lecture covers the statement and proof of the First Fundamental Theorem of Calculus using the Mean Value Theorem, its application to evaluate definite integrals, properties of the bracket notation, the relationship between definite and indefinite integrals, the Mean Value Theorem for Integrals with its proof, and the definition of the average value of a function.
📝 Lecture Summary
The First Fundamental Theorem of Calculus
This theorem provides the essential link between differentiation and integration, allowing us to compute definite integrals easily using antiderivatives. The theorem states that if a function is continuous on a closed interval and we have its antiderivative, then the definite integral equals the difference of the antiderivative evaluated at the endpoints.
Theorem 5.7.1 (The First Fundamental Theorem of Calculus) If f is continuous on [a, b] and if F is an antiderivative of f on [a, b], then [ \int_a^b f(x)dx = F(b) - F(a) ]
🔑 Definition — Antiderivative: A function F is an antiderivative of f if (F'(x) = f(x)) for all x in the interval.
Proof: The proof uses the Mean Value Theorem involving derivatives. The interval [a, b] is subdivided into n subintervals using points (x_1, x_2, ..., x_{n-1}) such that (a < x_1 < x_2 < ... < x_{n-1} < b). The widths of these intervals are denoted (\Delta x_1, \Delta x_2, ..., \Delta x_n).
Since (F'(x) = f(x)) for all x in [a, b], F satisfies the MVT on each subinterval. Thus, there exist points (x_1^, x_2^, ..., x_n^*) in each respective subinterval such that:
- (F(x_1) - F(a) = F'(x_1^)(x_1 - a) = f(x_1^)\Delta x_1)
- (F(x_2) - F(x_1) = F'(x_2^)(x_2 - x_1) = f(x_2^)\Delta x_2)
- ...
- (F(b) - F(x_{n-1}) = F'(x_n^)(b - x_{n-1}) = f(x_n^)\Delta x_n)
Adding these equations yields: [ F(b) - F(a) = \sum_{k=1}^n f(x_k^*)\Delta x_k ]
As n increases such that (\max \Delta x_k \rightarrow 0), and since f is continuous: [ F(b) - F(a) = \lim_{\max \Delta x_k \rightarrow 0} \sum_{k=1}^n f(x_k^*)\Delta x_k = \int_a^b f(x)dx ]
The notation (F(b) - F(a)) can also be written as ([F(x)]_a^b).
📌 Example: Evaluate (\int_1^2 xdx) An antiderivative of (f(x) = x) is (F(x) = \frac{1}{2}x^2) [ \int_1^2 xdx = \left[\frac{1}{2}x^2\right]_1^2 = \frac{1}{2}(2)^2 - \frac{1}{2}(1)^2 = 2 - \frac{1}{2} = \frac{3}{2} ]
Properties of Bracket Notation:
- ([cF(x)]_a^b = c[F(x)]_a^b)
- ([F(x) + G(x)]_a^b = [F(x)]_a^b + [G(x)]_a^b)
- ([F(x) - G(x)]_a^b = [F(x)]_a^b - [G(x)]_a^b)
💡 Why this matters: These properties make evaluating definite integrals with multiple terms straightforward, as each term can be handled separately.
Relationship Between Definite and Indefinite Integrals
In applying the First Theorem of Calculus, it does not matter which antiderivative of f is used. If F is any antiderivative of f, then all others have the form F(x) + C (by Theorem 5.2.2).
[ [F(x) + C]_a^b = [F(b) + C] - [F(a) + C] = F(b) - F(a) = [F(x)]_a^b = \int_a^b f(x)dx ]
Since (\int f(x)dx = F(x) + C), it follows that: [ \int_a^b f(x)dx = \left[\int f(x)dx\right]_a^b ]
This shows that we can first evaluate the indefinite integral and then apply the limits to evaluate the definite integral. This directly relates the definite and indefinite integrals.
📌 Example: Find the area under (y = \cos(x)) over ([0, \pi/2]). Since (\cos(x) \geq 0) for (0 \leq x \leq \pi/2): [ A = \int_0^{\pi/2} \cos(x)dx = \left[\sin(x)\right]_0^{\pi/2} = \sin(\pi/2) - \sin(0) = 1 - 0 = 1 ]
📌 Example: Evaluate (\int_0^3 (x^3 - 4x + 1)dx) [ \int_0^3 (x^3 - 4x + 1)dx = \left[\frac{x^4}{4} - 4\cdot\frac{x^2}{2} + x\right]_0^3 = \left[\frac{x^4}{4} - 2x^2 + x\right]_0^3 ] [ = \left(\frac{81}{4} - 18 + 3\right) - (0) = \frac{81}{4} - 15 = \frac{81 - 60}{4} = \frac{21}{4} ]
📌 Example: Evaluate (\int_0^6 f(x)dx) if (f(x) = \begin{cases} x^2 & x < 2 \ 3x - 2 & x \geq 2 \end{cases})
Using Theorem 5.6.6 to split the integral at the point where the function definition changes: [ \int_0^6 f(x)dx = \int_0^2 x^2 dx + \int_2^6 (3x - 2)dx ] [ = \left[\frac{x^3}{3}\right]_0^2 + \left[\frac{3x^2}{2} - 2x\right]_2^6 = \left(\frac{8}{3} - 0\right) + \left[\left(\frac{3(36)}{2} - 12\right) - \left(\frac{3(4)}{2} - 4\right)\right] ] [ = \frac{8}{3} + [(54 - 12) - (6 - 4)] = \frac{8}{3} + [42 - 2] = \frac{8}{3} + 40 = \frac{8 + 120}{3} = \frac{128}{3} ]
Mean Value Theorem for Integrals
Consider a continuous function f on [a,b] with maximum value M and minimum value m. The area under the curve f is at least as large as the area of a rectangle of height m and no larger than the area of a rectangle of height M. Therefore, there exists some rectangle of a certain height for which the area under f equals the area of the rectangle.
Theorem 5.7.2 (The Mean-Value Theorem for Integrals) If f is continuous on a closed interval [a, b], then there is at least one number x* in [a, b] such that [ \int_a^b f(x)dx = f(x^*)(b - a) ]
Proof: By the Extreme Value Theorem (Theorem 4.6.4), f assumes a maximum M and a minimum m on [a,b]. So for all x in [a,b]: [ m \leq f(x) \leq M ]
Using Theorem 5.6.7(b) on integrals of inequalities: [ \int_a^b m dx \leq \int_a^b f(x)dx \leq \int_a^b M dx ] [ m(b - a) \leq \int_a^b f(x)dx \leq M(b - a) ]
Dividing by ((b - a)): [ m \leq \frac{1}{b - a} \int_a^b f(x)dx \leq M ]
The quantity (\frac{1}{b - a} \int_a^b f(x)dx) is a number between m and M on [a,b]. Since f is continuous and takes on all values between m and M (by the Intermediate Value Theorem, Theorem 2.7.9), f must assume this value for some point x* in [a,b]. Therefore: [ \frac{1}{b - a} \int_a^b f(x)dx = f(x^) ] [ \int_a^b f(x)dx = f(x^)(b - a) ]
📌 Example: (f(x) = x^2) is continuous on [1, 4]. The MVT for Integrals guarantees there exists a number (x^) in [1, 4] such that: [ \int_1^4 x^2 dx = f(x^)(4 - 1) = 3(x^*)^2 ]
Computing the integral: [ \int_1^4 x^2 dx = \left[\frac{x^3}{3}\right]_1^4 = \frac{64}{3} - \frac{1}{3} = \frac{63}{3} = 21 ]
So (3(x^)^2 = 21) which implies ((x^)^2 = 7) and thus (x^* = \sqrt{7}).
Average Value of a Function
Definition 5.7.3 If f is integrable on [a, b], then the average value (or mean value) of f on [a, b] is defined to be [ f_{avg} = \frac{1}{b - a} \int_a^b f(x)dx ]
If (y = f(x)), then (f_{avg}) is also called the average value of y with respect to x over [a, b].
⭐ Key Takeaways
The First Fundamental Theorem of Calculus states that for a continuous function f with antiderivative F, the definite integral from a to b equals F(b) - F(a), providing an efficient method for evaluating definite integrals. The choice of constant C in the antiderivative does not affect the result, establishing a direct relationship between definite and indefinite integrals. The Mean Value Theorem for Integrals guarantees that for a continuous function, there exists a point where the function's value equals the average value, giving (\int_a^b f(x)dx = f(x^*)(b - a)). The average value of a function is defined as (f_{avg} = \frac{1}{b-a}\int_a^b f(x)dx), representing the constant value that would give the same total area over the interval.
🧠 Quick Revision Questions
- State the First Fundamental Theorem of Calculus and explain what it allows us to do.
- Why does the constant C in an antiderivative not affect the value of a definite integral?
- Write the formula for the Mean Value Theorem for Integrals and explain what it guarantees.
- How is the average value of a function defined on an interval [a, b]?
- Evaluate (\int_0^1 (x^2 + 3x)dx) using the First Fundamental Theorem of Calculus.
📘 Lecture 31 — Evaluating Definite Integral by Substitution
📖 Overview: This lecture covers two main methods for evaluating definite integrals: substitution techniques and approximation by Riemann sums. The substitution methods allow us to transform integrals into simpler forms, while Riemann sums provide numerical approximations when exact evaluation is impossible.
🗂️ Topics Covered
The lecture presents two approaches for evaluating definite integrals: substitution method (with two distinct techniques — evaluating indefinite integral first, or directly substituting with limit changes) and approximation by Riemann sums using regular partitions. Examples demonstrate both substitution methods, including trigonometric substitutions, and a comparison of left endpoint, right endpoint, and midpoint approximations with varying numbers of subintervals.
📝 Lecture Summary
Evaluating Definite Integrals
The lecture introduces two main approaches for evaluating definite integrals: by substitution and by approximation using Riemann sums.
Evaluating definite integral by substitution
For evaluating the definite integral ∫ₐᵇ f(x)dx by substitution, two methods are presented.
Method 1 involves evaluating the indefinite integral ∫ f(x)dx by substitution first, then using the relationship: ∫ₐᵇ f(x)dx = [∫ f(x)dx]ₐᵇ
Method 2 involves representing the definite integral in the form ∫ₐᵇ f(x)dx = ∫ₐᵇ h(g(x))g'(x)dx, then making the substitution u = g(x), du = g'(x)dx directly into the definite integral. The integration limits must be changed from x-limits to u-limits:
- u = g(a), if x = a
- u = g(b), if x = b
This leaves a new integral in terms of u: ∫ₐᵇ f(x)dx = ∫_{g(a)}^{g(b)} h(u)du
🔑 Definition — Substitution Method: A technique for evaluating integrals by replacing a function with a new variable to simplify the integral.
Example 1
Evaluate ∫₀² x(x² + 1)³ dx
Solution using Method 1: Let u = x² + 1, so du = 2xdx ∫ x(x² + 1)³ dx = ½ ∫ u³ du = u⁴/8 + C = (x² + 1)⁴/8 + C ∫₀² x(x² + 1)³ dx = [(x² + 1)⁴/8]₀² = (5⁴/8) - (1⁴/8) = 78
Solution using Method 2: u = x² + 1, du = 2xdx u = 1 when x = 0, u = 5 when x = 2 ∫₀² x(x² + 1)³ dx = ½ ∫₁⁵ u³ du = [u⁴/8]₁⁵ = (5⁴/8) - (1⁴/8) = 78
📌 Example: Both methods yield the same result of 78, demonstrating their equivalence.
Example 2
Evaluate ∫₀^{π/4} cos(π - x)dx
Solution: Let u = π - x so that du = -dx u = π when x = 0, u = 3π/4 when x = π/4
∫₀^{π/4} cos(π - x)dx = -∫{π}^{3π/4} cos(u)du = -(sin(u))|{π}^{3π/4} = -[sin(3π/4) - sin(π)] = -[1/√2 - 0] = -1/√2
📌 Example: The substitution transformed the trigonometric integral into a simpler form.
Approximation by Riemann Sums
A Riemann Sum is the expression Σ_{k=1}^{n} f(x*_k)Δx which approximates the area under a curve. The definite integral is the limit of this sum.
For large n, we can approximate: ∫ₐᵇ f(x)dx ≈ Σ_{k=1}^{n} f(x*_k)Δx
This approximation is useful when exact evaluation is impossible. Using a regular partition of [a,b] gives equal width for each subinterval:
∫ₐᵇ f(x)dx ≈ Δx[f(x₁) + f(x₂) + ... + f(x*ₙ)]
This formula produces:
- Left endpoint approximation
- Right endpoint approximation
- Midpoint approximation
depending on the choice of the point x*_k.
Example
Approximate ∫₀¹ √(1 - x²) dx using left endpoint, right endpoint, and midpoint approximations with n=10, n=20, n=50, and n=100 subintervals.
Solution: For n=10, the computation can be done manually. For larger n, a computer is recommended. The results show that the approximations converge toward the exact value as n increases.
The exact value of the integral is π/4 ≈ 0.785398163. 💡 Why this matters: The exact value is π/4, which is consistent with the computed approximations, demonstrating that Riemann sums approach the true definite integral as the number of subintervals increases.
⭐ Key Takeaways
Students must remember that definite integrals can be evaluated by substitution using either method — evaluating the indefinite integral first or directly substituting with limit changes. When using direct substitution, it is crucial to change the integration limits from x-limits to u-limits. Riemann sums provide approximations when exact evaluation is impossible, and the choice of left endpoint, right endpoint, or midpoint affects the accuracy. The approximation improves as the number of subintervals n increases.
🧠 Quick Revision Questions
- What are the two methods for evaluating definite integrals by substitution?
- How do you change the integration limits when using Method 2 for substitution in definite integrals?
- What is the exact value of ∫₀¹ √(1 - x²) dx?
- Why is it necessary to use a regular partition when approximating definite integrals by Riemann sums?
- Compare left endpoint, right endpoint, and midpoint approximations — which is generally more accurate for a given n?
📘 Lecture 32 — Second Fundamental Theorem of Calculus
📖 Overview: This lecture introduces the Second Fundamental Theorem of Calculus, which establishes the relationship between differentiation and integration more explicitly. It explains the concept of dummy variables, how to handle definite integrals with variable upper limits, and most importantly, proves that every continuous function has an anti-derivative, even when that anti-derivative cannot be expressed using elementary functions.
🗂️ Topics Covered
The lecture begins by explaining the concept of a dummy variable in integration, showing that changing the variable letter does not change the integral's value. It then introduces definite integrals with variable upper limits, demonstrating how these produce functions rather than numbers. The core topic is the Second Fundamental Theorem of Calculus, which states that the derivative of a definite integral with respect to its upper limit equals the integrand evaluated at that limit. The lecture concludes by discussing the existence of anti-derivatives for all continuous functions and how some functions are necessarily defined in terms of integrals.
📝 Lecture Summary
Dummy Variable
If we change the letter used for the variable of integration but keep the limits the same, the value of the definite integral remains unchanged. For example, ∫_a^b f(x)dx, ∫_a^b f(t)dt, and ∫_a^b f(y)dy all give the same numerical result. For this reason, we call the letter used for the variable of integration a dummy variable.
📌 Example: ∫_1^2 x² dx = (x³/3)|₁² = 8/3 - 1/3 = 7/3; ∫_1^2 t² dt = (t³/3)|₁² = 7/3; ∫_1^2 y² dy = (y³/3)|₁² = 7/3
Definite Integrals with variable upper limit of integration
We now consider definite integrals of the form ∫_a^x — where the upper limit is a variable rather than a number. In such integrals, we use a different letter for the integration variable to distinguish between the limit of integration and the variable of integration.
📌 Example: Evaluate ∫_2^x t² dt Solution: ∫_2^x t² dt = (t³/3)|₂ˣ = x³/3 - 8/3 Note that the result is a FUNCTION of x. In all such integrals with x as a limit, the final result is a function of x.
Second fundamental theorem of Calculus
From Lecture 25, if f is a nonnegative continuous function over [a, b], and A(x) represents the area under the curve y = f(x) over the interval [a, x] as a function of x, then A'(x) = f(x). Writing A(x) as a definite integral: A(x) = ∫_aˣ f(t)dt. Taking the derivative with respect to x gives: d/dx[A(x)] = A'(x) = d/dx[∫_aˣ f(t)dt] = f(x).
Theorem 5.9.1 (2nd fundamental theorem of Calculus):
- If the integrand is continuous, then the derivative of a definite integral with respect to its upper limit is equal to the integrand evaluated at the upper limit.
- The derivative of a function representing the area under the curve of another continuous function f is equal to the function f on a given interval.
The theorem is written as: d/dx[∫_aˣ f(t)dt] = f(x)
📌 Example: Since f(x) = x³ is continuous everywhere, evaluate ∫_1ˣ t³ dt to check the validity of the 2nd fundamental theorem of calculus. Solution: By the 2nd fundamental theorem: d/dx[∫_1ˣ t³ dt] = x³ Checking by evaluating the integral: ∫_1ˣ t³ dt = (t⁴/4)|₁ˣ = x⁴/4 - 1/4 Differentiating this gives x³. ✓
Existence of Anti-derivatives of continuous functions
If f is a continuous function on an interval I and a is any point in I, then the formula d/dx[∫_aˣ f(t)dt] = f(x) tells us that F(x) = ∫_aˣ f(t)dt is an anti-derivative of f on I. So with the 2nd theorem of calculus, every continuous function on an interval has an anti-derivative on that interval.
🔑 Definition — Anti-derivative: A function F is an anti-derivative of f if F'(x) = f(x) for all x in the interval.
Functions defined by Integrals
It is not always possible to find the anti-derivative of a given function f that is continuous on an interval. When this happens, we get functions (anti-derivatives) that are defined in terms of integrals and nothing simpler that we have seen so far.
📌 Example: Evaluate ∫_1³ (1/t) dt Solution: The function 1/t is continuous on [1, 3] so it is integrable. By the 2nd theorem, an antiderivative is F(x) = ∫_1ˣ (1/t) dt. Using the 1st theorem: ∫_1³ (1/t) dt = F(3) - F(1) = ∫_1³ (1/t) dt - ∫_1¹ (1/t) dt = ∫_1³ (1/t) dt. But 1/t cannot be integrated using polynomials, rational functions, or any other function we have seen so far. We can approximate this function using numerical methods like Riemann sums. The formula ∫_1ˣ (1/t) dt defines a FUNCTION in terms of integrals.
💡 Why this matters: This demonstrates that while every continuous function has an anti-derivative, we cannot always express it in closed form using elementary functions. The function ∫_1ˣ (1/t) dt is actually the natural logarithm function ln(x), but at this stage we recognize it as a function defined by an integral.
⭐ Key Takeaways
The dummy variable concept means changing the letter used for integration does not change the integral's value. The Second Fundamental Theorem of Calculus states that the derivative of a definite integral with respect to its upper limit equals the integrand evaluated at that upper limit, expressed as d/dx[∫_aˣ f(t)dt] = f(x). This theorem guarantees that every continuous function has an anti-derivative on any interval where it is continuous. Definite integrals with variable upper limits produce functions, not numbers. Some functions, like ∫_1ˣ (1/t) dt, are necessarily defined in terms of integrals because their anti-derivatives cannot be expressed using elementary functions.
🧠 Quick Revision Questions
- What is a dummy variable in integration, and why is the term used?
- State the Second Fundamental Theorem of Calculus in both symbolic and verbal form.
- What does the Second Fundamental Theorem of Calculus tell us about the existence of anti-derivatives for continuous functions?
- When evaluating ∫_aˣ f(t)dt, why is the result a function rather than a number?
- Why might some continuous functions have anti-derivatives that must be expressed as integrals rather than elementary functions?
📘 Lecture 33 — Application to the Definite Integral
📖 Overview: This lecture introduces the definite integral as a tool for calculating area, specifically focusing on the area between two curves. It covers how to set up and evaluate integrals for regions bounded by functions of x and by functions of y, including handling intersections and complex regions.
🗂️ Topics Covered
This lecture begins with the area problem between two curves when both functions are expressed in terms of x, including cases where functions take negative values. It then covers the procedure for finding limits of integration from intersection points, with worked examples involving polynomial and radical functions. Finally, it introduces the alternative approach of integrating with respect to y to simplify area calculations for certain regions.
📝 Lecture Summary
Application of the Definite Integral
The lecture introduces the fundamental application of definite integrals for computing areas, specifically the area between two curves. Two main approaches are presented: integrating with respect to x when the region is bounded above and below by functions of x, and integrating with respect to y when the region is bounded left and right by functions of y.
First Area problem: Area between two curves: Area between y=f(x) and y=g(x)
This section addresses finding the area between two curves defined as functions of x. Suppose that f and g are continuous functions on an interval [a, b] and f(x) ≥ g(x) for a ≤ x ≤ b (meaning the curve y = f(x) is above y = g(x), and they can touch but not cross). The area A of the region bounded above by y = f(x), below by y = g(x), and on the sides by the lines x = a and x = b is given by the integral of the difference.
If f and g are nonnegative on [a,b], then A = [area under f] – [area under g]. In terms of integrals: A = ∫ₐᵇ f(x)dx − ∫ₐᵇ g(x)dx = ∫ₐᵇ [f(x) − g(x)]dx.
What if f and g take on negative values? This can be remedied by translating the two graphs by a constant m so large that it shifts both f and g above the x-axis. This shift does not affect the area between the two curves because the constants cancel: A = ∫ₐᵇ [f(x) + m]dx − ∫ₐᵇ [g(x) + m]dx = ∫ₐᵇ [f(x) − g(x)]dx.
🔑 Definition — Area Formula (Definition 6.1): If f and g are continuous functions on [a, b], and f(x) ≥ g(x) for all x in [a, b], then the area of the region bounded above by y = f(x), below by y = g(x), on the left by x=a, and on the right by x=b is A = ∫ₐᵇ [f(x) − g(x)]dx.
If the region is complicated, it may require careful thought to determine the integrand and limits of integration. A procedure is to consider a vertical line extending from the bottom curve g(x) to the top curve f(x), with leftmost position x=a and rightmost position x=b.
📌 Example: Find the area bounded above by y = x + 6, and below by y = x², and on the sides by lines x = 0 and x = 2. Solution: The line extends from f(x) = x + 6 on top to y = x² at the bottom. The leftmost position is x = 0 and rightmost is x = 2. A = ∫₀² [(x+6) − x²]dx = [x²/2 + 6x − x³/3]₀² = (4/2 + 12 − 8/3) − 0 = 2 + 12 − 8/3 = 34/3.
📌 Example: Find the area enclosed between y = x² and y = x + 6. Solution: There are no lines at the right or left. The integration limits are defined by the points where the two curves intersect. Find these by equating: x² = x + 6 ⇒ x² − x − 6 = 0 ⇒ (x+2)(x−3) = 0 ⇒ x = −2 and x = 3. A = ∫₋₂³ [(x+6) − x²]dx = [x²/2 + 6x − x³/3]₋₂³ = (9/2 + 18 − 27/3) − (4/2 − 12 + 8/3) = (9/2 + 18 − 9) − (2 − 12 + 8/3) = (9/2 + 9) − (−10 + 8/3) = (27/2) − (−22/3) = 125/6. 💡 Why this matters: The intersection points provide the limits of integration when boundaries are not explicitly given.
📌 Example: Find the area enclosed by x = y² and y = x − 2. Solution: First find intersection points. Rewrite y = x − 2 as x = y + 2. Equate: y² = y + 2 ⇒ y² − y − 2 = 0 ⇒ y = −1 and y = 2. Substitute to get x = 1 and x = 4. From the graph, the upper boundary is y = +√(x). The lower boundary has two pieces: y = −√(x) for x between 0 and 1, and y = x − 2 for x between 1 and 4. Dividing the region: Region 1: f(x) = +√(x), g(x) = −√(x), a = 0, b = 1. A₁ = ∫₀¹ [√(x) − (−√(x))]dx = 2∫₀¹ √(x) dx = 2[ (2/3) x^(3/2) ]₀¹ = 4/3. Region 2: f(x) = +√(x), g(x) = x − 2, a = 1, b = 4. A₂ = ∫₁⁴ [√(x) − (x − 2)]dx = ∫₁⁴ (√(x) − x + 2)dx = [ (2/3) x^(3/2) − x²/2 + 2x ]₁⁴ = (16/3 − 8 + 8) − (2/3 − 1/2 + 2) = 16/3 − (13/6) = 19/6. Total area = A₁ + A₂ = 4/3 + 19/6 = 9/2.
Area between x = v(y) and x = w(y)
We can avoid splitting the region if we integrate with respect to y instead of x. If w and v are continuous functions and if w(y) ≥ v(y) for all y in [c, d], then the area of the region bounded on the left by x = v(y), on the right by x = w(y), below by y = c, and above by y = d is A = ∫ᶜᵈ [w(y) − v(y)]dy.
The procedure for finding the integrand and limits of integration is the same as for integration with respect to x.
📌 Example: Find the area enclosed by x = y² and y = x − 2 (or x = y + 2). Solution: Left boundary is x = y². Right boundary is x = y + 2. Limits are from y = −1 to y = 2. A = ∫₋₁² [(y + 2) − y²]dy = [y²/2 + 2y − y³/3]₋₁² = (4/2 + 4 − 8/3) − (1/2 − 2 + 1/3) = (2 + 4 − 8/3) − (1/2 − 2 + 1/3) = (6 − 8/3) − (−3/2 + 1/3) = (10/3) − (−7/6) = 27/6 = 9/2. 💡 Why this matters: Integrating with respect to y often simplifies area calculations for regions that would require splitting when using x as the variable.
⭐ Key Takeaways
The area between two curves is calculated by integrating the difference of the top function minus the bottom function (for x-integration) or the right function minus the left function (for y-integration). When boundaries are not explicitly given, the limits of integration are found by solving for the intersection points of the curves. Choosing the correct variable of integration can simplify complex problems and avoid splitting the region into multiple integrals. The constant shift method shows that the area formula works even when functions are negative. Always sketch the region first to visualize which curve is on top and to determine the integration limits.
🧠 Quick Revision Questions
- What is the general formula for the area between two curves y=f(x) and y=g(x) when f(x)≥g(x) on [a,b]?
- How do you find the limits of integration when the region is enclosed by two curves without specified side boundaries?
- For the region bounded by x=y² and y=x−2, why is it easier to integrate with respect to y rather than x?
- When f and g are both negative on some interval, why does the area formula A=∫ₐᵇ [f(x)-g(x)]dx still work?
- If integrating with respect to y, what must be true about the functions w(y) and v(y) on the interval [c,d]?
📘 Lecture 34 — Volume by Slicing; Disks and Washers
📖 Overview: This lecture introduces the concept of computing volumes of three-dimensional solids using definite integrals. It covers the fundamental method of slicing for non-cylindrical solids and applies it specifically to solids of revolution, where volumes are calculated using the disk and washer methods about both the x and y axes.
🗂️ Topics Covered
The lecture begins with a review of cylinders and right cylinders, then introduces the method of slicing to find volumes of solids with varying cross-sections. It presents formulas for volumes by cross sections perpendicular to the x and y axes. The core of the lecture focuses on volumes of solids of revolution, detailing the disk method and the washer method for rotations about both the x-axis and the y-axis, with several examples.
📝 Lecture Summary
Cylinders
A right cylinder is generated by moving a 2D plane region along a line perpendicular to that region. The volume of any right cylinder is given by the simple formula V = A·h, where A is the area of the planar region (the cross-section) and h is the height of the cylinder.
However, many three-dimensional solids are not right cylinders and cannot be decomposed into a finite number of right cylinders. To find the volume of such irregular solids, we use the technique of slicing.
The method of Slicing
The method of slicing is used to find the volume of a solid where the area of a cross-section changes along its length. Impose an x-axis on the solid such that it is bounded by planes at x = a and x = b. Let A(x) represent the area of a cross-section perpendicular to the x-axis at any arbitrary point x.
To find the total volume, we divide the interval [a, b] into n subintervals of width Δxₖ. We then create slices by passing planes perpendicular to the x-axis through these points. For a thin slice Sₖ, the cross-sectional area is approximately constant, so we can choose a point xₖ* within the interval and approximate its volume as Vₖ ≈ A(xₖ)Δxₖ*. Summing all slices gives: V ≈ Σ A(xₖ*)Δxₖ
Taking the limit as the number of slices approaches infinity (Δxₖ → 0) gives the exact volume: V = ∫ₐᵇ A(x) dx
🔑 Definition — Slicing Method: A technique to find the volume of a solid by integrating the cross-sectional area A(x) or A(y) along the axis of the solid.
Volumes by cross sections perpendicular to the x axis
This is a direct application of the slicing formula. If the area of a cross-section perpendicular to the x-axis is given by a function A(x), then the total volume of the solid from x = a to x = b is: V = ∫ₐᵇ A(x) dx
💡 Why this matters: This is the fundamental formula from which the disk and washer methods are derived.
Volumes by cross sections perpendicular to the y axis
Similarly, if the area of a cross-section perpendicular to the y-axis is given by a function A(y), then the total volume of the solid from y = c to y = d is: V = ∫ᶜᵈ A(y) dy
Volumes of solids of revolution by: Disks perpendicular to x axis
Let f be a nonnegative, continuous function on [a, b]. Consider the region bounded above by y = f(x) and on the sides by x = a and x = b. When this region is revolved around the x-axis, it generates a solid of revolution with circular cross-sections. For a given x, the radius of the circular cross-section is f(x), so its area is A(x) = π [f(x)]².
Using the slicing formula, the volume is: V = ∫ₐᵇ π [f(x)]² dx
📐 Formula: V = ∫ₐᵇ π [f(x)]² dx → The volume of a solid generated by revolving the curve y = f(x) around the x-axis from x=a to x=b.
📌 Example 2: Find the volume of the solid generated when the region under the curve y = √x over [1,4] is revolved about the x-axis. Solution: V = ∫₁⁴ π [√x]² dx = ∫₁⁴ π x dx V = π [x²/2]₁⁴ = π [(16/2) - (1/2)] = π (8 - 0.5) = 15π/2
📌 Example 3: Derive the formula for the volume of a sphere of radius r. Solution: A sphere of radius r is generated by revolving the upper half of the circle x² + y² = r² about the x-axis. The upper half is y = f(x) = √(r² - x²). V = ∫₋ᵣʳ π [√(r² - x²)]² dx = ∫₋ᵣʳ π (r² - x²) dx V = π [r²x - x³/3]₋ᵣʳ = π [(r³ - r³/3) - (-r³ + r³/3)] = π [(2r³/3) - (-2r³/3)] V = π (4r³/3) = 4/3 π r³
Volumes by washers perpendicular to x axis
Consider a region bounded by two nonnegative continuous functions f and g, where f(x) ≥ g(x) on [a, b]. When this region is revolved around the x-axis, it generates a solid with a hole in the center. The cross-section is a washer, which is a disk with a smaller disk removed.
The outer radius of the washer is f(x), and the inner radius is g(x). The area of the washer is the difference of the areas of the two circles: A(x) = π [f(x)]² - π [g(x)]² = π ( [f(x)]² - [g(x)]² )
The volume of the solid is: V = ∫ₐᵇ π ( [f(x)]² - [g(x)]² ) dx
📐 Formula: V = ∫ₐᵇ π ( [f(x)]² - [g(x)]² ) dx → The volume of a solid generated by revolving the region between two curves y = f(x) and y = g(x) around the x-axis.
📌 Example 4: Find the volume of the solid generated when the region between f(x) = ½ + x² and g(x) = x over [0, 2] is revolved about the x-axis. Solution: V = ∫₀² π { [½ + x²]² - [x]² } dx V = ∫₀² π { [¼ + x² + x⁴] - x² } dx = ∫₀² π ( ¼ + x⁴ ) dx V = π [x/4 + x⁵/5]₀² = π [ (2/4) + (32/5) ] = π [ 0.5 + 6.4 ] = π (6.9) = 69π/10
Volume by Disks perpendicular to y axis
Volumes of solids generated by revolving a region around the y-axis can be found similarly. If the region is bounded on the right by a nonnegative, continuous function x = u(y) from y = c to y = d, the cross-section perpendicular to the y-axis is a disk of radius u(y). The volume is: V = ∫ᶜᵈ π [u(y)]² dy
Volume by Washers perpendicular to y axis
Similarly, for solids generated by revolving a region around the y-axis where the cross-section is a washer, the volume is given by: V = ∫ᶜᵈ π ( [u(y)]² - [v(y)]² ) dy where u(y) is the outer radius and v(y) is the inner radius, each defined as functions of y.
⭐ Key Takeaways
The most critical concept from this lecture is the method of slicing, which allows you to calculate the volume of any solid by integrating its cross-sectional area along an axis. For solids of revolution, this method simplifies into the disk method for solids without a hole and the washer method for solids with a hole, with the formulas depending on whether the rotation is about the x-axis (integrating with respect to x) or the y-axis (integrating with respect to y). The key is to correctly identify the outer and inner radii functions of the cross-section. Always remember to set up an integral of the form V = ∫ A(x) dx or V = ∫ A(y) dy, where A is the area of a cross-section.
🧠 Quick Revision Questions
- What is the fundamental formula for finding the volume of any solid using the slicing method?
- When using the disk method about the x-axis, what does the function f(x) represent in the formula V = ∫ π [f(x)]² dx?
- In the washer method for rotation about the x-axis, what is the difference between the radii f(x) and g(x)?
- For a solid generated by rotating a region about the y-axis, when would you use the formula V = ∫ π [u(y)]² dy?
- How would you set up the integral to find the volume of a solid generated by revolving the region between x = y² and x = y + 2 around the y-axis?
📘 Lecture 35 — Volume by Cylindrical Shells
📖 Overview: This lecture introduces the method of cylindrical shells for computing volumes of solids of revolution. It explains how to derive the volume formula by summing thin cylindrical shells and applies this technique specifically when revolving a region around the y-axis. This method is a powerful alternative to the disk/washer method, especially when integrating with respect to x for rotation about the y-axis.
🗂️ Topics Covered
The lecture begins by defining a cylindrical shell and deriving its volume formula in terms of average radius, height, and thickness. It then shows how to approximate the volume of a solid of revolution by subdividing the region into strips and revolving them to form cylindrical shells. The exact volume is obtained via a limit, leading to the integral formula ( V = \int 2\pi x f(x) , dx ). This is demonstrated with examples, including a region bounded by ( y = \sqrt{x} ) and a region between ( y = x ) and ( y = x^2 ). Finally, the lecture presents a more conceptual view where the volume is understood as the integral of the surface area of the cylindrical shells.
📝 Lecture Summary
Cylindrical Shells
If we take a washer – a disk with a hole in it – and extend it UP, we generate a solid called a cylindrical shell. This is a solid confined by two concentric right circular cylinders.
The Volume of a cylindrical shell can be expressed as ( V = (area\ of\ cross\ section).(height) = (\pi r_2^2 - \pi r_1^2)h ) ( = \pi (r_2 + r_1)(r_2 - r_1)h ) ( = 2\pi \left[ \frac{1}{2}(r_2 + r_1) \right] . h . (r_2 - r_1) )
Let’s rewrite this rearrangement of the Volume of a cylindrical shell as V = 2π (average radius) . (height) . (thickness)
Now we can use this formula to compute the Volume of a Solid generated by revolution of a surface around an axis.
Consider the following. R is a region bounded by the graph of ( f(x) ) on top, below by the x-axis, and to the left by ( x = a ), and right by ( x = b ).
When we revolve R around the y-axis, we get the solid S. To find the volume of S, subdivide [a,b] into n subintervals with widths ( \Delta x_1, ..., \Delta x_n ) by inserting points. If we draw vertical lines from these points to the graph of f, we get subdivisions ( R_1, ..., R_n ) of the region R. Revolving these strips around the y-axis gives solids ( S_1, ..., S_n ).
The solid ( S_k ) is not necessarily a cylindrical shell. However, if the width ( \Delta x_k ) is very small, we can approximate ( R_k ) by a rectangle of width ( \Delta x_k ) and height ( f(x_k^) ), where ( x_k^ = \frac{x_k + x_{k+1}}{2} ) is the midpoint of the interval. Revolving this rectangle around the y-axis gives a cylindrical shell.
The volume ( V(S_k) ) can be approximated using the width ( \Delta x_k ), height ( f(x_k^) ), and average radius ( x_k^ ): ( V(S_k) \approx 2\pi x_k^* f(x_k^*) \Delta x_k )
🔑 Definition — Cylindrical Shell Element: A thin rectangular strip of a region, when revolved around an axis, can be approximated by a cylindrical shell whose volume is given by ( 2\pi \times \text{(average radius)} \times \text{(height)} \times \text{(thickness)} ).
📐 Formula — Volume by Cylindrical Shells (for revolution around y-axis): The volume of the solid S generated by revolving the region bounded by ( y = f(x) ), the x-axis, ( x = a ), and ( x = b ) about the y-axis is: ( V = \int_a^b 2\pi x f(x) , dx ) → The volume is found by integrating the lateral surface area of the cylindrical shells formed at each x.
📌 Example 1: Use cylindrical shells to find the volume of the solid generated by the region enclosed between ( y = \sqrt{x} ), ( x = 1 ), ( x = 4 ) and the x-axis is revolved about the y-axis. Solution: Since ( f(x) = \sqrt{x} ), ( a = 1 ), and ( b = 4 ), the volume formula yields: ( V = \int_1^4 2\pi x \sqrt{x} , dx = 2\pi \int_1^4 x^{\frac{3}{2}} , dx ) ( V = 2\pi \left[ \frac{2}{5} x^{\frac{5}{2}} \right]_1^4 = 2\pi \left( \frac{2}{5} \cdot 4^{\frac{5}{2}} - \frac{2}{5} \cdot 1^{\frac{5}{2}} \right) ) ( 4^{\frac{5}{2}} = (4^1)^{\frac{5}{2}} = 2^5 = 32 ), so ( V = 2\pi \left( \frac{2}{5} \cdot 32 - \frac{2}{5} \cdot 1 \right) = 2\pi \left( \frac{64}{5} - \frac{2}{5} \right) = 2\pi \left( \frac{62}{5} \right) = \frac{124\pi}{5} )
Volume through the surface area of a surface created from a cylindrical shell
Instead of thinking of the solid ( S_k ) as having a width ( \Delta x_k ), suppose that it has no width. This would mean that ( S_k ) will be a straight forward right circular cylinder having radius x, height f(x). The surface area of this cylinder will be ( 2\pi x f(x) ).
This is exactly the integrand in the Volume formula we saw earlier. So this really means that:
VOLUME V BY CYLINDRICAL SHELLS IS THE INTEGRAL OF THE SURFACE AREA GENERATED BY AN ARBITRARY SECTION OF THE REGION R TAKEN PARALLEL TO THE AXIS ABOUT WHICH R IS REVOLVED.
This view helps us do calculations in a more general setting where the lower boundary may not be an interval.
📌 Example 2: Use cylindrical shells to find the volume of the solid when the region R in the first quadrant enclosed between ( y = x ) and ( y = x^2 ) is revolved about the y-axis. Solution: At each x in [0,1], the cross section of R parallel to the y-axis generates a cylindrical surface of height ( x - x^2 ) and radius x. Since the area of the surface is ( 2\pi x (x - x^2) ), the volume is: ( V = \int_0^1 2\pi x (x - x^2) , dx = 2\pi \int_0^1 (x^2 - x^3) , dx ) ( V = 2\pi \left[ \frac{x^3}{3} - \frac{x^4}{4} \right]_0^1 = 2\pi \left( \frac{1}{3} - \frac{1}{4} \right) = 2\pi \left( \frac{4}{12} - \frac{3}{12} \right) = 2\pi \left( \frac{1}{12} \right) = \frac{\pi}{6} )
⭐ Key Takeaways
The cylindrical shell method calculates volume by integrating the lateral surface area of thin cylinders formed when a region is revolved, with the key formula ( V = \int 2\pi \cdot \text{radius} \cdot \text{height} , dx ). The "radius" in the integrand is always the distance from the axis of revolution to the representative slice, and the "height" is the length of the slice parallel to the axis. This method is most useful when revolving around the y-axis and integrating with respect to x, especially when solving for y in terms of x is difficult. For any region, the height of a shell is always (top function) minus (bottom function). For a solid with a hole, the radius is the distance from the axis to the slice, not from the center of the region.
🧠 Quick Revision Questions
- What is a cylindrical shell, and how does its volume relate to its average radius, height, and thickness?
- Write the integral formula for the volume of a solid formed by revolving the region bounded by ( y = f(x) ), the x-axis, and ( x = a ), ( x = b ) about the y-axis.
- In Example 2, why is the height of the cylindrical shell given by ( x - x^2 )?
- How does the conceptual view of volume as an integral of surface area help in understanding the shell method formula?
- If you were to revolve the region from Example 2 about the x-axis instead, would the shell method with respect to x be easier or harder? Why?
📘 Lecture 36 — Length of a Plane Curve
📖 Overview: This lecture introduces the concept of arc length for smooth curves, moving beyond straight-line measurements to quantify the length of twisting and turning curves. It develops the arc length formula by approximating a curve with polygonal line segments and using the Mean Value Theorem and integration to arrive at a precise method.
🗂️ Topics Covered
The lecture begins by defining the arc length problem for smooth functions on a closed interval. It then explains why traditional straight measuring tools are inadequate for curves and demonstrates how a polygonal path of line segments provides an approximation. Using the distance formula and the Mean Value Theorem, the length of each segment is expressed in terms of the derivative, leading to a Riemann sum. Taking the limit as the number of segments increases yields the definite integral formula for arc length.
📝 Lecture Summary
Arc Length
We are familiar with measuring the length of a straight line. This section develops methods for finding the length of curves, which are graphs of smooth functions (continuous on a given interval, with a smooth curve). This is known as the ARC LENGTH PROBLEM.
Arc Length Problem: Suppose that f is a smooth function on the interval [a, b]. Find the arc length L of the curve y = f(x) over the interval [a, b].
A key question is how to measure arc length. A straight measuring stick is inaccurate for a curved surface because it will miss the curved distance between two points. However, if two points are extremely close, the distance between them becomes approximately straight, and a straight stick can be used.
The line segments joining points Pᵢ (i = 1 to n) on the curve form a polygonal path, which serves as a good approximation of the curve's length. Increasing the number of these segments (i.e., making the points closer together) improves the approximation.
In the figure, each point Pᵢ corresponds to a point xᵢ on the x-axis in the interval [a, b]. The distances between the xᵢ's are Δx₁, Δx₂, ..., Δxₙ. Consider the k-th line segment, Lₖ. Using the distance formula:
Lₖ = √( (Δxₖ)² + (Δyₖ)² )
From the figure, Δyₖ = f(xₖ) — f(xₖ₋₁). So:
Lₖ = √( (Δxₖ)² + ( f(xₖ) — f(xₖ₋₁) )² )
The Mean Value Theorem is applied here. Since f is continuous and differentiable, there exists a point xₖ between xₖ₋₁ and xₖ such that:
[f(xₖ) — f(xₖ₋₁)] / [xₖ — xₖ₋₁] = f'(xₖ*)
This implies: f(xₖ) — f(xₖ₋₁) = f'(xₖ*) (xₖ — xₖ₋₁) = f'(xₖ*) Δxₖ
Substituting this into the equation for Lₖ:
Lₖ = √( (Δxₖ)² + ( f'(xₖ) Δxₖ)² ) = Δxₖ √( 1 + ( f'(xₖ*) )² )*
This is the length of one segment. The length of the whole polygonal path is the sum of all segments:
∑{k=1}^{n} Lₖ = ∑{k=1}^{n} √( 1 + (f'(xₖ*))² ) Δxₖ
As the number of divisions increases so that the width of the largest subinterval (max Δxₖ) approaches 0, the sum becomes the arc length L of the curve:
L = lim_{max Δxₖ → 0} ∑_{k=1}^{n} √( 1 + (f'(xₖ*))² ) Δxₖ
This limit defines a definite integral.
🔑 Definition — Arc Length of a Plane Curve: If f is a smooth function on [a, b], then the arc length L of the curve y = f(x) from x = a to x = b is defined by the integral:
📐 Formula: L = ∫ₐᵇ √( 1 + [f'(x)]² ) dx
Or equivalently: L = ∫ₐᵇ √( 1 + (dy/dx)² ) dx
⭐ Key Takeaways
The arc length of a smooth curve cannot be measured accurately with a straight ruler; it requires calculus. The fundamental approach is to approximate the curve with a polygonal path of tiny line segments, then use the Mean Value Theorem to express each segment's length in terms of the derivative. The total length is the limit of a Riemann sum, which becomes a definite integral of a function involving the square of the derivative. The final, essential formula for arc length is L = ∫ₐᵇ √(1 + (f'(x))²) dx, which must be memorized and applied to compute the length of any smooth curve over a given interval.
🧠 Quick Revision Questions
- What condition must a function f satisfy on [a, b] for its graph to be considered a "smooth" curve suitable for arc length calculation?
- Which theorem from differential calculus is used to express the change in y (Δyₖ) in terms of the derivative and the change in x (Δxₖ) when deriving the arc length formula?
- Write the exact definite integral formula for the arc length L of a curve y = f(x) from x = a to x = b.
- What geometric object is used to approximate the length of a curve before taking the limit to find the exact arc length?
- In the derivation, what does the term Δxₖ √( 1 + (f'(xₖ*))² ) represent?
📘 Lecture 37 — Area of a surface of Revolution
📖 Overview: This lecture defines the concept of surface area for solids generated by revolving a smooth, non-negative function around the x-axis. It derives the surface area formula using frustums of cones and applies it to an example involving a sphere, which is crucial for understanding 3D geometry and calculus applications.
🗂️ Topics Covered
The lecture starts with the definition of surface area and the surface area problem for a curve revolved around the x-axis. It explains the process of subdividing the curve, approximating it with a polygonal path, and rotating that path to form frustums of cones. Then, it derives the surface area formula using the frustum surface area formula and the Intermediate Value Theorem, concluding with a worked example for a sphere.
📝 Lecture Summary
Definition of Surface Area
The problem is to find the area of the surface generated by revolving a smooth, non-negative function ( y = f(x) ) on the interval ([a, b]) about the x-axis. The surface area is roughly the area covered by the surface of the resulting 3D solid. To define it precisely, the interval ([a, b]) is divided into subintervals with widths (\Delta x_1, \Delta x_2, ..., \Delta x_n), which subdivides the curve into "sub-curves." These are approximated by a polygonal path of line segments joining the endpoints.
Surface Area by Frustums
When this polygonal path is rotated about the x-axis, it produces a solid made up of frustums of a cone. A frustum is the solid obtained by cutting off the pointed top of a cone, having two radii and a slanted length. Its surface area is given by ( S = \pi (r_1 + r_2) l ). For the k-th frustum, the radii correspond to function values ( f(x_{k-1}) ) and ( f(x_k) ), and the slanted length ( l ) is the arc length: ( \sqrt{1 + [f'(x_k^)]^2} \Delta x_k ). Thus, the surface area of the k-th frustum is: [ S_k = \pi [f(x_{k-1}) + f(x_k)] \sqrt{1 + [f'(x_k^)]^2} \Delta x_k ] Using the Intermediate Value Theorem, there exists a point ( x_k^{} ) such that ( \frac{1}{2}[f(x_{k-1}) + f(x_k)] = f(x_k^{}) ), so: [ S_k = 2\pi f(x_k^{**}) \sqrt{1 + [f'(x_k^*)]^2} \Delta x_k ] The total surface area of the approximated solid is the sum (\sum S_k). As the maximum width (\Delta x_k) approaches 0, we obtain the exact surface area.
🔑 Definition — Surface Area of Revolution: The area ( S ) generated by revolving the curve ( y = f(x) ) from ( x = a ) to ( x = b ) about the x-axis, where ( f ) is smooth and non-negative.
📐 Formula: ( S = \int_a^b 2\pi f(x) \sqrt{1 + [f'(x)]^2} , dx ) → This calculates the total surface area by summing infinitesimal frustum surface areas along the curve.
Surface Area Formulas
The final formula for the surface area ( S ) when revolving ( y = f(x) ) about the x-axis is: [ S = \int_a^b 2\pi f(x) \sqrt{1 + [f'(x)]^2} , dx ] This is derived from the limit of the sum of frustum areas as the number of subdivisions increases without bound.
📌 Example: Find the surface area of the portion of the sphere generated by revolving the curve ( y = \sqrt{1 - x^2} ) from ( x = 0 ) to ( x = \frac{1}{2} ) about the x-axis.
- Given: ( f(x) = \sqrt{1 - x^2} ).
- Compute derivative: ( f'(x) = \frac{-x}{\sqrt{1 - x^2}} ).
- Substitute into formula: ( S = \int_0^{1/2} 2\pi \sqrt{1 - x^2} \sqrt{1 + \left( \frac{-x}{\sqrt{1 - x^2}} \right)^2} , dx ).
- Simplify: ( \sqrt{1 + \frac{x^2}{1 - x^2}} = \sqrt{\frac{1}{1 - x^2}} = \frac{1}{\sqrt{1 - x^2}} ).
- The integrand becomes: ( 2\pi \sqrt{1 - x^2} \cdot \frac{1}{\sqrt{1 - x^2}} = 2\pi ).
- So: ( S = \int_0^{1/2} 2\pi , dx = 2\pi [x]_0^{1/2} = 2\pi \cdot \frac{1}{2} = \pi ).
💡 Why this matters: This example shows that the surface area formula simplifies significantly for a circle, producing a result consistent with known geometry (a portion of a sphere’s surface).
⭐ Key Takeaways
The surface area of revolution is defined by subdividing the curve, approximating with a polygonal path, and rotating to form frustums of cones. The key formula is ( S = \int_a^b 2\pi f(x) \sqrt{1 + [f'(x)]^2} , dx ), derived using the frustum area formula and the Intermediate Value Theorem. Smoothness and non-negativity of ( f ) are essential for the derivation. The example with ( y = \sqrt{1 - x^2} ) demonstrates the formula’s application, where the simplification leads to an integral of a constant, yielding a surface area of ( \pi ). For the exam, remember that the integrand is ( 2\pi \times \text{radius} \times \text{arc length element} ).
🧠 Quick Revision Questions
- What geometric shape is used to approximate the surface area when revolving a polygonal path?
- Write the formula for the surface area of a single frustum used in the derivation.
- State the exact surface area formula for revolving ( y = f(x) ) about the x-axis.
- In the example with ( y = \sqrt{1 - x^2} ), what is the simplified form of ( \sqrt{1 + [f'(x)]^2} )?
- What does the Intermediate Value Theorem help us replace in the frustum area expression?
📘 Lecture 38 — Work and Definite Integral
📖 Overview: This lecture introduces the concept of work and its calculation using definite integrals. It begins with work done by a constant force and extends to variable forces, demonstrating how integration is essential for such calculations. The lecture also covers fluid pressure and Pascal’s Principle, showing how to compute force on submerged surfaces using integration.
🗂️ Topics Covered
The lecture covers work done by constant and variable forces, the definition of work as a definite integral, and an example of calculating force needed to pump water from a tank. It then shifts to fluid pressure, defining it as force per unit area, and discusses Pascal’s Principle regarding fluid pressure direction. Finally, it derives a formula for total fluid force on a vertically submerged surface using integration.
📝 Lecture Summary
Work done by a constant force
If an object moves a distance d along a line while a constant force F is acting on it, then the work W done on the object is defined as W = F . d, meaning Work equals Force times Distance. Distance is measured in meters (m). Force units include Pounds (lbs), Dynes, or Newtons (N). One Dyne is the force needed to give a mass of 1 gram an acceleration of 1 cm/s², while one Newton is the force needed to give a mass of 1 Kg an acceleration of 1 m/s².
📌 Example: An object moves 5 ft along a line while subjected to a force of 100 lbs in its direction of motion. The work done is W = F.d = 100(5) = 500 ft.lbs.
Work done by a variable force
When the force is not constant but varies with position, the simple equation W = F.d will not work. For example, a block subjected to the force of a compressed spring: as the block moves from a to b, the spring un-compresses and the force it applies diminishes. Here, the force F(x) is a function of the position x of the spring. We need to define work done by a variable force using calculus.
Work and definite integral
To calculate work done by a variable force, we subdivide the interval [a, b] into subintervals with coordinates a, x₁, ... xₙ₋₁, b and widths Δxₖ. For the kth interval [xₖ₋₁, xₖ], if the interval is small, the force F will be almost constant. We can approximate F on this interval by F(xₖ)* where xₖ* is a point in the kth interval. The work done on this interval is approximately Wₖ = F(xₖ)Δxₖ*. The total work over the whole interval is the sum ∑ Wₖ = ∑ F(xₖ)Δxₖ*. As the largest subinterval goes to 0, we get the exact work as a definite integral: W = lim (max Δxₖ→0) ∑ F(xₖ)Δxₖ = ∫ₐᵇ F(x) dx*.
📌 Example: A cylindrical water tank of radius 10 ft and height 30 ft is half filled with water. How much force is needed to pump all the water over the upper rim of the tank? The solution introduces a coordinate line and imagines the water divided into n thin layers with thicknesses Δx₁, Δx₂, ..., Δxₙ. The force required to move the Kth layer equals its weight, found by multiplying its volume by the weight density of water.
Fluid Pressure
Pressure is defined as Force per unit Area: P = F / A = ph, where p is weight density and h is depth below the surface of the fluid. If a flat surface of area A is submerged horizontally in a fluid at a depth h, the fluid exerts a force F perpendicular to the surface: F = phA. The weight density p for water is 62.4 lbs/ft³. The shape of the container does not affect the force on the base; if three containers have the same base area and same fluid height, the force on their bases will be equal.
🔑 Definition — Pascal’s Principle: Fluid pressure is the same in all directions at a given height.
Fluid Force Formula for Vertically Submerged Surfaces
If a flat surface is submerged horizontally, the total force on its face can be measured easily since pressure is the same at all points. However, if the surface is submerged vertically, the pressure at each point along the height will be different, requiring calculus. The surface is confined by x = a and x = b on a vertical axis. There is a depth function h(x) and a width function w(x). To find total force, subdivide the interval [a, b] into subintervals. The force on the Kth interval is approximated by Fₖ ≈ ph(xₖ)w(xₖ)Δxₖ**, where p is fluid density. The total force is F = ∑ Fₖ ≈ ∑ ph(xₖ)w(xₖ)Δxₖ**. As the largest interval goes to 0, we get the exact force: F = ∫ₐᵇ ph(x)w(x) dx.
🔑 Definition — Formula for Fluid Force: Assume a flat surface is immersed vertically in a liquid of weight density P, with the submerged portion extending from x=a to x=b on a vertical x-axis. For a ≤ x ≤ b, let w(x) be the width of the surface at x and h(x) be the depth of the point x. Then the total fluid pressure on the surface is F = ∫ₐᵇ ph(x)w(x) dx.
💡 Why this matters: This formula allows calculation of force on surfaces like dam gates or tank walls, where pressure varies with depth.
⭐ Key Takeaways
The key idea is that work done by a variable force is calculated using the definite integral W = ∫ F(x) dx. Fluid pressure is defined as force per unit area and depends on depth and fluid density. Pascal’s Principle states that fluid pressure is uniform in all directions at a given depth. For vertically submerged surfaces, the total fluid force is given by F = ∫ ph(x)w(x) dx, integrating pressure times width over the submerged depth. These principles connect calculus to practical physics problems involving work and fluid forces.
🧠 Quick Revision Questions
- How is work defined for a constant force, and what are the common units for force and distance?
- Why is the definite integral necessary to calculate work when the force is variable?
- Define fluid pressure and state Pascal's Principle.
- What is the formula for total fluid force on a vertically submerged surface, and what do each of its components represent?
- In the water tank example, what determines the force required to pump out the Kth layer of water?
📘 Lecture 39 — Improper Integral
📖 Overview: This lecture explores improper integrals, which extend the concept of definite integration to cases where the interval of integration is infinite or the integrand becomes unbounded. Understanding convergence and divergence of these integrals is crucial for analyzing areas, volumes, and other applications where boundaries extend to infinity.
🗂️ Topics Covered
The lecture covers improper integrals over infinite intervals, defining them as limits, and examining convergence versus divergence through geometric and algebraic comparisons. It also addresses integrals whose integrands become infinite within the interval, requiring careful handling of discontinuities, and provides examples and visual explanations.
📝 Lecture Summary
Integrals over Infinite Interval
As we saw before, for a given continuous function f, the definite integral is ∫ f(x)dx from a to b, assuming the interval [a, b] is finite. What if we look at [a, +∞) and the corresponding integral ∫ from a to +∞ of f(x)dx? In this case, we define what is called an improper integral over an infinite interval.
What does it mean to integrate all the way to +∞? The answer will be clear if we define this integral as a limit in the following way: ∫ from a to +∞ of f(x)dx = lim as l→+∞ of ∫ from a to l of f(x)dx. What this does is to first turn the integral into the more familiar form over a finite interval, and then we let the upper limits of the interval approach infinity and see what happens to the answer we had got earlier.
If this limit exists, then we say that the Improper Integral Converges, and the value of the limit is assigned to the integral. If the limit does not exist, then we say that the Improper Integral Diverges, and no finite value is assigned.
Let's get some geometric ideas to understand things. In the first case with f(x) = 1/x², we get a finite answer over the same interval. In the second case with f(x) = 1/x over [1, +∞), we get a divergent limit and so we were unable to calculate the area under the graph.
We can see geometrically that the graph of 1/x² is approaching y = 0 much faster than that of 1/x. Algebraically also, if you divide 1 by the square of a number, the result is much smaller than if you divide by the number itself. For example, ½ > ¼ and 1/8 > 1/64. So the idea is that as x goes to +∞, 1/x² goes to 0 much faster than 1/x, so much so that when we attempt to find the area under the graph over the infinite interval [1, +∞), the first is convergent, and the other is divergent.
Let's think about volume. If we rotate the graphs of 1/x over [1, +∞) around the x-axis, we get a solid of revolution that looks like a funnel with no lower point. The cross section is a disk with radius f(x). For f(x) = 1/x, we get for volume: V = ∫ from 1 to ∞ of π(1/x)² dx = π ∫ from 1 to ∞ of 1/x² dx, which converges to a finite value. So we can find out how much paint can be held in this solid, but we cannot paint the inside of the solid!!!
We can also have an improper integral of this type: ∫ from -∞ to b of f(x)dx = lim as l→-∞ of ∫ from l to b of f(x)dx.
Integrals over Infinite Interval (continued) — Discontinuous Integrands
We saw earlier that if a function f is not bounded on an interval [a, b], then f is not integrable on [a,b]. The integral ∫ from 0 to 3 of dx/(x-2)²/³ is unbounded at x = 2 in [0, 3].
We can get around this problem by doing the following: break the integral at the point of discontinuity and evaluate each part as a limit. If f is continuous on [a, b] except that at some point c such that a < c < b, f(x) becomes infinite as x goes to c from left or right. If both improper integrals ∫ from a to c of f(x)dx and ∫ from c to b of f(x)dx converge, then we say that the improper integral ∫ from a to b of f(x)dx converges, as we define ∫ from a to b of f(x)dx = ∫ from a to c of f(x)dx + ∫ from c to b of f(x)dx.
EVALUATE: ∫ from 0 to 4 of dx/(x-2)²/³
Solution: The integrand approaches +∞ as x→2, so we solve it as:
∫ from 0 to 4 of dx/(x-2)²/³ = ∫ from 0 to 2 of dx/(x-2)²/³ + ∫ from 2 to 4 of dx/(x-2)²/³
First part: ∫ from 0 to 2 of dx/(x-2)²/³ = lim as l→2⁻ of ∫ from 0 to l of dx/(x-2)²/³ = lim as l→2⁻ [3(l-2)^(1/3) - 3(1-2)^(1/3)] = 3
Second part: ∫ from 2 to 4 of dx/(x-2)²/³ = lim as l→2⁺ of ∫ from l to 4 of dx/(x-2)²/³ = lim as l→2⁺ [3(4-2)^(1/3) - 3(l-2)^(1/3)] = 3∛2
Therefore, the sum 3 + 3∛2 is the value of the convergent improper integral.
🔑 Definition — Improper Integral Over Infinite Interval: ∫ from a to +∞ of f(x)dx = lim as l→+∞ of ∫ from a to l of f(x)dx. If the limit exists, the integral converges; otherwise it diverges.
🔑 Definition — Improper Integral with Unbounded Integrand: For f(x) that becomes infinite at some point c in [a,b], we define ∫ from a to b of f(x)dx = lim as l→c⁻ of ∫ from a to l of f(x)dx + lim as l→c⁺ of ∫ from l to b of f(x)dx, provided both limits exist.
📐 Formula: For 1/x² from 1 to +∞: ∫ from 1 to +∞ of 1/x² dx = 1 → convergent 📐 Formula: For 1/x from 1 to +∞: ∫ from 1 to +∞ of 1/x dx = lim as l→+∞ of ln(l) → divergent
📌 Example: The volume of the solid formed by rotating y = 1/x about the x-axis over [1, +∞) is the convergent integral π∫ from 1 to +∞ of 1/x² dx = π × 1 = π.
📌 Example: Evaluating ∫ from 0 to 4 of dx/(x-2)²/³ involves splitting at x=2 and computing two limits, yielding the convergent sum 3 + 3∛2.
⭐ Key Takeaways
Improper integrals extend definite integration to infinite intervals or unbounded functions, requiring evaluation as limits. Convergence occurs when the limit exists (as for 1/x²) and divergence when it does not (as for 1/x), determined by how rapidly the function decays or grows. A function with a vertical asymptote within the integration interval requires splitting the integral at the discontinuity and checking both parts for convergence. These concepts are essential for computing areas under curves extending to infinity, volumes of solids of revolution like funnels, and other physical problems involving infinite domains.
🧠 Quick Revision Questions
- How do you define an improper integral over an infinite interval like [a, +∞)?
- What is the key difference in behavior between 1/x² and 1/x over [1, +∞) and why does one converge while the other diverges?
- What must be done when an integrand becomes infinite at a point within the interval of integration?
- For the integral ∫ from 0 to 4 of dx/(x-2)²/³, why must it be split at x=2, and what is its value?
- Does the volume of the solid generated by rotating y=1/x about the x-axis over [1, +∞) converge or diverge, and why?
📘 Lecture 40 — L’Hopital’s Rule and Indeterminate forms
📖 Overview: This lecture introduces L’Hopital’s Rule, a powerful tool for evaluating limits that produce indeterminate forms. It covers various types of indeterminate forms including 0/0, ∞/∞, 0·∞, 0⁰, ∞⁰, 1^∞, and ∞-∞, providing systematic methods to resolve each type using derivatives and algebraic manipulation.
🗂️ Topics Covered
The lecture begins with the indeterminate form 0/0 and introduces L’Hopital’s Rule as a general solution. It then covers the indeterminate form of type ∞/∞ with a second version of the rule. Next, the indeterminate form of type 0·∞ is addressed by converting it to 0/0 or ∞/∞. Finally, the indeterminate forms 0⁰, ∞⁰, 1^∞, and ∞-∞ are treated using logarithmic transformations.
📝 Lecture Summary
L’Hopital’s Rule and 0 / 0
Limits like lim(x→2) (x²-4)/(x-2) and lim(x→0) sin x / x have both numerator and denominator approaching 0, making them indeterminate forms of type 0/0. These limits may converge to finite real values or diverge, and their values are not immediately obvious. While some can be resolved through factoring or geometric observation, L’Hopital’s Rule provides a general solution.
L’Hopital’s Rule (First Version for 0/0): Let f and g be differentiable on an open interval containing a (except possibly at a), and suppose lim(x→a) f(x) = 0 and lim(x→a) g(x) = 0. If lim(x→a) f′(x)/g′(x) exists (or is ±∞), then lim(x→a) f(x)/g(x) = lim(x→a) f′(x)/g′(x).
Steps to apply L’Hopital’s Rule:
- Check that the limit is an indeterminate form of type 0/0.
- Differentiate the numerator and denominator separately.
- Take the limit of the quotient of derivatives.
- If the result is still indeterminate, repeat the process.
💡 Why this matters: L’Hopital’s Rule simplifies limits that would otherwise require complex algebraic manipulation or special trigonometric reasoning.
Indeterminate form of type ∞ / ∞
An indeterminate form of type ∞/∞ occurs when lim f(x) = ∞ and lim g(x) = ∞, making the limit of f(x)/g(x) ambiguous. Examples include lim(x→∞) eˣ/x² and lim(x→∞) ln x/x.
L’Hopital’s Rule (Second Version for ∞/∞): The same theorem applies when lim(x→a) f(x) = ±∞ and lim(x→a) g(x) = ±∞. If lim(x→a) f′(x)/g′(x) exists (or is ±∞), then lim(x→a) f(x)/g(x) = lim(x→a) f′(x)/g′(x).
Notation: When one-sided limits are +∞ or -∞, and we want to indicate that any of these four situations occurs without specifying which one, we write lim f(x)/g(x) = ∞/∞.
Indeterminate form of type 0·∞
If lim f(x) = 0 and lim g(x) = ∞, then a product limit like lim f(x)g(x) is of the type 0·∞.
Conversion method: Limit problems of type 0·∞ can be converted to the form 0/0 by writing: lim f(x)g(x) = lim f(x) / [1/g(x)]
This transforms the product into a quotient, allowing application of L’Hopital’s Rule.
Indeterminate forms of type 0⁰, ∞⁰ and 1^∞ and ∞-∞
Limits of the form lim [f(x)]^g(x) give rise to indeterminate forms of type 0⁰, ∞⁰, and 1^∞. These occur when the base approaches 0, ∞, or 1 respectively while the exponent approaches 0, 0, or ∞ respectively.
Method for exponential indeterminate forms:
- Introduce a dependent variable: let y = [f(x)]^g(x)
- Take the natural logarithm: ln y = g(x) · ln f(x)
- Evaluate lim ln y, which becomes an indeterminate form of type 0·∞
- Convert to 0/0 or ∞/∞ as needed and apply L’Hopital’s Rule
- If lim ln y = L, then lim y = e^L
💡 Why this matters: Exponential indeterminate forms cannot be evaluated directly and require logarithmic transformation to convert them into forms where L’Hopital’s Rule applies.
Indeterminate form of type ∞-∞: When both functions approach ∞ but their difference is ambiguous, algebraic manipulation (such as combining fractions or factoring) is used to convert the expression into a form where L’Hopital’s Rule can be applied.
⭐ Key Takeaways
L’Hopital’s Rule is the primary tool for evaluating indeterminate forms, requiring differentiation of numerator and denominator separately while checking that the original limit is indeed indeterminate. The rule applies to both 0/0 and ∞/∞ forms directly, while other forms like 0·∞ must be algebraically converted to these basic types. Exponential indeterminate forms (0⁰, ∞⁰, 1^∞) require logarithmic transformation before applying L’Hopital’s Rule. The process may need to be repeated if the result remains indeterminate, always verifying the conditions before each application.
🧠 Quick Revision Questions
- What two conditions must be checked before applying L’Hopital’s Rule to a limit?
- How would you convert an indeterminate form of type 0·∞ into a form where L’Hopital’s Rule applies?
- What is the first step when evaluating an indeterminate form of type 0⁰?
- True or False: L’Hopital’s Rule can only be applied to limits of type 0/0.
- If lim ln y = 3 for an exponential indeterminate form, what is the value of the original limit?
📘 Lecture 41 — Sequences and Monotone Sequences
📖 Overview: This lecture introduces the formal definition of sequences in mathematics, explores their graphical representation, and examines the concept of limits for sequences. It also covers recursive sequences, methods for testing monotonicity, and the convergence behavior of monotone sequences, providing both theoretical foundations and intuitive understanding.
🗂️ Topics Covered
The lecture covers the definition of a sequence, graphs of sequences, the limit of a sequence, recursive sequences, testing for monotonicity, eventually monotonic sequences, convergence of monotonic sequences, and an intuitive view of convergence. Key concepts include formal sequence notation, limit properties, monotonicity classification using derivatives, and the behavior of the "tail end" of sequences.
📝 Lecture Summary
Definition of a sequence
A sequence in math is a succession of numbers, for example 2,4,6,8,... and 1,2,3,4,... The numbers in a sequence are called terms of a sequence. Each term has a positional name, like 1st term, 2nd term, etc., and we can write them as a₁, a₂, etc. It is convenient to write a sequence as a formula. For example, 2,4,6,8,... can be written as the formula {2n} from n=1 to +∞. We will write sequences like a₁, a₂, a₃,... as {aₙ} with n=1 to +∞.
🔑 Definition — Sequence: A function whose domain is a set of consecutive integers, typically the positive integers {1, 2, 3, ...}, and whose range is the terms of the sequence.
Graphs of Sequences
As sequences are functions, we can talk about their graphs. The graph of the sequence {1/n} for n=1,2,3,... is the graph of the function equation y = 1/n for n = 1, 2, 3, ... This is plotted as discrete points at integer values of n, with the y-coordinate being the term value.
Limit of a sequence
Some sequences have the concept of a limit in them. A sequence aₙ converges to a limit L if for any positive number ε (epsilon), there is a point in the sequence after which all terms lie between the lines L+ε and L-ε. This means that beyond some index N, every term aₙ is within ε of L.
🔑 Definition — Convergence: A sequence {aₙ} converges to a limit L if for every ε > 0, there exists a positive integer N such that for all n ≥ N, |aₙ - L| < ε.
As we apply limits, the following two sequences converge: sequences that approach a specific finite value as n increases.
The following theorem shows that the familiar properties of limits apply to sequences. If {aₙ} and {bₙ} are convergent sequences with limits L and M respectively, and c is a constant, then:
- lim (aₙ + bₙ) = L + M
- lim (aₙ - bₙ) = L - M
- lim (c·aₙ) = c·L
- lim (aₙ·bₙ) = L·M
- lim (aₙ/bₙ) = L/M, provided M ≠ 0
Recursive Sequence
Some sequences are defined by specifying one or more initial terms and giving a formula that relates each subsequent term to the term that precedes it. Such sequences are said to be defined recursively. For example, a sequence might be defined with a₁ = 1 and aₙ₊₁ = aₙ + 2 for n ≥ 1.
Monotonicity and testing for monotonicity
Monotone sequences are classified as follows:
- Increasing sequence: aₙ₊₁ ≥ aₙ for all n (each term is greater than or equal to the previous term)
- Decreasing sequence: aₙ₊₁ ≤ aₙ for all n (each term is less than or equal to the previous term)
- Strictly increasing: aₙ₊₁ > aₙ for all n
- Strictly decreasing: aₙ₊₁ < aₙ for all n
Monotone sequences with positive terms are classified as above. If f(n) = aₙ is the nth term of a sequence, and if f is differentiable for x ≥ 1, then we have the following results:
- If f'(x) > 0 for x ≥ 1, then the sequence is increasing
- If f'(x) < 0 for x ≥ 1, then the sequence is decreasing
Eventually monotonic sequences
A sequence aₙ is eventually monotone if there is some integer N such that the sequence is monotone for n ≥ N. This means the sequence may not be monotone at the beginning, but after a certain point it becomes either increasing or decreasing consistently.
💡 Why this matters: Many sequences in real-world applications (like population models or economic forecasts) become monotone after some initial irregular behavior, making them predictable and analyzable using convergence theorems.
Convergence of monotonic sequence
The Convergence of Monotonic Sequence theorem states:
- A bounded monotonic sequence converges
- An increasing sequence that is bounded above converges to its supremum (least upper bound)
- A decreasing sequence that is bounded below converges to its infimum (greatest lower bound)
- An unbounded monotonic sequence diverges (to +∞ if increasing and unbounded above, to -∞ if decreasing and unbounded below)
An Intuitive View of Convergence
Informally stated, the convergence or divergence of a sequence does not depend on the behavior of the "initial terms" of the sequence, but rather on the behavior of the "tail end". Thus for sequence {aₙ} to converge to a limit L, it does not matter if the initial terms are far from L, just so the terms in the sequence are eventually arbitrarily close to L. This being the case, one can add, delete, or alter finitely many terms without affecting the convergence, divergence, or the limit (if it exists).
⭐ Key Takeaways
The most critical concepts from this lecture are the formal definition of a sequence as a function on positive integers, the epsilon-N definition of convergence which precisely describes when terms get arbitrarily close to a limit, and the monotone convergence theorem which states that any bounded monotone sequence must converge. Students must also understand the method for testing monotonicity by checking the derivative of the continuous function representing the terms. Finally, the intuitive idea that only the "tail end" behavior matters for convergence is essential for working with sequences.
🧠 Quick Revision Questions
- What is the formal definition of a sequence, and how do we denote its terms?
- Using the ε-N definition, what does it mean for a sequence {aₙ} to converge to limit L?
- If f(n) = aₙ and f is differentiable for x ≥ 1, what condition on f′(x) indicates the sequence is decreasing?
- State the Monotone Convergence Theorem: what condition ensures a monotone sequence converges?
- Why does altering finitely many terms of a sequence not affect its convergence or limit (if it exists)?
📘 Lecture 42 — Infinite Series
📖 Overview: This lecture introduces the concept of infinite series, defining how to sum infinitely many terms using limits of partial sums. It explores key types like geometric and harmonic series, and presents convergence tests including the divergence test, integral test, and p-series test to determine whether a series sums to a finite value or diverges.
🗂️ Topics Covered
Definition of an infinite series and the sum using limits of partial sums; geometric series and their divergence/convergence criteria based on the ratio r; harmonic series and its divergence; the n-th term test for divergence; algebraic properties of infinite series; the integral test relating series convergence to improper integrals; p-series and their convergence criteria based on the exponent p.
📝 Lecture Summary
Definition 11.3.1
An Infinite series is an expansion that can be written in the form $\sum_{k=1}^{\infty} u_k = u_1 + u_2 + ... + u_k + ...$. The numbers $u_1, u_2, ...$ are called the terms of the series. Adding infinitely many terms is physically impossible, but we can compute an infinite sum using the idea of limits.
For example, the decimal expansion 0.333333... can be rewritten as the infinite series $0.3 + 0.03 + 0.003 + 0.0003 + ...$ or as $\frac{3}{10} + \frac{3}{10^2} + \frac{3}{10^3} + ...$. We know 0.333.... equals $\frac{1}{3}$, so the sum of this series must also be $\frac{1}{3}$.
Consider the sequence of finite sums (partial sums): $s_1 = \frac{3}{10} = 0.3$ $s_2 = \frac{3}{10} + \frac{3}{10^2} = 0.33$ $s_3 = \frac{3}{10} + \frac{3}{10^2} + \frac{3}{10^3} = 0.333$
These approximations get closer to $\frac{1}{3}$ as more terms are added. Taking the limit of the sequence of approximations gives $\frac{1}{3}$. The nth partial sum is $s_n = \frac{3}{10} + \frac{3}{10^2} + \frac{3}{10^3} + ... + \frac{3}{10^n}$, and $\lim_{n \to \infty} s_n = \frac{1}{3}$.
🔑 Definition — Sum of an Infinite Series: For the infinite series $\sum_{k=1}^{\infty} u_k$, the nth partial sum is $s_n = u_1 + u_2 + ... + u_n$. If the sequence ${s_n}$ converges to a limit $S$, then the series is said to converge and $S$ is the sum of the series. If ${s_n}$ diverges, the series diverges.
Geometric Series
A geometric series is one of the form $a + ar + ar^2 + ... + ar^{k-1} + ...$ where each term is obtained by multiplying the previous one by a constant number r, called the ratio. Examples include $1+2+4+8+...$ and $1+1+1+1+...$.
A geometric series converges if $|r| < 1$ and its sum is $\frac{a}{1-r}$. If $|r| \ge 1$, the geometric series diverges except possibly for some special cases when $a = 0$.
💡 Why this matters: The geometric series is the fundamental building block for understanding many convergent series and is used extensively in applications like finance, physics, and engineering.
Harmonic Series
A Harmonic series is of the type $\sum_{k=1}^{\infty} \frac{1}{k} = 1 + \frac{1}{2} + \frac{1}{3} + ...$. Even though each successive term is smaller than the first, this series diverges!
Convergence Tests
Theorem 11.4.1 (n-th Term Test for Divergence): (a) If $\sum_{k=1}^{\infty} u_k$ converges, then $\lim_{k \to \infty} u_k = 0$. (b) If $\lim_{k \to \infty} u_k \ne 0$ (or does not exist), then $\sum_{k=1}^{\infty} u_k$ diverges.
Example: The series $\sum_{k=1}^{\infty} \frac{k}{k+1} = \frac{1}{2} + \frac{2}{3} + \frac{3}{4} + ... + \frac{k}{k+1} + ...$ diverges since $\lim_{k \to \infty} \frac{k}{k+1} = \lim_{k \to \infty} \frac{1}{1+\frac{1}{k}} = 1 \ne 0$.
Algebraic Properties of Infinite Series
Theorem 11.4.3: If $\sum_{k=1}^{\infty} u_k$ and $\sum_{k=1}^{\infty} v_k$ converge, then: (a) $\sum_{k=1}^{\infty} (u_k \pm v_k)$ converges to $\sum u_k \pm \sum v_k$ (b) $\sum_{k=1}^{\infty} c u_k$ converges to $c \sum u_k$ for any constant $c$
Example: Find the sum of $\sum_{k=1}^{\infty} \left( \frac{3}{4^k} - \frac{2}{5^{k-1}} \right)$.
The series $\sum_{k=1}^{\infty} \frac{3}{4^k} = \frac{3}{4} + \frac{3}{4^2} + \frac{3}{4^3} + ...$ is a convergent geometric series (a = ¾, r = ¼), and the series $\sum_{k=1}^{\infty} \frac{2}{5^{k-1}} = 2 + \frac{2}{5} + \frac{2}{5^2} + ...$ is also a convergent geometric series (a = 2, r = 1/5).
Thus, from Theorem 11.4.3(a), the given series converges and $\sum_{k=1}^{\infty} \frac{3}{4^k} - \sum_{k=1}^{\infty} \frac{2}{5^{k-1}} = \frac{3/4}{1-1/4} - \frac{2}{1-1/5} = \frac{3}{2}$.
THEOREM 11.4.4 (The Integral Test): Let $\sum_{k=1}^{\infty} u_k$ be a series with positive terms, and let f(x) be the function that results when k is replaced by x in the formula for $u_k$. If f is decreasing and continuous on the interval $[a, \infty)$, then $\sum_{k=1}^{\infty} u_k$ and $\int_a^{\infty} f(x) dx$ both converge or both diverge.
This theorem allows us to study the convergence of a series by studying a related improper integral over $[1, \infty)$ where the function is the kth term of the series. It's interesting that the integral represents a continuous phenomenon while the summation represents a discrete one.
💡 Why this matters: The integral test provides a powerful bridge between discrete series and continuous functions, enabling us to use calculus techniques to analyze series convergence.
p-Series
A p-series (or hyper-harmonic series) is an infinite series of the form $\sum_{k=1}^{\infty} \frac{1}{k^p} = 1 + \frac{1}{2^p} + \frac{1}{3^p} + ...$.
When p = 1, this becomes the harmonic series: $\sum_{k=1}^{\infty} \frac{1}{k} = 1 + \frac{1}{2} + \frac{1}{3} + ...$.
Theorem 11.4.5 (p-Series Test): A p-series $\sum_{k=1}^{\infty} \frac{1}{k^p}$ converges if $p > 1$ and diverges if $p \le 1$.
⭐ Key Takeaways
The nth partial sum $s_n$ and its limit define the sum of an infinite series, with convergence occurring when the limit exists. Geometric series provide the most fundamental convergence test: they converge to $\frac{a}{1-r}$ only when $|r| < 1$ and diverge otherwise. The n-th term test is the simplest divergence test — if terms don't approach zero, the series must diverge (though terms approaching zero does NOT guarantee convergence, as shown by the harmonic series). The integral test links series to improper integrals, useful for series where the terms resemble a decreasing function. The p-series test gives a clear boundary at p = 1: the harmonic series (p=1) diverges, but any p > 1 yields convergence.
🧠 Quick Revision Questions
- What is the definition of the sum of an infinite series in terms of partial sums?
- Under what condition does a geometric series converge, and what is its sum?
- Does the harmonic series converge or diverge? Explain why this is surprising.
- If $\lim_{k \to \infty} u_k = 0$, does the series $\sum u_k$ necessarily converge? Give a counterexample.
- For what values of p does the p-series $\sum \frac{1}{k^p}$ converge?
📘 Lecture 43 — Additional Convergence Tests
📖 Overview: This lecture develops additional convergence tests for series with positive terms, including the Ratio Test, Root Test, and Limit Comparison Test. These tests provide powerful tools for determining whether a series converges or diverges, especially when the basic comparison test is difficult to apply directly.
🗂️ Topics Covered
The lecture covers the Comparison Test (Theorem 11.5.1), the Ratio Test (Theorem 11.5.2), and the Root Test (Theorem 11.5.3) with an example. It then introduces informal principles for simplifying series terms (Principles 11.6.1 and 11.6.2) with examples, followed by the Limit Comparison Test (Theorem 11.6.3) with an example. Finally, it discusses techniques for applying the Comparison Test with an example.
📝 Lecture Summary
THEOREM 11.5.1 (The Comparison Test)
Let ∑ aₖ and ∑ bₖ be series with nonnegative terms and suppose that a₁ ≤ b₁, a₂ ≤ b₂, a₃ ≤ b₃, ..., aₖ ≤ bₖ. This test compares two series directly. If the "bigger series" ∑ bₖ converges, then the "smaller series" ∑ aₖ also converges. Conversely, if the "smaller series" ∑ aₖ diverges, then the "bigger series" ∑ bₖ also diverges.
💡 Why this matters: This is a foundational test, but it requires finding a suitable comparison series. The remaining tests in this lecture are developed using this concept but are often easier to apply.
THEOREM 11.5.2 (The Ratio Test)
Let ∑ uₖ be a series with positive terms and suppose that ρ = lim (k→∞) uₖ₊₁ / uₖ.
If ρ < 1, the series converges. If ρ > 1 or ρ = +∞, the series diverges. If ρ = 1, the test is inconclusive — the series may converge or diverge, and another test must be tried.
📐 Formula: ρ = lim (k→∞) uₖ₊₁ / uₖ → The limit of the ratio of consecutive terms determines convergence.
THEOREM 11.5.3 (The Root Test)
Let ∑ uₖ be a series with positive terms and suppose that ρ = lim (k→∞) (uₖ)^(1/k).
If ρ < 1, the series converges. If ρ > 1 or ρ = +∞, the series diverges. If ρ = 1, the test is inconclusive — another test must be tried.
📐 Formula: ρ = lim (k→∞) (uₖ)^(1/k) → The limit of the k-th root of the general term determines convergence.
Example (Root Test)
Example: Use the root test to determine whether the series ∑ (from k=2 to ∞) [(4k − 5) / (2k + 1)]^k converges or diverges.
🔑 Definition — Root Test: ρ = lim (k→∞) (uₖ)^(1/k)
📌 Example: For uₖ = [(4k − 5) / (2k + 1)]^k, we compute ρ = lim (k→∞) [(4k − 5) / (2k + 1)^k]^(1/k) = lim (k→∞) (4k − 5) / (2k + 1). As k→∞, this limit equals 2. Since ρ = 2 > 1, the series diverges.
INFORMAL PRINCIPLE 11.6.1
Constant terms in the denominator of uₖ can usually be deleted without affecting the convergence or divergence of the series.
Example (Principle 11.6.1)
Example: Use Principle 11.6.1 to guess whether ∑ (from k=1 to ∞) 1 / (2^k + 1) converges or diverges.
📌 Example: Deleting the constant 1 suggests that ∑ 1/(2^k + 1) behaves like ∑ 1/(2^k). The modified series ∑ 1/(2^k) is a convergent geometric series (r = 1/2). Therefore, the given series is likely to converge.
INFORMAL PRINCIPLE 11.6.2
If a polynomial in k appears as a factor in the numerator or denominator of uₖ, all but the highest power of k in the polynomial may usually be deleted without affecting convergence or divergence.
Example (Principle 11.6.2)
Example: Use Principle 11.6.2 to guess whether ∑ (from k=1 to ∞) 1 / (√(k³ + 2k)) converges or diverges.
📌 Example: Deleting the term 2k suggests that ∑ 1/√(k³ + 2k) behaves like ∑ 1/√(k³) = ∑ 1/(k^(3/2)). The modified series ∑ 1/k^(3/2) is a convergent p-series (p = 3/2 > 1). Therefore, the given series is likely to converge.
THEOREM 11.6.3 (The Limit Comparison Test)
Let ∑ aₖ and ∑ bₖ be series with positive terms and suppose that ρ = lim (k→∞) aₖ / bₖ.
If ρ is finite and ρ > 0, then the series both converge or both diverge.
📐 Formula: ρ = lim (k→∞) aₖ / bₖ → If the limit is a positive finite number, the two series have the same convergence behavior.
💡 Why this matters: This test is powerful because it does not require strict inequality (like the Comparison Test) — only that the ratio of terms approaches a finite positive limit.
Example (Limit Comparison Test)
Example: Use the limit comparison test to determine whether ∑ (from k=1 to ∞) 1 / (2k² − k) converges or diverges.
📌 Example: The given series behaves like ∑ 1/(2k²) = (1/2) ∑ 1/k², which is a constant times a convergent p-series (p = 2). Thus, the given series is likely to converge. Let aₖ = 1/(2k² − k) and bₖ = 1/(2k²). Compute ρ = lim (k→∞) aₖ / bₖ = lim (k→∞) [1/(2k² − k)] / [1/(2k²)] = lim (k→∞) 2k²/(2k² − k) = lim (k→∞) 2/(2 − 1/k) = 1. Since ρ = 1 is finite and positive, and ∑ bₖ converges, Theorem 11.6.3 implies that ∑ aₖ also converges.
The Comparison Test (Application Techniques)
To apply the Comparison Test (Theorem 11.5.1) to a series ∑ uₖ of positive terms, two basic steps are required:
- Guess whether the series ∑ uₖ converges or diverges.
- Find a series that proves the guess to be correct. If the guess is divergence, find a divergent series whose terms are smaller than the corresponding terms of ∑ uₖ. If the guess is convergence, find a convergent series whose terms are bigger than the corresponding terms of ∑ uₖ.
Example (Comparison Test)
Example: Use the comparison test to determine whether ∑ (from k=1 to ∞) 1 / (k − 1/4) converges or diverges.
📌 Example: The series behaves like the divergent harmonic series ∑ 1/k. Since 1/(k − 1/4) > 1/k for k = 1, 2, ..., the given series has terms larger than those of the divergent harmonic series. Therefore, by the Comparison Test, the given series diverges.
⭐ Key Takeaways
The Ratio Test and Root Test are powerful tools for series with positive terms, with ρ < 1 indicating convergence, ρ > 1 divergence, and ρ = 1 being inconclusive. Informal principles (deleting constants or lower-degree polynomial terms) help quickly guess convergence by identifying a simpler comparison series. The Limit Comparison Test is especially useful when informal principles suggest a known series, as it only requires the ratio of general terms to approach a finite positive limit. The standard Comparison Test requires establishing term-by-term inequality, either by finding a smaller divergent series (to prove divergence) or a larger convergent series (to prove convergence). Remember that all these tests require series with positive terms, and the tests are valid only for the tail of the series (behavior as k→∞).
🧠 Quick Revision Questions
- For the Ratio Test, what do ρ < 1, ρ > 1, and ρ = 1 each indicate about the convergence of a series?
- Explain the difference between the Comparison Test and the Limit Comparison Test — which one requires strict inequality between terms?
- Using the informal principles, what simpler series would you compare ∑ 1/(k^5 + 3k − 2) to, and what would you guess about its convergence?
- If you apply the Root Test to a series and get ρ = 0.5, what does this tell you about the series?
- Using the Limit Comparison Test with the harmonic series ∑ 1/k, what would ρ have to be for you to conclude that ∑ uₖ diverges?
📘 Lecture 44 — Alternating Series; Conditional Convergence
📖 Overview: This lecture explores alternating series—infinite series with terms that alternate in sign—and establishes the conditions under which they converge. It also introduces the concepts of absolute and conditional convergence, along with the ratio test for absolute convergence, and concludes by examining power series in x and in (x-a), defining their intervals and radii of convergence.
🗂️ Topics Covered
The lecture begins with an introduction to alternating series and the Alternating Series Test (Theorem 11.7.1), followed by a theorem on error estimation when approximating sums. It then defines absolute and conditional convergence (Definition 11.7.3) and presents Theorem 11.7.4 on the convergence of absolutely convergent series and Theorem 11.7.5 (Ratio Test for Absolute Convergence). Finally, it covers power series in x and in (x-a), including Theorem 11.8.1 on their intervals of convergence and the concepts of radius and interval of convergence.
📝 Lecture Summary
Alternating Series; Alternating Series Test
An alternating series is one whose terms alternate in sign, typically expressed as ∑{k=1}^{∞} (-1)^{k+1} a_k = a_1 - a_2 + a_3 - a_4 + ... where all a_k are positive. The Alternating Series Test (Theorem 11.7.1) states that such a series converges if two conditions are met: (a) the positive terms a_k form a decreasing sequence (a_1 > a_2 > a_3 > ... > a_k > ...), and (b) lim{k→∞} a_k = 0.
Example: The alternating harmonic series ∑{k=1}^{∞} (-1)^{k+1} (1/k) converges because a_k = 1/k > 1/(k+1) = a{k+1} and lim_{k→∞} 1/k = 0. Notably, the ordinary harmonic series diverges, but its alternating version converges.
💡 Why this matters: The alternating series test provides a simple way to confirm convergence for many series that have both positive and negative terms.
Error Estimation in Alternating Series
Theorem 11.7.2 provides a bound on the error when approximating the sum S of a convergent alternating series by its nth partial sum S_n. The absolute error |S - S_n| is less than the first omitted term a_{n+1}, and the sign of the error is the same as the sign of that omitted term.
Example: For the alternating harmonic series, S_7 = 1 - 1/2 + 1/3 - 1/4 + 1/5 - 1/6 + 1/7 = 319/420, and S_8 = 533/840. The true sum S (ln 2) lies between these: 533/840 < S < 319/420. The error |ln2 - S_7| < a_8 = 1/8, and |ln2 - S_8| < a_9 = 1/9.
Absolute and Conditional Convergence
Definition 11.7.3: A series ∑ u_k converges absolutely if the series of absolute values ∑ |u_k| converges. If ∑ u_k converges but ∑ |u_k| diverges, the series is conditionally convergent.
Example: The series 1 - 1/2 - 1/2^2 + 1/2^3 + 1/2^4 - 1/2^5 - ... converges absolutely because the series of absolute values is a convergent geometric series. In contrast, the alternating harmonic series converges conditionally because its absolute value series is the divergent harmonic series.
Theorem 11.7.4: If a series converges absolutely, then it converges. However, if ∑ |u_k| diverges, no conclusion can be drawn about ∑ u_k; it may converge conditionally (as with the alternating harmonic series) or diverge (as with -1 - 1/2 - 1/3 - ...).
Theorem 11.7.5 (Ratio Test for Absolute Convergence): For a series ∑ u_k with nonzero terms, let ρ = lim_{k→∞} |u_{k+1}/u_k|. If ρ < 1, the series converges absolutely (and hence converges). If ρ > 1 or ρ = +∞, the series diverges. If ρ = 1, the test is inconclusive.
Example: The series ∑_{k=1}^{∞} (cos k)/k^2 converges absolutely because |cos k|/k^2 ≤ 1/k^2, and ∑ 1/k^2 converges by the comparison test, so by Theorem 11.7.4, the original series converges.
Power Series in x
A power series in x is an infinite series of the form ∑_{k=0}^{∞} c_k x^k = c_0 + c_1 x + c_2 x^2 + ... + c_k x^k + ... Theorem 11.8.1 states that for any such series, exactly one of three cases holds: (a) it converges only for x = 0; (b) it converges absolutely for all real x; or (c) it converges absolutely for all x in a finite open interval (-R, R) and diverges for |x| > R. At the endpoints x = ±R, the series may converge absolutely, converge conditionally, or diverge.
The interval of convergence is the set of x for which the series converges, and R is the radius of convergence.
Example: For the series ∑_{k=1}^{∞} x^k / k, applying the ratio test gives ρ = |x|. The series converges absolutely for |x| < 1 (so R = 1) and diverges for |x| > 1. At x = 1, the series becomes ∑ 1/k (harmonic), which diverges. At x = -1, it becomes ∑ (-1)^k / k (alternating harmonic), which converges conditionally. Thus the interval of convergence is [-1, 1).
Power Series in x-a
A power series in (x-a) is of the form ∑_{k=0}^{∞} c_k (x - a)^k = c_0 + c_1 (x - a) + c_2 (x - a)^2 + ... Theorem 11.8.1 (generalized) states that for any such series, exactly one of three cases holds: (a) it converges only for x = a; (b) it converges absolutely for all real x; or (c) it converges absolutely for all x in a finite open interval (a - R, a + R) and diverges for |x - a| > R. At the endpoints, behavior may vary. The interval of convergence is centered at x = a.
Example: The series ∑_{k=0}^{∞} (x - 1)^k / (k+1) has a = 1. Its interval of convergence is centered at 1.
⭐ Key Takeaways
The Alternating Series Test provides a crucial method for determining convergence of series with alternating signs, relying on decreasing positive terms that approach zero. Error bounds for alternating series approximations are straightforward: the error is less than the first omitted term. Absolute convergence is a stronger condition than ordinary convergence, and the ratio test for absolute convergence is a powerful tool for determining convergence of series with arbitrary signs, including power series. Power series in x have an interval of convergence centered at 0 (or at a for power series in x-a), with a radius of convergence R that can be found using the ratio test; endpoints must be checked separately.
🧠 Quick Revision Questions
- State the two conditions of the Alternating Series Test.
- If a convergent alternating series is approximated by its 10th partial sum, what is the bound on the absolute error?
- What is the difference between absolute convergence and conditional convergence?
- For a power series ∑ c_k x^k, what does the ratio test (ρ = lim |u_{k+1}/u_k|) tell you about the radius of convergence?
- How is the interval of convergence different from the radius of convergence?
📘 Lecture 45 — Taylor and Maclaurin Series
📖 Overview: This lecture addresses the problem of approximating functions using polynomials near a specific point. It introduces the systematic construction of Taylor and Maclaurin polynomials, which match a function and its derivatives at a point, providing excellent local approximations. The lecture demonstrates this method for the exponential function ( e^x ) and discusses the concept of convergence to the Taylor series.
🗂️ Topics Covered
The lecture begins by stating the problem of approximating a function by a polynomial near a given point ( a ). It then derives the coefficients of a Maclaurin polynomial by matching function values and derivatives at ( a=0 ), leading to a general formula. This is illustrated with an example for ( e^x ). The discussion then extends to Taylor polynomials centered at a general point ( x=a ) and introduces the Taylor and Maclaurin series as the limit of these polynomials as the degree approaches infinity.
📝 Lecture Summary
One of the early applications of calculus...
The lecture opens by stating that one of the early applications of calculus was computing approximate values for functions like ( \sin x, \ln x, ) and ( e^x ) using polynomial approximations.
Problem
The central problem is: Given a function f and a point a on the x-axis, find a polynomial of specified degree that best approximates the function f in the “vicinity” of the point a. The strategy is to choose the polynomial's coefficients so that its value and the values of its first ( n ) derivatives match those of ( f ) at the point ( a ). For simplicity, this is first done for the case ( a=0 ).
Suppose that we are interested in approximating a function f...
For a polynomial ( P(x) = c_0 + c_1x + c_2x^2 + \dots + c_n x^n ), we impose ( n+1 ) conditions at ( x=0 ): ( f(0) = P(0), f'(0) = P'(0), f''(0) = P''(0), \dots, f^{(n)}(0) = P^{(n)}(0) ). By computing the derivatives of ( P(x) ), we find: ( P(0) = c_0, P'(0) = c_1, P''(0) = 2!c_2, P'''(0) = 3!c_3, \dots, P^{(n)}(0) = n!c_n ). Thus, the coefficients are determined by: ( c_0 = f(0), c_1 = f'(0), c_2 = \frac{f''(0)}{2!}, c_3 = \frac{f'''(0)}{3!}, \dots, c_n = \frac{f^{(n)}(0)}{n!} ). This defines the Maclaurin polynomial of degree ( n ) for ( f ).
Example: Find the Maclaurin polynomials P₀, P₁, P₂, P₃, and Pₙ for eˣ.
Let ( f(x) = e^x ). All its derivatives are also ( e^x ), so ( f^{(k)}(0) = e^0 = 1 ) for all ( k ). The Maclaurin polynomials are:
- ( P_0(x) = f(0) = 1 )
- ( P_1(x) = f(0) + f'(0)x = 1 + x )
- ( P_2(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 = 1 + x + \frac{x^2}{2!} )
- ( P_n(x) = 1 + x + \frac{x^2}{2!} + \dots + \frac{x^n}{n!} )
🔑 Definition — Maclaurin polynomial of degree ( n ) for a function ( f ): ( P_n(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \frac{f'''(0)}{3!}x^3 + \dots + \frac{f^{(n)}(0)}{n!}x^n ) → This polynomial's value and first ( n ) derivatives match ( f ) at ( x=0 ).
📐 Formula: ( P_n(x) = \sum_{k=0}^n \frac{f^{(k)}(0)}{k!}x^k ) → A compact way to write the Maclaurin polynomial.
📌 Example: For ( f(x) = e^x ), ( P_2(x) = 1 + x + \frac{x^2}{2} ). Near ( x=0 ), ( e^{0.1} \approx P_2(0.1) = 1 + 0.1 + 0.005 = 1.105 ). The actual value is 1.10517, showing a good approximation.
💡 Why this matters: These polynomials provide a way to calculate function values to any desired accuracy near a point, which was historically crucial for creating mathematical tables.
Graphs of eˣ and first four Maclaurin polynomials are shown here.
The graphs of ( P_1(x), P_2(x), P_3(x) ) are virtually indistinguishable from that of ( e^x ) near the origin, so these polynomials are good approximations near the origin. However, away from the origin, they do not give a good approximation. This highlights that Maclaurin polynomials are locally accurate.
To obtain polynomial approximations of f(x) that have their best accuracy near a general point x=a...
For a general point ( x = a ), we express the polynomial in powers of ( (x-a) ): ( P(x) = c_0 + c_1(x-a) + c_2(x-a)^2 + \dots + c_n(x-a)^n ). By matching derivatives at ( x=a ), we find the coefficients: ( c_k = \frac{f^{(k)}(a)}{k!} ).
🔑 Definition — Taylor polynomial of degree ( n ) for ( f ) about ( x=a ): ( P_n(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \dots + \frac{f^{(n)}(a)}{n!}(x-a)^n ) → This polynomial approximates ( f ) near ( x=a ).
Taylor and Maclaurin Series
For a fixed ( x ) near ( a ), the approximation by the Taylor polynomial ( P_n(x) ) should improve as ( n ) increases, since higher-order derivatives match. It is plausible that the value of ( P_n(x) ) might converge to ( f(x) ) as ( n \to \infty ). This leads to the Taylor series for ( f ) about ( x=a ): ( f(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \dots = \sum_{k=0}^{\infty} \frac{f^{(k)}(a)}{k!}(x-a)^k ).
🔑 Definition — Taylor series: An infinite series representation of a function, ( f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n ), where ( a ) is the center of expansion.
🔑 Definition — Maclaurin series: The special case of a Taylor series where the center ( a = 0 ), so ( f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!}x^n ).
📌 Example: The Maclaurin series for ( e^x ) is ( e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!} ). This series converges to ( e^x ) for all real ( x ).
⭐ Key Takeaways
The most critical concept is that Taylor and Maclaurin polynomials and series provide a systematic method for approximating functions using polynomials by matching derivatives at a single point, ensuring high accuracy near that point. The coefficients are uniquely determined by the function's derivatives at the expansion point. While Maclaurin polynomials are centered at zero, Taylor polynomials are centered at any general point ( a ). The Maclaurin polynomials for ( e^x ) are a classic example, where ( P_n(x) = 1 + x + x^2/2! + \dots + x^n/n! ). Ultimately, the limit of these polynomials as the degree goes to infinity is the Taylor or Maclaurin series, which may converge to the original function.
🧠 Quick Revision Questions
- What are the conditions used to determine the coefficients of a Maclaurin polynomial of degree ( n ) for a function ( f )?
- Write the formula for the Maclaurin polynomial of degree 3 for a general function ( f ).
- What is the Maclaurin polynomial of degree 2 for ( f(x) = e^x ), and how does it approximate ( e^{0.2} )?
- How does the formula for a Taylor polynomial centered at ( x = a ) differ from a Maclaurin polynomial?
- What is the definition of the Taylor series for a function ( f ) about a point ( a )?