Breaks the interval [0,8] into sub-intervals of length 2.
Definite Integral as Area Under a Curve
Area under the curve y=f(x) between a and b.
Break the interval [a,b] into n sub-intervals of equal length Δx.
Approximate the area using rectangles. The height of the i-th rectangle is f(xi).
Area of one rectangle: f(xi)Δx.
Riemann sum: ∑<em>i=0n−1f(x</em>i)Δx. This is an approximation of the area under the curve.
The actual area A is the limit of the Riemann sum as n approaches infinity: A=lim<em>n→∞∑</em>i=0n−1f(x<em>i)Δx=∫</em>abf(x)dx
The definite integral represents the area under the curve y=f(x) between the lines x=a and x=b.
Area Between Two Curves
Two curves f(x) and g(x) defined on the interval [a,b], where f(x)≥g(x) for all x in [a,b] (i.e., f is above g).
Break the interval [a,b] into sub-intervals of equal length Δx.
The height of a representative rectangle between the curves is f(x<em>i)−g(x</em>i).
The area of the rectangle is (f(x<em>i)−g(x</em>i))Δx.
The approximate area between the curves using n rectangles is given by the Riemann sum: ∑<em>i=0n−1(f(x</em>i)−g(xi))Δx
The definite integral representing the area between the curves is the limit of the above Riemann sum as n approaches infinity: A=lim<em>n→∞∑</em>i=0n−1(f(x<em>i)−g(x</em>i))Δx=∫ab(f(x)−g(x))dx
Special Cases
If g(x)=0, then A=∫abf(x)dx, which is the area under the curve y=f(x) and above the x-axis.
If f(x)=0, then A=∫<em>ab−g(x)dx=−∫</em>abg(x)dx. If g(x) is below the x-axis, then −g(x) makes the area positive.
Example: Area with Negative Function
Consider y=sin(x) and the interval [π,2π].
Since sin(x) is negative in this interval, the area under the curve is considered negative.
To find the positive area, we can consider y=−sin(x), which reflects the function about the x-axis, making it positive.
The integral ∫π2π−sin(x)dx gives the positive area under the curve y=−sin(x) which corresponds to the absolute value of the signed area from the original function.
Example: Enclosed Area Between Two Curves
Find the area enclosed between f(x)=4x−x2 and g(x)=3x2.
First, find the intersection points by setting f(x)=g(x). 4x−x2=3x2⟹4x2−4x=0⟹4x(x−1)=0. The functions intersect when x=0 and x=1.
Determine which function is greater on the interval [0,1]. At x=21, f(21)=4(21)−(21)2=2−41=47 and g(21)=3(21)2=43. Since f(\frac{1}{2}) > g(\frac{1}{2}), we have f(x)≥g(x) on [0,1].
The area is given by the integral: A=∫<em>01(f(x)−g(x))dx=∫</em>01(4x−x2−3x2)dx=∫01(4x−4x2)dx
Evaluating the integral: A=[2x2−34x3]01=2(1)2−34(1)3−(0)=2−34=32.
Example: Area of a Circle
Find the area of a circle with radius r centered at the origin using integration.
Consider the functions f(x)=r2−x2 and g(x)=−r2−x2, representing the upper and lower halves of the circle, respectively.
We know the radius of the circle is r, the intersection happens at x=−r and x=r.
The area is given by the integral: A=∫<em>−rr(f(x)−g(x))dx=∫</em>−rr(r2−x2−(−r2−x2))dx=2∫−rrr2−x2dx
The integral can be solved using the substitution x=rcos(u). (See Lecture 27 for details).
The result of the integral is: A=πr2.
Example: Absolute Value and Piecewise Functions
Functions: f(x)=x+2 and g(x)=x on the domain [0,4].
Define a new function h(x)=∣f(x)−g(x)∣=∣x+2−x∣.
Determine when f(x)≥g(x) and when f(x) < g(x).
Find the intersection point: x+2=x⟹x+2=x2⟹x2−x−2=0⟹(x−2)(x+1)=0
The intersection is at x=2 (since we are considering x≥0).
Between 0 and 2, x+2≥x, and between 2 and 4, x > \sqrt{x + 2}.
Thus, the piecewise function h(x) is defined as: h(x)={x+2−x,x−x+2,amp;if 0≤x≤2amp;if 2lt;x≤4
The area between the curves is given by breaking up the integral into two parts: A=∫<em>04∣x+2−x∣dx=∫</em>02(x+2−x)dx+∫24(x−x+2)dx
Volumes of Revolution by the Disc Method
Consider a curve y=f(x) defined on the interval [a,b] and rotate the curve about the x-axis.
This rotation generates a solid of revolution, and we want to find its volume.
Method
Divide the interval [a,b] into n sub-intervals of equal length Δx.
Consider a representative rectangle with height f(xi) and width Δx.
When this rectangle is rotated about the x-axis, it forms a disc (a cylinder with a small height) with radius f(xi) and thickness Δx.
The volume of this disk is given by: π[f(xi)]2Δx=πy2Δx
Approximate the total volume by summing the volumes of all the discs: V≈∑<em>i=0n−1π[f(x</em>i)]2Δx
Take the limit as n approaches infinity to get the exact volume: V=lim<em>n→∞∑</em>i=0n−1π[f(x<em>i)]2Δx=∫</em>abπ[f(x)]2dx=∫abπy2dx
Example: Rotating y=x2 about the x-axis
Rotate y=x2 over the interval [0,1] about the x-axis.
The volume is given by: V=∫<em>01π(x2)2dx=π∫</em>01x4dx
Evaluating the integral: V=π[51x5]01=π(51(1)5−0)=5π.
Example: Rotating y=x about the x-axis
Rotate y=x over the interval [0,1] about the x-axis.
The volume is given by: V=∫<em>01π(x)2dx=π∫</em>01xdx
Evaluating the integral: V=π[21x2]01=π(21(1)2−0)=2π.
Example: Cone
Given the line y=(1/2)x between 0 and 2, calculate the volume that is obtained after rotating the line about the x axis
V=∫<em>02π(2x)2dx=π∫</em>024x2dx=4π∫02x2dx
V=4π[3x3]02=4π(38−0)=32π.
Deriving the Volume Formula for a Cone
Consider the line y=hrx over the interval [0,h]. When rotated about the x-axis, it forms a cone.
At x=h, y=hr(h)=r, so the cone has height h and radius r.
The volume is given by: V=∫<em>0hπ(hrx)2dx=πh2r2∫</em>0hx2dx
Evaluating the integral: V=πh2r2[3x3]0h=πh2r2(3h3−0)=31πr2h.
Rotation around the y-axis
Consider the volume obtained by rotating the formula about the y-axis.
Rotate y=x2 about the y-axis over the interval [0,1]. Now use x=y
V=∫<em>01π(y)2dy=π∫</em>01ydy=π[2y2]01=2π.
Volume Between Curves by Rotation Around the y-axis
x=y from y=x2 and the line x=1 rotate the defined region around the y-axis to define the volume.
V=∫<em>01π∗12dy−∫</em>01π(y)2dy
This volume takes the volume from a filled circular cylinder and cuts out the portion that we don't want which is defined by x=y