Finding Time for a Kicked Ball

  • Context:
  • Thread starter Thread starter balancedlamp
  • Start date Start date
  • Tags Tags
    Ball Time
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
balancedlamp
Messages
3
Reaction score
0
Problem: You are playing soccer with some friends while some people nearby are playing hide and seek. When the seeker gets to '4', you kick the soccer ball high in the air. WHen the seeker says '5', the ball is 10 ft in the air. When the seeker gets to '7', the ball is 20 feet in the air. How many seconds will the ball be in the air in total before it hits the ground?

Given that after 1 second the ball traveled 10 ft in the air, I had the initial velocity as 10 ft/s. At the apex, the velocity will be 0 ft/s. Since change in position is not given I used the equation Vf = Vi + at. My thought was to find the time this way then multiply by two. Using a=-32.2 ft/s/s, I got t=5/8 s at the end of it all, which doesn't make any sense. I acknowledge that I left out the part about it being 20ft in the air after 2 seconds, but I thought that would erroneous considering we know the initial velocity and the value of a. What am I doing wrong?
 
Physics news on Phys.org
In my opinion,the problem is either bogus or the setting of the problem isn't on Earth's surface.

You are given 3 data points (t,h), where t is time in seconds and h is in ft ...

(0,0) , (1,10) , (3,20)

those three data points yield the quadratic $h = \dfrac{35}{3} \cdot t - \dfrac{5}{3} \cdot t^2$

if done on Earth,the equation should be $h = v_0 \cdot t - 16t^2$
 
Once I approached it using the three points and finding the quadratic equation, I just plugged it into a graphing calculator and got the answer of 7 seconds, which is one of the answer choices.

However, I'm confused why the kinematic equations are giving me such funky answers, while the quadratic equation is pretty straightforward. Was my approach using the initial kinematic equation wrong?
 
balancedlamp said:
Once I approached it using the three points and finding the quadratic equation, I just plugged it into a graphing calculator and got the answer of 7 seconds, which is one of the answer choices.

However, I'm confused why the kinematic equations are giving me such funky answers, while the quadratic equation is pretty straightforward. Was my approach using the initial kinematic equation wrong?
You say you used "
a=-32.2 ft/s/s" but, as skeeter said, that, the Earth's acceleration due to gravity, does not give the data in the problem. With the given data, the acceleration due to gravity, wherever this is, is [tex]\frac{10}{3}[/tex] feet per second per second, not 32.2 feet per second per second.

Or, as Klaas van Aarsen points out, the problem does not actually say that the person calling numbers calls one per second. Taking the trajectory to be [tex](35/3)x- (5/3)x^2[/tex] then [tex]\frac{5}{3}x^2= 16.1 t^2[/tex] if [tex]x^2= \frac{48.3}{5}t^2[/tex] so that [tex]x= \sqrt{\frac{48.3}{5}}t= \sqrt{9.66}t= 1.932 t[/tex] so that the person was calling numbers every 1.932 seconds or approximately every 2 seconds, not every three seconds.

Of course, that would change the answer. If the ball was in the air for x= 7 "units" then it is in the are for [tex]7(1/932)= <span style="font-family: 'Verdana'">13.524</span>[/tex] seconds, approximately 14 seconds.
 
Last edited by a moderator:
My apologies, according to the problem, the seeker counts at a rate of 1 whole number per second. Sorry for leaving that out, that was completely accidental.