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.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
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 hanging 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