0

I solved this question: $$f(1)=3\\f(1+x)=f(1)+f(x)\\f(50)=?$$ my try is in below $$f(2)=f(1)+f(1)=3+3=2\times 3\\f(3)=f(1)+f(2)=3+6=3\times 3\\ \vdots\\f(50)=3\times50$$ and $f(x)=3x$ work in here. Actually, this was a multiple choice and it passed. But my question is about the different types (non-linear functions) that fit in this relation. Can anyone help me?

To say as clear as possible:

Is there another type of function that covers those conditions?

Blue
  • 75,673
Khosrotash
  • 24,922

1 Answers1

1

With the condition $f(1+x)=f(1)+f(x)$, specifying the value of $f(1)$ will specify the function value of every integer.

The best we can do is if we specify $f(x)$ for each $x\in (0,1)$, we will be able to retrieve the value of $f(x)$ for $x\in \mathbb R$.

A function that satisfies the given is $f(x)= 3\lfloor x \rfloor \text { if } x \in \mathbb R $ but it is not exactly continuous or linear.