Jump to content

Course:MATH103/Archive/2010-2011/207/Lectures/Lecture04

From UBC Wiki
Faculty of Science
Department of Mathematics
Course Pages
Course Policies
Math Solvers
Exams
Quizzes
Assignments
Lectures

Lecture 4

Readings For This Lecture

Keshet Course Notes:

  • Chapter 2, Pages 33 to 42

Summary

1. Reviewed the solution to question 10 in [Lecture 2].
2. Riemann Sums

Example 1: Find the area of f(x) = 2-x. Interval: 0 to 2
2 methods to do this:
A) Using Area=12*bh=12*2*2=2
B) Using the right end points for rectangle height: 022xdx= limN i=1N 2N*[2 2iN]
Using the midpoints points for rectangle height: 022xdx= limN i=1N 2N*[2( 2iN 1N)]
which is equivalent to: 022xdx= limN i=0N1 2N*[2( 2iN+ 1N)]
Using the left end points for rectangle height: 022xdx= limN i=1N 2N*[2 2(i1)N]
which is equivalent to: 022xdx= limN i=0N1 2N*[2 2iN]

We continue with the following and proceed to evaluate the answer:
limN 2N i=1N1[2 2iN]

=limN 2N[ i=1N2 2N i=1Ni]

=limN4 2(N+1)N

=4limN 2N+2N

=4(limN 2+2N)

=42+0

=2


Example 2:

Exercises

1. Find the area between the two functions y=x2 and y=2x2. You should solve this problem by setting it up as a sum of rectangular strips.


2. Determine the function f(x) and the interval on the x-axis such that the expression below is equal to the area under the graph of f(x) over the given interval:

limni=1n2n(2in)2.


3. Use Riemann sums to find an expression for the area under the graph of

y=x2+2x+1,axb.


4. Use geometric arguments to compute the area of 11(1x)dx.


5. Use geometric arguments to compute the area of 224x2dx.


6. Consider the shape of a symmetric (about the x-axis) leaf, given by the function y=x2(1x). Given this choice of function for the top edge of the leaf, we know the leaf has length 1. Find the width of the leaf (the distance between the top and bottom edge at its widest point). Find the area of this leaf by dissecting the shape into rectangles.