Difference between revisions of "2024 AMC 12B Problems/Problem 20"
(→Solution 5:) |
(Added Solution 5 which uses median length formula) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
Let the midpoint of <math>BC</math> be <math>M</math>, and let the length <math>BM = CM = a</math>. We know there are limits to the value of <math>x</math>, and these limits can probably be found through the triangle inequality. But the triangle inequality relates the third side length <math>BC</math> to <math>AC</math> and <math>AB</math>, and doesn't contain any information about the median. Therefore we're going to have to write the side <math>BC</math> in terms of <math>x</math> and then use the triangle inequality to find bounds on <math>x</math>. | Let the midpoint of <math>BC</math> be <math>M</math>, and let the length <math>BM = CM = a</math>. We know there are limits to the value of <math>x</math>, and these limits can probably be found through the triangle inequality. But the triangle inequality relates the third side length <math>BC</math> to <math>AC</math> and <math>AB</math>, and doesn't contain any information about the median. Therefore we're going to have to write the side <math>BC</math> in terms of <math>x</math> and then use the triangle inequality to find bounds on <math>x</math>. | ||
− | We use Stewart's theorem to relate <math>BC</math> to the median <math>AM</math>: <math>man + dad = bmb + cnc</math>. In this case <math>m = a</math>, <math>n=a</math>, <math>a = m+n</math>, <math>d = x</math>, <math>b = 42</math>, <math>c = 40</math>. | + | We use Stewart's theorem to relate <math>BC</math> to the median <math>AM</math>: <math>man + dad = bmb + cnc</math>. In this case <math>m = \frac{a}2</math>, <math>n=\frac{a}2</math>, <math>a = m+n</math>, <math>d = x</math>, <math>b = 42</math>, <math>c = 40</math>. |
Therefore we get the equation <math>2a^3 + 2ax^2 = a \cdot 42^2 + a \cdot 40^2</math> | Therefore we get the equation <math>2a^3 + 2ax^2 = a \cdot 42^2 + a \cdot 40^2</math> | ||
Line 114: | Line 114: | ||
− | ==Solution 5 | + | ==Solution 5 (Median length formula)== |
− | By letting BC equal 2a, we can use Heron's formula to calculate the area. Notice the semi-perimeter is just | + | Let the midpoint of <math>BC</math> be <math>D</math>. Then, by the Median Length Formula: |
− | <math>\frac{40 + 42 + 2a}{2}</math> which is just a + 41. Next, by Heron's formula, the area of ABC is: | + | <math>2*AD^2 = AB^2 - BD^2 + AC^2 - CD^2</math>. |
+ | If we let <math>BC = 2n</math> and <math>AD = x</math>, then we get the relationship that: | ||
+ | <math>x = \sqrt{1682-n^2}</math>. | ||
+ | By the Triangle Inequality <math>2 < BC < 82</math>, so <math>1 < n < 41</math>. | ||
+ | This means that the domain of x is <math>(\sqrt{1}, \sqrt{1681}) = (1, 41)</math>. | ||
+ | |||
+ | The rest follows Solution 1. | ||
+ | |||
+ | ~mathwizard123123 | ||
+ | |||
+ | |||
+ | ==Solution 6 (AM-GM Inequality)== | ||
+ | |||
+ | By letting BC equal <math>{2a}</math>, we can use Heron's formula to calculate the area. Notice the semi-perimeter is just | ||
+ | <math>\frac{40 + 42 + 2a}{2}</math> which is just <math>{a + 41}</math>. Next, by Heron's formula, the area of ABC is: | ||
<math>\sqrt{(a + 41)(a + 1)(a - 1)(41 - a)}</math> which simplifies to the | <math>\sqrt{(a + 41)(a + 1)(a - 1)(41 - a)}</math> which simplifies to the | ||
<math>\sqrt{(a^2 - 1)(41^2 - a^2)}</math>. | <math>\sqrt{(a^2 - 1)(41^2 - a^2)}</math>. | ||
− | We now know that the domain of f(x) is just the domain of <math>\sqrt{(a^2 - 1)(41^2 - a^2)}</math>. This domain is very easy to calculate. We see that <math>a^{2} > </math>1 and | + | We now know that the domain of <math>{f(x)}</math> is just the domain of <math>\sqrt{(a^2 - 1)(41^2 - a^2)}</math>. This domain is very easy to calculate. We see that <math>a^{2} > </math>1 and |
<math>a^{2} < </math><math>41^{2}</math>. | <math>a^{2} < </math><math>41^{2}</math>. | ||
− | Because a is always positive, we see that a is in the open interval (1, 41). Now, we find the maximum of f(x). By the AM-GM inequality, we have: | + | Because <math>{a}</math> is always positive, we see that <math>{a}</math> is in the open interval <math>{(1, 41)}</math>. Now, we find the maximum of <math>{f(x)}</math>. By the AM-GM inequality, we have: |
<math>\frac{((a^2 - 1) + (41^2 - a^2))}{2}</math> ≥ <math>\sqrt{(a^2 - 1)(41^2 - a^2)}</math>. Simplifying and letting | <math>\frac{((a^2 - 1) + (41^2 - a^2))}{2}</math> ≥ <math>\sqrt{(a^2 - 1)(41^2 - a^2)}</math>. Simplifying and letting | ||
− | <math>\sqrt{(a^2 - 1)(41^2 - a^2)}</math> = f(x), we get | + | <math>\sqrt{(a^2 - 1)(41^2 - a^2)}</math> = <math>{f(x)}</math>, we get that <math>{f(x)}</math> ≤ <math>\frac{41^2 - 1}{2}</math> = <math>{840}</math>. We know by AM-GM that |
− | f(x) = 840 if and only if <math>a^{2} - </math>1 = <math>41^{2} - </math><math>a^{2}</math>. Solving, a = 29. Therefore, we have found the domain of f is the open interval (1, 41) and the maximum of f is 840 which occurs at x = 29(Apply Stewart's to triangle ABC when knowing that BC = 58.) Adding these up, we get 1 + 41 + 840 + 29 = 911 or <math>\boxed{C}</math>. | + | <math>{f(x)}</math> = <math>{840}</math> if and only if <math>a^{2} - </math>1 = <math>41^{2} - </math><math>a^{2}</math>. Solving, <math>{a}</math> = <math>{29}</math>. Therefore, we have found the domain of <math>{f}</math> is the open interval <math>{(1, 41)}</math> and the maximum of <math>{f}</math> is <math>{840}</math> which occurs at <math>{x}</math> = <math>{29}</math>(Apply Stewart's to triangle ABC when knowing that BC = <math>{58}</math>.) Adding these up, we get <math>{1 + 41 + 840 + 29}</math> = <math>{911}</math> or <math>\boxed{C}</math>. |
+ | |||
+ | ~ilikemath247365 | ||
==Video Solution by SpreadTheMathLove== | ==Video Solution by SpreadTheMathLove== |
Latest revision as of 14:35, 16 July 2025
Contents
Problem 20
Suppose ,
, and
are points in the plane with
and
, and let
be the length of the line segment from
to the midpoint of
. Define a function
by letting
be the area of
. Then the domain of
is an open interval
, and the maximum value
of
occurs at
. What is
?
Solution 1
Let the midpoint of be
, and let the length
. We know there are limits to the value of
, and these limits can probably be found through the triangle inequality. But the triangle inequality relates the third side length
to
and
, and doesn't contain any information about the median. Therefore we're going to have to write the side
in terms of
and then use the triangle inequality to find bounds on
.
We use Stewart's theorem to relate to the median
:
. In this case
,
,
,
,
,
.
Therefore we get the equation
.
Notice that since is a pythagorean triple, this means
.
By triangle inequality, and
Let's tackle the first inequality:
Here we use the property that .
Therefore in this case, .
For the second inequality,
Therefore we have , so the domain of
is
.
The area of this triangle is . The maximum value of the area occurs when the triangle is right, i.e.
. Then the area is
. The length of the median of a right triangle is half the length of it's hypotenuse, which squared is
. Thus the length of
is
.
Our final answer is
~KingRavi
Solution 2 (Geometry)
Let midpoint of as
, extends
to
and
,
triangle has
sides
, based on triangle inequality,
so
so
which is achieved when
, then
Solution 3 (Trigonometry)
Let A = (0, 0) , B =(b, 0) , C= ()
When :
When :
The domain of
is the open interval:
The rest follows Solution 2
Solution 4 (Apollonius)
Here's a faster way to solve this problem using Apollonius's Theorem (which is a special case of Stewart's Theorem for medians). In this case, .
So,
We know that, by the Triangle Inequality, . Applying these to Apollonius, we have that the minimum value of
is
and the maximum value is
(both cannot be reached, however).
The rest of the solution follows Solution 1.
~xHypotenuse
Solution 5 (Median length formula)
Let the midpoint of be
. Then, by the Median Length Formula:
.
If we let
and
, then we get the relationship that:
.
By the Triangle Inequality
, so
.
This means that the domain of x is
.
The rest follows Solution 1.
~mathwizard123123
Solution 6 (AM-GM Inequality)
By letting BC equal , we can use Heron's formula to calculate the area. Notice the semi-perimeter is just
which is just
. Next, by Heron's formula, the area of ABC is:
which simplifies to the
.
We now know that the domain of
is just the domain of
. This domain is very easy to calculate. We see that
1 and
.
Because
is always positive, we see that
is in the open interval
. Now, we find the maximum of
. By the AM-GM inequality, we have:
≥
. Simplifying and letting
=
, we get that
≤
=
. We know by AM-GM that
=
if and only if
1 =
. Solving,
=
. Therefore, we have found the domain of
is the open interval
and the maximum of
is
which occurs at
=
(Apply Stewart's to triangle ABC when knowing that BC =
.) Adding these up, we get
=
or
.
~ilikemath247365
Video Solution by SpreadTheMathLove
https://www.youtube.com/watch?v=aDajQGay0TQ
See also
2024 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 19 |
Followed by Problem 21 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.