+ Reply to Thread
Results 1 to 2 of 2

Thread: What will be a function to represent the number of bacteria after t hours ?

  1. #1
    Level 1 - Newbie jessica's Avatar
    Joined
    Mar 2012
    Posts
    1,171

    What will be a function to represent the number of bacteria after t hours ?

    At the start of an experiment, there are 100 bacteria in a petri dish. The bacteria grow exponentially at a rate of 0.2% per hour.

    a.) How many bacteria will be present in the petri dish after 5 hours?

    b.) How Long will it take for the number of bacteria to double ?

  2. Sponsors
    Super ModeratorPeeje's Avatar
    Joined
    Nov 2011
    Posts
    164
    Videos
    139

  3. #2
    Level 15 - A Legend burkhard's Avatar
    Joined
    Feb 2012
    Posts
    1,661
    Writing the exponential growth/decay equation
    A = Aoe^kt where A = amount at time t, Ao = amount at time t = 0, k = a constant.
    So after one hour
    1.002 Ao = Aoe^(k*1) (and Ao cancels)
    ln 1.002 =k
    0.002 = k
    so we can write
    A = Aoe^0.002t (where t is in hours)
    after 5 hours
    A = 100e^0.002*5
    A = 100*e^0.01
    A = 100*1.01
    A = 101 after 5 hours
    for number to double,
    2Ao = Aoe^0.002T
    2 = e^0.002t
    ln2 = 0.002t
    t = (ln2)/0.002
    t = 346.57 hours for number to double.

    -

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts