PDA

View Full Version : Physics Problem


MojotheMonkey
Nov19-04, 09:42 AM
Click here for a picture of this problem! (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.

cdhotfire
Nov19-04, 04:39 PM
one question how is the velocity squared?

cdhotfire
Nov19-04, 04:39 PM
also what are ur attempts at this?

MojotheMonkey
Nov20-04, 07:10 AM
Velocity is not squared, that is a typo...

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

BobG
Nov20-04, 08:15 AM
Velocity is not squared, that is a typo...

Also I know it deals with projectile motion, you can split it up into two seperate problems, 1: from the gun to the level of the table, then 2: from that point to the floor. You would have to seperate 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.

MojotheMonkey
Nov21-04, 07:51 AM
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...

Physik
Nov21-04, 09:17 AM
Wouldn't the time be 1.9 seconds?

Use the equation:

Change in Time = X displacement / Initial Velocity (Cosine Theta)

cdhotfire
Nov21-04, 06:41 PM
There should be 2 diff times, shouldnt there be?

MojotheMonkey
Nov22-04, 09:30 AM
Well what I realy 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?

arildno
Nov22-04, 11:37 AM
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

MojotheMonkey
Nov24-04, 09:38 AM
Wow, thanks... See thats not that easy to me... lol. But with that in mind I will work through it. Thanks all of you.

MojotheMonkey
Nov27-04, 03:36 PM
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.

futb0l
Nov27-04, 05:05 PM
t^2 gives u

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

so u can change 1/cos^2 to sec^2

futb0l
Nov27-04, 05:33 PM
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..

MojotheMonkey
Nov28-04, 11:19 AM
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?

MojotheMonkey
Nov28-04, 06:21 PM
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 alot 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?