A ball is hit with initial velocity -- Find the Horiz/Vert displacement

Click For Summary

Homework Help Overview

The problem involves a softball hit with an initial velocity of 29 m/s at an angle of 60 degrees, impacting a fence after 5 seconds. The task is to determine the horizontal and vertical displacements, starting from an initial height of 0.5 m above ground level.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss the calculations for horizontal and vertical displacements, questioning the accuracy of values used, particularly for gravitational acceleration. There are discussions about whether to subtract the initial height from the vertical displacement and the implications of using high precision in calculations.

Discussion Status

Some participants have provided guidance on using more accurate values for gravitational acceleration and suggested performing calculations symbolically to avoid rounding errors. There is ongoing exploration of the assumptions behind displacement calculations and the relevance of initial height in the context of the problem.

Contextual Notes

Participants note discrepancies between their calculations and the textbook answer, leading to discussions about the precision of input values and the interpretation of displacement versus position.

Rijad Hadzic
Messages
321
Reaction score
20

Homework Statement


A softball is hit with an initial velocity of 29 m/s. at an angle of 60 degrees above the horizontal and impacts the top of the outfield fence 5s later. Assuming the initial height of the softball was .5 m above (level) ground, what are the balls horizontal and vertical displacements?

Homework Equations


a_xt + V_i = V_f
\Delta x = (1/2) (V_f + V_i ) t
\Delta x = V_it + (1/2)a_xt^2
\Delta x = V_f - (1/2) a_xt^2[/B]

The Attempt at a Solution


V_y = 29sin(60) = 25.11473671 m/s<br /> V_x = 29cos(60) = 14. 5 m/s<br /> Horizontal displacement is easy. Using formula <b>\Delta x = (1/2) (V_f + V_i ) t </b>with V_f = V_i you get \Delta x = V_ft, so horizontal displacement = (14.5 m/s)(5s) = 72.5 m<br /> <br /> Now to find vertical displacement: <br /> <br /> I use formula a_xt + V_i = V_f to find final velocity, plugging in I get:<br /> (-9.8 m/s^2) (5s) + 25.11473671 m/s = V_f<br /> = -23.88526329 m/s = V_f<br /> <br /> Now using \Delta y = (1/2)(V_f + V_i)(t) I get: <br /> <br /> \Delta y = (1/2)(-23.88526329 m/s + 25.11473671 m/s) (5s)<br /> <br /> = 3.07368355 m = y displacement <br /> <br /> But the softball starts off with in initial height of .5 m, so I subtract y displacement - .5, which = <br /> <br /> 2.57368355 m, <br /> <br /> but my book gives me answer: 2.95 m<br /> <br /> Can anyone tell me where I went wrong here?? I don't see my mistake..
 
Physics news on Phys.org
You're taking several differences of numbers that are fairly close in magnitude. You are keeping lots of extra digits to maintain accuracy, which is good, however it doesn't make sense to use such accuracy if one of your starting values has only one decimal place of accuracy. I'm referring to the value of g that you're using.

Try using a more accurate value for g, such as ##g = 9.80665~m/s^2##.

Alternatively do all the work symbolically first, only plugging in numbers when you've reduced the expression and removed all redundant operations. It's a less error prone way to work, avoiding rounding and truncation issues as well as transcription errors from carrying along all those digits through the algebra.
 
gneill said:
You're taking several differences of numbers that are fairly close in magnitude. You are keeping lots of extra digits to maintain accuracy, which is good, however it doesn't make sense to use such accuracy if one of your starting values has only one decimal place of accuracy. I'm referring to the value of g that you're using.

Try using a more accurate value for g, such as ##g = 9.80665~m/s^2##.

Alternatively do all the work symbolically first, only plugging in numbers when you've reduced the expression and removed all redundant operations. It's a less error prone way to work, avoiding rounding and truncation issues as well as transcription errors from carrying along all those digits through the algebra.

I have tried using that value of g and there was an even bigger difference from the books answer to the one I got...

I'm not really sure where the error has come from after I've done it algebraically as well... Does my method look good to you?
 
Rijad Hadzic said:
I have tried using that value of g and there was an even bigger difference from the books answer to the one I got...

I'm not really sure where the error has come from after I've done it algebraically as well... Does my method look good to you?

The ##\Delta y## you calculated is the y-displacement. There is no need to subtract ##0.5m##.

However, to echo what @gneill says, your use of numbers to umpteen decimal places is clumsy, makes your work difficult to read and even more difficult to spot an error, and is technically wrong (given you do not know the input data to this degree of accuracy).

Finally, it would have been simpler to get both displacements from:

##\Delta x = v_x t## and ##\Delta y = v_yt - \frac12 gt^2##
 
I think the book used g = 9.81 m/s^2, instead of 9.8 m/s^2.
 
PeroK said:
The ##\Delta y## you calculated is the y-displacement. There is no need to subtract ##0.5m##.

However, to echo what @gneill says, your use of numbers to umpteen decimal places is clumsy, makes your work difficult to read and even more difficult to spot an error, and is technically wrong (given you do not know the input data to this degree of accuracy).

Finally, it would have been simpler to get both displacements from:

##\Delta x = v_x t## and ##\Delta y = v_yt - \frac12 gt^2##

Why is there no need to subtract .5 m? Isn't the formula \Delta y = V_yt - \frac 12 gt^2 assuming that it starts at level with the ground?
 
Rijad Hadzic said:
Isn't the formula Δy=Vyt−1/2gt2 assuming that it starts at level with the ground?
Δy means the change in y, or the displacement in the y direction. The displacement will always be the same, regardless of the starting position. The problem statement asked for the horizontal and vertical displacements - not position.
 
Rijad Hadzic said:
Why is there no need to subtract .5 m? Isn't the formula \Delta y = V_yt - \frac 12 gt^2 assuming that it starts at level with the ground?

No, that equation makes no assumption about a starting height, because it calculates ##\Delta y##.

In fact, it would have made more sense to add the ##0.5m##, which would have given you the height of the ball.
 
Ahh alright. I got you guys. I understand now, displacement formula = displacement, lol. Doesn't matter where it starts.

I got pretty close to the answer, with the answer being 2.94868355

Apparently I need to use the full value for initial y velocity (25.11473671) and g = 9.81
 
  • #10
Rijad Hadzic said:
Ahh alright. I got you guys. I understand now, displacement formula = displacement, lol. Doesn't matter where it starts.

I got pretty close to the answer, with the answer being 2.94868355

Apparently I need to use the full value for initial y velocity (25.11473671) and g = 9.81

Do you think you can calculate the position of a softball to the nearest nanometer?
 
  • #11
PeroK said:
Do you think you can calculate the position of a softball to the nearest nanometer?

No, so my answer would have to be rounded to 2.95 meters! Which is the same as my books answer.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 38 ·
2
Replies
38
Views
4K
Replies
7
Views
1K
Replies
1
Views
1K
Replies
7
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
Replies
3
Views
2K
Replies
62
Views
7K
Replies
11
Views
2K
Replies
9
Views
6K