Math Problem Statement

If a stone is thrown down at 104 ft/sec from a height of 1,200 feet, its height s after t seconds is given by 

s(t) = 1,200 − 104t − 16t2,

 with s in feet.

(a)

Compute 

s '(t).

s '(t) =    Find the stone's velocity (in ft/s) at times 

t = 0, 1, 2, 3,

 and 4 seconds.

s ′(0)= ft/ss ′(1)= ft/ss ′(2)= ft/ss ′(3)= ft/ss ′(4)= ft/s

(b)

When does the stone reach the ground, and how fast is it traveling when it hits the ground? [HINT: It reaches the ground when 

s(t) = 0.]

The stone is traveling at a velocity of  ft/s when it hits the ground at  seconds

Solution

We are given the height function s(t)s(t) of a stone thrown downward from a height of 1,200 feet:

s(t)=1200104t16t2s(t) = 1200 - 104t - 16t^2

(a) Find s(t)s'(t), the velocity of the stone.

The derivative of s(t)s(t), denoted as s(t)s'(t), represents the velocity of the stone at any time tt.

We differentiate s(t)s(t) with respect to tt:

s(t)=ddt(1200104t16t2)s'(t) = \frac{d}{dt}\left(1200 - 104t - 16t^2\right)

  • The derivative of the constant 1200 is 0.
  • The derivative of 104t-104t is 104-104.
  • The derivative of 16t2-16t^2 is 32t-32t.

Thus, the velocity function is:

s(t)=10432ts'(t) = -104 - 32t

Now, we calculate the velocity at different times:

  • s(0)=10432(0)=104ft/ss'(0) = -104 - 32(0) = -104 \, \text{ft/s}
  • s(1)=10432(1)=136ft/ss'(1) = -104 - 32(1) = -136 \, \text{ft/s}
  • s(2)=10432(2)=168ft/ss'(2) = -104 - 32(2) = -168 \, \text{ft/s}
  • s(3)=10432(3)=200ft/ss'(3) = -104 - 32(3) = -200 \, \text{ft/s}
  • s(4)=10432(4)=232ft/ss'(4) = -104 - 32(4) = -232 \, \text{ft/s}

So the velocities are:

  • s(0)=104ft/ss'(0) = -104 \, \text{ft/s}
  • s(1)=136ft/ss'(1) = -136 \, \text{ft/s}
  • s(2)=168ft/ss'(2) = -168 \, \text{ft/s}
  • s(3)=200ft/ss'(3) = -200 \, \text{ft/s}
  • s(4)=232ft/ss'(4) = -232 \, \text{ft/s}

(b) When does the stone reach the ground, and how fast is it traveling at that point?

The stone reaches the ground when its height is 0, i.e., when s(t)=0s(t) = 0. We need to solve:

1200104t16t2=01200 - 104t - 16t^2 = 0

Rearrange the equation:

16t2+104t1200=016t^2 + 104t - 1200 = 0

This is a quadratic equation. We can solve it using the quadratic formula:

t=b±b24ac2at = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

For the equation 16t2+104t1200=016t^2 + 104t - 1200 = 0, the coefficients are:

  • a=16a = 16
  • b=104b = 104
  • c=1200c = -1200

Now we calculate the time tt.The two solutions for the time are t=6.0t = 6.0 seconds and t=12.5t = -12.5 seconds. Since negative time doesn't make sense in this context, the stone reaches the ground after 6 seconds.

Next, we find how fast the stone is traveling when it hits the ground. We substitute t=6t = 6 into the velocity function s(t)=10432ts'(t) = -104 - 32t:

s(6)=10432(6)=104192=296ft/ss'(6) = -104 - 32(6) = -104 - 192 = -296 \, \text{ft/s}

So, the stone is traveling at a velocity of 296ft/s-296 \, \text{ft/s} when it hits the ground.

Summary:

  • The stone reaches the ground at t=6t = 6 seconds.
  • The velocity when the stone hits the ground is 296ft/s-296 \, \text{ft/s}.

Would you like further details or have any questions? Here are some related questions for practice:

  1. What is the stone’s velocity at t=5t = 5 seconds?
  2. What would be the initial height if the stone were thrown at 50ft/s50 \, \text{ft/s} instead of 104ft/s104 \, \text{ft/s}?
  3. How would the time to hit the ground change if the height were 1500 feet?
  4. How can the equation be adjusted if the stone was thrown upward instead of downward?
  5. What would the impact velocity be if the acceleration due to gravity was different?

Tip: When solving quadratic equations, always check the discriminant to see if real solutions exist.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Calculus
Differentiation
Quadratic Equations
Physics - Kinematics

Formulas

s(t) = 1200 - 104t - 16t^2
Velocity: s'(t) = -104 - 32t
Quadratic equation: ax^2 + bx + c = 0
Quadratic formula: t = [-b ± sqrt(b^2 - 4ac)] / 2a

Theorems

Differentiation rules
Quadratic formula

Suitable Grade Level

Grades 10-12