Find the absolute value of the product of the two possible values for f ( 1 0 ) given that
f ( x f ( x ) + f ( y ) ) = y + f ( x ) 2
where x , y ∈ R and f ( x ) is a polynomial function.
Note: This question has been edited several times, and is now correct.
See Part I if you enjoyed this problem! :D
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The second paragraph looks a bit messy. If someone could tell me a way to make it look more "clean", that would be great.
On the LHS, the degree of the x expression is d f 2 + d f , where d f is the degree of f ( a ) , and the degree of the y expression is d f 2
On the RHS, the degree of the x expression is 2 d f and the degree of the y expression is 1 . From this we can therefore conclude that d f = ± 1 , ( d f + 2 ) ( d f − 1 ) = 0 , ⇒ d f = 1 ⇒ f ( a ) = m a + c for some constants m , c .
Now we have f ( x f ( x ) + f ( y ) ) = y + f ( x ) 2 ⇒ m 2 x 2 + m c x + m 2 y + m c + c = y + m 2 x 2 + 2 m c x + c 2
m 2 y + c + m c = y + 2 m c x + c 2
As the coefficients of powers of x , y and the constants must be equal on both sides, we therefore have:
m 2 = 1 , 2 m c = 0 , m c + c = c 2
Therefore, m = ± 1 , c = 0 , hence we have f ( a ) = ± a ⇒ f ( 1 0 ) = ± 1 0
∣ 1 0 ∗ ( − 1 0 ) ∣ = 1 0 0
Why do you assume f ( x ) to be a polynomial when it isn't stated in the problem statement?
Log in to reply
Huh, good point, that was a bad assumption to make. Either way, on the LHS and RHS there will be expressions of x and expressions of y both of which will have certain degrees that must be equal either side of the equals sign, and the only common solution for the degree of f ( a ) is d f = 1 , so the rest of the deductions can still be made.
I think. Unless I've made another mistake somewhere. If you see one please point out to me, that would be very much appreciated, thank you.
Log in to reply
Not quite. You do not know that there is a degree to talk about. For example, we might have f ( x ) = 2 x + sin x + x 1 .
Dude, literally perfect. Exactly the method I'd hoped you guys would use. :D
Log in to reply
Did you intend for the function to be a polynomial function? If so, please add that it.
If it is a general function, then this method of considering degrees would not work.
Small mistake in the first line, the degree of the y polynomial on the LHS is d f 2 not d f , and the degree of the x polynomial is d f 2 + d f , however, the same conclusions can be made due to d f > 0 . Apologies for the mistakes.
Log in to reply
Dude, you can edit your solution. :D
Log in to reply
Huh, so you can. I had no idea, thank you!
I keep noticing mistakes, but again, sorry. On the RHS the degree of the x polynomial is 2 d f not 2 , but again this does not affect the final conclusion that d f = 1
let's plug in y=x we get: f(f(x) x+f(x))= f(x)^2 +x we see that there is a kind of symatry here. now we think what if the function was nothing really doing nothing to the number conneting the number to itself in that case: f(f(x) x+x)= f(x)*x+f(x)=f(x)^2+x. in that case f(x)=x. x^2+x=x^2+x. and f(10)=10. now we assume that the action is the opposite namely f(x)=-x and we see that it satisfies. therefore f(10)=+/-10 and the product is 100
Problem Loading...
Note Loading...
Set Loading...
By setting x = 0 , we see that f ( f ( y ) ) = y + f ( 0 ) 2 . Because f ( 0 ) 2 is a constant, f ( f ( y ) ) must be linear.
The degree of f ( f ( y ) ) is the square of the degree of f ( y ) , so the degree of f ( y ) is 1. In other words, f ( y ) is a linear polynomial.
Every linear polynomials obviously has one root. In other words, f ( y ) = 0 for one y . Now, setting y = − f ( x ) 2 gives f ( x f ( x ) + f ( − f ( x ) 2 ) = 0 . Let x be the value such that f ( x ) = 0 . Then we have f ( f ( 0 ) ) = 0 . However, we have from earlier that f ( f ( y ) ) = y + f ( 0 ) 2 . If we set y = 0 in this equation, we get that f ( f ( 0 ) ) = f ( 0 ) 2 . Hence, f ( 0 ) 2 = 0 , so f ( 0 ) = 0 .
Write f ( y ) as a y . Then f ( f ( y ) ) = a 2 y = y . Because the slope of the right hand side is 1, a 2 = 1 . Therefore, a = ± 1 .
We have now proven that f ( y ) = y or − y . This tells us that f ( 1 0 ) = 1 0 or − 1 0 . The absolute value of the product of these two numbers is 1 0 0 .