Boundary-phobia

Calculus Level 5

The figure shows a blue region consisting of all points inside a unit square that are closer to the center than to the boundary of the square.

Find the area of the region.

The answer is of the form A B C 3 , \dfrac{A\sqrt{B}-C}{3}, where A , B , C A,B,C are positive integers with B B square-free.

Enter your answer as A + B + C . A+B+C.


The answer is 11.

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.

3 solutions

Jared Canright
Mar 4, 2018

Notation: Let x x and y y be the usual horizontal and vertical Cartesian variables. We will make use of the polar coordinate system as well, using radius r = x 2 + y 2 r=\sqrt{x^2+y^2} and angle θ = tan ( y x ) \theta=\tan\left(\frac{y}{x}\right) .

Convention: Here, we use the convention that θ = 0 \theta=0 on the positive x x -axis and increases counter-clockwise. We center the square at the origin (the black dot is at x=0, y=0). Since the box is of side length 1, we are limited to the domains 1 2 x 1 2 -\frac{1}{2}\le x\le \frac{1}{2} and 1 2 y 1 2 -\frac{1}{2}\le y\le \frac{1}{2} .

Strategy: Let's start by figuring out how to be lazy. This problem has a lot of symmetry we can exploit; in fact, we can break it up into 8 identical wedges of angle π / 4 \pi/4 . Knowing this, we can focus on finding the area of that single wedge and multiply our result by 8 at the end to get our final answer. Let's work with the wedge atop the positive x-axis, for which 0 θ π 4 0\le\theta\le\frac{\pi}{4} .

Now, how do we find the area of this wedge? We could integrate along x x and y y , bounded by the x-axis, the line x=y, and the curve from the top right corner to the x x -axis. This is unappealing; setting up an integral with a piecewise upper bound (part of which we do not yet know) would be ugly. Let's consider polar coordinates instead. We know from our earlier argument we need only integrate along 0 θ π 4 0\le\theta\le\frac{\pi}{4} . If we can find a function for r r (which seems inescapable either way), we can just plug it in and integrate over area.

Step 1 - Find constraints on r r : Pick a point on the outer edge of the wedge. By premise, the distance r r from the origin to this point is equal to the distance from this point to the nearest edge. Here the nearest edge is located at at x = 1 / 2 x=1/2 , so the distance from the edge to the point is 1 / 2 x 1/2-x . Thus r = 1 / 2 x r=1/2-x .

Step 2 - Construct r ( θ ) r(\theta) : Recall that x = r cos θ x=r\cos\theta ; plugging this into our equation from Step 1 gives r = 1 / 2 r cos θ r=1/2-r\cos\theta , which we can rearrange to find r ( θ ) = 1 2 1 1 + cos θ r(\theta)=\frac{1}{2}\frac{1}{1+\cos\theta} .

Step 3 - Integrate over the wedge: Recall that a line drawn from the origin to a point ( r , θ ) (r,\theta) moved by a very small increment δ θ \delta\theta covers area δ A = π r 2 δ θ 2 π \delta A=\pi r^2\frac{\delta \theta}{2\pi} . Integrating this over the wedge gives us our area:

A w e d g e = 0 π / 4 π r 2 d θ 2 π = 1 2 0 π / 4 1 4 1 ( 1 + cos θ ) 2 d θ = 1 8 1 3 ( 4 2 5 ) A_{wedge}=\int_0^{\pi/4}\pi r^2\frac{d \theta}{2\pi} = \frac{1}{2}\int_0^{\pi/4}\frac{1}{4}\frac{1}{(1+\cos\theta)^2}d\theta = \frac{1}{8}\frac{1}{3}\left(4\sqrt{2}-5\right) .

Mathematica was used to compute the integral.

Step 4 - Wrapping up: Multiplying by 8 gives us the area of the entire region: 8 A w e d g e = 4 2 5 3 8A_{wedge}=\frac{4\sqrt{2}-5}{3} . We can read out and sum the top three numbers to arrive at our solution: 4 + 2 + 5 = 11 4+2+5=11 .

@Jared Canright I too solved similarly, but for computing the integral you can use Weirstrass Substitution........That's easier to evaluate manually......

Aaghaz Mahajan - 3 years, 3 months ago

Log in to reply

I'm not familiar with that technique. I honestly haven't done Calc II since Calc II class. I'm in physics, where the attitude of "I've set up the integral that gives the solution; the computer can do the grunt work" is the prevailing attitude. I'd be interested to see how you carried out the integral.

Jared Canright - 3 years, 3 months ago

