Mathematics - Fibonacci Sequence and the Golden Ratio

The Organic Chemistry Tutor
20 Jan 202024:53

Summary

TLDRThis educational video delves into the Fibonacci sequence and the Golden Ratio, explaining how each term in the sequence is the sum of the previous two. It demonstrates the convergence of ratios between successive Fibonacci numbers towards the Golden Ratio, approximately 1.618. The video also covers the mathematical derivation of the Golden Ratio through the Fibonacci sequence and introduces a formula for calculating any term in the sequence. It concludes with insights into the geometric properties of the sequence, such as the approximation of the geometric mean by middle terms for large 'n'.

Takeaways

  • ๐Ÿ”ข The Fibonacci sequence starts with 0 and 1, with each subsequent term being the sum of the previous two.
  • ๐ŸŒŸ The Golden Ratio is the limit of the ratios of successive terms in the Fibonacci sequence, approximately equal to 1.618.
  • ๐Ÿ“ˆ As 'n' increases in the Fibonacci sequence, the ratio of successive terms approaches the Golden Ratio.
  • ๐Ÿ”„ The sequence can be used to approximate the next term by multiplying the previous term by the Golden Ratio (1.618).
  • ๐Ÿ”„ The reciprocal of the Golden Ratio (approximately 0.618) can be used to approximate the previous term in the sequence.
  • ๐Ÿงฎ The exact value of the Golden Ratio can be calculated using the formula ((sqrt(5) + 1) / 2), which results in 1.618.
  • ๐Ÿ”ข A formula to calculate any term in the Fibonacci sequence is given by f_n = ((sqrt(5) + 1)^n - (-sqrt(5) + 1)^n) / (2^n * sqrt(5)).
  • ๐Ÿ”„ The Fibonacci sequence behaves like a geometric sequence for large values of 'n', where terms are proportional to powers of the Golden Ratio.
  • ๐Ÿ” The Fibonacci sequence's properties can be derived from the quadratic equation r^2 - r - 1 = 0, leading to the Golden Ratio.
  • ๐Ÿ“˜ The video provides a comprehensive overview of the Fibonacci sequence and the Golden Ratio, including their mathematical derivations and applications.

Q & A

  • What is the Fibonacci sequence?

    -The Fibonacci sequence is a series of numbers where the first two terms are 0 and 1, and each subsequent term is the sum of the previous two terms.

  • How is the Fibonacci sequence defined mathematically?

    -Mathematically, the Fibonacci sequence is defined as f(n) = f(n-1) + f(n-2) for n >= 2, with initial terms f(0) = 0 and f(1) = 1.

  • What is the Golden Ratio?

    -The Golden Ratio, often denoted by the Greek letter phi (ฯ†), is the limit of the ratios of successive terms in the Fibonacci sequence, approximately equal to 1.618033988749895.

  • How does the Golden Ratio relate to the Fibonacci sequence?

    -As the Fibonacci sequence progresses, the ratio of successive terms approaches the Golden Ratio, which is the limit of f(n) / f(n-1) as n approaches infinity.

  • What is the formula for calculating the nth term of the Fibonacci sequence?

    -The formula for calculating the nth term of the Fibonacci sequence is f(n) = ( (sqrt(5))^n - (-sqrt(5))^n ) / (2^n * sqrt(5)).

  • How can you estimate a term in the Fibonacci sequence using the Golden Ratio?

    -You can estimate a term in the Fibonacci sequence by multiplying a known term by the Golden Ratio raised to the power of the number of steps you want to advance in the sequence.

  • What is the significance of the number 0.618 in relation to the Fibonacci sequence?

    -The number 0.618 is the reciprocal of the Golden Ratio and is used to approximate the previous term in the Fibonacci sequence when n is very large.

  • Can you use the Golden Ratio to find terms in the Fibonacci sequence beyond the 12th term?

    -Yes, for large values of n, the Golden Ratio can be used to approximate terms in the Fibonacci sequence by using the formula f(n) โ‰ˆ f(n-1) * ฯ†^(n-1).

  • How is the Golden Ratio derived from the Fibonacci sequence?

    -The Golden Ratio is derived from the Fibonacci sequence by considering the ratio of consecutive terms and taking the limit as the term number approaches infinity, which results in the quadratic equation r^2 - r - 1 = 0.

  • What is the geometric interpretation of the Fibonacci sequence when n is large?

    -When n is large, the Fibonacci sequence approximates a geometric sequence, where each term is approximately the previous term multiplied by the Golden Ratio.

