
YUJIN K. answered 09/17/24
Experienced algebra and calculus tutor
Though this question is old, I'll answer it out of the desire to help many people.
(a)
Note that the function x → xα is monotonically increasing for all x > 0. Consequently, the minimum of this function over an interval of the form [i, i + 1] is found at x = i, and the maximum at x = i + 1 for all positive i.
By term-by-term summation, the desired inequality is established.
(b)
Note that the inequality above applies for all n. Apply it inductively to n + 1 and get the inequality:
$\int_0^n x^\alpha dx \le 1^\alpha + \dots + n^\alpha \le \int_0^{n+1} x^\alpha dx$
I don't know how Wyzant handles TeX expressions; I'll give a textual approximation in case it's not handled well:
∫0n xα dx ≤ 1α + ⋅⋅⋅ + nα ≤ ∫0n+1 xα dx
Then, apply the power rule to the integrals like so:
nα+1/(α+1) ≤ 1α + ⋅⋅⋅ + nα ≤ (n+1)α+1/(α+1)
Divide all sides by nα+1:
1/(α+1) ≤ (1α + ⋅⋅⋅ + nα)/(nα+1) ≤ (n+1)α+1/(α+1)/(nα+1)
Interpret the compound fraction to the right like this: 1/2/3 = 1/6, not 3/2.
Now, apply the squeeze theorem, which proves the statement.