Closer to Center (Corrected)

Calculus Level 5

What fraction of the area of this triangle is closer to its centroid, G G , than to an edge? Extra credit for a closed-form of this fraction.


The answer is 0.169.

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.

4 solutions

David Vreken
Dec 25, 2020

Label the diagram as follows:

The coordinates of the centroid are G ( 1 3 ( A x + B x + C x ) , 1 3 ( A y + B y + C y ) ) = G ( 1 , 1 3 ) G(\frac{1}{3}(A_x + B_x + C_x), \frac{1}{3}(A_y + B_y + C_y)) = G(1, \frac{1}{3}) .

A C AC is on the line x y = 0 x - y = 0 and A B AB is on the line y = 0 y = 0 .

The locus of points that are equidistant from a point and a line is a parabola , so the curve through D D and E E is a parabola with a focus of G ( 1 , 1 3 ) G(1, \frac{1}{3}) and a directrix of y = 0 y = 0 , and using ( a x + b y + c ) 2 a 2 + b 2 = ( x f 1 ) 2 + ( y f 2 ) 2 \frac{(ax + by + c)^2}{a^2 + b^2} = (x - f_1)^2 + (y - f_2)^2 its equation is ( 0 + y + 0 ) 2 0 2 + 1 2 = ( x 1 ) 2 + ( y 1 3 ) 2 \frac{(0 + y + 0)^2}{0^2 + 1^2} = (x - 1)^2 + (y - \frac{1}{3})^2 , which solves to y = 3 2 x 2 3 x + 5 3 y = \frac{3}{2}x^2 - 3x + \frac{5}{3} .

The curve through D D and F F is a parabola with a focus of G ( 1 , 1 3 ) G(1, \frac{1}{3}) and a directrix of x y = 0 x - y = 0 , and using ( a x + b y + c ) 2 a 2 + b 2 = ( x f 1 ) 2 + ( y f 2 ) 2 \frac{(ax + by + c)^2}{a^2 + b^2} = (x - f_1)^2 + (y - f_2)^2 its equation is ( x y + 0 ) 2 1 2 + 1 2 = ( x 1 ) 2 + ( y 1 3 ) 2 \frac{(x - y + 0)^2}{1^2 + 1^2} = (x - 1)^2 + (y - \frac{1}{3})^2 , which solves to y = x + 2 3 + 2 3 6 x 4 y = -x + \frac{2}{3} + \frac{2}{3}\sqrt{6x - 4} .

The parabolas y = 3 2 x 2 3 x + 5 3 y = \frac{3}{2}x^2 - 3x + \frac{5}{3} and y = x + 2 3 + 2 3 6 x 4 y = -x + \frac{2}{3} + \frac{2}{3}\sqrt{6x - 4} intersect at an x x -coordinate of D x = 1 3 ( 2 + 2 2 2 1 ) D_x = \frac{1}{3}(2 + \sqrt{2} - 2\sqrt{\sqrt{2} - 1}) .

The area of the region closer to the centroid G G is therefore:

A = 2 D x 1 [ ( x + 2 3 + 2 3 6 x 4 ) ( 3 2 x 2 3 x + 5 3 ) ] d x = 1 27 ( 31 + 20 2 + 8 2 ( 2 1 ) ) 0.169 A = 2\int_{D_x}^{1} [(-x + \frac{2}{3} + \frac{2}{3}\sqrt{6x - 4}) - (\frac{3}{2}x^2 - 3x + \frac{5}{3})] dx = \frac{1}{27}(-31 + 20\sqrt{2} + 8\sqrt{2(\sqrt{2} - 1)}) \approx \boxed{0.169} .

Steven Chase
Dec 24, 2020

Here is a rough outline of my solution:

1) Do a double integral to find the centroid location. This is essentially an area-weighted average of the ( x , y ) (x,y) coordinates. This could have been a single integral, but Step 2 requires a double integral anyway, so it made sense to have a common approach.

2) Having found the centroid, do another double integral to accumulate area that is closer to the centroid than to any side. To accomplish this, I used the formula for the distance from a point to a line segment found at Wolfram Mathworld (Equation 14).

The graphic below shows the region of interest in blue. It is 16.9 % 16.9 \% of the total triangle area.

@Steven Chase Happy Merry Christmas
and How are you ?

Talulah Riley - 5 months, 2 weeks ago

Log in to reply

I'm doing fine, thanks. Merry Christmas to you as well

Steven Chase - 5 months, 2 weeks ago
Chew-Seong Cheong
Dec 27, 2020

The locus of points which are equidistance from the centroid and an edge straight line is a parabola, where the centroid is the focus point F ( x f , y f ) F (x_f, y_f) and the edge straight line a x + b y + c = 0 ax+by+c = 0 is the directrix. And the equation of the parabola is given by ( reference ):

( a x + b y + c ) 2 a 2 + b 2 = ( x x f ) 2 + ( y y f ) 2 \frac {(ax+by+c)^2}{a^2+b^2} = (x-x_f)^2 + (y-y_f)^2

