Foo - Rudimentary question about finding upper/lower bound of integral

Bikeforums.net is a forum about nothing but bikes. Our community can help you find information about hard-to-find and localized information like bicycle tours, specialties like where in your area to have your recumbent bike serviced, or what are the best bicycle tires and seats for the activities you use your bike for.




phantomcow2
05-29-09, 10:29 PM
Okay I am taking Calculus 2 this summer at my local university. It's a summer course so it's faster and therefore harder. I don't have a lot of access to help

Use the min-max inequality to find the upper and lower bounds for the value of the integral from 0 to 1 of 1/(1-t^2)

the lower bound can be found by f(minimum) * (b-a) and the upper by f(maximum) * (b-a)

So when they say f(min) and max, what exactly do they mean? To find a function's minimum I would set the first derivative equal to zero. Do I plug this x value -- where the minimum occurs at -- or the y value, what the minimum value is, into the equation?


MrCrassic
05-29-09, 11:10 PM
I believe you input the minimum value that you found. I might be wrong; someone please verify.

phantomcow2
05-29-09, 11:52 PM
So by this you mean what the minimum/maximum is, the y value? I just want to be 100% clear. I think you're right.


apricissimus
05-30-09, 08:42 AM
No, this is wrong! Plug in the x-value where the min/max occurs at.

Suppose f(x) has a maximum on [a,b] at x_1 and a minimum at x_2.

Then the upper bound your looking for would be f(x_1)*(b-a) and the lower bound would be f(x_2)*(b-a). This is equivalent to max*(b-a) and min*(b-a), respectively.

Note that all you're doing is finding the smallest rectangle that entirely covers the actual area of the integral for the upper bound, and the largest rectangle that is entirely covered by the actual area of the integral for the lower bound.