Is Mid(n) an Underestimate for Trapezoid Integration on an Increasing Function?

AI Thread Summary
TRAP(n) represents the trapezoidal approximation of the integral F(x) dx from a to b using n trapezoids. It is established that TRAP(n) equals the average of Left(n) and Right(n), where Left(n) uses the left endpoint for rectangle heights. The discussion highlights that for a function f that is increasing and has a positive second derivative (f'' > 0), the midpoint approximation Mid(n) underestimates the integral. This is due to the curvature of the function, which causes the midpoints to fall below the actual function values. The conclusion emphasizes the relationship between the function's properties and the accuracy of the Mid(n) approximation.
chjopl
Messages
21
Reaction score
0
For F(x) dx from a to b show TRAP(n)=Left(n) + 1/2 (f(b)-f(a))*delta x
 
Physics news on Phys.org
I assume that TRAP(n) is the value you would get using n trapezoids to approximate the area. Is Left(n) the approximation using rectangles with height the left endpoint?

If so, you might note that TRAP(n)= (Left(n)+ Right(n))/2 and that the sums involved in Left(n) and Right(n) differ only at the two endpoints.
 
Thanks for the help but now i have another problem
Let f''> 0 and suppose f is increasing on [a,b], show that Mid(n) is an underestimate for f(x) dx from a to b.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top