Calculus problem #2186

Calculus Level 1

What is the Riemann sum of the function f ( x ) = x 3 6 x f(x)= x^3-6x is in the interval [ 0 , 6 ] [0, 6] , if we divide it into 3 equal parts and use the midpoint of each interval?


The answer is 198.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Krishna Karthik
Jan 9, 2019

I made a program that calculated definite integrals using midpoint rectangle approximation. That is how I solved the question.

Just run the code answering 3 midpoints, top bound=6, and bottom bound=3, and it'll give you the answer.

https://repl.it/@PhysicsAndMath/Numerical-integration-Midpoint-Rule

Ricky Escobar
Dec 17, 2013

Using the Riemann sum formula we have $$S=\frac{1}{2}\left( f \left(\frac{1}{2}\right)+f(1)+f \left(\frac{3}{2}\right)+f(2)+f \left(\frac{5}{2}\right)+f(3) \right)$$ $$=\frac{1}{2}\left( -\frac{23}{8}-5-\frac{45}{8}-4+\frac{5}{8}+9 \right)$$ $$=-\frac{63}{16}=\boxed{-3.9375}.$$

@Ricky Escobar Post your answer clearly or do it in a sheet of paper, take a picture of it and then post it.

Tasneem Khaled - 3 years, 10 months ago

Given our function f ( x ) = x 3 6 x f(x)=x^3-6x , the Riemann sum as taken from the right is thus:

1 2 i = 1 6 f ( i / 2 ) \frac{1}{2}\displaystyle \sum_{i=1}^6 f(i/2)

1 2 ( f ( 1 2 ) + f ( 1 ) + f ( 3 2 ) + f ( 2 ) + f ( 5 2 ) + f ( 3 ) ) \frac{1}{2}\left( f \left(\frac{1}{2}\right)+f(1)+f \left(\frac{3}{2}\right)+f(2)+f \left(\frac{5}{2}\right)+f(3) \right)

= 1 2 ( 23 8 5 45 8 4 + 5 8 + 9 ) =\frac{1}{2}\left( -\frac{23}{8}-5-\frac{45}{8}-4+\frac{5}{8}+9 \right)

= 63 16 = 3.9375 =-\frac{63}{16}=\boxed{-3.9375}

Jared Low - 7 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...