PROBLEM SOLVING WITH PATTERNS || MATHEMATICS IN THE MODERN WORLD

WOW MATH
21 Sept 202024:20

Summary

TLDRThis video discusses problem-solving techniques using patterns and sequences, focusing on concepts like difference tables and Fibonacci numbers. It explains how to predict the next term in a sequence by analyzing differences and how to find the general nth term formula for arithmetic sequences. The video also covers the Fibonacci sequence, its properties, and methods for calculating specific terms using Binet’s formula. With practical examples and step-by-step demonstrations, the video helps viewers understand sequence patterns and apply mathematical formulas to solve problems.

Takeaways

  • 📐 A sequence is an ordered list of numbers where each number is called a term, denoted as a_n for the nth term.
  • 🔢 To find the next term in a sequence, the difference table method can be used by calculating first and second differences.
  • 📈 If second differences are equal, it indicates a pattern that can be used to predict the next term in the sequence.
  • 📋 The formula for the nth term of a sequence can be derived from patterns, such as a_n = n^2 + n.
  • 🔑 Arithmetic sequences have a common difference, denoted as 'd', which can be used to find any term using the formula a_n = a_1 + (n-1) × d.
  • 🧩 The pattern of square tiles can be used to determine the nth term formula, such as a_n = 3n - 1 for a specific pattern of tiles.
  • 🌐 The Fibonacci sequence is a series where each number is the sum of the two preceding ones, represented by the formula f_n = f_{n-1} + f_{n-2}.
  • 📉 Binet's formula is a direct way to calculate Fibonacci numbers without using a sequence table, involving the golden ratio.
  • 🔄 A property of Fibonacci numbers is that for n ≥ 3, 3 × f_{n-1} - f_{n-2} = f_{n+1}.
  • ❌ The statement that if n is even, then f_n is even, is false because the pattern of even and odd Fibonacci numbers alternates.

Q & A

  • What is a sequence in mathematics?

    -A sequence is an ordered list of numbers, where each number is called a term. It is a function whose domain is the set of positive integers.

  • How is the nth term of a sequence denoted?

    -The nth term of a sequence is denoted as a sub n (aₙ). For example, a₁ is the first term, a₂ is the second term, and so on.

  • What method is used in the video to predict the next term of a sequence?

    -The difference table method is used to predict the next term of a sequence. By finding the first and second differences, if the differences become equal, the next term can be predicted.

  • How do you calculate the first differences in a sequence?

    -The first differences are calculated by subtracting each term from the next. For example, in the sequence 5, 14, 27, 44, 65, the first differences are calculated as 14 - 5 = 9, 27 - 14 = 13, 44 - 27 = 17, and so on.

  • How are the second differences calculated, and what does it signify?

    -The second differences are calculated by subtracting the first differences from each other. For example, 13 - 9 = 4, 17 - 13 = 4, and so on. If the second differences are equal, it indicates that a pattern can be used to predict the next term.

  • What is the nth term formula mentioned in the video?

    -An nth term formula is a mathematical expression that generates the terms of a sequence. For example, the formula aₙ = 3n² + n can be used to find terms in a quadratic sequence.

  • How is the common difference used to find the nth term of an arithmetic sequence?

    -In an arithmetic sequence, the common difference is used in the formula aₙ = a₁ + (n - 1) × d, where a₁ is the first term and d is the common difference. This formula helps calculate any term in the sequence.

  • What is the Fibonacci sequence, and how is it generated?

    -The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones. The formula to generate the Fibonacci sequence is Fₙ = Fₙ₋₁ + Fₙ₋₂, where Fₙ represents the nth term.

  • What is Binet’s formula for calculating Fibonacci numbers?

    -Binet's formula is a closed-form expression used to calculate Fibonacci numbers directly. It incorporates the golden ratio and is expressed as: Fₙ = (1/√5) × [(1 + √5)/2]^n - [(1 - √5)/2]^n.

  • How is the difference table method different from Binet's formula when predicting terms in a sequence?

    -The difference table method predicts the next term by using differences between terms and relies on identifying a pattern in those differences. Binet’s formula, on the other hand, is a direct mathematical formula used specifically for Fibonacci numbers, which avoids the need to calculate prior terms manually.

