Estimate the area under the graph of f(x) =x^2 + 4x from x=1 to x=9

AI Thread Summary
To estimate the area under the graph of f(x) = x^2 + 4x from x=1 to x=9 using 4 rectangles and left endpoints, the first step is calculating delta x, which equals 2. The left endpoints used are x0 = 1, x1 = 3, x2 = 5, and x3 = 7. The area approximation is calculated using the left endpoint formula, resulting in L4 = 2*(1^2 + 4*1) + 2*(3^2 + 4*3) + 2*(5^2 + 4*5) + 2*(7^2 + 4*7) = 208. A correction was made regarding the starting point of x, confirming that the left endpoints should indeed start at 1. The final area estimation under the curve is clarified through this process.
ProBasket
Messages
140
Reaction score
0
Estimate the area under the graph of f(x) =x^2 + 4x from x=1 to x=9 using 4 approximating rectangles and left endpoints.

first i had to find delta x, so i did 9-1/4 = 2
which means x0 = 0, x1 = 2, x2= 4, x3=6 (since I'm using left endpoints, i include x0)

after that, i just plug it in the left end point formula:
L4 = 2*0 + 2*12 + 2*32 + 2*60 = 208

i done the calculations many time and get the same answer, am i missing something?
 
Physics news on Phys.org
the x's should be 1,3,5,7... you started at 1
 
ah, i see. thanks for the help.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top