Distance Traveled Homework: Solve Problem w/ 15° & 100mph

  • Thread starter Thread starter jaglavek
  • Start date Start date
  • Tags Tags
    Distance traveled
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
jaglavek
Messages
3
Reaction score
0

Homework Statement



Not sure where to start, but I've read through many posts trying to figure out which formulas I need to use to solve for the following problem. I'm trying to build a simple golf game that calculates the distance traveled, for example:

What is the distance a golf ball travels when it is struck with a golf club that has a 15 degree angle at a speed of 100mph.



Homework Equations



d = v * t


The Attempt at a Solution



I honestly have no idea where to begin. Is my relevant formula even relevant?
 
Physics news on Phys.org
Much depends on the nature of the golf ball and the precise way in which it is struck.
You CAN solve for the distance traveled if you know the initial speed and angle of the golf ball after it is hit. This is a 2 - dimensional problem where the horizontal motion is uniform (d = vt) and the vertical motion is accelerated (more complex formulas).
 
usually when doing problems like this, the easiest way for me is to write out two columns of kinematic variables (for x and y) so I would have something that looks like
X
d=
a=
t=
v initial=
v final=
v average=

(and the same set up for motion in the y)

fill in the variables you know and use equations to find the rest. some of the variables are always the same, keep that in mind. from there you can answer anything you're being asked. I hope this kinda helps?
 
Last edited:
All these trajectory problems are solved by making two headings for the two kinds of motion going on, and then writing three formulas:

Horizontal motion
d = vt

Vertical Motion
v = vo + at, d = volt + .5at^2

The initial velocity of the ball must be split into horizontal and vertical components using trigonometry. The v in the first formula is the horizontal component. The vo in the others is the vertical component.