Can Trigonometry Prove a Dart Always Hits Its Target?

Click For Summary
SUMMARY

The discussion centers on the mathematical proof that a dart launched from ground level will always hit a target suspended above, regardless of the launch speed or distance. The user successfully solved the problem using specific values (10m distance, 24 m/s initial velocity, 35 degrees angle) but encountered errors when attempting to generalize the equations. Key mistakes identified include incorrect sign usage in the displacement equations and misinterpretation of vertical and horizontal displacements, leading to contradictions in the derived equations.

PREREQUISITES
  • Understanding of projectile motion principles
  • Familiarity with trigonometric functions (sine, cosine, tangent)
  • Knowledge of kinematic equations for motion
  • Ability to interpret and manipulate algebraic expressions
NEXT STEPS
  • Review the derivation of kinematic equations in projectile motion
  • Study the application of trigonometric identities in physics problems
  • Practice solving projectile motion problems with varying angles and velocities
  • Learn about the significance of sign conventions in physics equations
USEFUL FOR

Students studying physics, particularly those focusing on mechanics and projectile motion, as well as educators looking for examples of common errors in problem-solving approaches.

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:

Similar threads

Replies
8
Views
7K