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 Find length $MP$ in trapezoid

Post

Find length $MP$ in trapezoid

+2
−0

Trapezoid $ABCD$ is given such that $AB\parallel CD$ and $AD=BD$. Let $M$ be the midpoint of $AB$ and $P$ be the intersection of diagonal $AC$ with the circumcircle of $\triangle BCD$. Given that $BC=27$, $CD=25$, and $AP=10$, find $MP$.

Here's some visualization that I made in GeoGebra: image

My attempts: The answer key states the answer is $\frac{27}5$, which I found to be true using GeoGebra.

To actually solve it, I later named the trapezoid's height as $h$, extended $AB$ to intersect the circle again at $Q$, named a certain length $d$, used the intersecting secants theorem with the legendary Pythagorean theorem that we all know, went through some heachache-inducing algebra crunching, and eventually got it with the help of a calculator.

But, I thought, there must be a way to solve this that isn't so egregiously unelegant! Right?

So I named some angles. $\alpha=\angle BAC=\angle ACD=\angle PBD$, $\beta=\angle ABP=\angle CAD$, $\gamma=\angle ACB=\angle PDB$, $\delta=\angle BDC=\angle BPC$, $\epsilon=\angle CBD=\angle CPD$, $\zeta=\angle MDP$.

But I couldn't find much similarity that would be of use. Only that $\triangle APB\sim\triangle BDP\sim\triangle ACD$, which leads to $\delta=\alpha+\beta$ and $AB=\frac25AC$.

Even more mysteriously, with GeoGebra I was able to find that $\angle MPB=\epsilon$! How is that, and would that be meaningful information? I even tried extending $BC$ to the point $F$ such that $\triangle ABC\sim\triangle CFP$ (i.e. $AFBP$ a cyclic quadrilateral), which would require $F,M,P$ to be collinear–which I haven't yet figured out how to prove.

Is there a way to solve this problem that doesn't involve headache-inducing algebra crunching?

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

Circumcircle (3 comments)
Circumcircle
Peter Taylor‭ wrote about 1 month ago

I haven't worked through it, but my first thought is that your diagram doesn't seem to use any properties of the circumcircle. I wonder whether the fact that the perpendicular bisector of CD is parallel to MD and passes through the centre of the circle will be relevant.

TheCodidacter, or rather ACodidacter‭ wrote about 1 month ago · edited about 1 month ago

Indeed, the only properties I've used are relating to the angles. I suspected nothing will come out from most other properties.

Interesting observation though, there might be something lurking from that $CD\perp MD$. I'll check.

Update: looked for a while, didn't find anything