Can Trigonometry Prove a Dart Always Hits Its Target?

AI Thread Summary
The discussion centers on proving that a dart, launched from ground level at a target suspended above, will always hit the target regardless of the launch speed. The initial calculations were correct with specific numbers, but issues arose when attempting to generalize the equations. Errors were identified in the derivation of the height change (\Delta h) and the relationship between the vertical displacements (\Delta y and \Delta h). Adjustments to the signs in the equations are necessary to accurately reflect the directions of the displacements. Correcting these errors should resolve the contradiction encountered in the calculations.
LANS
Messages
24
Reaction score
0
A target is suspended on a platform. A dart launcher is placed at ground level and aimed directly at the target along the line of sight (the distance between dart and target can vary infinitely). Assume a bottomless pit below the target. The dart is launched, and regardless of speed, it will hit the target (although the height at which it hits the target varies). Prove that this will always happen.


Half of the assignment is to solve it with given numbers (10m horizontal distance, initial velocity at 24 m/s, 35 deg above horizontal). I had no trouble solving and verifying that part. However, when I try to repeat the same equations without numbers, I end up at -1 = 1.

I scanned the work I've done so far. I'd appreciate it if someone could point out where I went wrong.

My scanned work is available at:
http://webserver.smphoto.com/physics12/
 
Last edited by a moderator:
Physics news on Phys.org
Hi LANS,

LANS said:
A target is suspended on a platform. A dart launcher is placed at ground level and aimed directly at the target along the line of sight (the distance between dart and target can vary infinitely). Assume a bottomless pit below the target. The dart is launched, and regardless of speed, it will hit the target (although the height at which it hits the target varies). Prove that this will always happen.


Half of the assignment is to solve it with given numbers (10m horizontal distance, initial velocity at 24 m/s, 35 deg above horizontal). I had no trouble solving and verifying that part. However, when I try to repeat the same equations without numbers, I end up at -1 = 1.

I scanned the work I've done so far. I'd appreciate it if someone could point out where I went wrong.

My scanned work is available at:
http://webserver.smphoto.com/physics12/

I believe you have two closely related errors in your work. The first occurs when you are deriving a form for \Delta h. You first write the general formula:

<br /> \Delta h=v_i\ \Delta t+\frac{1}{2}a\ \Delta t^2<br />
and below that you have:

<br /> \Delta h=\sin\theta\ z\ \left(\frac{\Delta d}{\cos\theta\ z}\right)+\frac{1}{2}a \left(\frac{\Delta d}{\cos\theta\ z }\right)^2<br />
but this is not right. You have chosen downwards to be positive, but the term with the initial velocity is providing an upwards displacement, and so must be negative. (The point is since the two terms on the right are in different directions they must have different signs.) So this equation should be:

<br /> \Delta h=\ -\sin\theta\ z\ \left(\frac{\Delta d}{\cos\theta\ z}\right)+\frac{1}{2}a \left(\frac{\Delta d}{\cos\theta\ z }\right)^2<br />



The next problem occurs right after that, where you say:

<br /> \tan\theta\ \Delta y -\Delta y = \Delta h<br />
which is not correct based on the way you have defined \Delta y and \Delta h. If you look back at the diagram at the top of the page, what this equation is saying is

<br /> y=\Delta y +\Delta h<br />
Now y is a length, so it is a positive number. \Delta y is the displacement of the target, and since it is moving downwards, that would be a positive number. But \Delta h is the vertical displacement of the dart, and since that is upwards, that would be a negative number.

So if y is some number like 8m, and \Delta y is some number like 2m, then \Delta h would be -6m. And so your equation above should be:

<br /> \begin{align}<br /> y&amp;=\Delta y -\Delta h\nonumber\\<br /> \tan\theta\ \Delta y -\Delta y &amp;= \ -\Delta h\nonumber<br /> \end{align}<br />

(More mathematically we would say the lengths of these three add together, so that what we would actually use is absolute values:

<br /> |y|=|\Delta y| +|\Delta h|<br />
and then since \Delta h is negative, |\Delta h|=\ -\Delta h.)

Once you make these changes, I think you'll see that all the terms cancel out in the line immediate below where you have a circled 1 in your work.
 
Last edited by a moderator:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top