Use the definition of the definite integral (with right hand rule) to evaluate

macilath
Messages
1
Reaction score
0

Homework Statement


Use the definition of the definite integral (with right hand rule) to evaluate the following integral from -3 to 2
\int(4x^2-9x+2)dx

Homework Equations


\int from a to b of f(x)dx = limit as n\rightarrow\infty of \sum f(xi)\Deltax. i = 1

The Attempt at a Solution


I found delta x = (b-a)/n, so delta x = 5/n.
Then,
limit as n\rightarrow\infty of \sum (4(i/n)^2-9(i/n)+2)(5/n).
I distributed the (5/n) out, and a little algebra later, got that
limit as n\rightarrow\infty of \sum ((20i^2)/n^3)-(45i/n^2)+(10/n).
This is where I get stuck, I'm not sure how to simplify this to evaluate the limit.

Thanks for any help!

Edit: Sorry for sloppy forum code. LaTEX is new to me.
 
Last edited:
Physics news on Phys.org
Assuming you've done all the math right up to this point, you just need some summation formulas to finish evaluating the integral.

k = nk

i = n(n+1)/2

i2 = n(n+1)(2n+1)/6
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top