Outlines

00:00

🔢 Understanding Sequences and Difference Tables

The video introduces the concept of sequences, an ordered list of numbers, and their terms. A method to predict the next term of a sequence using a difference table is explained. First, the differences between consecutive terms are calculated, followed by the second differences. When these become constant, it helps predict future terms. The video demonstrates this with a sequence of numbers and walks through the process of calculating the next term (90) by adding up first and second differences.

05:03

📊 Predicting the Next Term Using Difference Tables

This section continues with the difference table method for predicting the next term of a sequence. The example starts with the numbers 7, 24, 59, 118, 207, 332, and the first, second, and third differences are calculated. Since the third differences are constant (all equal to 6), the next term can be predicted. Using this method, the next number in the sequence is found to be 499. The explanation emphasizes the steps involved in calculating the differences and adding them back to find the next term.

10:28

📐 Generating Terms from a Sequence Formula

The focus shifts to using a formula to generate the terms of a sequence. A specific sequence formula, a_n = n^2 + n, is provided to find the first five terms of a sequence. The formula is applied by substituting values of n into the equation, resulting in terms such as 4, 14, 30, 52, and 80. Additionally, the process for determining the nth term of an arithmetic sequence using common differences is explained, and examples with sequences and their common differences are provided.

15:28

➗ Applying Arithmetic Sequence Formula

The video illustrates how to apply the arithmetic sequence formula, a_n = a_1 + (n-1)d, to calculate terms in a sequence. Given a common difference of 6 and a first term of 4, the formula is used to calculate the nth term of a sequence (4, 10, 16, 22, 28). The method of distributing and simplifying the terms in the equation is discussed, leading to the general form 6n - 2 for the sequence. A practical example with square tiles is introduced to demonstrate how to count tiles in geometric patterns using this approach.

20:47

🔢 Fibonacci Sequence and Pattern Formulas

This section introduces the Fibonacci sequence, a series where each term is the sum of the two preceding terms. The formula for Fibonacci numbers, F_n = F_{n-1} + F_{n-2}, is explained, and examples of calculating specific Fibonacci terms (e.g., the 10th and 13th terms) are given. The video also explores an alternative method for calculating Fibonacci numbers using Binet’s formula, which incorporates the golden ratio. A calculator-based demonstration shows how to efficiently find Fibonacci terms.

🧮 Exploring Properties of Fibonacci Numbers

The video examines the properties of Fibonacci numbers. For instance, the statement 3F_n - F_{n-2} = F_{n+2} is analyzed and shown to be true for n >= 3. Additionally, the claim that Fibonacci numbers are odd when n is even is evaluated and found to be false. The segment wraps up with a discussion on how to use a calculator to quickly solve Fibonacci-related problems and verify the properties of these numbers.

Mindmap

Keywords

💡Sequence

A sequence is an ordered list of numbers in which each number is referred to as a term. In the video, the sequence is introduced as a fundamental concept in problem solving with patterns. The example of a sequence given in the video is 5, 14, 27, 44, and 65, and the challenge is to predict the next term.

💡Term

A term refers to each individual number in a sequence. In the video, the presenter explains how each term is labeled as 'a sub n,' where 'n' represents the position of the number in the sequence. For example, the first term in the sequence 5, 14, 27, 44, 65 is 5, which is denoted as 'a sub 1.'

💡Difference table

The difference table is a method used to find the next term in a sequence by calculating the differences between consecutive terms. In the video, the first and second differences of the sequence are calculated to show how the differences become equal, allowing for prediction of the next term.

💡First difference

First differences are the differences obtained by subtracting each term in a sequence from the following term. In the video, for the sequence 5, 14, 27, 44, 65, the first differences are 9, 13, 17, and 21. These differences help identify patterns within the sequence.

💡Second difference

The second difference refers to the differences between the first differences. In the video, the second differences for the sequence 5, 14, 27, 44, 65 are calculated as 4, 4, and 4, indicating that the sequence follows a predictable quadratic pattern.

