Solving Functional Equations: Tips & Examples

  • Context: Graduate 
  • Thread starter Thread starter stanley.st
  • Start date Start date
  • Tags Tags
    Functional
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
stanley.st
Messages
30
Reaction score
0
Hello,

could you explain me what's the right way to solve these equations. I've never solved it before.

[tex]f(x+y)+f(x-y)=2f(x)f(y)\,\;\;\forall x,y\in\mathbb{R}[/tex]
[tex]f(x)+\left(x+\frac{1}{2}\right)f(1-x)=1\,\;\;\forall x\in\mathbb{R}[/tex]

thank you...
 
Mathematics news on Phys.org
stanley.st said:
Hello,

could you explain me what's the right way to solve these equations. I've never solved it before.

[tex]f(x+y)+f(x-y)=2f(x)f(y)\,\;\;\forall x,y\in\mathbb{R}[/tex]
[tex]f(x)+\left(x+\frac{1}{2}\right)f(1-x)=1\,\;\;\forall x\in\mathbb{R}[/tex]

thank you...

Since the equation is true for all values, use clever values of x and y to get a system of equations.
 
For example, if, in the first, we take y= 0, we get f(x+0)+ f(x- 0)= 2f(x)= 2f(x)f(0) so we must have f(0)= 1. But if we take x= 0, we get f(0+y)+ f(0- y)= f(y)+ f(-y)= 2f(0)f(y) = 2f(y). That is, f(-y)= f(y) for all y so f is an even function.