"

Class Notes


Analyzing Depth vs. Clock Time Data

Given a set of depth vs. clock time data we can calculate average rates of depth change between every pair of successive clock times. If we hypothesize a quadratic model we can choose three points on our approximate 'best-fit' curve to use to create a model function y = a t^2 + b t + c. Substituting the y and t coordinates of our three points we obtain linear three equations in a, b and c, which can be solved simultaneously for these parameters. This will give us our model.

Solving the Equations

We solve the simultaneous equations by the process of elimination.

Using the Model

We can use the model to predict depth at a given clock time or to find clock time at which a given depth occurs.


Please Note:  The depth vs. clock time experiment is done in more detail in Precalculus I.  You may go to the Precalculus I homepage and see those details if you are rusty; however, knowledge of the quadratic formula, solutions of simultaneous equations, etc., should be very familiar to you, or should at least be something you can refresh without much trouble, as you enter a Calculus course.  Most Calculus students can refresh themselves from the level of detail provided here.

Analyzing Depth vs. Clock Time Data

Depth vs. clock time data are taken for water flowing from a uniform cylinder.   The depth vs. time data are plotted, yielding a graph which, as expected, falls less and less rapidly as time goes on.

depth vs. clock time; calculation of average rates and average slopes over subintervals

We arbitrarily chose the fourth, fifth and seventh points of the data set to use to obtain a quadratic model of the data. 

Obtaining three simultaneous equations based on three selected data points.

Solving the Equations

We choose first to eliminate c, since subtracting any equation from any other will eliminate this parameter. 

Solving the three equations simultaneously for a, b and c.

 

cal04.jpg (12962 bytes)

We substitute a into one of the equations for a and b, then solve for b; and we finally substitute our values of a and b into one of the original equations to obtain a, b and c.

cal05.jpg (29895 bytes)

Substituting the parameters yields the function model:

Back substitution of the value of a yields the value of b; back substitution of a and b yields the value of c.

Using the Model

We can use this function model to predict the depth at any desired clock time, or the clock time at which any desired depth is attained.

For example to obtain the clock time t when the depth reaches 0, we let the depth y be zero:

  • 0 = .00230 t^2 - .903 t + 88 and, by the quadratic formula,
  • t = [ -(-.903) + - `sqrt ((-.903) ^ 2 - 4 (.00230)(88) ] / (2 * .00230)

To find the clock time when depth is 55 cm, we let depth y be 55:

To find the predicted depth at clock time t = 0, we substitute t = 0:

For t = 100 sec the predicted depth will be

To see how well our data fits, we could compare the prediction of our model with the data set for every time on the data set.  We would probably find that our model predicts the depth within a centimeter or two for every data point.  This is pretty good.


Further questions:

What does our function model tell us about the rates at which the depth changes?

How might we obtain a more accurate model?

How closely can we model this data with a quadratic function, anyway?


"