How to solve this functional equation?
-
how do you solve the functional equation f(x)^2=1+x*f(x+1)? I know what the answer is (its f(x)= x+1), but i want to know why. How do you get this?
-
Answer:
I don't know of any known methodical approach. However, you can hope that any solution is from a particularly nice family of functions. If you "guess" that a polynomial solution exists, then for polynomial f of degree n, f(x)² would be of degree 2n and xf(x+1) would be of degree n + 1. This leads to 2n = n + 1 ==> n = 1. So a polynomial solution would have to be a line. Then put f(x) = ax + b. Substitute. (ax + b)² = a²x² + 2abx + b² = 1 + x(ax + a + b) = ax² + (a + b)x + 1. Matching powers, a² = a ==> a = 0 or a = 1 b² = 1 ==> b = -1 or b = 1. And 2ab = a + b. The only solution to all three equations is a = b = 1. So the polynomial solution is f(x) = x + 1 Note that this does not preclude the possibility that there is a solution of a different type.
Braulio at Yahoo! Answers Visit the source
Other answers
You can see it is linear but here is a proof. If highest order in f(x) is x^n, then highest order in f(x)^2 is x^(2n) and highest order in x*f(x+1) is x^(n + 1) These have to be equal so, 2n = n + 1 n = 1 f(x) = ax + b f(x)^2 = a^2x^2 + 2abx + b^2 1+x*f(x+1) = 1 + x[a(x + 1) +b] 1+x*f(x+1) = ax^2 + (a + b)x + 1 Equating coefficients b = 1 a + b = a + 1 = 2ab = 2a a = 1 f(x) = x + 1 Check: f(x)^2 = x^2 + 2x + 1 1 + x*f(x+1) = 1 + x[(x + 1)+1] = x^2 + 2x + 1 Regards - Ian
Related Q & A:
- How To Solve Informatics Olympiad?Best solution by sirupsen.com
- How To Solve Problems Creatively?Best solution by Quora
- How to find the global equation of a dual curve?Best solution by Mathematics
- How can I evaluate an equation within a String?Best solution by stackoverflow.com
- Solve the following equation for X. Remember to balance the equation?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.