1 / 33

Inductive Reasoning

Inductive Reasoning. Linear Sequences. 1, 3, 5, 7, 9, … 2, 4, 6, 8, 10, … 3, 8, 13, 18, 23, … 7, 7, 7, 7, 7, …. Sequences. Terms: 4, 5, 6, 7, 8 ….

Download Presentation

Inductive Reasoning

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Inductive Reasoning

  2. Linear Sequences 1, 3, 5, 7, 9, … 2, 4, 6, 8, 10, … 3, 8, 13, 18, 23, … 7, 7, 7, 7, 7, …

  3. Sequences Terms: 4, 5, 6, 7, 8 … Each number is a term of the sequence. Each term of the sequence is associated with the counting numbers. The counting number represent the terms location: First, second, third, etc. 1 2 3 4 5 … 4 5 6 7 6 …

  4. 1 2 3 4 5 … 4 5 6 7 8 … Since each sequence can be thought of and viewed as an ordered pair, they can be graphed. x y 1 2 3 4 5 … 4 5 6 7 8 … # of term Term Value

  5. As you can see the sequence is a line of integer values. Hence we call it a linear sequence. We can find the succeeding points by graphing or just visually recognizing the pattern. However, graphing is very time consuming.

  6. x y 1 2 3 4 5 … 4 5 6 7 8 … # of term Term Value Recognizing the pattern is not efficient for finding the 50th term because you need to find the first 49 terms to compute the 50th term. Therefore, it would be quicker if we could come up with a simple algebraic rule.

  7. x y 1 2 3 4 5 … 4 5 6 7 8 … # of term Term Value 1 1 1 1 Let’s look at the change in each term or gap between terms. Note that the change in y is 1. The change in x is also 1.

  8. x y 1 2 3 4 5 … 4 5 6 7 8 … # of term Term Value 1 1 1 1 Since the sequence is linear it has the following form: Y = mX + b m = 1 or the gap between terms.

  9. x y 1 2 3 4 5 … 4 5 6 7 8 … # of term Term Value 1 1 1 1 Since the sequence is linear it has the following form: Y = mX + b m = 1 or the gap between terms. The slope will always be the gap between terms because the change in x will always be 1.

  10. x y 1 2 3 4 5 … 4 5 6 7 8 … # of term Term Value 1 1 1 1 To find the value of b, use the first term and substitute 1 for x and substitute 4 for y. Y = (1)X + b 3 = b 4 = (1)(1) + b The rule is y = x + 3 4 = 1 + b

  11. x y 1 2 3 4 5 … 4 5 6 7 6 … # of term Term Value 1 1 1 1 The rule is y = x + 3 It works. Look at each term. 7 = 4 + 3 5 = 2 + 3 8 = 5 + 3 6 = 3 + 3

  12. 1 more time. That was the first try. Let’s do another. x y 1 2 3 4 5 … 6 11 16 21 26 … # of term Term Value 5 5 5 5 Since each sequence can be thought of and viewed as an ordered pair, they can be graphed.

  13. As you can see the sequence is a line of integer values. Hence we call it a linear sequence. We can find the succeeding points by graphing or just visually recognizing the pattern. However, graphing is very time consuming.

  14. x y 1 2 3 4 5 … 6 11 16 21 26 … # of term Term Value 5 5 5 5 Recognizing the pattern is not efficient for finding the 50th term because you need to find the first 49 terms to compute the 50th term. Therefore, it would be quicker if we could come up with a simple algebraic rule.

  15. x y 1 2 3 4 5 … 6 11 16 21 26 … # of term Term Value 5 5 5 5 Let’s look at the change in each term or gap between terms. Note that the change in y is 5. The change in x is also 1.

  16. x y 1 2 3 4 5 … 6 11 16 21 26 … # of term Term Value 5 5 5 5 Since the sequence is linear it has the following form: Y = mX + b m = 5 or the gap between terms.

  17. x y 1 2 3 4 5 … 6 11 16 21 26 … # of term Term Value 5 5 5 5 Since the sequence is linear it has the following form: Y = mX + b m = 1 or the gap between terms. The slope will always be the gap between terms because the change in x will always be 1.

  18. x y 1 2 3 4 5 … 6 11 16 21 26 … # of term Term Value 5 5 5 5 To find the value of b, use the first term and substitute 1 for x and substitute 6 for y. Y = 5X + b 6 = 5(1) + b The rule is y = 5x + 1 6 = 5 + b This is usually done mentally by multiplying the term # by the gap and figuring out what else is needed to make the term value. 1 = b

  19. x y 1 2 3 4 5 … 6 11 16 21 26 … # of term Term Value 5 5 5 5 It works. Look at each term. The rule is y = 5x + 1 21 = 5(4) + 1 11 = 5(2) + 1 26 = 5(5) + 1 16 = 5(3) + 1

  20. Let’s see if we can do these quickly x y 1 2 3 4 5 … x 9 13 17 21 25 … # of term Term Value 4x + 5 4 4 4 4 y = mx + b y = 4x + b 9 = 4(1) +b 5 = b y = 4x + 5

  21. Again x y 1 2 3 4 5 … x 5 8 11 14 17 … # of term Term Value 3x + 2 3 3 3 3 y = mx + b y = 3x + b 5 = 3(1) +b 2 = b y = 3x + 2

  22. And Again x y 1 2 3 4 5 … x 4 11 18 25 32 … # of term Term Value 7x - 3 7 7 7 7 y = mx + b y = 7x + b 4 = 7(1) +b -3 = b y = 7x - 3

  23. One more time ! x y 1 2 3 4 5 … x 8 15 22 29 36 … # of term Term Value 7x + 1 7 7 7 7 y = mx + b y = 7x + b 8 = 7(1) +b 1 = b y = 7x + 1

  24. Linear sequences must be done quickly. The speed should be almost as fast as you can write. The rule is in the form of mx + b . where x is the number of the term.

  25. Let’s try a few more ! x y 1 2 3 4 5 … x 5 7 9 11 13 … # of term Term Value 2x + 3 2 2 2 2 y = mx + b y = 2x + b 5 = 2(1) +b 3 = b y = 2x + 3

  26. And Another ! x y 1 2 3 4 5 … x 8 18 283848 … # of term Term Value 10x -2 10 10 10 10 y = mx + b y = 10x + b 8 = 10(1) +b -2 = b y = 10x - 2

  27. Let’s try tricky ones ! x y 1 2 3 4 5 … x 7 7 777 … # of term Term Value 7 0 0 0 0 y = mx + b y = 0x + b 7 = 0(1) +b 7 = b y = 7

  28. And Another ! x y 1 2 3 4 5 … x 17 14118 5 … # of term Term Value -3x + 20 -3 -3 -3 -3 y = mx + b y = -3x + b 17 = -3(1) +b 20 = b y = -3x + 20

  29. Let’s find the 20th Term x 1 2 3 4 5 6 … x … 20 y GAP 5x - 2 98 23 28 3 8 13 18 5 5 5 5 y = 5x + b 5(20) - 2 3 = 5(1) + b -2 = + b

  30. Again x 1 2 3 4 5 6 … x … 20 y GAP 2x + 1 41 11 13 3 5 7 9 2 2 2 2 y = 2x + b 2(20) + 1 3 = 2(1) + b 1 = + b

  31. And Again x 1 2 3 4 5 6 … x … 20 y GAP 4x - 1 79 19 23 11 15 3 7 4 4 4 4 y = 4x + b 4(20) - 1 3 = 4(1) + b - 1 = + b

  32. One Last Time x 1 2 3 4 5 6 … x … 20 y GAP 5x - 2 98 23 28 13 18 3 8 5 5 5 5 y = 5x + b 5(20) - 2 3 = 5(1) + b - 2 = + b

  33. C’est fini. Good day and good luck. That’s all folks. A Senior Citizen Production

More Related