Outlines

00:00

๐Ÿ”ข Introduction to Fibonacci Sequence

This paragraph introduces the Fibonacci sequence, a series of numbers where each term is the sum of the two preceding ones, starting from 0 and 1. The sequence is defined mathematically as f(n) = f(n-1) + f(n-2) for n โ‰ฅ 2. The video script demonstrates the calculation of the first few terms of the sequence, illustrating how each term is derived from the sum of the previous two. The sequence's pattern is shown up to the 12th term, which is 144, and the 13th term, which is 233.

05:00

๐ŸŒŸ The Golden Ratio and Its Relation to Fibonacci

The golden ratio, approximately 1.618, is discussed as the limit of the ratios of successive Fibonacci numbers. The video script explains how the ratio of consecutive Fibonacci terms converges towards the golden ratio as the terms increase in value. The script also shows how the golden ratio can be used to approximate the next term in the sequence by multiplying the previous term by the ratio. The exact values of the golden ratio and its conjugate, 0.618, are derived from the square root of 5, either by adding or subtracting 1 and then dividing by 2.

10:05

๐Ÿ”„ Estimating Fibonacci Terms Using the Golden Ratio

The paragraph explains how to estimate higher Fibonacci numbers using the golden ratio. It demonstrates that as 'n' becomes large, the Fibonacci sequence starts to resemble a geometric sequence, where each term is approximately the previous term multiplied by the golden ratio. The video script provides a method to estimate the 20th term of the sequence by raising the golden ratio to the power of the difference in indices and multiplying it by the 12th term, resulting in an approximation of the 20th term.

15:06

๐Ÿ“ Fibonacci Formula and Geometric Mean

This section introduces a formula for calculating the exact value of any term in the Fibonacci sequence, which involves the golden ratio and the square root of 5. The formula is f(n) = ( (1 + โˆš5) / 2 )^n - ( (1 - โˆš5) / 2 )^n. The video script also discusses the geometric mean property of the Fibonacci sequence, where a term is approximately the geometric mean of its neighbors when 'n' is large. The script provides examples of calculating the 20th and 16th terms using this formula and confirms their accuracy by adding the preceding terms.

20:06

๐Ÿ”„ Deriving the Golden Ratio from Fibonacci

The final paragraph delves into the mathematical derivation of the golden ratio from the properties of the Fibonacci sequence. It starts with the characteristic equation of the sequence, f(n) = f(n-1) + f(n-2), and manipulates it algebraically to form a quadratic equation. The quadratic formula is then applied to solve for the golden ratio, resulting in two solutions: the golden ratio (1.618) and its conjugate (0.618). The paragraph also explains how to derive the reciprocal of the golden ratio, which is 0.618, by rationalizing the expression for the golden ratio.

Mindmap

Keywords

๐Ÿ’กFibonacci Sequence

The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, usually starting with 0 and 1. It is central to the video's theme as it sets the stage for discussing the Golden Ratio. In the script, the Fibonacci sequence is used to demonstrate how each term builds upon the sum of the two previous terms, as illustrated by the sequence starting with 0, 1, 1, 2, 3, 5, and so on.

๐Ÿ’กGolden Ratio

