Posted by Smartypants on Saturday, June 18, 2011 at 1:23am.
I tried an exponential and that did not work so try a polynomial:
change in n per hour 5 7 9 11
change in change in n per hour = 2
constant second derivative --> parabola
n = a + k t + c t^2
dn/dt = k + 2 c t
d^2n/dt^2 = 2 c
so
2c = 2
c = 1
and
n = a + k t + t^2
when t = 1, n = 3
3 = a + k + 1
a + k = 2
when t = 2, n = 8
8 = a + 2 k + 4
a + 2 k = 4
subtract those 2 equations
-k = - 2
k = 2
so
n = a + 2 t + t^2
when t = 3, n = 15
15 = a + 2(3) + 9
a = 0
so
n = + 2 t + t^2
check when t = 5
n = 10 + 25 = 35 check
so I claim that
n = 2 t + t^2
Related Questions
Math challenge - There are 3 circles divided into thirds with a number in each ...
Help! - I am stumped with a problem we are supposed to help our 4th grader with...
programming - write a flowchart program which shows persentes of 4 student 1st ...
Physics - I am a little confused about kinetic and potential energy regarding ...
science - When I bumped the table, the coffee in my cup spilled out. Newton'...
Mathematrics - Each diagram in the sequence is obtained by drawing of a 1 unit ...
Ecology - Estimate the fish population of Lake Champlain using the Lincoln-...
math - You offer to do the dishes for your family for the next month.This month ...
maths - in the ques they got a square divided in 2 each block has the number 4 ...
math - 3 lights started at the same time..1st blinks at 5 seconds, 2nd at 6 ...
For Further Reading