Given △ A B C , a new triangle △ A ′ B ′ C ′ is generated as follows:
where a , b , c are positive scalars.
Find the ratio of the area of the new triangle to the original triangle, i.e. find [ A B C ] [ A ′ B ′ C ′ ]
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.
Let A B = x , B C = y , C A = z . Then, B B ′ = b x , C C ′ = c y , A A ′ = a z .
Moreover, let [ A B C ] = S , [ B B ′ C ′ ] = S 1 , [ C C ′ A ′ ] = S 2 , [ A A ′ B ′ ] = S 3 and [ A ′ B ′ C ′ ] = S ′ .
Then,
S
S
1
=
2
1
B
A
⋅
B
C
⋅
sin
θ
2
1
B
B
′
⋅
B
C
′
⋅
sin
(
1
8
0
∘
−
θ
)
=
x
⋅
y
b
x
⋅
(
y
+
c
y
)
=
x
y
b
x
y
(
1
+
c
)
=
b
+
b
c
Similarly,
S
S
2
=
2
1
C
B
⋅
C
A
⋅
sin
φ
2
1
C
C
′
⋅
C
A
′
⋅
sin
(
1
8
0
∘
−
φ
)
=
y
⋅
z
c
y
⋅
(
z
+
a
z
)
=
y
z
c
y
z
(
1
+
a
)
=
c
+
c
a
S
S
3
=
2
1
A
C
⋅
A
B
⋅
sin
ω
2
1
A
A
′
⋅
A
B
′
⋅
sin
(
1
8
0
∘
−
ω
)
=
z
⋅
x
a
z
⋅
(
x
+
b
x
)
=
z
x
a
z
x
(
1
+
b
)
=
a
+
a
b
Adding,
S S 1 + S 2 + S 3 = a + b + c + a b + b c + c a
Hence,
S S ′ = S S ′ − S + 1 = S S 1 + S 2 + S 3 + 1 = 1 + a + b + c + a b + b c + c a .
Let T be the area of △ A B C .
If A A ′ = a C A , then △ B A A ′ has the same height as △ A B C but a base of a C A instead of C A , so △ B A A ′ has an area of a T .
If B B ′ = b A B , then △ C B B ′ has the same height as △ A B C but a base of b A B instead of A B , so △ C B B ′ has an area of b T .
If C C ′ = c B C , then △ A C C ′ has the same height as △ A B C but a base of c B C instead of A B , so △ A C C ′ has an area of c T .
Also if A A ′ = a C A , then △ C ′ A A ′ has the same height as △ A C C ′ but a base of a C A instead of C A , so △ C ′ A A ′ has an area of a c T .
Also if B B ′ = b A B , then △ A ′ B B ′ has the same height as △ B A A ′ but a base of b A B instead of A B , so △ A ′ B B ′ has an area of a b T .
Also if C C ′ = c B C , then △ B ′ C C ′ has the same height as △ C B B ′ but a base of c B C instead of B C , so △ B ′ C C ′ has an area of b c T .
Therefore, the ratio of areas of △ A ′ B ′ C ′ to △ A B C is T T + a T + b T + c T + a b T + a c T + b c T = 1 + a + b + c + a b + a c + b c .
Problem Loading...
Note Loading...
Set Loading...
We can cut the triangle as in the previous problems, or we can use barycentric coordinates.
Let A = ( 1 , 0 , 0 ) , B = ( 0 , 1 , 0 ) , C = ( 0 , 0 , 1 ) , then B ′ = ( − b , 1 + b , 0 ) , C ′ = ( 0 , − c , 1 + c ) , A ′ = ( 1 + a , 0 , − a ) .
The ratio of the areas can be expressed as a determinant det ⎝ ⎛ 1 + a − b 0 0 1 + b − c − a 0 1 + c ⎠ ⎞
This simplfies to ( a + 1 ) ( b + 1 ) ( c + 1 ) − a b c = 1 + a + b + c + a b + b c + c a