💡Nth term

The nth term represents the general form of a term in a sequence, allowing one to predict any term's value. In the video, the presenter introduces the nth term formula for sequences, such as 'a sub n = n squared + n,' and demonstrates how it can be used to find specific terms in the sequence.

💡Arithmetic sequence

An arithmetic sequence is a sequence where the difference between consecutive terms is constant. In the video, an example of an arithmetic sequence is given with a common difference of 6. The formula 'a sub n = a sub 1 + (n-1)d' is used to find the nth term.

💡Fibonacci sequence

The Fibonacci sequence is a famous pattern where each term is the sum of the two preceding terms. In the video, the presenter discusses the first 14 terms of the Fibonacci sequence and explains how the Fibonacci formula can be used to calculate any term, using both the recursive method and Binet’s formula.

💡Binet's formula

Binet's formula is an explicit formula used to calculate Fibonacci numbers without recursion. It incorporates the golden ratio and allows for quick calculation of any Fibonacci number. In the video, the presenter explains how this formula can be applied using a calculator to find specific Fibonacci terms, such as the 13th term.

💡Common difference

The common difference is the consistent difference between consecutive terms in an arithmetic sequence. In the video, the common difference is found to be 6 in a sequence with terms like 4, 10, 16, 22, and 28, helping to derive the formula for the nth term.

Highlights

Introduction to sequences and their representation as functions.

Explanation of terms within a sequence and their notation.

The concept of predicting the next term in a sequence using a difference table method.

Demonstration of calculating first differences to identify patterns.

Procedure for finding second differences when first differences are not equal.

Prediction of the next term in a sequence using equal second differences.

Example of predicting the next term in the sequence 5, 14, 27, 44, 65.

Application of the difference table method to a different sequence.

Explanation of constructing a formula for the nth term of a sequence.

Derivation of the first five terms using the formula 3n^2 + n.

Introduction to arithmetic sequences and their general formula.

Finding the nth term of an arithmetic sequence using the formula a_n = a_1 + (n-1)d.

Example of calculating the number of tiles in a pattern using the nth term formula.

Introduction to the Fibonacci sequence and its properties.

Explanation of finding a term in the Fibonacci sequence using the recursive formula.

Use of Binet's formula to calculate Fibonacci numbers without a table.

Properties of Fibonacci numbers, such as the relationship between 3 times a term and the sum of two other terms.

Discussion on the parity of Fibonacci numbers and its implications.

Conclusion and call to action for viewers to engage with the channel.

Transcripts

play00:00

hello everyone so in this video we are

play00:02

going to discuss

play00:03

problem solving with patterns

play00:08

an ordered list of numbers such as 5 14

play00:12

27 44 65

play00:15

we call that as a sequence a sequence is

play00:18

a function

play00:19

whose domain is the set of positive

play00:21

integers

play00:22

it also means an ordered list of numbers

play00:25

each number

play00:26

in a sequence is called a term

play00:30

5 14 27 44 65 we need note the term

play00:35

as follows so a sub 1 so that is our

play00:39

first term

play00:42

our second term is 14 we denote as a sub

play00:45

2

play00:46

and a sub 3 we denote that is for our

play00:48

third term

play00:50

27 and then a sub 4 is equal to 44 that

play00:54

is our fourth term

play00:56

and a sub 5 is equal to 65 and that is

play00:59

our

play00:59

fifth term so we call this a sub

play01:02

n is the nth term of a sequence now

play01:05

as you can see we have a tree that's

play01:08

here

play01:09

so it indicates that the sequence

play01:11

continues

play01:12

beyond 65

play01:17

what is the next term in the sequence 5

play01:19

14

play01:20

27 44 and 65

play01:24

so to answer these questions we often

play01:26

construct a different stable

play01:28

so we are going to use this method so we

play01:31

have a

play01:32

different way to get the next term in

play01:35

the given sequence

play01:36

so in this time we are using the

play01:38

difference table method

play01:41

so by using the sequence we are going to

play01:43

get the differences

play01:45

wherein if the differences are already

play01:49

equal

play01:50

we can now predict the next term how to

play01:53

do that

play01:55

okay first we are going to get first

play01:59

the first differences so pannu

play02:02

we are going to subtract the first term

play02:06

from the second term so 14

play02:09

minus 5 that is 9 27

play02:12

minus 14 that is 13 44 minus 27 that is

play02:17

17

play02:18

65 minus 17 that is

play02:21

a 65 minus 44 that is 21 as you can see

play02:25

class

play02:26

so in the first differences the

play02:29

difference are not yet equal so

play02:32

we're going to proceed for the next

play02:34

differences so that

play02:36

is our second differences so 13 minus 9

play02:40

that is 4 17 minus 13 that is 4

play02:44

21 minus 17 that is 4. okay as you can

play02:47

see

play02:48

uh in our second differences uh equal

play02:52

necessary so therefore we can predict

play02:54

the next

play02:54

uh number here in the first differences

play02:58

so e big sub b hand the next term here

play03:02

if you subtract the next term here to 21

play03:05

the difference also is 20 uh four

play03:08

so therefore on gagovindatan we're going

play03:11

to add four

play03:13

here so 21 plus four so the next term in

play03:16

the first differences

play03:18

in this uh row is 25

play03:22

and then we add upwards so panning

play03:28

next term details so for so for example

play03:32

here so par paul the coin 65 because 44

play03:36

plus 21 that is 65 second indian d2

play03:39

process 65 plus 21

play03:42

25 that is 90 so therefore

play03:46

the next term in the given sequence by

play03:48

14 27 44 65

play03:51

is 90. so i know it again i mean nothing

play03:54

metadata excuse difference table

play03:58

next

play04:00

we have 27 24 59 118

play04:04

207 and 332

play04:07

so we're going to predict the next term

play04:10

so first we're going to get the first

play04:13

differences so

play04:14

7 minus 2 that is 5 24 minus 7 that is

play04:18

17

play04:20

and 59 minus 24 that is 35

play04:23

118 minus 59 that is 59 also

play04:28

and then 207 minus 118 that is 89

play04:32

332 minus 207 that is 125.

play04:37

so as you can see in our first

play04:40

differences

play04:41

in the indeep equal no your differences

play04:44

so

play04:45

let's proceed for the second differences

play04:48

17 minus 5 that is 12 35 minus 17 that

play04:53

is 18

play04:54

59 minus 35 that is 24

play04:57

89 minus 59 that is 30 125 minus 89 that

play05:02

is 36 so

play05:04

against the second difference says

play05:06

nothing hindi pencil

play05:08

equals so therefore let's proceed for

play05:10

the third differences

play05:12

so 18 minus 12 that is 6 24 minus 18

play05:16

that is 6

play05:17

30 minus 24 that is 6 36 minus 30 that

play05:22

is 6 now

play05:23

so my kitten at n they are equal now so

play05:26

we can

play05:26

get the next term in this row so one

play05:30

uh differences this is six so we can add

play05:33

six

play05:33

to get this uh the next term so 36 plus

play05:36

six that

play05:37

is 42 and then targeting detail we're

play05:40

going to add

play05:42

okay and the last term and the first

play05:44

differences so 125 parama

play05:47

na tinto 125 plus 42 that

play05:50

is hundred sixty-seven parameters a

play05:55

given sequence nothing

play05:57

so we're going to add 332 plus 167

play06:01

and that is 499. okay so you know how to

play06:05

predict

play06:06

predict the next number

play06:10

okay in the previous example

play06:14

in the previous example we use

play06:15

difference table to predict the next

play06:18

term

play06:18

of a sequence so in some cases we can

play06:22

use

play06:22

pattern to predict a formula that we

play06:24

call the n term formula

play06:26

so that generates the term of a sequence

play06:29

so for example we have

play06:31

a sub n is equal to n squared plus n so

play06:34

we're going to

play06:35

find out now we are going to find the

play06:38

first five terms

play06:40

so given this rule okay so

play06:43

we're going to substitute so a sub 1

play06:47

because we denote that as the first term

play06:49

so

play06:51