The Golden Ratio, often symbolized by the Greek letter phi (ฯ†), is an irrational number approximately equal to 1.618033988749895. It is the ratio of two quantities where the ratio of the sum to the larger quantity is the same as the ratio of the larger quantity to the smaller one. In the video, the Golden Ratio is shown to be the limit of the ratios of successive terms in the Fibonacci sequence, highlighting its significance in mathematics and aesthetics.

๐Ÿ’กGeometric Sequence

A geometric sequence is a sequence of numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio. The video explains that as n becomes large, the Fibonacci sequence approximates a geometric sequence, with the Golden Ratio acting as the common ratio, which helps in estimating the next term in the sequence.

๐Ÿ’กQuadratic Equation

A quadratic equation is a polynomial equation of the second degree, typically written in the form ax^2 + bx + c = 0. In the video, the derivation of the Golden Ratio involves setting up a quadratic equation based on the properties of the Fibonacci sequence, which is then solved to find the values of the Golden Ratio.

๐Ÿ’กConjugate

In mathematics, a conjugate of a binomial is formed by changing the sign of one term. In the video, the concept of conjugates is used in the process of rationalizing the denominator to find the exact value of the Golden Ratio, which is an important step in the mathematical derivation.

๐Ÿ’กReciprocal

The reciprocal of a number is what you multiply that number by to get 1. In the context of the video, the reciprocal of the Golden Ratio (approximately 0.618) is derived and discussed, showing the relationship between the two values and how one can be obtained from the other.

๐Ÿ’กGeometric Mean

The geometric mean of two numbers is the square root of their product. In the video, it is mentioned that a number in the Fibonacci sequence, when n is large, approximates the geometric mean of the previous and successive terms, illustrating the close relationship between the Fibonacci sequence and geometric progressions.

๐Ÿ’กSquare Root

The square root of a number is a value that, when multiplied by itself, gives the original number. The video uses the square root of 5 in the context of deriving the Golden Ratio, showing that the ratio can be expressed in terms of the square root of 5 plus or minus 1, divided by 2.

๐Ÿ’กApproximation

Approximation in mathematics refers to representing a number or value with a close but not exact value. The video discusses how the Golden Ratio can be used to approximate the next term in the Fibonacci sequence, especially when dealing with large numbers, showcasing the practical use of mathematical concepts.

๐Ÿ’กFibonacci Formula

The Fibonacci formula, also known as Binet's formula, is used to calculate the nth Fibonacci number directly without computing the previous numbers in the sequence. The video provides the formula as an alternative method to find Fibonacci numbers, demonstrating its utility in simplifying calculations.

Highlights

The Fibonacci sequence starts with 0 and 1, with each subsequent term being the sum of the previous two.

The nth Fibonacci number (F(n)) is defined as the sum of the two preceding numbers for n >= 2.

The golden ratio is the limit of the ratios of successive Fibonacci terms as n approaches infinity.

As n increases, the ratio of successive Fibonacci numbers converges to approximately 1.618.

The golden ratio can be used to estimate the next term in the Fibonacci sequence when n is large.

The exact value of the golden ratio is derived from the square root of 5, plus or minus one, divided by 2.

The reciprocal of the golden ratio (approximately 0.618) can be used to approximate previous terms in the sequence.

For large n, the nth Fibonacci number is approximately the (n-1)th number multiplied by the golden ratio.

The Fibonacci sequence can be used to calculate the exact value of any term using a specific formula involving the golden ratio.

The Fibonacci sequence exhibits a property where each term is approximately the geometric mean of its neighbors for large n.

The golden ratio can be derived from the Fibonacci sequence by setting up a quadratic equation.

The quadratic formula is used to find the golden ratio from the derived quadratic equation.

The golden ratio and its reciprocal are the two solutions to the quadratic equation r^2 - r - 1 = 0.

The Fibonacci sequence's relationship with the golden ratio can be used to approximate terms without direct calculation.

The video provides a method to calculate the exact value of any term in the Fibonacci sequence using a formula.

