Finding the Angle for the Perfect Shot: A Physics Challenge

AI Thread Summary
The discussion focuses on solving a physics problem involving projectile motion to determine the angle at which a gun should be aimed to hit a small target. The initial velocity is given as 6.425 m/s, with the gun positioned 0.871 m above the ground and 3.25 m away from the target. Participants emphasize the need to separate the motion into horizontal and vertical components, using trigonometric functions to find the angle and time of flight. A quadratic equation in terms of the angle is derived, and various calculations are attempted, leading to different angle estimates, including 7.05 degrees and 88.42 degrees. The complexity of the problem is acknowledged, with suggestions for using graphing calculators to find solutions.
MojotheMonkey
Messages
8
Reaction score
0
http://chinkchinatown.com/extra.jpg

Ok as you can see the initial velocity is 6.425 m/s^2 and it is about .871m off the ground and about 3.25 m from the target. We have to find the angle at which to place the gun that shoots this ball to hit the target. This target it only like 1 inch at the largest... The gun is on top of the counter and the bullet will follow the dotted lines in the direction of the arrows, I need to know how to do this problem, and if possible the answer. Oh yeah we use 9.8 m/s^2 for gravity. Thanks in advance for any help.
 
Last edited by a moderator:
Physics news on Phys.org
one question how is the velocity squared?
 
also what are ur attempts at this?
 
Velocity is not squared, that is a typo...

Also I know it deals with projectile motion, you can split it up into two separate problems, 1: from the gun to the level of the table, then 2: from that point to the floor. You would have to separate the projectile motion into X and Y motion and use Trigometric functions suck as sin, cos, and tan to figure the angles.
 
MojotheMonkey said:
Velocity is not squared, that is a typo...

Also I know it deals with projectile motion, you can split it up into two separate problems, 1: from the gun to the level of the table, then 2: from that point to the floor. You would have to separate the projectile motion into X and Y motion and use Trigometric functions suck as sin, cos, and tan to figure the angles.

That will work. The problem is that you have two unknowns for the vertical motion (Y) - you need both the angle and the time. The second part (horizontal motion) can be rearranged to solve for t, then substituted into the vertical motion equation.

You still wind up with an annoying "sin x cos x" combination. If you're allowed to use a graphing calculator, it's pretty easy to graph that, then find your 'roots' (the points where the graph crosses the X-axis). If you have a TI there's even an option for it in the graphing menu, under 'MATH'.

If you think about the angle that would give maximum range, you'll realize you have to have two correct answers, since both the angle and the time to hit the ground are unknown.
 
Can you give me the answer so I know that I am doing to right, the two angles? Because I have to show my work so even if you give me the answer it wouldn't matter. I just really need to get this right...
 
Wouldn't the time be 1.9 seconds?

Use the equation:

Change in Time = X displacement / Initial Velocity (Cosine Theta)
 
There should be 2 diff times, shouldn't there be?
 
Well what I really need to know is the angle at which to place the gun so that it hits the target. Which means you would have to use the inverse of the trigometric functions (sin, cos, or tan). I think I might just make a program that finds the answer for me. THis isn't supposed to be an easy question. It isn't even 12th grade physics, this is a college level problem I got from Physics 1 in college. So whatever, the problem is with two unknown variables (both angles), I think you have to guess until you get them right. So I will make a program I think... unless anyone here knows how to do it easier?
 
Last edited:
  • #10
This is quite easy if you think a bit..
a) Let v0 be initial speed, H vertical distance to the floor, and L the horizontal distance to the point you wish to reach.
b) Time to reach the horizontal position of target:
Clearly, that time \tau fulfills:
L=V_{0}\cos\theta\tau
Or:
\tau=\frac{L}{V_{0}\cos\theta}
c) At the same instant of time \tau, the vertical position must be on the floor.
That is:
0=H+V_{0}\sin\theta\tau-\frac{g}{2}\tau^{2}
This gives you the equation the angle must fulfill:
0=H+Ltan(\theta)-\frac{gL^{2}}{2V_{0}^{2}}sec^{2}\theta
Use sec^{2}\theta=tan^{2}\theta+1 to gain a quadratic equation in \theta
 
Last edited:
  • #11
Wow, thanks... See that's not that easy to me... lol. But with that in mind I will work through it. Thanks all of you.
 
  • #12
Ok, I got 13 degrees, but I think that is wrong. I am not sure how to do sec^2. You have to remember I am in america, my education isn't that great. I am useing a TI-89 to solve for theta in that equation, but like I said... I didn't even know there was a sec^2. Anyone got any other tips, thanks again in advance for any help.
 
  • #13
t^2 gives u

\frac { L^2 } { (V_0 \cos \alpha)^2 }

so u can change 1/cos^2 to sec^2
 
Last edited by a moderator:
  • #14
I plotted the graph of the y(theta) that arildno mentioned.
putting H = 0.871 and L = 3.25 and V = 6.425...

I traced it using my calc... and found that when y = 0 , x = 7.05 degrees
I hope that's right..
 
  • #15
Ok I plug this into my clalc:

solve(.871+(6.425*sin(X))*(3.25/(6.425*cos(X)))-(9.8/2)*(.871/(6.425*cos(x)))^2=0,X)|X>0

It gives me the answer:

88.4233 degrees

I don't know if that is correct or what?
 
  • #16
arildno said:
This is quite easy if you think a bit..
a) Let v0 be initial speed, H vertical distance to the floor, and L the horizontal distance to the point you wish to reach.
b) Time to reach the horizontal position of target:
Clearly, that time \tau fulfills:
L=V_{0}\cos\theta\tau
Or:
\tau=\frac{L}{V_{0}\cos\theta}
c) At the same instant of time \tau, the vertical position must be on the floor.
That is:
0=H+V_{0}\sin\theta\tau-\frac{g}{2}\tau^{2}
This gives you the equation the angle must fulfill:
0=H+Ltan(\theta)-\frac{gL^{2}}{2V_{0}^{2}}sec^{2}\theta
Use sec^{2}\theta=tan^{2}\theta+1 to gain a quadratic equation in \theta


I am not sure if this is right, how can T = what that says... It would if the path was just one part, but it is two. You have to break it down into two parts don't you? Like the first part would be if you draw an imaginary line across the table, the whole motion from start to that line in the air would be one. THen the second would be free fall from that point. So t would be a lot more complicated wouldn't it? If I am wrong Arildno, can you please give me an answer to this question so I can work it backwards and try to figure it out?
 
Back
Top