integral question will post with editor
\[\int\limits_{0}^{6}(6x+1)dx \] compute as a limit of a Riemann square
if it is two different equations not sure how to get different values for a nad b
\[\int\limits_{0}^{b}f(x)-\int\limits_{0}^{a}f(x)\]
c=3?
Although I don't have the energy to stick with you throughout the entire solution of this problem, perhaps I can give you info to help you get started. First of all, you don't need\[\int\limits\limits_{0}^{b}f(x)-\int\limits\limits_{0}^{a}f(x)\]
ok
You are integrating from x=0 to =6. Thus, your a = 0 and your b=6. Supposing that you subdivide the interval [0,6] into n subdivisions, how wide is each subdivision? Call it delta x:\[\Delta x=\frac{ b-a }{ n }\] With your known b values, and the general divisor n, what is the width of each subinterval?
You will be doing this calculation again and again when working with Riemann Sums.
That's fine, 'though I'd prefer you label it and call it delta x:\[\Delta x=\frac{ b-a }{ n }=\frac{ 6-0 }{ n }=\frac{ 6 }{ n }\]
Next, DH, you need to develop a formula for the n x-values that you're going to use. Have you developed such formulas before?
\[\Delta x=6/n\]
Great. Now a formula for \[x _{i}\]might be ... what ??
that letter " i " is just a counter; it begins with 1 and ends with n.
f(ck)=(ck)^2 = (ka/n)^2 = k^2a^2/n^2
ive done loops in another class
I would like to present the formula I normally use for these x values. Remembering that i is just a counter, \[x _{i}=a+(n-1)*\Delta x\]with i beginning at 1 and ending at n. Have you seen this formula before in the context of Riemann Sums?
yes, with a different notation
6 [ (6^2/2) - (0^2/2) ] = 108 i know that is wrong
All right, DH. Since our a = 0, the formula for the n x-values then becomes\[x _{i }=(i-1)\frac{ 6 }{ n }\] with i starting at 1 and ending at n.
Takes a while to get through this kind of problem...please let's do it step by step.
ok, thank you
so Xo=-6/n ?
For example, if i = 1, 2, 3, we get the x-values 6/n, 2(6/n), 3(6/n), and so on. OK with that? Actually, DH, I'm using "right end points," so there won't be an Xo at all. Using right end points is often the easiest approach.
ok
OK. We're almost ready to add up the areas of lots and lots of vertical strips of width 6/n and height \[f(x _{i})=6x _{i}+1.\] That's just your original function, f(x)=6x+1, with \[x _{i}\]substituted for x. OK?
ok
Remembering that each rectangle has area (height)*(width), we want the sum of billions of little rectangles:\[\sum_{i=1}^{n}[6((i-1)*(6/n)+1)]*(6/n)\] .
The expression inside [ ] represents the heights of the rectangles and the final 6/n represents the width of each. OK?
yes
We could simplify this by factoring two of the three 6's out:\[6*6*\sum_{i=1}^{n}[(i-1)*(6/n)+1](1/n)\]
ok
At this point I'm going to ask you whether you know what needs to be done next. We need to be able to apply two special summation formulas which I imagine you have seen before. One of them is \[\sum_{i=1}^{n}i=\frac{ n(n+1) }{ 2 }\]
and the other is \[\sum_{i=1}^{n}1=n\]
Familiar with these?
yes
So, time to pick your brains. What's our next step?
= n(n+1)(2n+1)/6
That's the next formula, and is fine. But I was asking what the next step in the Riemann Sum approach to solving your posted math problem would be. We have\[6*6*\sum_{i=1}^{n}[(i-1)*(6/n)+1](1/n)....\].... Now what?
sorry lost connection
start loop
Not quite. We have to multiply out the expression to the right of the summation symbol so as to obtain forms that look like either \[\sum_{?}^{?}i ~or~\sum_{?}^{?}1\]
so that we can take advantage of the simplifying formulas we discussed 3 minutes ago.
ok
What I'm getting looks like this:\[6*6[\sum_{i=1}^{n}\frac{ 6 }{ n }i-\sum_{i=1}^{n}\frac{ 6 }{ n }+\sum_{i=1}^{n}1]\frac{ 1 }{ n }\]
ok
Pretty awful, no??? Are you going to be around tomorrow at any time? As I said before, I'm not sure I can take you all the way through this problem solution tonight, but if it's not urgent and you have time tomorrow, i could help you further then.
In any case I strongly encourage you to copy down everything you think is important here, for future reference, so we won't have to type it all over again.
sounds good, i work until 3 so will be online from 3 to 5 tomorrow. I have it all wrote down. Thank you for taking the time
cent
l
central time
Before we stop, let me suggest something that would simplify this probelm solution: Treat 6x and 1 as separate functions, finding the Riemann Sum for each; in the end, you just add the results together. Considerably easier and less confusing.
I'm in California and see that it's 9 : 24 p.m. What time have you?
11:25
pm in oklahoma
So that would mean 2 hours earlier in the day for me; your 3-5 p.m. would be my 1-3 p.m., right?
correct
OK. I'll try my best to be online when you are. I do need to get 3 sets of income tax returns mailed; that's the only obstacle. Great working with you. Til later, then. Good night.
is that good for you, can be on at this time tomorrow also starting at 7pm your time
thank you.
My pleasure. Actually the 7 p.m. (my time) arrangement would be much better for me than mid-day.
Private message me through OpenStudy when you're on or about to go on...I check my OS messages frequently.
sounds good be on here around 7pm tomorrow night. Will do.
:)
hello
Hello... glad you're back!
you too
Last night we looked at finding the definite integral of f(x) = 6x+1 from 0 to 6 using Riemann Sums. Have you had an opp to look over any of our previous discussion yet?
briefly
In any case, I would like to start by focusing solely on the 6x part of the integrand, and take care of the +1 part later. Makes this process a bit easier to undrstand.
Have you a textbook or any other resource that presents you with the definition of Riemann Sums?
ok, I think I understand that part has you take the integral of 6x which is 6^2/2 - 0^2/2
What you just did here, DH, was to apply the power rule for integration. Of course you can do that, but I'd thought you wanted to use Riemann Sums.
\[Sn = \sum_{i=1}^{n} F (a + k((b - a)/n)(b-a)/n\]
\[\int\limits_{0}^{6}6x dx=6\frac{ x ^{1+1} }{ 1+1 } \]
i do
evaluated from 0 to 6. But we're supposed to use Riemann sums.
ok
OK. Now looking at the formula you've just typed in, I see you have it correct. This formula is equivalent to the definite integral of your function F(x) from a to b. Let's look just at the 6x term and find the def integ of that from 0 to 6, using Riemann sums. From last night, the width of each thin vertical strip is (b-a)/n, or ... what?
6/n
\[\Delta x=\frac{ b-a }{ n }\]
Correct, and so we next want a formula for the n x values. May I borrow what we developed last night, or want to go through the procedure of finding that formul again?
i have it wrote down
i have a question
Correct, and so we next want a formula for the n x values. May I borrow what we developed last night, or want to go through the procedure of finding that formul again?\[x _{i}=a+i \Delta x\]
By all means go ahead with your question.
when going from Xi=(i-1) to F
oops
when going from Xi= (i-1) to F(Xi)=6Xi +1 Why did we change the sign before the 1?
just because the given question?
No, our formula for xi is completely independent of the function being addressed. The formula for xi that I'm giving you tonight is a bit simpler in that I ditched the (i-1) part and am letting i begin at 0 (instead of at 1 like last night) and go to n.
ok
Here, delta x is 6/n, as you said before, so the formula for the ith x value becomes \[x _{i}=i \frac{ 6 }{n }\]
with i beginning at zero and going up to n.
If you can accept this, then our function f(x) = 6x becomes f(xi) = 6(i[6/n]), or
\[f(x)=6x \rightarrow f(x _{i})=6(i \frac{ 6 }{ n })\]
I am purposely leaving out the +1 part of your f(x) = 6x + 1.
ok
Join our real-time social learning platform and learn together with your friends!