-1

The function $f$ satisfies $f(x) + f(2x + y) + 5xy = f(3x - y) + 2x^2 + 1$for all real numbers $x$, $y$. Determine the value of $f(10)$.

Alex Tang
  • 1
  • 1

2 Answers2

2

Let $x=10, y=5$. Then the condition becomes $$f(10)+f(25)+250=f(25)+201$$ Which implies that $f(10)=-49$.

pwerth
  • 3,880
  • 1
    @Will Jagy and pwerth: Putting $x=2y$ the equation gives $f(2y)=-2y^2+1$ since in this case $2x+y=3x-y$. Therefore the solution above is the only one. One should however check that it is a solution. – Jens Schwaiger Apr 11 '18 at 04:20
  • @JensSchwaiger that's a good trick. The one thing I completed was assume $f(w) = a w^2 + b w + c,$ find the coefficients and confirm that it worked. I've never taught this kind of contest problem, i just know quadratic forms, so the problem caught my eye – Will Jagy Apr 11 '18 at 15:48
1

meanwhile, there really is such a function, $$ f(w) = -\frac{1}{2} w^2 + 1 $$ works

Will Jagy
  • 139,541