Let be a parametric curve in defined by;
A square is circumscribed around the shape which is formed by all points which this curve goes through, for any parameters . Find the maximum area of the region inside the square such that no point on this curve is in it.
Submit your answer as , where is the area of the region and is the floor function .
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.
When you have a parametric curve, it's also common to describe it using a vector:
[ x y ] = [ 2 0 2 0 cos ( α + β ) cos γ − 2 0 2 1 sin ( α + β ) sin γ 2 0 2 0 sin ( α + β ) cos γ + 2 0 2 1 cos ( α + β ) sin γ ]
Without loss of generality, let θ = α + β .
[ x y ] = [ 2 0 2 0 cos ( θ ) cos γ − 2 0 2 1 sin ( θ ) sin γ 2 0 2 0 sin ( θ ) cos γ + 2 0 2 1 cos ( θ ) sin γ ]
Notice that this vector is of the form
[ x cos ( t ) − y sin ( t ) x sin ( t ) + y cos ( t ) ] = [ cos ( t ) sin ( t ) − sin ( t ) cos ( t ) ] [ x y ]
Rewriting our vector, we get:
[ cos ( θ ) sin ( θ ) − sin ( θ ) cos ( θ ) ] [ 2 0 2 0 cos ( γ ) 2 0 2 1 sin ( γ ) ]
We can now see that this parametric curve is nothing but an ellipse with the shorter radius being 2 0 2 0 , the longer one being 2 0 2 1 , which is being rotated by an arbitrary θ . By rotating it around its origin, we get a ring as the union of all points which the ellipse goes through, with its inner radius being 2 0 2 0 and width being 2 0 2 1 − 2 0 2 0 = 1 . If we circumscribe a square around this ring, we are left to compute the complement of the area of the ring.
Here is a visualization:
So the area is P = 2 0 2 0 2 π + 4 0 4 2 2 − 2 0 2 1 2 π = 4 0 4 2 2 + ( 2 0 2 0 − 2 0 2 1 ) ( 2 0 2 0 + 2 0 2 1 ) π = 4 0 4 2 2 − 4 0 4 1 π . After computing P , we get 1 6 3 2 5 0 6 8 . 8 2 .