A line drawn through the centroid of a triangle intersects two sides internally, forming a yellow triangle and a green quadrilateral, as shown below. What is the minimum possible ratio of the yellow area to the green area?
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.
How was mu=lambda/(3lambda-1) determined?
Log in to reply
We want 3 1 ( a + b ) − λ a and μ b − λ a to be parallel, so that one is a multiple of the other. Thus 3 1 − λ = − ξ λ 3 1 = ξ μ Eliminating ξ from these equations gives us the answer.
How did you minimize in the last step?!
Log in to reply
Look for a turning point by differentiating the function of λ .
If the line division is not parallel to the third side, then the yellow section below the parallel and the green section above the parallel can be switched by a 180° rotation (as pictured below), giving a yellow area larger than a yellow area of a parallel line division.
Therefore, a minimum yellow area (and a minimum yellow to green ratio) must occur when the line through the centroid is parallel to the third side of the triangle.
Since all centroids divide a median in a 2:1 proportion, a second parallel line can be drawn through the yellow section halfway up, and 1 of its 2 parts would be equal to 1 of the 4 parts along the parallel line through the centroid, and 1 of the 6 parts along the base. The triangle can then be subdivided into congruent parallelograms using the base and the median though the base as guidelines (as pictured below), and the each of triangular parts can be matched with a matching triangular part through a 180° rotation to form more congruent parallelograms (also pictured below).
After all the transformations, there are 9 congruent parallelograms – 4 yellow and 5 green, for a ratio of 4/5 or 0.8.
i think your solution was the best !!
This is a brute force method using calculus. Assume we have a right triangle A B C with coordinates A ( 0 , 0 ) , B ( 0 , 3 ) , and C ( 3 , 0 ) . This way, the centroid is at point 1 , 1 . Now, assume our line has y intercept α and crosses through the centroid to make a triangle with the x and y axis. The equation for the line would then be y = ( 1 − α ) x + α . To find the x intercept, we set y = 0 to get x = α − 1 α . Then the formula for the triangle, which we'll generalize to a rectangle, would be A = α ⋅ α − 1 α . Then the ratio of the yellow triangle to the quadrilateral would then be 3 ⋅ 3 − A A . We can now take the derivative and solve for α , giving us our answer. d α d 9 − α − 1 α 2 α − 1 α 2 = d α d α − 1 9 α − 9 − α 2 α − 1 α 2 = d α d 9 α − 9 − α 2 α 2 ( 9 α − 9 − α 2 ) 2 1 8 α 2 − 1 8 α − 2 α 3 − 9 α 2 + 2 α 3 = ( 9 α − 9 − α 2 ) 2 9 α 2 − 1 8 α = 0 9 α 2 − 1 8 α = 0 ⟹ α = 2 Putting this back in the ratio function, we get 9 ( 2 ) − 9 − 2 2 2 2 = 5 4
But why should we assume that the triangle is right-angled?
Log in to reply
I did it for simplicity, since the x and y axis intersect at a right angle, I let that be one of the angles in my triangle. In general, it does not have to be right angled, but the ratio would remain the same. Imagine you have a right triangle and that line, creating the minimum ratio. Now, imagine putting this into some photo editing software, and dragging one of the vertices where ever, forming a completely different triangle. The lines move to adjust to that change, and as a result, keep the ratio.
How area of triangle generalize to a rectangle explain plz
Log in to reply
If we were to use the area of a triangle, it would 1/2 of that of a rectangle of the same base times height. Since we're finding the ratio of the triangle to itself again, the 1/2 term would cancel out, thus removing the need to have it in there.
It must be 1/2*x intercept *y intercept
Log in to reply
In the problem, I stated that I would generalize it to a rectangle so that I would not have to multiply it by 1/2. You can do it that way, but in the end, the 1/2 would cross out in the ratio.
Looking at the first two samples, the ratios won't be changed if the top point is moved. So the triangle may as well be equilateral. As the line slants left or right towards a corner, the ratio approaches 1. So the ratio is minimized when the line is horizontal.
The centroid is 1/3 of the way up. So the horizontal line makes a yellow triangle 2/3 of size, or 4/9 the area of the whole triangle. So the quadrilateral is the other 5/9. The ratio between them is 4/5 = 0.8
That isn't a solution.
Actually this can be turned into a solution.
First notice that there is a linear area preserving transformation which sends your triangle to an equilateral triangle. To do so either use a ( infinite number of) shear transformations or write out explicitly the constraints on 2x2 matrices with determinant one. (You can assume one vertex is at the origin, you have two constraints to bring the vertices where you want and one constraint for the fact the the determinant is one).
The symmetry argument is also mostly fine. As the line which splits the triangle turns around the center there are moments where the triangle is split into two equal triangles. The ratio is then 1 which is the only possible [aboslute] maximum. Somewhere in between there has to be a [absolute] minimum (unless the ratio is constant, which the actual calculation show it isn't). Since there is a minimum, this has to happen when the drawn line is parallel to the bottom side (by symmetry).
So the only catch is that there could be 2 [absolute] minima between the "obvious" maxima. I don't see an easy argument for that yet, but this seems very implausible.
Problem Loading...
Note Loading...
Set Loading...
Suppose that the origin lies at the triangle vertex that is one of the three vertices of the yellow triangle, and let the other two triangle vertices have position vectors a and b with respect to the origin. If the endpoints of the line that defines the yellow triangle have position vectors λ a and μ b for some 0 < λ , μ < 1 , then the yellow triangle has area 2 1 λ μ ∣ a × b ∣ , while the whole triangle has area 2 1 ∣ a × b ∣ . Thus the ratio of the yellow and green areas is 1 − λ μ λ μ .
The centroid of the triangle has position vector 3 1 ( a + b ) , and the three points with position vectors λ a , 3 1 ( a + b ) and μ b must be collinear, which implies that μ = 3 λ − 1 λ . For this to be consistent with the fact that both λ and μ lie between 0 and 1 , we deduce that in fact 2 1 < λ , μ < 1 .
Thus we need to minimize 1 − λ μ λ μ = 3 λ − 1 − λ 2 λ 2 over the range 2 1 < λ < 1 . This happens when λ = μ = 3 2 . The minimum ratio is 5 4 .