where the first equality follows from our assumption that f integrates to zero
over any interval.
But f(x0)*d > 0, and we've reached a contradiction!
Basically the above is just a rigorous way of saying that if a continuous
function is positive at some point, it is positive in a neighborhood of the
point and thus cannot integrate to zero there.
1 + ... + (k+1) = k*(k+1)/2 + (k+1) = (k+1) * { k/2 + 1} = (k+1) * { (k+2) / 2 } = (k+1)(k+1 + 1)/2But this is what we were trying to show! We've now completed the proof!
Subcase A: 0 <= f(x) + g(x) Then as g(x) < 0, f(x) + g(x) < f(x) So 0 <= |f(x) + g(x)| < f(x) <= |f(x)| + |g(x)| Subcase B: f(x) + g(x) < 0 Then 0 < -1{f(x) + g(x)} <= -g(x) as f(x) >= 0 So 0 < |f(x) + g(x)| <= |g(x)| <= |f(x)| + |g(x)|
Let f(n) = Sum_{k = 0 to n} k2. Prove f(n) is a cubic polynomial, i.e. that f(n) = a n3 + bn2 + c n + d for some a, b, c, d.