Summation of rectangular areas (calculus) problem.

AI Thread Summary
The discussion centers on calculating the area under the curve y = x^2 + 2x from x=0 to x=3 using summation of rectangles. The user divides the interval into n equal parts and expresses the area as a sigma notation involving k. They seek guidance on isolating k^2 in the summation to apply known formulas for limits. Clarification is provided that their approach is mathematically valid and they are close to completing the problem. The final step involves evaluating the limiting value of their expression as n approaches infinity to find the area.
singleton
Messages
119
Reaction score
0
Good evening. I'm having a little difficulty with the summation of rectangular areas when finding the area under a curve.

Question:
Using summation of rectangles, find the area enclosed between the curve y = x^2 + 2x and the x-axis from x=0 to x=3.

Well, I start by dividing the interval (from x=0 to x=3) by n equal parts to find the width of each rectangular area.
=3/n

Then I begin using sigma notation (I'm new at this)
Sum of rectangular areas
= \sum_{k=1}^n\ f(x) * (3/n)
= \sum_{k=1}^n\ [(k * 3/n)^2 + 2(k * 3/n)] * (3/n)
= \sum_{k=1}^n\ [k^2 * (3/n)^2 + 2 * k * (3/n)] * (3/n)
= \sum_{k=1}^n\ [k^2 * (3/n) + 2k] * (3/n)^2
= 9/n^2\sum_{k=1}^n\ [k^2 * (3/n) + 2k)]

Now my main problem is that I'm trying to isolate the k^2 so that I can write out the summation formula for it and then go to limits and discover the area under the curve.

eg
\sum_{k=1}^n\ k^2
would become
n(n+1)(2n + 1) / 6
and I could go straight to the limits
 
Last edited:
Physics news on Phys.org
I'm not sure what your difficulty is - it appears you're right on the mark!
 
The difficulty is that I don't know -how- to isolate the k^2 :(

I know very little about using this sigma notation, the only rule I know is that when you have sigma(ak + b) you can rewrite as:
sigma(ak) + sigma(b)
=(a)sigma(k) + (b)sigma(1)

where a and b are constants.

for me, the problem is that there is a variable on the other side of the addition--2k that is...

Again, I know very little of the rules of sigma notation. Perhaps there is a way to rewrite this? I'm not wanting the answer for the area--rather just a more manageable way for me to put it to limits ;)

Or is it already to go? I had just figured I could "do more" to it.

Thanks again!
 
Could you experts tell me if what I'm doing below is "legal" in terms of math

9/n^2\sum_{k=1}^n\ k^2 * (3/n) + 2k
becomes
= 9/n^2[\sum_{k=1}^n\ k^2 * (3/n) + \sum_{k=1}^n\ 2k]
= 9/n^2 [(3/n)\sum_{k=1}^n\ k^2 + 2\sum_{k=1}^n\ k]

And then the first sigma notation would become
n(n + 1)(2n + 1)
--------------
6

and the second sigma notation would become
n(n + 1)
--------
2

and I could then expand the 9/n^2 on it and evaluate the limits? This is probably really stupid question but yesterday was the first day I worked with this notation :D
 
Single,

Sorry for the late reply - I lost track of you there!

What you did is fine and you're basically done. Now just ask yourself what the limiting value of your expression is as you let n go to infinity.
 
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...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top