1 so that's why 3 times 1 squared plus

play06:55

1 and then it's equal to 1 times 1

play06:58

because 1 squared is 1 so that is 3

play07:00

times one

play07:02

plus one and that is equals to four so

play07:06

three times one is three plus one that

play07:07

is four so eb sub

play07:08

and your first term not n is four next

play07:13

we have a sub two so the second term

play07:16

we're going to get the second term

play07:20

so that is 2 squared that is 4 so 4

play07:23

times 3

play07:24

12 plus 2 that is equal to 14. so

play07:27

therefore

play07:28

the second term is 14 next

play07:31

the third term so the third term we

play07:34

substitute three

play07:35

so salihatnam values so three squared

play07:39

plus three and three squared is nine

play07:41

so nine times three this is equal to 27

play07:44

plus three

play07:45

and that is thirty so it is a b and

play07:47

thirty young

play07:48

third term not ten and for the fourth

play07:50

term we have four

play07:52

squared that is sixteen times three

play07:55

so sixteen times three plus four that is

play07:58

52 and last the

play08:02

fifth term so we have we are going to

play08:04

substitute 5

play08:05

so n not n so 5 squared that is 25

play08:09

times 3 plus 5 is equal to

play08:12

80 so so the first five terms of the

play08:15

sequence

play08:16

given the n term 3 n squared plus n are

play08:19

4 14 30 52 and 80.

play08:29

sequence okay what is the end term of

play08:32

the sequence

play08:33

4 10 16 22 and 28 so

play08:37

nothing young and term in the previous

play08:40

slide

play08:40

bini gaya young and term okay now

play08:45

gamet's young given sequence kuni

play08:47

nothing

play08:48

and term okay so gamete

play08:51

general rule for n terms sorry to

play08:54

lagging in a gamut

play08:55

so we're going to get the first hour

play08:58

just

play08:58

substitute know what nothing

play09:01

says nothing so in a sub 1 d this is the

play09:05

first term

play09:06

young and not in detail that is the uh

play09:09

number position in the given sequence

play09:13

and d is the common difference so

play09:15

pakistan be nothing common difference

play09:18

you know is nothing silly something

play09:20

common difference so for example 10

play09:22

minus 4

play09:24

that is 6 16 minus 10 6 by 10

play09:27

22 minus 16 that is 6 28 minus 22 that

play09:32

is 6. so therefore

play09:33

uncommon difference d to

play09:37

so in short you know a sub one nothing

play09:40

is four because that is the first term

play09:42

and then you d not end which is the

play09:44

common difference that is six again

play09:47

but you know common difference so emma

play09:49

minus like not

play09:50

m 10 minus 4 that is 6 16 minus 10

play09:54

that is 6. so please check then you know

play09:56

given sequence nothing or arithmetic

play09:58

yeah

play09:59

sometimes uh on the first and second

play10:28

10 16 22 and 28.

play10:32

okay so substitute a sub 1 that is 4

play10:36

plus n minus 1 and the common difference

play10:39

is 6

play10:40

and then simplify so multiply not n and

play10:43

6 by using distributive properties so

play10:45

six times

play10:46

n that is six n six times negative one

play10:49

that is negative six and then combine

play10:51

similar terms

play10:52

since c six and one capacitance

play10:57

so copy six n and let's see four minus

play11:00

six

play11:01

ang paksa my name so four minus six that

play11:04

is negative two therefore

play11:06

the nth term of the sequence 4 10 16

play11:09

22 and 28 is 6 n

play11:12

minus 2

play11:16

another assume the pattern shown by the

play11:18

square

play11:20

tile in the following figure continues

play11:22

so this is our first term so

play11:25

meron dalawang

play11:44

eight so we have one two three four five

play11:47

six seven eight nine ten eleven

play11:49

so meron thailand eleven a square tile

play11:52

so

play11:54

allah me nothing

play12:08

so what is the first term that is two

play12:11

okay

play12:12

so in common difference nila so

play12:15

first term y two and this is five five

play12:17

minus two three

play12:19

ito i eight so eight minus five three

play12:22