The video concludes with a discussion on the derivation of the golden ratio and its reciprocal from the Fibonacci sequence.

Transcripts

play00:01

in this video we're going to focus on

play00:02

the fibonacci sequence and the golden

play00:05

ratio

play00:06

so let's talk about the fibonacci

play00:08

sequence first

play00:10

the first term in the fibonacci sequence

play00:13

is 0

play00:14

the next term is 1

play00:17

and

play00:18

each successive term is going to be the

play00:21

sum

play00:21

of the previous two terms

play00:24

so fn is going to be the sum of

play00:27

fn minus 2 and f sub n minus 1 where n

play00:31

is equal to or greater than 2.

play00:33

so the first two numbers in the

play00:35

fibonacci sequence are 0

play00:37

and 1. to get the next number you need

play00:40

to add these two numbers up 0 plus 1 is

play00:43

one

play00:44

and then to get the next number add the

play00:46

previous two numbers

play00:48

one plus one is two

play00:50

one plus two is three

play00:53

two plus three

play00:55

is five

play00:57

three plus five is eight

play01:00

five plus eight is thirteen

play01:02

eight plus thirteen is twenty one

play01:04

thirteen plus twenty one is thirty four

play01:08

twenty one plus thirty four is fifty

play01:10

five

play01:11

thirty 34 plus 55 is 89

play01:14

and so forth

play01:16

so you'll get these numbers as well

play01:19

i'm going to stop at 377.

play01:22

so f sub 0

play01:25

is a zero

play01:26

that's that the first term

play01:28

f sub 1 is the next term

play01:33

f sub 5

play01:34

is 5.

play01:36

this is f sub 10.

play01:41

which really is the 11th term if you

play01:44

think about it because f sub 5 is the

play01:46

sixth term

play01:49

i just want to make sure that you know

play01:51

what these numbers represent

play01:54

but now let's talk more

play01:55

about the fibonacci sequence

play01:58

and the golden ratio

play02:00

you might be wondering what is the

play02:02

golden ratio

play02:04

the golden ratio

play02:06

is the limit of the ratios of successive

play02:09

terms in the fibonacci sequence

play02:12

so if we take

play02:14

the third term and divided by the second

play02:16

term

play02:18

that is one divided by one we're going

play02:19

to get one

play02:21

if we take

play02:23

f sub 3 divided by f sub 2 or take the

play02:26

fourth term divided by the third term

play02:28

that's going to be 2 over 1 which is 2.

play02:31

and then if we take 3

play02:33

and divided by the previous term 2 we

play02:36

get 1.5

play02:38

if we take 5 and divided by 3

play02:42

we're going to get

play02:46

so let me get my calculator out for this

play02:48

one

play02:48

so this is 1.6 repeating or 1.667 if you

play02:52

round it

play02:53

next let's take 13 and divide it by 8.

play02:58

notice

play02:59

what these numbers approach

play03:01

so this is going to be 1.625

play03:05

and then if we take 21 divided by 13

play03:10

that's going to be

play03:16

1.61538 and then let's take 34

play03:21

divided by 21

play03:26

so that's going to be

play03:27

1.619047

play03:33

and then

play03:34

55

play03:36

divided by 34.

play03:40

this is going to be 1.6176

play03:46

approximately

play03:48

and then 89

play03:50

divided by 55.

play03:54

so

play03:55

looking at

play03:56

well this is going to be 1.618

play04:00

repeating

play04:02

so looking at these numbers

play04:06

as this sequence progresses

play04:09

what is the ratio of the

play04:12

and what is the ratio of the successive

play04:14

term by the previous term

play04:17

notice that it's approaching 1.618

play04:20

if we try a few more let's say if we

play04:22

take

play04:24

144 and divided by 89

play04:30

you could see this pattern develop even

play04:32

further this is going to be 1.617978

play04:39

and then the next one

play04:41

233 divided by 144

play04:48

this is

