1996 AHSME Problems/Problem 25
Contents
Problem
Given that , what is the largest possible value that
can have?
Solution 1
Complete the square to get
Applying Cauchy-Schwarz directly,
Thus our answer is
.
Solution 2 (Geometric)
The first equation is a circle, so we find its center and radius by completing the square:
, so
So we have a circle centered at with radius
, and we want to find the max of
.
The set of lines are all parallel, with slope
. Increasing
shifts the lines up and/or to the right.
We want to shift this line up high enough that it's tangent to the circle, but not so high that it misses the circle altogether. This means will be tangent to the circle.
Imagine that this line hits the circle at point . The slope of the radius connecting the center of the circle,
, to tangent point
will be
, since the radius is perpendicular to the tangent line.
So we have a point, , and a slope of
that represents the slope of the radius to the tangent point. Let's start at the point
. If we go
units up and
units right from
, we would arrive at a point that's
units away. But in reality we want
to reach the tangent point, since the radius of the circle is
.
Thus, , and we want to travel
up and
over from the point
to reach our maximum. This means the maximum value of
occurs at
, which is
Plug in those values for and
, and you get the maximum value of
, which is option
.
Solution 2B
Let the tangent point be , and the tangent line's x-intercept be
. Consider the horizontal line starting from center of circle (O) meeting the tangent line at K. Now triangle
is 3-4-5,
, so
. Note that the horizontal distance from
to the origin is
, and the horizontal distance from K to Q is 4, (
of its y coordinate), so the x-intercept is
. The value of
is 73 at point
. Note that this value is constant on the tangent line, so there is no need to calculate the coordinate of
.
.
Solution 3
Let . Solving for
, we get
. Substituting into the given equation, we get
which simplifies to
This quadratic equation has real roots in if and only if its discriminant is nonnegative, so
which simplifies to
which can be factored as
The largest value of
that satisfies this inequality is
, which is
.
Solution 4 (Using Answer Choice + Calculus)
Implicitly differentiating the given equation with respect to yields:
Now solve for to obtain:
Set the equation equal to zero to find the maximum occurs at
Plug this back into the equation that we are trying to maximize and see that we are left with:
.
The only answer choice that can be obtained from this equation is
Solution 5 (Lagrange Multipliers)
First, we move all the non-constant terms of the constraint to one side and assign it to the function :
Since we are trying to maximize
, we need to solve for
and
in the system
We have that
and
To solve the original system, we can solve for
and
in terms of
using our equations from the gradients, then substitute them into the first equation. We have that
and
. Substituting into the first equation, we have that
Using the solutions of
and
in terms of
that we found earlier, we have that
Because we are trying to maximize this function, we will use the positive solution for
. Therefore, after substituting, we have that the largest value of
that satisfies
is
.
~qianqian07
Solution 6 (polar coordinates)
Completing the square gives the equation of a circle, Seeing that we would like to maximize
we parameterize the circle using polar coordinates:
Then, we have
Since
the desired answer is
- Ultroid999OCPN
Solution 6 (Alcumus)
The equation can be written\[
(x-7)^2 + (y-3)^2 = 8^2,
\]which defines a circle of radius 8 centered at
. If
is a possible value of
for
on the circle, then the line
must intersect the circle in at least one point. The largest value of
occurs when the line is tangent to the circle, and is therefore perpendicular to the radius at the point of tangency. Because the slope of the tangent line is
the slope of the radius is
. It follows that the point on the circle that yields the maximum value of
is one of the two points of tangency,\[
x = 7 + \frac{3 \cdot 8}{5} = \frac{59}{5}, \hspace{.3in} y = 3 +
\frac{4 \cdot 8}{5} = \frac{47}{5},
\]or\[
x = 7 - \frac{3 \cdot 8}{5} = \frac{11}{5}, \hspace{.3in} y = 3 -
\frac{4 \cdot 8}{5} = - \frac{17}{5}.
\][asy]
import olympiad; import geometry; size(150); defaultpen(linewidth(0.8));
draw((0,15)--origin--(15,0));
dot("
",(7,3),S);
draw(Circle((7,3),8));
line a = line((0,9),(12,0));
line b = line((0,12),(16,0));
line c = line((0,18.3),(18.3*4/3,0));
draw(a^^b^^c);
[/asy]
The first point of tangency gives\[
3x + 4y = 3 \cdot \frac{59}{5} + 4 \cdot \frac{47}{5} =
\frac{177}{5}+\frac{188}{5}= 73,
\]and the second one givesThus,
is the desired maximum, while
is the minimum.
See also
1996 AHSME (Problems • Answer Key • Resources) | ||
Preceded by Problem 24 |
Followed by Problem 26 | |
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 • 26 • 27 • 28 • 29 • 30 | ||
All AHSME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.