Height of Object Launched at 13.8 m/s

  • Thread starter Thread starter theredeemer
  • Start date Start date
  • Tags Tags
    Height
AI Thread Summary
An object launched at 13.8 m/s follows the height equation h(t) = -4.9t² + 13.8t, where h is in meters. To determine when the object hits the ground, set h(t) equal to zero. The discussion emphasizes finding the maximum height by calculating the vertex of the quadratic equation, either through imagination or by completing the square. Completing the square allows for rewriting the equation to identify the maximum height. The thread concludes with a moderator note indicating it is a duplicate discussion and is now closed.
theredeemer
Messages
5
Reaction score
0
An object is launched at 13.8 m/s from the ground. The equation for the object's height "h" at time "t" seconds after launch is: h(t) = -4.9t² + 13.8t, where h is in meters.
 
Physics news on Phys.org


The object wouldn't be in the air anymore when it hits the ground, no? So what should you set h(t) equal to?

Assuming that you know nothing about calculus, recall that the vertex of a quadratic equation is the maximum or minimum point. So rewrite the equation in vertex form.
 


theredeemer said:
An object is launched at 13.8 m/s from the ground. The equation for the object's height "h" at time "t" seconds after launch is: h(t) = -4.9t² + 13.8t, where h is in meters.

There are a couple of ways of achieving this:
  • The first way is to use your imagination. Notice that, when you launch the object from the ground, its speed is greatest, right? And then, as it flies off, the speed decreases. And when its speed is 0, it's also the time that object reaches its max height (before it starts to falls off).
    So, to find it's max height, we can calculate h(t0), where t0 is the time that its speed is 0.
  • The second way is to try to Complete the Square to find the maximum value for h(t). Have you studied how to Complete the Square?
    In case you haven't, I'll explain it briefly so you can get the idea. Completing the Square is the manipulation you do to change your expression into something like this:
    (a + b)2 + c, or c - (a + b)2

    The identity we should use here is the Square of Sum: (a + b)2 = a2 + 2ab + b2

    Example: Complete the Square for:
    • x ^ 2 + 3x + 1
    • -x ^ 2 + 6x - 3

    ------------------------------
    Problem 1: x ^ 2 + 3x + 1.
    First we'll split it so that it contains the first 2 terms a2 + 2ab, like this:
    x ^ 2 + 3x + 1 = x ^ 2 + 2.(x)\left(\frac{3}{2}\right) + 1
    Then, we'll add, and subtract b2, note that, in this example: b = \frac{3}{2} like this:
    ... = x ^ 2 + 2.x\frac{3}{2} + 1 = x ^ 2 + 2.x\frac{3}{2} + \frac{9}{4} - \frac{9}{4} + 1 = \left(x ^ 2 + 2.x\frac{3}{2} + \frac{9}{4}\right) - \frac{5}{4}
    = \left( x + \frac{3}{2} \right) ^ 2 - \frac{5}{4}

    Problem 2: -x ^ 2 + 6x - 3.
    It's the same, except that we have a little minus sign "-", in front of x2, right? So we can factor -1 out, like this, and do the same as what we've done above:
    -x ^ 2 + 6x - 3 = -(x ^ 2 - 6x + 3) = - (x ^ 2 + 2.x.3 + 3) = - (x ^ 2 + 2.x.3 + 9 - 9 + 3)
    = - [(x ^ 2 + 2.x.3 + 9) - 6] = -[(x + 3) ^ 2 - 6] = 6 - (x + 3) ^ 2

    After Completing the Square for h(t), you can find its maximum value by noting that: \alpha ^ 2 \ge 0 , \forall \alpha \in \mathbb{R}

Let's see if you can tackle this problem on your own. :)
 


Moderator's note:

Since this thread is a duplicate, I am closing it.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top