Chapter 3 Section 4
Prerequisites for Calculus

Free fall of an object:  s = (1/2)gt2
s is distance, t is time, g is constant acceleration given to an object by the force of gravity.  

g depends on the units to measure t and s:
g = 32 ft/sec2  s =(1/2)(32)t2 = 16t2  (s in feet)

g = 9.8 m/sec2  s =(1/2)(9.80)t2 = 4.9t2  (s in meters)

g = 980 cm/sec2  s =(1/2)(980)t2 = 490t2  (s in cm)

Example:
Ball falls 144 ft during 1st 3 seconds. How long will it take to fall 180 ft using g = 32 for feet.
s(3) = 16(3)2  = 144 ft

s = 16t2 
180 = 16t2 
180/16 = t2
45/4 = t2
t = 3.35

 

Velocity

Average velocity of a body moving along a line from position s=f(t) to position s +  Äs = f(t+Ät) is

Vav =

displacement  = Ä s = f(t+Ät)-f(t)
  travel time Ä t       Ä t

Instantaneous velocity is the derivative of position, or distance.

V(t) =

ds  =   lim f(t+Ät)-f(t)
dt Ät ®0       Ä t

v = gt         V = s'(t) derivative of distance

 

Velocity

Absolute value of velocity.
Acceleration is the derivative of velocity.

The acceleration of a ball with velocity 80 - 32 ft/sec
is -32 ft/sec2
*
the negative means downward acceleration.

a(t) = v'(t) = s''(t)

 

Velocity

Average rate of change of f(x) over the interval x to x+h is:

f(x+h)-f(x)
h

Instantaneous rate of change is the derivative.

Economics: marginal value is the derivative of the function.

Example:

Suppose that the dollar cost of producing x computers is c(x) = 3000 + 100x - 0.1x2

a.) Find the average cost of producing 50 computers.
    
   Average cost is c(50)/50 which is $155.

b.) Find the marginal cost when 50 computers are
     produced.
       
c'(x) = 100 - 0.2x then c'(50) = $98

 

Example:
The number of ounces of liquid in a dropper t milliseconds after the dropper has started to drip d(t) = 200(16-t)2 . How fast is the liquid dropping at the end of 12 milliseconds?

d(t) = 200(16-t)2
                       200(256 - 32t + t2)
d'(t) = 200(-32+2t)
      400(t-16)
d'(12) = 400(12-16) = -1600 ounces/millisecond