Log in to reply

Well, I am not good with LATEX......So, I can send you a link.......https://en.wikipedia.org/wiki/Tangent half-angle substitution......This Substitution uses the half angle tangents and is pretty easy in evaluating integrals.......Hope you find it useful even without me explaining it.......!!

Aaghaz Mahajan - 3 years, 3 months ago
Mark Hennings
Mar 4, 2018

For any point in the triangle O A B OAB , the nearest point on the boundary of the square to that point lies on the line A B AB Thus the curve C E D CED which marks the boundary of the desired region in the triangle O A B OAB is the locus of points in O A B OAB that are equidistant from O O and A B AB ,

Thus the curve C D E CDE is the intersection with O A B OAB of the parabola that has focus O O and directrix A B AB . Setting up a coordinate system with O O at the origin, this parabola has equation y = x 2 1 4 y = x^2 - \tfrac14 . If Δ \Delta is the area of the sector O D E ODE , then Δ = 0 1 2 ( 2 1 ) [ x ( x 2 1 4 ) ] d x = 1 24 ( 4 2 5 ) \Delta \; = \; \int_0^{\frac12(\sqrt{2}-1)} \big[-x - (x^2 - \tfrac14)\big]\,dx \; = \; \tfrac{1}{24}(4\sqrt{2}-5) and so the desired area is 8 Δ = 1 3 ( 4 2 5 ) 8\Delta \; = \; \tfrac13(4\sqrt{2}-5) making the answer 4 + 2 + 5 = 11 4+2+5 = \boxed{11} .

Nicola Mignoni
May 23, 2018

Let's be the origin O O in the x y xy -plane the square center. Let be

P = { ( x , y ) R 2 1 2 x 1 2 , 1 2 y 1 2 } \displaystyle P=\bigg\{(x,y) \in \mathbb{R}^2 | -\frac{1}{2} \leq x \leq \frac{1}{2}, -\frac{1}{2} \leq y \leq \frac{1}{2} \bigg\}

a generic point inside the square. The area A \textbf{A} of the blue region is

A = ( 2 A C ) 2 + 8 A r e a ( A B C ) \displaystyle \textbf{A}= (2AC)^2+8 \cdot Area(ABC)

because the ( 2 A C ) 2 (2AC)^2 square is 'surrounded' by 8 8 A B C ABC small triangoloids.

Now, let's find the locus of point such that the distance of P P from O O is equal to the distance of P P from the left vertical side of the unit square. That is

x 2 + y 2 = 1 2 x y = 1 4 x \displaystyle \sqrt{x^2+y^2}=\frac{1}{2}-x \hspace{5pt} \Longrightarrow \hspace{5pt} y=\sqrt{\frac{1}{4}-x}

considering only the positive solution respect to y y . This curve follows exactly the shape of the curved-edge B C \overset{\frown}{BC} , although we need to find its boundaries. In order to do so, we intersect y = 1 4 x y=\sqrt{\frac{1}{4}-x} with y = x y=x to find the x x -coordinate of A A and C C and with y = 0 y=0 to find the x x -coordinate of B B .

{ y = 1 4 x y = x x = A x = 2 1 2 \displaystyle \begin{cases} y=\sqrt{\frac{1}{4}-x} \\ y=x \end{cases} \hspace{5pt} \Longrightarrow \hspace{5pt} x=A_x=\frac{\sqrt{2}-1}{2}

considering only the positive solution of x x .

{ y = 1 4 x y = 0 x = B x = 1 4 \displaystyle \begin{cases} y=\sqrt{\frac{1}{4}-x} \\ y=0 \end{cases} \hspace{5pt} \Longrightarrow \hspace{5pt} x=B_x=\frac{1}{4}

Now we are able to evaluate A \textbf{A}

A = ( 2 A C ) 2 + 8 A x B x 1 4 x d x = ( 2 2 1 2 ) 2 + 8 1 4 2 1 2 1 4 x d x = 4 2 5 3 \displaystyle \textbf{A}=(2AC)^2+8\int_{A_x}^{B_x} \sqrt{\frac{1}{4}-x} dx=\bigg(2 \cdot \frac{\sqrt{2}-1}{2}\bigg)^2+8\int_{\frac{1}{4}}^{\frac{\sqrt{2}-1}{2}} \sqrt{\frac{1}{4}-x} dx={\frac{4\sqrt{2}-5}{3}}

Eventually A + B + C = 2 + 5 + 4 = 11 \displaystyle A+B+C=2+5+4=\boxed{11}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...