The function f is such that, for every integer n ∫nn+1 f(x) dx = n + 1 Evaluate ∑r=18(∫0r f(x) dx)
- A36
- B84
- C120
- D165
- E204
- F288
Show the answer and worked solution
answer · C
- A36
- B84
- C120
- D165
- E204
- F288
Chop each integral into unit pieces: ∫0r f = ∑n=0r−1(n+1) = 1 + 2 + ⋯ + r = r(r+1)2. So the required sum is ∑r=18r(r+1)2 = 12(∑ r2 + ∑ r). With ∑r=18 r2 = 204 and ∑r=18 r = 36, this is 12(240) = 120.