This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
Using the same notations as David, we want to maximize twice the area of the trapezoid ABDE, which is equivalent of maximizing the difference between the area of the triangle ACE and the area of the triangle BCD. Let T denote this difference.
Since CE=52÷2=26, let y=CD, then DE=26−y.
Because the triangles ACE and BCD are similar, then xy=12+x26⟹y=x+1226x.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Using the same notations as David, we want to maximize twice the area of the trapezoid ABDE, which is equivalent of maximizing the difference between the area of the triangle ACE and the area of the triangle BCD. Let T denote this difference.
Since CE=52÷2=26, let y=CD, then DE=26−y.
Because the triangles ACE and BCD are similar, then xy=12+x26⟹y=x+1226x.
Let θ=∡BCD, then cosθ=x÷x+1226x=26x+12.
T000013T013⋅24T0=======21(AC)(CE)sinθ−21(BC)(CD)sinθ21(x+12)⋅26sinθ−21⋅x+1226x⋅x⋅sinθ226sinθ[(x+12)−x+12x2]131−cos2θ⋅x+121⋅[(x+12)2−x2]1−(26x+12)2⋅x+121⋅(24x+144)1−(26x+12)2⋅x+121⋅(x+6)1−(26x+12)2⋅x+121⋅[(x+12)−6]
For simplicity sake, let y=x+12,
Equivalently, we want to maximize the expression
(13⋅24T)2=[1−(26y)2]⋅y21⋅(y−6)2
Multiplying both sides by 262, the expression we want to maximize is
f(y):=y2262−y2(y−6)2=(y2262−1)(y−6)2
A simple chain rule shows that f′(y)=−y22(y−6)(y3−4056).
At the critical point, f′(y)=0⟹y=6,40561/3. But f(6)<f(40561/3), so the expression is maximized at y=40561/3.
Equivalently, the area on the pentagon is maximized when x=y−12=34056−12.
Label the diagram as follows, and let θ=∠ECA:
By symmetry, EC=21⋅52=26 and AB=21⋅24=12.
From △ACE, AC=26cosθ=x+12, so x=26cosθ−12=BC.
Since △ACE∼△BCD by AA similarity, CD=ACEC⋅BC=cosθ26cosθ−12.
The area of the pentagon Apent is then:
=2⋅AABDE
=2(A△ACE−A△BCD)
=2(21⋅AC⋅CE⋅sinθ−21⋅BC⋅CD⋅sinθ)
=2(21⋅26cosθ⋅26⋅sinθ−21⋅(26cosθ−12)⋅cosθ26cosθ−12⋅sinθ)
=262cos2θtanθ−(26cosθ−12)2tanθ
=(624cosθ−144)tanθ
=48(13cosθ−3)tanθ
=48(13sinθ−3tanθ)
And its derivative dθdApent is then:
=48(13cosθ−3sec2θ)
=48(13cos3θsec2θ−3sec2θ)
=48sec2θ(13cos3θ−3)
The maximum area occurs when dθdApent=48sec2θ(13cos3θ−3)=0, which is when cosθ=3133.
That makes the value of x for which the area of pentagon is a maximum x=26cosθ−12=263133−12=23507−12≈3.948.
Log in to reply
Another maximization solution is based on taking the derivate of the area with respect to x. And it gives the same result
Log in to reply
I solved it that way the first time I tried it, but I thought the math was less messy when I tried it again using θ.