1
$\begingroup$

I'm designing a throwing target that will behave like a person when struck. Nudge it and it won't noticably move. Hit it decently, it will lean a little and then return to it's original position, like person would just take a step back. Strike with all you've got and will fall backwards.
I'm looking for equation that will determine force needed to topple given design.

I've decided on triangular cuboid laid on its side as base (see pic). It will prevent any sideways movement and gives a window for back-and-forth movement.
I can see that there's more than one way to set that up, but i need to avoid unreasonable height or mass. For that i need equations to tinker with, that I can't come up by myself.

Assume that:

  • Ground is rough enough so it will never slide
  • Mass centre, force applied and target's bullseye are all alighend at the top of cuboid.
  • Force will be applied perpendicularly to target. If that's unrealistic then it should be any angle from parallel to perpendicular to the ground. Sketch:

enter image description here

$\endgroup$
1
  • $\begingroup$ Is the target allowed to pivot about the horizontal bar? If so the center of mass needs to be lower than the pivot to give it the swaying effect you are looking for. $\endgroup$ Commented Oct 25, 2016 at 13:10

1 Answer 1

1
$\begingroup$

There's a lot more to this question than OP imagines.

If $F$ was a continuous force, then from the geometry and with trigonometry $F_1$ could easily be calculated:

$$F_1=F\cos (\pi-2\alpha)$$

This creates counterclockwise torque about the forward pivot point of the stand:

$$\tau_1=F_1r$$

Which tries to topple the stand.

The weight $mg$ provides an opposing clockwise torque $\tau_2$:

$$\tau_2=mgr\cos\alpha$$ If there is a net, positive torque:

$$\tau_{net}=\tau_1-\tau_2>0$$

Then angular acceleration around the forward pivot point will occur, as per Newton. The ensemble will topple because as rotation proceeds, $\tau_2$ actually vanishes.

But that's far from the end of it.

I'm designing throwing target that will behave like a person when struck.

This suggest that the target will be struck by a mass bearing projectile. In that case $F$ is not constant but an impact force or a short-lived impuls. The size and duration of it cannot be calculated accurately or easily because they depend on how elastic the collision is: I assume the projectile will bounce off the target (only in the case of a very sticky target would that not be true).

Possibly the easiest approach would be to assume the projectile transfers some of its kinetic energy to the ensemble, so that it will have a certain amount of rotational kinetic energy $K_R$, immediately after impact:

$$K_R=\frac12 I\omega_0^2$$

Where $I$ is the inertial moment of the ensemble about the forward pivot point and $\omega_0$ the angular velocity of the ensemble, immediately after impact.

Since the ensemble is now rotating, the previously mentioned $\tau_2$ provides a decelerating torque:

$$\tau_2=I\dot{\omega}$$

As the point $m$ increases in height during rotation, its potential energy $U$ increases. When the forward bar has become vertical, the height increase $\Delta y$ is:

$$\Delta y=r-h\:\text{with }h=r\sin\alpha$$ And the corresponding change in potential energy is:

$$\Delta U=mg\Delta y=mg(r-h)=mgr(1-\sin\alpha)$$

As during the rotation rotational kinetic energy is converted to potential energy, the ensemble will topple if:

$$K_R>\Delta U$$

Or:

$$\frac12 I\omega_0^2>mg(r-h)$$

This is the condition for toppling.

Let's assume a projectile of mass $M$ is thrown at the target at speed $v$. Its kinetic energy would be:

$$K_P=\frac12 Mv^2$$

Now we assume a fraction $\epsilon$ of this is transferred to the ensemble. Its rotational kinetic energy $K_R$ would then become:

$$K_R=\frac12 \epsilon Mv^2$$

The remaining fraction of kinetic energy would be carries off by the bouncing projectile:

$$K_P=K_R+K'_P\implies K'_P=\frac12 (1-\epsilon)Mv^2$$

And the condition for toppling:

$$\frac12 \epsilon Mv^2>mg(r-h)=mgr(1-\sin\alpha)$$

The problem remains to find a useful expression for $\epsilon$ from all relevant parameters.

$\endgroup$
4
  • $\begingroup$ In my mind i had packed hay circle as a target for axe to embed itself into. Nonetheless cool and clear answer, will accept once i get hang of all these formulas. $\endgroup$ Commented Oct 25, 2016 at 13:18
  • $\begingroup$ Should i use combined mass of target and projectile instead, and then use 1 as /epsilon to calculate my scenario? $\endgroup$ Commented Oct 25, 2016 at 13:25
  • $\begingroup$ You mentioned decelerating torque for the second time and left it hanging. Is it just a trivia or am I missing where its used? $\endgroup$ Commented Oct 25, 2016 at 14:09
  • $\begingroup$ If the projectile sticks to the target, its total mass becomes $m+M$, correct. The decelerating torque is what slows the ensemble down. Depending on kinetic energy the deceleration will be able to stop the ensemble or not, Hence the $\Delta U$ consideration. $\endgroup$
    – Gert
    Commented Oct 25, 2016 at 14:59

Not the answer you're looking for? Browse other questions tagged or ask your own question.