Let f:R → R satisfy f(x+y) = f(x) + f(y) for real numbers x and y

MIT2014
Messages
10
Reaction score
0

Homework Statement


Let f:R\rightarrowR satisfy f(x+y) = f(x) + f(y) for real numbers x and y. If we let f be continuous, show that \exists a real number b such that f(x) = bx.


Homework Equations


n/a


The Attempt at a Solution


Nooooo clue!
 
Physics news on Phys.org
Hint
Show that
f(x) = xf(1) when x is rational.

If f is continuous at c in R then f is continuous on R thus
f(x) = xf(1) for all x in R .
 
In which case b= f(1). :-)
 
hmmm.
so f(x) = f(x-1) + f(1) = 2f(1) + f(x-2) = ... = f(x-x) + xf(1) = xf(x)
but that only works when x is an integer. How would you do it for when x is rational?
 
x = m/n.

nx =m

f(nx) = f(x)+ ...f(x) = nf(x)

f(m) = mf(1).
Thus,

nf(x) = mf(1).

f(x) = (m/n)f(1) = xf(1).

:-)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top