in

Week of Apr 28 - Group 5

Last post 05-04-2008 8:30 PM by lauren.fields. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 04-29-2008 11:48 AM

    Week of Apr 28 - Group 5

    To post notes, reply to this message.

    Then edit the Subject to:

    Re: Week of 'date' - Monday (replace 'Group #' with day of week for the notes you are posting)

    Remember notes must be posted by 8 a.m. the following day!      

      

  • 04-29-2008 8:52 PM In reply to

    • jtapia
    • Top 50 Contributor
    • Joined on 11-02-2007
    • Posts 5

    Re: Week of Apr 28 - Monday

     

    First we discussed the Sequences and Series in Excel paper

    The answers for #5 are

    a.)    even numbers - (2,1,2)
    b.)    multiples of five - (5,1,5)
    c.)    powers of three - (1,3,0)
    d.)    numbers that end in seven - (7,10,7)
    (starting number, multiplier, add on)

     

    Infinite Geometric Series

    The sum for an infinite geometric series is given by the equation

    S=      a1        
                1-r

     

    1. 12 + 4 + 4/3 + 4/9 + ...

    r = 1/3
    S=      12       
             1-(1/3)
    S= 18

               
               Σ 2(0.1)i-1
                    i=1
               S    2          
                           1-0.1
               S=20/9

     


    Σ 3(0.1)n-1
    i=4
    3(1)4-1 = 3/1000
    S= 1/300

     

    Find r if a1=5 and S= 27/5

     27 / 5 = 5 / (1 - r)
     (5)(5) = 27(1 - r)
    25 = 27(1 - r)
    25/27 = 1 - r
    1 - 25/27 = r
    2/27 = r

    More Infinite Geometric Series

    If there is one digit repeating, then it's n/9. If there's two digits, then it's n/99, etc.

                (Ex. 0.333... = 3/9, 0.181818... = 18/99)

    1. 0.18181818...
      18/100 + 18/10000 + 18/1000000 + ...
      r = 1/100
      S= (18/100) / (1 - (1/100))
      S= 2/11

     

    1. 0.41666666...
      S=5/12

     

    Word Problem

    A pendulum swings 10ft going left and right. On its swing back, it swings 90% as far as the first swing. Each successive swing is 90% of its previous swing.

    1. Find the total distance by the pendulum when it finally stops.

    S=      10        = 100ft
             
    1 - 0.9

     

    1. When will the pendulum have traveled 50% of its total distance

    Since the pendulum traveled a total of 100ft, 50% of that is 50ft.
    50 =a1[(1 - rn) / (1 - r)]
    50 = 10[(1 - 0.9n) / (1 - 0.9)]
    5 = [(1 - 0.9n) / (0.1)] solve for n
    n = 6.579

    - Jennifer Tapia
  • 04-30-2008 5:51 PM In reply to

    Re: Week of Apr 28 - Wednesday

    Forum Notes Wednesday April 30, 2008

     

    Lesson Opener 11.5

    Answers

    1. W
    2. A
    3. T
    4. E
    5. R
    6. J
    7. U
    8. I
    9. C
    10. E
     

    Recursive Rules

    --a different way to generate a sequence

    --explicit rule                ex:  an=3n+7

    --recursive rule ex: an= (an-1)2 +1

     

    Generate the first 5 terms of the sequence.

    a.  a1= 1           an= (an-1)2 +1

     

    Answer: 1,2,3,5,26,677

     

    b.  a1 = 2          a2 =2                an = an-2 - an-1  

     

    Answer: 2,2,0,2,-2

     

    Factorial

    Factorial symbol is !

    n! represents the product of all the integers 1 to n

     

    0! = 1                           1! = 1

    3! = 3*2*1= 6             4!= 4*3*2*1 = 24

     

    Write an explicit and  a recursive rule for a1 = 15 and d = 5

    1

    2

    3

    15

    20

    25

    1. explicit rule

    an = 5n +10

    1. recursive rule

    a1 = 15       an  = an-1 +5

     

    Write an explicit and  a recursive rule for a1 = 4 and r = .2

    1

    2

    3

    4

    .8

    .16

    1. explicit rule
    an = 4(.2)n-1
    1. recursive rule

    a1 = 4         an  = .2(an-1 )

      

    Write a recursive rule for:

    1,1,4,10,28,76

     

    a1 = 1               a2 = 1               an  = 2 (an-1  + an-2 )

      

    A lake contains 5200 fish.  The population of the fish declines 30% per year due to fishing and other causes.  This lake is restocked with 400 fish each year. 

    1.  recursive rule

    a1 = 5200   an  = .7(an-1 ) +400

    b) find the number of fish at the beginning of the 5th year

    See Recursive Rules.doc on the OSP for how to do this on a calculator

    About 1333 fish. 

    NOTE: You can find the “u” button on the calculator by pressing 2nd and 7

     

    6000 trees are on a tree farm.  Each year 25% of the trees are harvested and 900 new seedlings are planted. 

    a. write a recursive rule

    a1 = 6000   an  = .75(an-1 ) +9000

    b.  use the recursive rule to find the number of fish after 3 years.

    4612 trees

    c. graph the sequence over 10 years.

    d.  from the graph, what would you expect to happen with the number of trees in the tree farm?

    You would expect the number of trees to level off and stop declining at 3600 trees.

     

  • 05-02-2008 7:43 AM In reply to

    Re: Week of Apr 28 - Thursday

    Notes for Thursday May 1, 2008

     

    Warm-up

    The sum of the first n terms of a arithmetic sequence is 726.  The first term is 1.5 and the common difference is 2.5.  Algebraically determine the value of n. 

     

    a1 = 1.5                                    d= 2.5

     

    1.5=2.5(1) + yint

    yint  = -1

     

    726 = n((1.5+2.5n-1)/2)

    2.5n2 + .5n-1452 = n

    n= 24, -24.2n = 24 

    After the warm-up, we checked homework and took the quiz. 

     

Page 1 of 1 (5 items)
Copyright St. Agnes Academy, 2006-2007. All rights reserved.