To make the calculations easy, we set ( x f , y f ) = ( 0 , 0 ) (x_f, y_f) = (0,0) or we move G ( x g , y g ) G(x_g, y_g) to G ( 0 , 0 ) G'(0,0) . Since x g = x a + x b + x c 3 = 0 + 2 + 1 3 = 1 x_g = \dfrac {x_a+x_b+x_c}3 = \dfrac {0+2+1}3 = 1 and y g = y a + y b + y c 3 = 0 + 0 + 1 3 = 1 3 y_g = \dfrac {y_a+y_b+y_c}3 = \dfrac {0+0+1}3 = \dfrac 13 , then A = ( x a 1 , y a 1 3 ) = ( 1 , 1 3 ) A' = \left(x_a-1, y_a - \dfrac 13\right) = \left(-1,- \dfrac 13\right) , B = ( 1 , 1 3 ) B'= \left(1,- \dfrac 13\right) , and C = ( 0 , 2 3 ) C' = \left(0, \dfrac 23\right) . Then the equation of the three parabolas are:

{ 6 y = 9 x 2 1 . . . ( 1 ) b o t t o m 9 ( x y ) 2 + 12 ( x + y ) 4 = 0 . . . ( 2 ) r i g h t 9 ( x + y ) 2 12 ( x y ) 4 = 0 . . . ( 3 ) l e f t \begin{cases} 6y = 9x^2 - 1 & ...(1) \ \rm bottom \\ 9 (x-y)^2+12 (x+y)-4 = 0 & ...(2) \ \rm right \\ 9 (x+y)^2-12 (x-y)-4 = 0 & ...(3) \ \rm left \end{cases}

The region shaded blue is the part of the triangle which is nearer to the centroid G G than an edge. Since the area is symmetrical about the y-axis, we can find the area of the right half and then multiply it by 2 2 .

From ( 1 ) (1) , we get y = 3 2 x 2 1 6 = y 1 y = \dfrac 32 x^2 - \dfrac 16 = y_1 and from ( 2 ) (2) , y = x + 2 2 6 x 3 2 3 = y 2 y=x+\dfrac {2\sqrt{2-6x}}3 - \dfrac 23 =y_2 . Let parabolas y 1 y_1 and y 2 y_2 meet at P ( a , b ) P(a,b) . From y 1 = y 2 y_1 = y_2 , a = 1 2 + 2 2 1 3 a = \dfrac {1-\sqrt 2 + 2\sqrt{\sqrt 2-1}}3 . And the area of the blue region:

A = 0 a ( y 2 y 1 ) d x = 2 0 a ( x + 2 2 6 x 3 1 2 3 2 x 2 ) d x = 0 a ( 3 x 2 + 2 x 1 + 4 2 6 x 3 ) d x = x 3 + x 2 x 4 ( 2 6 x ) 3 2 27 0 a = a 3 + a 2 a 4 ( 2 6 a ) 3 2 27 + 8 2 27 = 17 + 4 2 16 2 1 8 2 ( 2 1 ) 16 2 2 2 1 + 16 4 2 2 + 4 2 1 4 2 ( 2 1 ) 27 0.169100334 \begin{aligned} A & = \int_0^a (y_2 - y_1) \ dx \\ & = 2 \int_0^a \left(x + \frac {2\sqrt{2-6x}}3 - \frac 12 - \frac 32 x^2\right) dx \\ & = \int_0^a \left(- 3x^2 + 2x - 1 + \frac {4\sqrt{2-6x}}3\right) dx \\ & = - x^3 + x^2 - x - \frac {4(2-6x)^\frac 32}{27} \bigg|_0^a \\ & = - a^3 + a^2 - a - \frac {4(2-6a)^\frac 32}{27} + \frac {8\sqrt 2}{27} \\ & = \small \frac {17+4\sqrt 2 - 16\sqrt{\sqrt 2 -1} - 8\sqrt{2(\sqrt 2 -1)}-16\sqrt{\sqrt 2 - 2\sqrt{\sqrt 2 -1}}+16\sqrt{4-2\sqrt 2 + 4\sqrt{\sqrt 2 -1}-4\sqrt{2(\sqrt 2-1)}}}{27} \\ & \approx 0.169100334 \end{aligned}

Since the area of A B C = 1 \triangle ABC = 1 , A [ A B C ] = A 0.169 \dfrac A{[ABC]} = A \approx \boxed{0.169} .

Veselin Dimov
Dec 31, 2020

My approach is similar to other people's but what I did is I considered only the left half of the triangle (due to symmetry). Then I drew the bisector of angle A, which splits the half-triangle in 2 regions (the bisector is the line, all points of which are equidistant to the corresponding sides). For the upper one the closest triangle side is AC and for the lower one - it is AB. For each region I found the curve, where all points are equidistant to G and to the corresponding side. Then I found the intersection point of these two curves (which obviously lies on the bisector) and then did two integrals from that point to x=1. The sum of the resulting areas is the left half of the desired area, so I multiplied this area by 2 and got approximately 0.169. Since the area of the triangle is 1, the answer is 0.169 1 = 0.169 \frac{0.169}{1}=0.169 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...