play04:50

1.61805 repeating

play04:54

so the golden ratio is approximately

play05:00

1.618

play05:03

that's not the exact answer but it

play05:05

rounds to that value

play05:08

so let's think about what this means

play05:14

as n becomes sufficiently large

play05:17

the fibonacci sequence

play05:20

approaches or approximates a geometric

play05:22

sequence so

play05:24

starting with the number 144

play05:27

if we multiply 144

play05:29

by 1.618

play05:32

we can get 233

play05:34

if you type in 144 times 1.618

play05:38

it'll give you

play05:39

232.992

play05:42

which is approximately 233

play05:44

and then if you take 233

play05:47

multiply by 1.618

play05:50

you can get the next number

play05:53

this would be

play05:58

376.994

play05:59

which rounds

play06:01

to

play06:02

377.

play06:04

so if we take 377 multiplied by 1.618

play06:09

we can approximate the next number in

play06:11

the fibonacci sequence

play06:15

and that is going to be

play06:17

609.986 which is approximately 610

play06:21

and you can confirm that if you add the

play06:23

previous two numbers

play06:25

233 plus 377 it gives you 610

play06:30

so the golden ratio helps us

play06:32

to get the next term in the sequence

play06:35

now you can also go backwards

play06:38

if you take 233 and

play06:42

multiply it by 0.618

play06:46

it'll give you 144.

play06:50

you'll get

play06:52

143.994 likewise if you take 144

play06:55

multiply by

play06:56

0.618

play06:58

it'll give you approximately the

play07:00

previous term when n is very large

play07:05

this will give you 88.992 which rounds

play07:08

to 89.

play07:11

now if you try to use that for the

play07:13

smaller numbers here it's not going to

play07:14

work very well so when n is let's say

play07:18

greater than 12

play07:20

then you could use the golden ratio to

play07:23

approximate the next term in the

play07:24

sequence

play07:27

now what do we get these numbers 0.618

play07:31

and

play07:32

1.618 what do they come from

play07:41

here's the exact values of those two

play07:43

numbers

play07:45

if you type in the square root of five

play07:47

and then add one to it

play07:49

and then divide by two

play07:54

you're going to get the first number the

play07:55

larger one

play07:56

which is point six one eight

play07:59

zero

play08:00

three three nine eight nine

play08:02

and then if you take the square root of

play08:04

five subtract it by one

play08:05

and divide by two

play08:11

you're going to get point

play08:13

six one eight

play08:15

zero three

play08:16

three nine eight eight seven

play08:20

now late in this video i'm going to talk

play08:21

about how you can actually

play08:23

get those exact values but that's where

play08:27

the numbers come from so that's the

play08:29

exact value of the golden ratio

play08:33

so here's a question for you

play08:38

we know that f sub 12 is one forty four

play08:43

as we said before this is f sub zero f

play08:46

sub one

play08:47

f sub two

play08:48

this is f sub six

play08:51

f sub ten

play08:52

so f sub 12 is 144.

play08:57

knowing that what is the value of f sub

play09:00

20

play09:02

how can you estimate

play09:04

f sub 20 or even calculate

play09:07

the exact value

play09:09

instead of just adding numbers in a

play09:11

sequence

play09:13

well keep in mind when n is very large

play09:16

the fibonacci sequence approaches a

play09:18

geometric sequence

play09:21

so we could say that f sub 20

play09:24

is approximately

play09:26

f sub 12

play09:28

times the golden ratio

play09:30

since we're increasing we're going to

play09:32

use the square root of 5 plus 1

play09:34

divided by 2

play09:36

raised to the 8th power

play09:38

because

play09:40

12 plus 8 is 20.

play09:44

we need to multiply f sub 12 by the

play09:46

golden ratio 8 times to get to f sub 20.

play09:52

so go ahead and type that in so this is

play09:55

going to be

play09:56

144

play09:58

times

play10:04

for those of you who want a decimal

