Precalculus I Class 01/30


If y = .01 t^2 - .5 t + 80 then

depth y changes from y(10) = 76 to y(20) = 74.

We might assume that this means that depth changes from 76 cm to 74 cm as t changes from 10 sec to 20 sec.

Average rate of change of quantity A with respect to quantity B is 

Ave rate of change of y with respect to t is therefore

Change in y is final depth - initial depth = 74 cm - 76 cm = -2 cm.

Change in t is final t - initial t = 20 sec - 10 sec = 10 sec.

Therefore 

These calculations can be represented on a graph of y vs. t.  

 

The graph points corresponding to the y vs. t information for the function given above are (10, 76) and (20, 74).  

This calculation is identical to the calculation of the average rate of change of y with respect to t.

We can also ask the question 'what is the slope of a curve at a single point'?

The larger curve in the figure below shows a point.  Two segments are indicated, both originating from this point and each ending at another point on the curve.  These segments are called secant lines.  A secant line is a line segment connecting two points on a curve.

The smaller curve shows a point and a line tangent to the curve at that point.

As you will see in calculus, if the curve doesn't have any weird behavior near the point, the slope of the tangent line will indeed be the limiting value of the slopes of secant lines between the given point and a series of points approaching that point.

More specifically if P is a point on a 'nicely behaved' curve, the slope of the tangent line at P will be the limiting slope of a series of secant lines PQ, where Q is a point on the curve which we think of as approaching the point P.

We observed how the position of a hanging doorspring changes as we add water to a container supported by the spring.  Each 'cup' was in fact a 20-oz soft drink container full of water.

Spring data:

 Spring Position (cm) # cups of water
5.2 0
5.4 1
13.5 2
24 3
34.5 4
45.8 5

We can graph y = # of cups of water vs. x = spring position.  We obtain the following graph.  

We author the data into DERIVE using the format [[5.4, 1], [13.5, 2], [24,3], [34.5,4], [45.8,5]] then set the plot range to run from -5 to 50 on the horizontal and -1 to 7 on the vertical axis.  Plotting the point we get the following:

Spring graph of y = # cups vs. x = spring position.:

It appears that after the spring starts stretching the points tend to lie on or close to a straight line.

To see if the line is indeed straight we can calculate the point-to-point slopes, as indicated in the figure below.

It appears that the slopes have a definite downward trend.

 

Authoring the command fit([x, mx+b], [[5.4, 1], [13.5, 2], [24,3], [34.5,4], [45.8,5]]) and simplifying we obtain the expression 0.09791738004·x + 0.5873157556.  

Plotting this equation we obtain the straight line shown below along with the original data.

The sketch below labels the line and slightly exaggerates the 'below-avobe-below' behavior of the graph.

The x through the point on the x axis indicates that we have omitted from our model the point (5.2, 0), which as you recall indicated the spring length while the spring was still tightly coiled.