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
+2
−0

For a triangle defined by three points $X, Y, Z$:

$$A_{\triangle XYZ}=\frac12\cdot\overline{XY}\cdot\overline{YZ}\cdot\sin{\angle Y}$$

Since $A_{\triangle ACD}=A_{\triangle AEB}$,

$$\overline{AB}\cdot\overline{BE}\cdot\sin\angle B=\overline{AC}\cdot\overline{CD}\cdot\sin\angle C$$

Since $\overline{AB}\cong\overline{AC}$ and $\angle B\cong\angle C$, this equation simplifies to

$$\overline{BE}=\overline{CD}$$

From there congruence of the triangles follows from SAS, and the rest follows as you set out in your original post. $\square$

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
DonielF‭ wrote over 3 years ago

This I feel is a solid proof, but is probably not the one intended. I gather your kid is taking middle/high school Geometry and has not yet learned Trig, and certainly not this formulation of the area of a triangle.