play10:05

value this is one point six one eight

play10:08

zero three three

play10:10

nine eight nine

play10:12

raised to the eighth power

play10:18

so you should get

play10:23

6764.935 approximately

play10:25

surrounding that to the nearest whole

play10:27

number

play10:28

this is 64.65

play10:31

so that's the 20th term in the sequence

play10:37

now let's check it to make sure that

play10:39

this is correct

play10:41

if we add these two terms

play10:43

2 33 plus 377 we're going to get that

play10:46

number that we had before which is 610

play10:49

and then if we have 377 plus 610

play10:52

that's 987

play10:55

and then 610 plus 987

play10:58

that's 15

play11:00

97

play11:02

and then adding that to 987 that's

play11:06

25.84

play11:08

and then 1597 plus 2584

play11:12

that's 41 81

play11:15

and then 41 81 times or plus 2584

play11:19

that gives us 67

play11:21

65.

play11:23

this is f sub 14

play11:26

f17 and this is f20

play11:28

and so we can see that this answer is

play11:31

indeed correct

play11:33

now it turns out that

play11:36

there's a formula

play11:37

where you can calculate the exact value

play11:40

of this number

play11:43

and here it is

play11:47

f sub n

play11:49

is

play11:50

equal to

play11:51

one

play11:52

plus the square root of five

play11:56

raised to the n power

play11:59

and then it's minus

play12:05

one minus the square root of five

play12:08

raised to the end

play12:09

divided by

play12:11

2 to the n times the square root of 5.

play12:15

so if we want to calculate f sub 20

play12:18

it's going to be

play12:21

1 plus the square root of 5. raised to

play12:24

the 20th power

play12:26

minus 1 minus the square root of 5

play12:29

raised to the 20th power

play12:31

divided by 2

play12:33

raised to the 20th power times the

play12:34

square root of 5.

play12:40

now

play12:41

you could use a scientific calculator to

play12:42

get

play12:44

the exact answer

play12:47

but for those of you who don't have it

play12:48

you may have to use some decimal numbers

play12:59

so once you type it in correctly you

play13:00

should get

play13:01

67.65

play13:04

and it gives you the exact value

play13:07

so we could try another one

play13:10

let's say if we want to calculate

play13:15

f sub 16 it's going to be 1

play13:18

plus the square root of 5 raised to the

play13:20

16

play13:22

minus 1 minus the square root of 5

play13:24

raised to the 16

play13:26

divided by 2 raised to the 16

play13:29

times the square root of 5. you may want

play13:31

to put that in parentheses

play13:50

and this is equal to 987

play13:55

which is the number that we see here

play13:57

so that's the formula

play13:59

that you could use to calculate any

play14:01

number in the fibonacci sequence

play14:06

now there are some other interesting

play14:08

things regarding this sequence

play14:10

that we could talk about

play14:12

for instance let's focus on this number

play14:16

f sub 13.

play14:18

f sub 13 is between f sub 12 and f sub

play14:22

14.

play14:23

in fact f sub 13

play14:25

is the geometric mean

play14:27

or it's approximately rather

play14:31

it approximates the uh

play14:33

it's approximately the geometric mean

play14:35

between f12 and f14

play14:38

since the fibonacci sequence

play14:40

approximates a geometric sequence when

play14:42

ed when n is large

play14:44

so if you were to take

play14:46

the square root of 144

play14:50

multiplied it by the square root of 377

play14:57

this will give you

play15:00

232.997

play15:03

which is approximately

play15:05

233 the middle number

play15:08

so when n is large

play15:10

the middle number approximates the

play15:12

geometric mean of

play15:14

the previous term and the successive

play15:16

term

play15:18

now you could try that with another

play15:19

number

play15:20

for instance

play15:22

if you take the square root

play15:25

of let's say

play15:27

987 multiplied by the square root of

play15:30

2584

play15:38

you'll get 15 96.9997

