Integral Question (Riemann Sums)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
altcmdesc
Messages
64
Reaction score
0
This is from a final exam on the MIT Open Course Ware site for Single Variable Calculus

Homework Statement



(a)(5 points) Write down the general formula for the Riemann sum approximating the Riemann integral,

1
[tex]\int f(x)dx[/tex]
0

for the partition of [0,1] into n subintervals of equal length. Evaluate the function at the right endpoints of the subintervals.

(b)(5 points) Find a Riemann integrable function [tex]f(x)[/tex] on the interval [0, 1] such that the formula for the Riemann sum from (a) equals the following formula,

n
[tex]\sum \frac{k}{k^{2}+n^{2}}[/tex]
k=1

Show all work.


The Attempt at a Solution



I've figured out a) to be:

n
[tex]\sum \frac{f(k/n)}{n}[/tex]
k=1

Using this result, on b) I get as far as:

[tex]f(k/n)[/tex]=[tex]\frac{kn}{k^{2}+n^{2}}[/tex]

But I can't get any farther.
 
Physics news on Phys.org
Divide the numerator and denominator by n^2. I.e. try to write the expression using only k/n.
 
Ah, I get it. x/(x2-1). Thanks
 
altcmdesc said:
Ah, I get it. x/(x2-1). Thanks

Um, x/(x^2+1), right? You're welcome.