then so it is 11 11 minus eight that is

play12:25

three

play12:26

so therefore uncommon difference detail

play12:28

i3

play12:29

now substituting on the

play12:32

uh in this formula so we come up so

play12:35

a sub one nothing two plus n minus one

play12:37

times three and then distributing three

play12:40

inside the parentheses so they have we

play12:43

have

play12:43

two plus two three times n that is three

play12:46

n

play12:46

minus three and that is three n minus

play12:50

one bucket

play12:57

simplify so 2 minus 3 that is negative 1

play13:00

so therefore

play13:01

an n term detail is 3 n minus 1. next

play13:06

question

play13:07

how many tiles are in the eight figures

play13:09

of the sequence so

play13:11

instead uh uh draw kajan i'm a square

play13:15

tile so why not

play13:16

using the enter mao kuan

play13:26

substitute in the given n term so we

play13:28

have three n minus one so

play13:31

papalitan and so 3 times 8

play13:34

24 minus 1 that is 23 so therefore

play13:39

i'm putting 8 figures now i met on 23

play13:42

square

play13:43

tiles another which figure will

play13:46

consist of exactly 320 tiles so

play13:50

pang ilan kaya in figure nao na meron

play13:53

320 tiles

play13:55

so using this and term so

play13:58

a big sub hand so allah

play14:09

320 tiles so three n

play14:12

minus one so it is

play14:17

so 3n minus 1 is equal to 320 transpose

play14:20

negative 1 so that will become 320 plus

play14:23

1.

play14:24

so 3n is equal to 321 divide both sides

play14:27

by 3 so you

play14:42

figures okay next

play14:47

fibonacci sequence this is included in

play14:50

the problem solving

play14:51

with patterns so when you say fibonacci

play14:54

fibonacci sequence that is

play14:56

the series of numbers such that the next

play14:58

number

play15:00

is found by adding up the two numbers

play15:02

before

play15:03

it so we can use this formula f sub n is

play15:07

equal to

play15:08

f sub n minus 1 plus f

play15:11

sub n minus 2 where n f

play15:14

sub n is the term number n

play15:17

or this the number position on the uh

play15:21

given term next f sub n

play15:24

minus 1 is the previous term or n minus

play15:27

1

play15:28

for f sub n minus 2 is the term before

play15:32

that

play15:32

n minus 2. now

play15:36

okay for example so this is the first

play15:40

14 terms now this is the first 14 terms

play15:43

in the fibonacci sequence

play15:45

okay so let's try find the 10th term in

play15:48

the

play15:49

fibonacci sequence so using the formula

play15:53

so f sub n

play15:54

is equal to f sub n minus one

play15:57

plus f sub n minus two so

play16:02

so that will become ten minus one that

play16:05

is

play16:07

f sub nine d to the n minus two that is

play16:10

f sub

play16:11

eight so nothing f sub nine say it

play16:14

on now a new volume

play16:17

f sub n yeah that is thirty four you

play16:20

know f sub 8 amount that

play16:22

is 21 so 34 plus 28 that is 55 it makes

play16:26

a bn

play16:27

so this is the first tenth term

play16:31

fibonacci sequence nothing or so

play16:33

fibonacci numbers nothing so

play16:35

young f sub 10 that is equal to 55

play16:37

another

play16:40

find the 13th term in the fibonacci

play16:42

sequence so

play16:44

we have okay using the formulas

play16:48

and 13 so 13 minus 1 that is 12

play16:52

plus so d to 11 so in value number 12

play16:54

nothing that is 144

play16:57

and the new element of monotony is 89.

play16:59

that is

play17:01

233. now question

play17:03

sir uh every time this has a good magnum

play17:07

fibonacci sequence

play17:12

there's another way no matter formula

play17:15

saying

play17:16

using the your powerful calculator kai

play17:20

and kain

play17:20

sagutan without this table no it be

play17:23

beginner any calculator

play17:25

okay fibonacci number

play17:29

general formula or we call this as

play17:32

binet's formula

play17:33

okay so anybody when it's formula so

play17:37

this is

play17:38

a formula that incorporates the golden

