0
$\begingroup$

I have an interesting calc question here but im not sure how to solve it. Can someone perhaps give me a helping hand or guide me through steps?

A balloon that takes images of the earth is shot up in the sky with rockets from 0 ft off the ground is given by the height of the function s(t)= $-18t^2+120t$ .

a) Find velocity after 2 and 4 seconds as it approaches space. b) When does the balloon reach full altitude? c) When does it touch back down to earth?

  • 0
    1. Have you learned anything about using derivatives to find maxima and minima? 2. What is the height of the function, excuse me, the height of the balloon when it touches back down to Earth? and if you know the height of the balloon, how can you find the time?2012-06-25

2 Answers 2

1

Well, I believe that the velocity of an object is its derivative.

So, find the derivative of your initial function.

$\ s(t) = -18t^2 + 120t $

With a simple application of the power rule, we arrive at

$\ s'(t) = -36t + 120 $

$or~ v(t) = -36t+120$

Now, you have a function that will give you the balloon's velocity at any time t, since the derivative is the instantaneous rate of change(aka velocity).

  • 0
    See my comments elsewhere.2012-06-25
0

The rate of change of the objects height with time is the first derivative of the function s(t) this also (intuitively) would be the vertical velocity of the balloon.

When the balloon has a zero velocity it's reached the top of its "curve" - its maximum height.

So if $s(t)=-18t^2+120t$ then $s'(t)=-36t+120$ now we must solve this for zero to find its maximum height or evaluate it at 2 or 4 for its velocity after 2 or 4 seconds (I'll leave that last one for you, it's trivial).

$0=-36t+120\\36t=120\\t=\frac{120}{36}=\frac{10}{3}$

when the balloon "touches" back down to earth (more aptly it crashes) the height is zero

$s(t)=0=-18t^2+120t$ Right away this tells us that at time 0 the balloon is already at zero height. We're more interested in later on, so we divide by $t$ (knowing it's not zero anymore) then we get. $s(t)=-18t+120\\18t=120\\t=\frac{120}{18}=\frac{20}{3}$

In doing physics questions it's useful to write down your knowns (quantities that are given to you) and the things you want to solve for. Looking at this find a way to rewrite the question in a more "step-by-step" way before you solve. Physics questions hone a very useful set of problem solving skills and enrich you with more than just a basic understanding of Newtonian Mechanics - they train you in a type of thinking that is ubiquitous and necessary in many fields of study.

  • 0
    @GerryMyerson Fixed, cheers.2012-06-25