Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Similar triangles with the same area

Parent

Similar triangles with the same area

+5
−0

My kid was assigned this problem:

Given

line segments ADB, AEC, COE, and BOE;

$\overline{AC}\cong\overline{AB}$ and $\angle B\cong\angle C$.

Prove (a) $\overline{CE}\cong\overline{BD}$ and (b) $\overline{OB}\cong\overline{OC}$.

(I apologize for the ugly sketch. All lines that seem like they're meant to be straight are.)

The most direct way seems to be: Prove triangles $CAD$ and $BAE$ congruent (easy). Prove triangles $COE$ and $BOD$ similar (easy). Prove triangles $COE$ and $BOD$ congruent because they're similar and have the same area (by subtracting the common area of $ADOE$). The rest follows immediately.

The problem is — I don't recall ever seeing in a high-school geometry text the proposition "If two triangles are similar and have the same area, they're congruent". Or at least not as a method of proof for proving triangles congruent. So I guess my question is: Why not? It would certainly come in handy for cases like this. (Or am I wrong that it's correct in general?)

As a secondary question, is there a better way to do the problem above?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (2 comments)
Post
+4
−0

One can easily prove the following fact:

If two triangles are similar, then the ratio of their areas is the square of the ratio of their sides.

Now, if two similar triangles have the same area, it follows that the ratio of the corresponding sides must be the square root of $1$, which is $1$. So, the triangles must be congruent.


Alternative Solution

Since $\overline{AB} \cong \overline{AC}$, $\angle B \cong \angle C$, and $\angle A$ is common, two triangles $\triangle ABE$ and $\triangle ACD$ are congruent. So we have $$\overline{AD} \cong \overline{AE} \quad \Rightarrow \quad |\overline{BD}|=|\overline{AB}|-|\overline{AD}|=|\overline{AC}|-|\overline{AE}|=|\overline{CE}| \quad \Rightarrow \quad \overline{BD} \cong \overline{CE}$$ (Please note that we used the assumption $\overline{AB} \cong \overline{AC}$ in the above).

Now, it can be easily followed that the two triangles $\triangle BOD$ and $\triangle COE$ are congruent. So, $$\overline{OB} \cong \overline{OC}.$$

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (1 comment)
General comments
msh210‭ wrote over 3 years ago · edited over 3 years ago

Your alternative proof for the problem my kid had is a good one, and is probably the one intended by the problemsetter. Thank you!