Area of Shapes - 2

Calculus Level 4

You might want to take a look at this problem first. Take a look at the following picture.

In this picture you can see the graph of the curve x 2 y 2 = 1 x^2y^2 = 1 (colored blue) in the Cartesian plane. In this picture, P P is a point on the curve in the first quadrant. In the picture there is drawn a red line touching the curve at P P . There are also drawn two other red lines perpendicular to it, such that they touch the curve as well (at different points, colored green). There is one last red line perpendicular to the two red lines before, such that it touches the curve as well, again. Finally, the intersections of the red lines are given by black dots.

If we change the position of P P , we will always get 4 4 black dots, but those will be at different positions. Calculate the area bounded by the curve that consists of the collection of those black dots.


The answer is 8.

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.

1 solution

Joël Ganesh
Aug 31, 2019

To prepare ourselves for polar integration, we want to choose P P in terms of radians. Let P = ( cot ( θ ) , tan ( θ ) ) P = (\sqrt{\cot(\theta)}, \sqrt{\tan(\theta)}) . By doing this, P P is the point at an angle + θ +\theta radians from the positive x x -axis, located at the blue curve. (This can be done by substituting y = tan ( θ ) x y=\tan(\theta)x in the equation for the blue curve.)

Let now t = cot ( θ ) t = \sqrt{\cot(\theta)} . The tangent to the curve at the point P P can be written as y = t x t 2 + 1 t = 2 t x t 2 y = \frac{t-x}{t^2} + \frac{1}{t} = \frac{2t-x}{t^2} . We want to find the perpendicular line to this tangent touching the curve in the fourth quadrant. We can do this, using the fact that the product of the slopes must be equal to 1 -1 . So, the slope of the perpendicular line is equal to t 2 t^2 and so we can find that the perpendicular line has the form y = t 2 ( x 1 t ) t = t 2 x 2 t . y = t^2(x-\frac{1}{t})-t = t^2x-2t.

Now, we will find the intersections of the two tangents. Notice that for the intersection 2 t x t 2 = t 2 x 2 t , and so 2 t x = t 4 x 2 t 3 , from which follows that x = 2 t ( t 2 + 1 ) t 4 + 1 . \frac{2t-x}{t^2} = t^2x-2t, \text{ and so } 2t - x = t^4x-2t^3, \text{ from which follows that } x = \frac{2t(t^2+1)}{t^4+1}. By plugging in this value for x x in one of the equations of the tangents, we find that y = 2 t ( t 2 1 ) t 4 + 1 y = \frac{2t(t^2-1)}{t^4+1} .

We now want to find the area enclosed by the orange curve, which is, by symmetry and the polar integration equation, equal to A : = 8 1 2 0 π 4 r 2 ( t ) d θ , \mathcal{A} := 8 \cdot \frac{1}{2} \cdot \int_0^\frac{\pi}{4} r^2(t) \mathrm{d}\theta, where r 2 ( t ) r^2(t) is the squared length of the point ( x ( t ) , y ( t ) ) = ( 2 t ( t 2 + 1 ) t 4 + 1 , 2 t ( t 2 1 ) t 4 + 1 ) (x(t), y(t)) = \left(\frac{2t(t^2+1)}{t^4+1}, \frac{2t(t^2-1)}{t^4+1}\right) . Some calculations will lead to the conclusion that r 2 ( t ) = 8 t 2 t 4 + 1 . r^2(t) = \frac{8t^2}{t^4+1}. Knowing that t = cot ( θ ) t = \sqrt{\cot(\theta)} , we notice that A = 4 0 π 4 8 cot ( θ ) cot 2 ( θ ) + 1 d θ = 32 0 π 4 cot ( θ ) csc 2 ( θ ) d θ = 32 0 π 4 sin ( θ ) cos ( θ ) d θ = 16 0 π 4 sin ( 2 θ ) d θ = 8 cos ( 2 θ ) 0 π 4 = 8 . \mathcal{A} = 4 \cdot \int_0^\frac{\pi}{4} \frac{8|\cot(\theta)|}{\cot^2(\theta)+1} \mathrm{d}\theta = 32 \cdot \int_0^\frac{\pi}{4} \frac{\cot(\theta)}{\csc^2(\theta)} \mathrm{d}\theta = 32 \cdot \int_0^\frac{\pi}{4} \sin(\theta)\cos(\theta) \mathrm{d}\theta = 16 \int_0^\frac{\pi}{4} \sin(2\theta) \mathrm{d}\theta = -8\cos(2\theta) \bigg|_0^\frac{\pi}{4} = \boxed{8}.

Edit: The shape of the collection of black dots looks like the following orange curve.

How does this area of black dots looks like?

Krishnaraj Sambath - 1 year, 9 months ago

Log in to reply

Originally I had the shape in the description of the problem, but this makes the problem much easier, as the area is given to be an integer (if you type in your answer in the box), so I decided to remove the picture showing the shape, not thinking about the title of the problem. Because of your question, I added a picture of the shape in my explanation.

Joël Ganesh - 1 year, 9 months ago

Haha.. Thank you!

Krishnaraj Sambath - 1 year, 9 months ago

So, using the equation for $r(\theta)$, It looks like $r(0) = 0$ and $r(\pi/2) = 0$. However, the orange curve indicates $r(\pi/2) = 2.$ Am I missing something here?

Krishnaraj Sambath - 1 year, 9 months ago

Log in to reply

Yes, but the function r ( θ ) r(\theta) is kind of misleading. r ( θ ) r(\theta) does give you the (Euclidean) distance between the black dot and the origin, but the black dot does not correspond to the point on the orange curve that is + θ +\theta radians from the positive x x -axis. Instead, it is the point that corresponds with the point P P being + θ +\theta radians from the positive x x -axis, and if θ π / 2 \theta \to \pi/2 , then P ( 0 , ) P \to (0, \infty) , and the black dot that corresponds with P P will be going towards the origin, so that r ( π / 2 ) 0 r(\pi/2) \to 0 .

Joël Ganesh - 1 year, 9 months ago

Log in to reply

Oh yeah!! That's right.. Thanks for the explanation..

Krishnaraj Sambath - 1 year, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...