play17:41

ratio so letting f sub

play17:43

n is represent the n term

play17:46

number of the fibonacci sequence where f

play17:49

sub n

play17:50

is equal to 1 over square root of 5

play17:53

times okay the quantity the quantity of

play17:56

1 plus square root of 5 over 2

play17:59

raised to n minus one minus square root

play18:01

of five over two raised to n

play18:03

so using your calculator halimbawa

play18:06

kanina

play18:07

kinokua 13 annoying

play18:10

canada hundred

play18:13

thirty-three okay tingling at ten using

play18:16

this formula

play18:17

okay for example no so properly turning

play18:21

nothing

play18:21

and nothing on 13 so the answer will be

play18:24

233

play18:25

so using your calculator so using your

play18:28

calculator

play18:30

okay so papa

play18:35

okay using your calculator

play18:39

okay says

play18:43

production bar so one then down arrow

play18:47

so my calculator is about high square

play18:50

root of five

play18:51

and then okay

play18:55

one parentheses we have then

play18:58

again in fraction bar we have one plus

play19:03

square root of five then down arrow we

play19:07

have two

play19:12

right side then enclose by parentheses

play19:19

this one and then pin the thing

play19:26

and then right arrow then minus

play19:31

again open parenthesis and then your

play19:34

production var

play19:36

then one minus square root of five

play19:40

then baba that is two

play19:45

then close on it again and close

play19:47

parenthesis

play19:48

and then pin it in and that is thirteen

play19:52

so you know and then again

play19:57

parentheses okay click on

play20:01

and that is 233.

play20:14

let's say first 13 terms so using this

play20:17

formula

play20:47

so young f25 so papadi

play20:52

uh so papadi

play20:56

and 25

play21:00

and then

play21:03

by 10.25 so that is equals to

play21:08

75 025 so that is equal to 7525 so you

play21:15

can use this formula

play21:16

next properties of fibonacci numbers so

play21:21

first determine whether the statement 3

play21:25

times f sub n minus f sub n minus 2

play21:28

is equal to f sub n plus two for n is

play21:32

greater than or equal to three so that

play21:35

kappa f no no if your n is greater than

play21:39

or equal to three

play21:40

sudhapat capacitor nothing dito any

play21:43

number

play21:44

uh equal to greater than or equal to

play21:47

three

play21:48

to you so let's try

play21:51

okay for example

play21:55

okay uh start the k3

play21:58

if your n is three so that will become

play22:01

three plus two

play22:02

so pivot and then substitute that in

play22:05

three times

play22:06

f sub three minus three minus two

play22:10

penalty so that is f sub five

play22:14

three times saying f sub three nothing

play22:16

in value need to i two okay

play22:18

f sub three two minus f sub one

play22:22

so we all know that f sub five that is

play22:26

five is equal to three times two this

play22:28

is six minus one bucket one you know f

play22:32

sub one attention

play22:34

okay one so therefore five is equal to

play22:37

five

play22:38

and that is true therefore the statement

play22:42

3 times f sub n minus f

play22:45

sub n minus 2 is equal to f sub n plus 2

play22:48

for n is greater than or equal to 3 is

play22:51

true another

play22:54

if n is even then f sub n is odd number

play22:58

so check nothin

play23:05

and an event number so i'll bring even

play23:08

number two

play23:08

four six eight ten and so on so

play23:12

even numbered outing even number more

play23:17

then ny even number then

play23:20

f

play23:48

so therefore that is wrong and

play23:51

this statement if n is event and f sub n

play23:54

is add number

play23:56

this property is false

play23:59

next okay thank you for watching this

play24:03

video i

play24:04

hope you learned something don't forget

play24:06

to like

play24:07

subscribe and hit the bell button put

play24:09

updated ko for more video tutorial

play24:12

this is your guide in learning your mod

play24:14

lesson your walmart

play24:16

channel

Rate This

5.0 / 5 (0 votes)

Связанные теги
Problem SolvingSequencesFibonacciPatternsMath TutorialDifference TableFormulasEducationArithmeticMathematics
Вам нужно краткое изложение на английском?