Fibonacci ratio

Daniel Radcliffe

New member
Joined
Jul 15, 2024
Messages
1
Fibonacci. A/B = B/A+B. ∴ A/B = ???

If A > B , then A/B = ɸ , ie 1.618033988749895etc.

But how is this value { ɸ } calculated just from the equation A/B = B/A+B. ?
 
Fibonacci. A/B = B/A+B. ∴ A/B = ???

If A > B , then A/B = ɸ , ie 1.618033988749895etc.

But how is this value { ɸ } calculated just from the equation A/B = B/A+B. ?
Given AB=BA+B\displaystyle\frac{A}{B}=\frac{B}{A+B}, which appears to be what you mean, one way to start is to cross-multiply. That gives you A(A+B)=B2A(A+B)=B^2.

Distribute the LHS, then divide every term by B2B^2, and the result will be a quadratic equation you can solve for AB\displaystyle\frac{A}{B}.

Another way is to first divide the numerator and denominator of the RHS of the original equation by B, giving AB=1AB+1\displaystyle\frac{A}{B}=\frac{1}{\frac{A}{B}+1}. That is, ϕ=1ϕ+1\displaystyle\phi=\frac{1}{\phi+1}. Now solve that for ϕ\phi.

Or just read here. That will also cause you to check your equation.
 
Top