Difference between revisions of "2023 AMC 12A Problems/Problem 16"
m (→Solution 3 (Geometry + Logic)) |
(→Solution 2) |
||
(12 intermediate revisions by 6 users not shown) | |||
Line 22: | Line 22: | ||
<cmath>p=\frac{(-2q+3)\pm \sqrt{-12q+73}}{2}</cmath> | <cmath>p=\frac{(-2q+3)\pm \sqrt{-12q+73}}{2}</cmath> | ||
− | We want to maximize <math>p</math> | + | We want to maximize <math>p</math>. Since <math>q</math> is always negatively contributing to <math>p</math>'s value, we want to minimize <math>q</math>. |
Due to the trivial inequality: | Due to the trivial inequality: | ||
Line 41: | Line 41: | ||
We are given that <math>1+z+z^2=c</math> where <math>c</math> is some complex number with magnitude <math>4</math>. Rearranging the quadratic to standard form and applying the quadratic formula, we have | We are given that <math>1+z+z^2=c</math> where <math>c</math> is some complex number with magnitude <math>4</math>. Rearranging the quadratic to standard form and applying the quadratic formula, we have | ||
<cmath>z=\frac{-1\pm \sqrt{1^2-4(1)(1-c)}}{2}=\frac{-1\pm\sqrt{4c-3}}{2}.</cmath> | <cmath>z=\frac{-1\pm \sqrt{1^2-4(1)(1-c)}}{2}=\frac{-1\pm\sqrt{4c-3}}{2}.</cmath> | ||
− | |||
− | ~cantalon | + | The imaginary part of <math>z</math> is maximized when <math>c=-4</math>. (Why? See note below.) |
+ | |||
+ | Thus <math>z=-\tfrac 12 \pm i \tfrac{\sqrt{19}}{2}</math>, and so the answer is <math>\boxed{\textbf{(B)}~21}</math>. | ||
+ | |||
+ | ~cantalon, centslordm | ||
+ | |||
+ | Note: You can cheese/fakesolve <math>c</math> by assuming <math>c</math> is real. But there is a good reason for it, within the parameters of this problem: | ||
+ | |||
+ | <math>c</math> lies on a circle of radius 4, centered at the origin. Thus, <math>{4c-3}</math> is also a circle, centered at <math>-3</math>. Luckily, the center of this adjusted circle is a negative real number, so the most negative point on that circle (<math>w = -19</math>) has the largest magnitude (and so its square root also has the largest magnitude of any square root), and its positive square root is the most purely imaginary square root ("vertical"). [We ignore the alternative negative square root, since the problem asks for the most positive value.] | ||
+ | |||
+ | Thus, <math>\text{Im}(\sqrt w) = r \sin(\theta)</math> has both the largest <math>r</math> and largest <math>\sin(\theta)</math> of any square root of <math>4c-3</math>, and so the largest product <math>r \sin(\theta)</math>. (See note2 for more details) | ||
+ | |||
+ | [This argument and overall solution would not work if <math>-3</math> were instead a positive or non-real number, which would happen if the original problem had <math>|C+Bz+Az^2|=4</math> with <math>B^2-4AC > 0 </math>.] | ||
+ | ~oinava | ||
+ | |||
+ | Note 2: | ||
+ | <asy> | ||
+ | size(250); | ||
+ | import TrigMacros; | ||
+ | rr_cartesian_axes(-22,19,-19,19,complexplane=true, usegrid = false); | ||
+ | Label f; | ||
+ | f.p=fontsize(4); | ||
+ | dot((-3, 0), red); | ||
+ | label("$(-3, 0)$", (-3, 0), NW); | ||
+ | dot((0,0)); | ||
+ | draw(circle((-3, 0), 16), red); | ||
+ | dot((-19, 0), blue); | ||
+ | label("$w(-19, 0)$", (-19, 0), NW); | ||
+ | </asy> | ||
+ | |||
+ | The circle in the graph is all the possible values of <math>4c - 3</math>. | ||
+ | Let <math>{4c - 3} = re ^ {i\theta}</math>. | ||
+ | |||
+ | <math>{4c - 3} = re ^ {i\theta} \implies \sqrt{4c - 3} = \sqrt{re ^ {i\theta}} = \sqrt{r} e ^ {i\frac{\theta}{2}}</math>. | ||
+ | Therefore, <math>Im(\sqrt{4c - 3}) = \sqrt{r}\sin(\frac{\theta}{2})</math>. | ||
+ | |||
+ | At <math>w(-19, 0)</math> as in the graph, <math>\theta = \pi</math> and <math>r = 19</math>. | ||
+ | So <math>\sqrt{r}</math> and <math>\sin(\frac{\theta}{2})</math> are all at their maximum, which means that <math>Im(\sqrt{4c - 3})</math> is at its maximum. | ||
+ | |||
+ | ~JiYang | ||
==Solution 3 (Geometry + Logic)== | ==Solution 3 (Geometry + Logic)== | ||
Line 71: | Line 109: | ||
− | This can non-rigorously be seen by sketching the | + | This can non-rigorously be seen by sketching the oval which is the locus of <math>v</math>. |
− | This gives <math>19 + 2 \implies \boxed{\textbf{(B)~21 | + | This gives <math>19 + 2 \implies \boxed{\textbf{(B)}~21}</math> |
~AtharvNaphade | ~AtharvNaphade | ||
+ | |||
+ | ==Solution 4== | ||
+ | To start, we factor <math>1+z+z^2</math> to get: | ||
+ | |||
+ | <cmath>|(z-\frac{-1+\sqrt{3}i}{2})(z-\frac{-1-\sqrt{3}i}{2})|=4</cmath> | ||
+ | |||
+ | Note that since the magnitude of a product of complex numbers is equal to the product of the magnitudes: | ||
+ | |||
+ | <cmath>|(z+\frac{1-\sqrt{3}i}{2})||(z+\frac{1+\sqrt{3}i}{2})|=4</cmath> | ||
+ | |||
+ | Now, we substitute <math>z=a+bi</math> (Note that we are trying to maximize b): | ||
+ | |||
+ | <cmath>|a+\frac{1}{2}+(b+\frac{\sqrt{3}}{2})i||a+\frac{1}{2}+(b-\frac{\sqrt{3}}{2})i|=4</cmath> | ||
+ | |||
+ | Since we are trying to maximize <math>b</math>, we want the real parts of the components to be as small as possible, which we can do by setting <math>a=-\frac{1}{2}</math>. This leaves us with: | ||
+ | |||
+ | <cmath>|(b+\frac{\sqrt{3}}{2})i||(b-\frac{\sqrt{3}}{2})i|=4</cmath> | ||
+ | <cmath>(b+\frac{\sqrt{3}}{2})(b-\frac{\sqrt{3}}{2})=4</cmath> | ||
+ | <cmath>b^2-\frac{3}{4}=4</cmath> | ||
+ | <cmath>b^2=\frac{19}{4}</cmath> | ||
+ | <cmath>b=\frac{\sqrt{19}}{2}</cmath> | ||
+ | |||
+ | This gives us <math>19 + 2 \implies \boxed{\textbf{(B)}~21}</math>. | ||
+ | |||
+ | ~LTHMath | ||
==Video Solution== | ==Video Solution== |
Latest revision as of 05:44, 11 November 2024
Contents
Problem
Consider the set of complex numbers satisfying
. The maximum value of the imaginary part of
can be written in the form
, where
and
are relatively prime positive integers. What is
?
Solution 1
First, substitute in .
Let and
We are trying to maximize , so we'll turn the equation into a quadratic to solve for
in terms of
.
We want to maximize . Since
is always negatively contributing to
's value, we want to minimize
.
Due to the trivial inequality:
If we plug 's minimum value in, we get that
's maximum value is
Then
and
- CherryBerry
Solution 2
We are given that where
is some complex number with magnitude
. Rearranging the quadratic to standard form and applying the quadratic formula, we have
The imaginary part of is maximized when
. (Why? See note below.)
Thus , and so the answer is
.
~cantalon, centslordm
Note: You can cheese/fakesolve by assuming
is real. But there is a good reason for it, within the parameters of this problem:
lies on a circle of radius 4, centered at the origin. Thus,
is also a circle, centered at
. Luckily, the center of this adjusted circle is a negative real number, so the most negative point on that circle (
) has the largest magnitude (and so its square root also has the largest magnitude of any square root), and its positive square root is the most purely imaginary square root ("vertical"). [We ignore the alternative negative square root, since the problem asks for the most positive value.]
Thus, has both the largest
and largest
of any square root of
, and so the largest product
. (See note2 for more details)
[This argument and overall solution would not work if were instead a positive or non-real number, which would happen if the original problem had
with
.]
~oinava
Note 2:
The circle in the graph is all the possible values of .
Let
.
.
Therefore,
.
At as in the graph,
and
.
So
and
are all at their maximum, which means that
is at its maximum.
~JiYang
Solution 3 (Geometry + Logic)
We can write the given condition as
Letting
, the equation
equates to the circle centered at
with radius
in the complex plane, call it
. Thus the locus of
is
. Let
, and since the
does not change
's imaginary part, we now need to find
with the largest imaginary part such that
lies on
.
Note that the point on with largest magnitude is
and has argument
, call it
(The leftmost point on
). The value
with positive imaginary part such that
has an argument of
and a magnitude of
.
Since across all values of the imaginary part is given by
and
has the largest possible
and the largest possible value of
it must have the largest imaginary part.
This can non-rigorously be seen by sketching the oval which is the locus of .
This gives
~AtharvNaphade
Solution 4
To start, we factor to get:
Note that since the magnitude of a product of complex numbers is equal to the product of the magnitudes:
Now, we substitute (Note that we are trying to maximize b):
Since we are trying to maximize , we want the real parts of the components to be as small as possible, which we can do by setting
. This leaves us with:
This gives us .
~LTHMath
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
See Also
2023 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 15 |
Followed by Problem 17 |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.