2024 AMC 12B Problems/Problem 20: Difference between revisions
Soccerstar9 (talk | contribs) |
Scjh999999 (talk | contribs) |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
==Problem | ==Problem== | ||
Suppose <math>A</math>, <math>B</math>, and <math>C</math> are points in the plane with <math>AB=40</math> and <math>AC=42</math>, and let <math>x</math> be the length of the line segment from <math>A</math> to the midpoint of <math>\overline{BC}</math>. Define a function <math>f</math> by letting <math>f(x)</math> be the area of <math>\triangle ABC</math>. Then the domain of <math>f</math> is an open interval <math>(p,q)</math>, and the maximum value <math>r</math> of <math>f(x)</math> occurs at <math>x=s</math>. What is <math>p+q+r+s</math>? | Suppose <math>A</math>, <math>B</math>, and <math>C</math> are points in the plane with <math>AB=40</math> and <math>AC=42</math>, and let <math>x</math> be the length of the line segment from <math>A</math> to the midpoint of <math>\overline{BC}</math>. Define a function <math>f</math> by letting <math>f(x)</math> be the area of <math>\triangle ABC</math>. Then the domain of <math>f</math> is an open interval <math>(p,q)</math>, and the maximum value <math>r</math> of <math>f(x)</math> occurs at <math>x=s</math>. What is <math>p+q+r+s</math>? | ||
| Line 114: | Line 114: | ||
==Solution 5 ( | ==Solution 5 (Median length formula)== | ||
By letting BC equal < | Let the midpoint of <math>BC</math> be <math>D</math>. Then, by the Median Length Formula: | ||
< | <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>. | ||
We now know that the domain of < | 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>. | ||
Because < | |||
< | The rest follows Solution 1. | ||
< | |||
< | ~mathwizard123123 | ||
==Solution 6 (AM-GM Inequality)== | |||
By letting BC equal <imath>{2a}</imath>, we can use Heron's formula to calculate the area. Notice the semi-perimeter is just | |||
<imath>\frac{40 + 42 + 2a}{2}</imath> which is just <imath>{a + 41}</imath>. Next, by Heron's formula, the area of ABC is: | |||
<imath>\sqrt{(a + 41)(a + 1)(a - 1)(41 - a)}</imath> which simplifies to the | |||
<imath>\sqrt{(a^2 - 1)(41^2 - a^2)}</imath>. | |||
We now know that the domain of <imath>{f(x)}</imath> is just the domain of <imath>\sqrt{(a^2 - 1)(41^2 - a^2)}</imath>. This domain is very easy to calculate. We see that <imath>a^{2} > </imath>1 and | |||
<imath>a^{2} < </imath><imath>41^{2}</imath>. | |||
Because <imath>{a}</imath> is always positive, we see that <imath>{a}</imath> is in the open interval <imath>{(1, 41)}</imath>. Now, we find the maximum of <imath>{f(x)}</imath>. By the AM-GM inequality, we have: | |||
<imath>\frac{((a^2 - 1) + (41^2 - a^2))}{2}</imath> ≥ <imath>\sqrt{(a^2 - 1)(41^2 - a^2)}</imath>. Simplifying and letting | |||
<imath>\sqrt{(a^2 - 1)(41^2 - a^2)}</imath> = <imath>{f(x)}</imath>, we get that <imath>{f(x)}</imath> ≤ <imath>\frac{41^2 - 1}{2}</imath> = <imath>{840}</imath>. We know by AM-GM that | |||
<imath>{f(x)}</imath> = <imath>{840}</imath> if and only if <imath>a^{2} - </imath>1 = <imath>41^{2} - </imath><imath>a^{2}</imath>. Solving, <imath>{a}</imath> = <imath>{29}</imath>. Therefore, we have found the domain of <imath>{f}</imath> is the open interval <imath>{(1, 41)}</imath> and the maximum of <imath>{f}</imath> is <imath>{840}</imath> which occurs at <imath>{x}</imath> = <imath>{29}</imath>(Apply Stewart's to triangle ABC when knowing that BC = <imath>{58}</imath>.) Adding these up, we get <imath>{1 + 41 + 840 + 29}</imath> = <imath>{911}</imath> or <imath>\boxed{C}</imath>. | |||
~ilikemath247365 | ~ilikemath247365 | ||
==Solution 7 (Cheese (Barely Any Risk and So Much Easier))== | |||
We can easily see that <imath>\text{Dom}(f)=(1, 41)</imath> by considering extreme cases of degenerate triangles (<imath>B</imath> is on <imath>AC</imath> or <imath>A</imath> is on <imath>BC</imath>). Then, the maximum area is extremely likely to be when the triangle is right, which happens when <imath>BC=58</imath> (<imath>20-21-29</imath> triangle, but scaled up). The area of this triangle is <imath>840</imath>. Since <imath>40 \approx 42</imath>, the median length is approximately equal to the altitude length, which is <imath>\frac{1680}{58}=\frac{840}{29}=\frac{870-30}{29}=30-\frac{30}{29} \approx 29</imath>. Thus, the answer is <imath>1+41+840+29= \boxed{(\text{C}) \; 911}</imath>. | |||
~scjh999999 | |||
==Video Solution by SpreadTheMathLove== | ==Video Solution by SpreadTheMathLove== | ||
Latest revision as of 21:10, 10 November 2025
Problem
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
Solution 7 (Cheese (Barely Any Risk and So Much Easier))
We can easily see that
by considering extreme cases of degenerate triangles (
is on
or
is on
). Then, the maximum area is extremely likely to be when the triangle is right, which happens when
(
triangle, but scaled up). The area of this triangle is
. Since
, the median length is approximately equal to the altitude length, which is
. Thus, the answer is
.
~scjh999999
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.