Char. Limit
Gold Member
- 1,222
- 23
Homework Statement
Let's say I had this recurrence relation:
log\left(f\left(x+2\right)\right) = log\left(f\left(x+1\right)\right) + log\left(f\left(x\right)\right)
How do I prove, then, that...
f\left(x\right) = e^{c_1 L_x + c_2 F_x}
?
Homework Equations
There probably are some, but I don't know any.
The Attempt at a Solution
I've gotten the equation to remove the logs, but I just get...
f\left(x+2\right) = f\left(x+1\right)f\left(x\right)
I don't know where to go from there.