Difficult Analysis/Calculus Problem Involving FTC

  • Thread starter Thread starter snipez90
  • Start date Start date
snipez90
Messages
1,095
Reaction score
5

Homework Statement


Find all continuous functions f: R -> R such that for all real x and all natural numbers n we have
(n^2)*integral[x to x + 1/n of f(t)dt] = n*f(x) + 1/2

Homework Equations


FTC (already applied)
Mean Value Theorem


The Attempt at a Solution


Suppose a solution exists. Note that the LHS is differentiable according to the FTC. Hence, the RHS is differentiable (in particular, f is differentiable). We can rewrite the LHS as n^2{ integral[0 to x + 1/n of f(t)dt] - integral[0 to x of f(t)dt] }. Then differentiating both sides of the equation gives n^2[f(x + 1/n) - f(x)]= n*f'(x) or n[f(x + 1/n) - f(x)]= f'(x) for all x and all n. But this is the same as saying that there exists an x in (x, x+1/n) such that f'(x) = [f(x + 1/n) - f(x)] / (1/n) by the Mean Value Theorem.

Unfortunately, I am not sure how to proceed from here. It seems like the "calculus portion" is done but I can't see what kind of analysis I should be doing to finish the problem.
 
Physics news on Phys.org
Careful, you are using too many x's. Try writing it as "there is a c in (x,x+1/n) such that f'(c)=f'(x)". Since the difference quotient exactly equals f'(x). What does that suggest about the function f'?
 
Last edited:
Ah thanks for the tip and the hint. So basically if the difference quotient is equal to f'(x), we should guess that the function is linear.

Proving that the function is actually linear requires a few more steps. One way to do so is to notice that we can actually differentiate n[f(x + 1/n) - f(x)]= f'(x) again to get n[f'(x + 1/n) - f'(x)]= f''(x). Now f'' is continuous because f' is continuous from the previous equality.

Now using Dick's hint, the mean value theorem gives a point c_n in (x, x + 1/n) such that f'(c_n) = f'(x). Take x and c_n to be endpoints of a closed interval and note that by Rolle's theorem, there is a point a_n in (x, c_n) with f''(a_n) = 0. As n -> infinity, a_n -> x and since f'' is continuous at x, f''(x) = lim(n -> infinity of f''(a_n) ) = 0 (first equality is due to a theorem allowing us to "pass sequences through continuous functions" and the second inequality is from the equation we derived for f''(x)). Since x could have been any real number, we find that f''(x) = 0 implying that f(x) = bx + d. Substituting this into the very first equation, we get b = 1 so f(x) = x + d for some constant d.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top