SOLUTION: Let f be a function such that
f(x) + f(2x + y) + 5xy = f(4x - y) - x^2 + 5xy - 8x + 17y + 1
for all real numbers x and y. Find f(10).
Algebra ->
Functions
-> SOLUTION: Let f be a function such that
f(x) + f(2x + y) + 5xy = f(4x - y) - x^2 + 5xy - 8x + 17y + 1
for all real numbers x and y. Find f(10).
Log On
Question 1209938: Let f be a function such that
f(x) + f(2x + y) + 5xy = f(4x - y) - x^2 + 5xy - 8x + 17y + 1
for all real numbers x and y. Find f(10).
You can put this solution on YOUR website! .
Let f be a function such that
f(x) + f(2x + y) + 5xy = f(4x - y) - x^2 + 5xy - 8x + 17y + 1
for all real numbers x and y. Find f(10).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Be aware: - the solution in the post by @CPhill is INCORRECT.
Below I copy-paste the solution by @CPhill and point the places
where the mistakes are made.
- - - - - - - - This is a part of the solution by @CPhill with my notices - - - - - -
Let's solve this functional equation problem step by step.
**1. Simplify the equation:**
f(x) + f(2x + y) + 5xy = f(4x - y) - x² + 5xy - 8x + 17y + 1
Subtract 5xy from both sides:
f(x) + f(2x + y) = f(4x - y) - x² - 8x + 17y + 1 (*)
**2. Strategically substitute values for x and y:**
* **Let x = 0:**
f(0) + f(y) = f(-y) + 17y + 1
* **Let y = 0:**
f(x) + f(2x) = f(4x) - x² - 8x + 1
* **Let y = 2x:**
f(x) + f(4x) = f(0) - x² + 34x + 1 <<<---=== the mistake is here: the term -8x in equation (*) is missed.
* **Let y = 4x:**
f(x) + f(6x) = f(0) - x² + 68x + 1 <<<---=== the mistake is here: the term -8x in equation (*) is missed.
* **Let y = -2x:**
f(x) + f(0) = f(6x) - x² - 8x - 34x + 1
f(x) + f(0) = f(6x) - x² - 42x + 1
**3. Combine equations:**
From the equations with y=4x and y=-2x:
f(x) + f(6x) = f(0) - x² + 68x + 1 <<<---=== This equation is erroneous.
f(x) + f(0) = f(6x) - x² - 42x + 1
Subtract the second equation from the first:
f(6x) - f(0) = f(0) - x² + 68x + 1
f(6x) = 2f(0) - x² + 68x + 1 <<<---=== This equation is erroneous.
Subtract f(x) from f(x) + f(2x) = f(4x) - x² - 8x + 1 and f(x) + f(4x) = f(0) - x² + 34x + 1
f(2x) - f(4x) = f(4x) - f(0) - 42x
f(2x) -2f(4x)+f(0)=-42x
So, everything what follows further in the post by @CPhill is not trustworthy.