[Math] The case of Captain America’s shield: a variation of Alhazen’s Billard problem

algebraic-geometrygeometryrecreational-mathematicstrianglestrigonometry

I'm sure a lot of you are acquainted with Alhazen's Billiard problem, which involves finding the point on the edge of a circular billiard table at which a cue ball at a given point must be aimed in order to canon off the edge of the table and hit another ball at a second given point.

While reading on this math problem, I thought of my favorite Marvel superhero, Captain America (Cap'). You may also know that Cap' has a special ability in which he is able to throw his shield in way so that it will ricochet off certain objects and return to him. Let's examine a scenario that places him in the context of the Billiard problem:

Cap' is standing at point C in an empty circular room. (Point C is not at the centre of the room, because if so he'd be able to throw the shield in any direction and have it bounce off the wall and return to him, since any trajectory would be the normal to the tangent at the point where the shield hits the wall. C is also not on the edge of the circle because that would lead to a trajectory based on inscribed polygons.)

At point C, to have the shield return to him with 1 richochet, all Cap' needs to do is similarly throw the shield along the line of symmetry of the room that passes through C, so we'll constrain his aim to a point not on that line of symmetry, which means we'll be looking for 2 ricochets or more.

These are the scenarios I'd like you all to consider:

Where should Cap' aim to have the shield return to him in:

  • 2 ricochets
  • 3 ricochets
  • 4 ricochets
  • n ricochets?

Edit: From the answers I've read and my own working, I believe there is a pattern for trajectories with either odd or even bounces. It would be nice if someone could algebraically find a generalized way to compute the coordinate of the ricochet point given the number of times we want the shield to bounce off the wall before returning.

Note: For sake of mathematical analysis, let's assume the shield (a point mass) always moves in a straight line, does not lose kinetic energy and obeys the Law of reflection (angle of incidence = angle of reflection.)

Best Answer

This is basically a long comment about OP's linked solution to the $2$-ricochet case: You're right, it's a "mess". :)

Don't feel too bad, however. It took me a couple of tries to find a clean approach. A first attempt involved an irreducible cubic; the second, a cubic with an extraneous linear factor. However, a little perseverance and geometric insight finally got me to just the core quadratic relation.


Below is an illustration of (half of) the $2$-ricochet case, where Captain America stands at point $C$, distance $c$ (with $0 < c \leq 1$) from the center $O$ of a unit-radius room:

enter image description here

Here, $T$ is the first ricochet point (the second being the reflection of $T$ in $\overleftrightarrow{OC}$), and necessarily-acute $\theta$ is both the angle of incidence and reflection of the shield bouncing off of the wall at $T$. Similar right triangles in the figure give us this relation:

$$\frac{\cos\theta}{c+\sin\theta} = \frac{\sec\theta}{2c} \quad\to\quad 2 c \cos^2\theta = c + \sin\theta \quad\to\quad 2 c \sin^2\theta+\sin\theta- c = 0$$ Solving for $\sin\theta$ gives $$\sin\theta = \frac{1}{4c}\left( -1 \pm \sqrt{ 1 + 8 c^2 }\right) \qquad\to\qquad \sin\theta = \frac{1}{4c}\left( -1 + \sqrt{ 1 + 8 c^2 }\right)$$ Where the acuteness of $\theta$ allows us to replace "$\pm$" with "$+$". $\square$

(Sanity check: When Cap stands at the wall, so that $c=1$, the formula gives $\sin\theta = 1/2$. That is, $\theta = 30^\circ$, just as one would expect when $C$ and $T$ are vertices of an inscribed equilateral triangle.)

Related Question