Below, we present a problem from the 1/14 Algebra and Number Theory set, along with 3 student submitted solution. You may vote up for the solutions that you think should be featured, and should vote down for those solutions that you think are wrong (voting is anonymous!). Also, feel free to make remarks about these solutions, especially since threading of comments has been introduced :).
Solutions to a recursive function is a function from the reals to the reals, satisfying . In the interval , how many solutions are there to ?
You may try the problem by clicking on the above link.
All solutions may have LaTeX edits to make the math appear properly. The exposition is presented as is, and has not been edited.
Solution A - This was the approach that was most often used. By 'clever' substitution, we seek to understand the value of and . We realize that is a solution to this problem, and turns out to be the only solution (regardless of the domain, as long as it includes 0). This solution is presented by Zk.
Solution B - I couldn't understand this solution when I read it, and I see that others agree with me. There could possibly be typos around, as Omid pointed out that didn't make sense. Oldrin gave an attempt to justify Solution B, but he added a lot more information than the 1 equation in the solution. Remember to double check that what you wrote is the same as what you are thinking. I am not a mind reader, certainly not across the vast distances.
Solution C - As the Key Technique, this solution lists 'injectivity', which is used to show that has at most one solution. In fact, we can show more than that. We can show the the function must be an injection. Proof: Suppose , then and hence . Thus, the function is injective. This solution is presented by Kyriakos.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Solution A - By substituting x=0, we get f(0)=f(f(0)). By substituting x=f(0), we get f(0)+f(f(0))=f(f(f(0))). But since f(0)=f(f(0)), the equation above is actually equivalent to f(0)+f(f(0))=f(f(0)). This implies that f(0)=0. Hence, whe know there exists at least one x such that f(x)=0. By substituting f(x)=0 into our original equation, we get f(0)=x. Therefore, since f(0) is a constant, there is only one possible x (which is the value 0), hence the answer is 1. note: the interval [−10,10] is not necessary.
Solution C - First, we will prove that f(x) is an injective function.What we have to prove is that for any x1,x2∈R it holds that f(x1)=f(x2)⟺x1=x2.We proceed as follows:
f(x1)=f(x2)⇒f(f(x1))=f(f(x2))⇒f(x1)+x1=f(x2)+x2⇒x1=x2 Since f is not a multivalued function it is also true that x1=x2⇒f(x1)=f(x2) Now that f is injective there can be no more than one solution to the equation f(x)=0 in the function's domain.
Setting x=0 in the recursive relationship we obtain: f(f(0))=f(0)⇔ f(0)=0 The former holds because f has been proven to be injective. So x=0 is a solution to f(x)=0 and obviously the only one.
Remarks have been added.
Solution A and C are correct, in that they both prove existence and uniqueness of the solution x=1. On the other hand, it is not clear how Solution B found that x=f(x) (it looks like this should be x=f(0)).
Log in to reply
If f(x)=0 and x+f(x)=f(f(x)), then it follows x=f(0). As f(f(0))=f(0)+0 we substitute x=f(0) to yield f(x)=f(0). Thus x+f(0)=f(0) and ultimately x=0.
Log in to reply
We've proven its existence and its uniqueness is apparent from x=f(0) i.e. the definition of the recursive function.
Log in to reply
Note that we don't accept other solutions, since the point of this discussion is to discuss the selected solutions, and not solicit for more submissions.
Log in to reply
Solution A and Solution C are correct.
Solution B - If f(x)=0, x+f(x)=x+0=x=f(x). Again, we know that f(x)=0 so this can only occur at x=f(x)=0. 0.