A regular hexagon stands with one side on the ground and a particle is projected so as just to graze its four upper vertices. If the angle of projection can be written as , where are positive integers , and are relatively prime and square-free. Find .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Relevant wiki: 2D Coordinate Geometry - Problem Solving
We know that the projectile's path is in the form of a parabola, hence we shall set up a coordinate system to deal with the problem.
Without loss of generality, let the origin be the midpoint of the side of the hexagon on the ground. Also, we shall assume that the hexagon has length 1. Then, we observe that the projectile's path would have to pass through the points ( − 1 , 2 3 ) , ( 1 , 2 3 ) , ( − 0 . 5 , 3 ) , ( 0 . 5 , 3 ) Note that the parabola that depicts the path of the projectile is of the form y = a x 2 + c . Now, plugging in each of the points, we obtain a = − 3 2 , c = 2 3 7 .
In order to obtain the angle of projection, we must first obtain the gradient of this parabola when y = 0 . Solving the equation − 3 2 x 2 + 2 3 7 = 0 we obtain the x coordinate of the point of projection to be x = − 2 7 Differentiating the parabola, we obtain d x d y = − 3 4 x Subbing in x = − 2 7 , we get the gradient to be 2 3 7 . The angle of projection is thus arctan 2 3 7 and the answer is 2 + 7 + 3 = 1 2 .