play15:44

which is approximately 1597.

play15:49

now let's talk about how we can

play15:51

derive the values of the golden ratio

play15:56

this number 1.618 and the other number

play15:58

0.618

play16:08

we're going to start with this

play16:10

f raised to the n

play16:12

is equal to f raised to the n minus 1

play16:15

plus f raised to the n

play16:18

minus 2.

play16:21

dividing both sides by

play16:24

f to the n

play16:28

we're going to get 1

play16:31

which is equal to

play16:33

f raised to the n minus 1 divided by f

play16:35

to the n

play16:37

whenever you divide you need to subtract

play16:39

the exponents

play16:41

so n minus 1

play16:43

minus n

play16:45

that's n minus 1 minus and these cancel

play16:47

you just get negative 1.

play16:49

so this is f to the negative one

play16:51

the same is true here n minus two minus

play16:54

n will give us negative two so we get f

play16:58

raised to the negative two

play17:02

now i'm going to multiply every term by

play17:04

f squared

play17:07

so this is going to be f squared is

play17:09

equal to

play17:11

f to the negative 1 times f squared you

play17:13

need to add the exponent to negative 1

play17:15

plus 2 is 1.

play17:16

so you get f to the first power

play17:19

and negative two plus two is zero

play17:22

so that gives you f raised to the zero

play17:24

power anything raised to zero power is

play17:27

one

play17:29

so we have this

play17:31

moving f and one to the other side

play17:34

we get

play17:36

f squared minus f minus one is equal to

play17:40

zero

play17:41

now let's talk about how we could derive

play17:44

the numbers that describe the golden

play17:46

ratio 1.618

play17:49

and 0.618

play17:54

so we know that

play17:55

each number in the fibonacci sequence is

play17:58

the sum

play17:59

of

play18:00

the previous two numbers

play18:05

f sub n

play18:06

is going to be proportional to r to the

play18:08

n

play18:10

the reason for that

play18:12

when we had numbers like 55

play18:14

89

play18:16

144

play18:18

233

play18:19

377

play18:21

if we multiply 144

play18:24

by the golden ratio which we'll call r

play18:26

1.618

play18:28

it's going to give us the next number

play18:29

233 and if you multiply 233 by r or

play18:32

1.618 it will give you approximately the

play18:36

next number

play18:38

so we could say that f sub

play18:40

f sub n

play18:41

is proportional to r to the n

play18:44

and the previous term is going to be

play18:46

proportional to r raised to the n minus

play18:49

1.

play18:53

and the previous term to that will be

play18:54

proportional to r raised to the n minus

play18:57

2.

play18:59

so we're going to start with this

play19:00

equation

play19:02

r to the n is equal to r to the n minus

play19:06

1 plus r

play19:08

raised to the n minus 2.

play19:15

now what we're going to do is we're

play19:16

going to divide each term by

play19:18

r raised to the n

play19:22

so on the left these two will cancel

play19:25

giving us one

play19:27

now r to the n minus one divided by r to

play19:29

the n we need to subtract the exponents

play19:32

n minus one

play19:33

minus n the n's will cancel giving us r

play19:36

to the negative one

play19:38

and dividing these two we're gonna get

play19:40

r to the minus two

play19:43

now the next thing we're gonna do is

play19:44

multiply everything by r squared

play19:47

so r squared times one is just

play19:50

r squared

play19:51

r squared times r to the negative one we

play19:53

need to add the exponents negative one

play19:56

plus two is one

play19:58

and then

play19:59

negative two plus two is zero

play20:03

anything raised to zero power is just

play20:05

one

play20:06

now we're going to take the two terms on

play20:08

the right side and move it to the left

play20:11

side

play20:14

so we're gonna have r squared

play20:16

minus r minus one is equal to zero

play20:19

and so what we have is an equation in

play20:21

quadratic form

play20:23

so we're going to use the quadratic

play20:24

formula to get the answer

play20:26

r is going to be negative b plus or

play20:28

minus the square root

play20:30

of b squared minus 4ac

play20:33

divided by 2a

play20:35

and this is in the form a r squared

play20:37

plus br plus c

play20:40

so we can see that a

play20:43

a is one

play20:45

b

play20:46

that's a negative one

play20:49

and c

play20:50

is also negative one

play20:54

so it's negative and then b is negative

play20:56

one

play20:57

plus or minus the square root of

play21:00

negative one squared minus four

play21:03

a is positive one

play21:04

c is negative one divided by two times

play21:07

one

play21:10

so these two negatives will cancel

play21:11

that's gonna become positive one

play21:14

negative 1 squared is positive 1

play21:17

and then we have negative 4 times

play21:20

negative 1 which is positive 4

play21:22

divided by

play21:28

2. so we're going to get 1 plus or minus

play21:32

1 plus 4 is 5 divided by 2.

play21:35

and so thus we have

play21:37

the two values for

play21:39

the golden ratio

play21:43

so we have

play21:44

1 plus the square root of 5 or we could

play21:46

say the square root of 5 plus 1 divided

play21:49

by 2 which gives us

play21:51

1.618

play21:53

and then 1 minus the square root of 5.

play21:59

that's going to give us a negative

play22:00

number

play22:06

which is negative 0.618

play22:09

which we really don't want that

play22:14

what we do want is the square root of 5

play22:17

minus 1 over 2

play22:18

and that will give us 0.618

play22:22

at least you know how to get this number

play22:25

and this one to just the negative

play22:27

version of it

play22:30

now there is another way you can get

play22:32

this number from this number

play22:35

and

play22:36

it's by taking the reciprocal of it

play22:44

if you take one and divide it by

play22:46

1.618

play22:52

you're going to get

play22:55

.618

play22:58

so

play22:59

if you were to take this number and put

play23:01

it

play23:02

under one

play23:05

here's how you can get the other number

play23:07

or at least the exact value of the other

play23:09

number

play23:11

so that's what we have right now

play23:13

so first let's multiply

play23:15

the top and the bottom by two

play23:17

so that these twos will cancel

play23:20

and we're going to get 2 divided by the

play23:22

square root of 5 plus 1.

play23:24

our next step is to multiply the top and

play23:28

bottom by the conjugate

play23:29

of the denominator which is the square

play23:31

root of 5 minus 1.

play23:33

so on the numerator we're going to get 2

play23:35

times the square root of 5 minus 1

play23:37

and on the denominator we need to foil

play23:39

the square root of 5 times the square

play23:41

root of 5

play23:42

is the square root of 25

play23:45

which is 5.

play23:47

and then this is going to give us

play23:48

negative root 5

play23:50

and then positive root 5

play23:53

and then 1 times negative 1 is negative

play23:56

1.

play23:58

the two middle terms will cancel

play24:00

they will add up to 0 and then we'll

play24:02

have

play24:03

minus one which is four

play24:06

so we have two times the square root of

play24:08

five minus one over four

play24:18

now working towards the left

play24:20

we can break down four into two times

play24:22

two

play24:23

and cancel a two

play24:25

and so this gives us the other number

play24:27

the square root of five minus one over

play24:29

two

play24:30

which is

play24:32

0.618

play24:34

so those are some different ways in

play24:36

which you can get

play24:37

these two golden ratios 1.618

play24:41

and 0.618

play24:43

or these two numbers

play24:45

so that's it for this video hopefully it

play24:47

gave you uh

play24:48

some good information on the fibonacci

play24:50

sequence and the golden ratio thanks for

play24:52

watching

Rate This
โ˜…
โ˜…
โ˜…
โ˜…
โ˜…

5.0 / 5 (0 votes)

Related Tags
FibonacciGolden RatioMathematicsSequenceGeometryEducationalRatiosCalculationApproximationGeometric Sequence