Difference between revisions of "2025 AIME I Problems/Problem 8"

(Solution 1)
m (Solution 3 (A Little Geometry))
 
(22 intermediate revisions by 6 users not shown)
Line 7: Line 7:
 
has exactly one complex solution <math>z</math>. The sum of all possible values of <math>k</math> can be written as <math>\frac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m + n</math>. Here <math>i = \sqrt{-1}</math>.
 
has exactly one complex solution <math>z</math>. The sum of all possible values of <math>k</math> can be written as <math>\frac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m + n</math>. Here <math>i = \sqrt{-1}</math>.
  
==Solution 1==
+
==Solution 1 (Systematic + Algebra)==
 +
We first look at each equation, and we convert each to algebra (note that the absolute value sign of <math>|</math> means the magnitude). Let's convert z to <math>A + Bi</math>.
 +
 
 +
 
 +
Note that the first equation becomes:
 +
<math>(25 - A)^2 + (20 - B)^2 = 25</math>
 +
 
 +
Note that this is the equation of a circle centered at <math>(25, 20)</math> with radius <math>5</math>.
 +
 
 +
 
 +
And the second equation becomes:
 +
<math>(A-4-k)^2 + B^2 = (A - k)^2 + (B-3)^2</math>
 +
 
 +
You can see that the many similar terms that cancel out, simplfying, you get:
 +
 
 +
<math>-8(A - k) + 16 + 6B = 9</math>
 +
 
 +
Now we must isolate B
 +
 
 +
<math>B= \frac{4}{3}(A-k) - \frac{7}{6}</math>
 +
 
 +
<math>B = \frac{4}{3}A - \frac{4}{3}k - \frac{7}{6}</math>
 +
 
 +
This equation can be seen as a line with a <math>\frac{4}{3}</math> slope, and a y-intercept of <math>\frac{4}{3}k - \frac{7}{6}</math>.
 +
 
 +
Note that the question only wants one solution, so we want two tangent lines, one above the circle, and one below the circle. You can see Solution 1 for the picture.
 +
 
 +
Because the slope is <math>\frac{4}{3}</math>, the circle must have a slope coming out of center of its reciprocal, <math>-\frac{3}{4}</math>. So the points on the circle where this line with a <math>\frac{4}{3}</math> must intersect must be <math>(21, 23)</math> and <math>(29, 17)</math>. We can easily use point-slope form to find the equations of these lines.
 +
<math>y - 23 = \frac{4}{3}(x - 21)</math>
 +
 
 +
and
 +
 
 +
<math>y - 17 = \frac{4}{3}(x - 29)</math>
 +
 
 +
Now we must match the y-intercepts to the equations with <math>k</math> in it.
 +
Solving the equations:
 +
 
 +
<math>\frac{4}{3}(-21) + 23 = - \frac{4}{3}k - \frac{7}{6}</math>
 +
 
 +
<math>\frac{4}{3}(-29) + 17 = - \frac{4}{3}k - \frac{7}{6}</math>
 +
 
 +
we get that <math> k = \frac{23}{8} </math> and <math> k = \frac{123}{8} </math>
 +
Adding them up and simplifying, we get a sum of <math>\frac{73}{4} \Longrightarrow \boxed{077}.</math>
 +
 
 +
~Marcus :) (feel free to correct my Latex)
 +
 
 +
 
 +
==Solution 2==
 
<asy>
 
<asy>
 
size(300);
 
size(300);
Line 37: Line 84:
 
~nevergonnagiveup
 
~nevergonnagiveup
  
There's actually an easier way to do it using this method by utilizing the distance between point and line formula after building off of what is shown above.
 
First we find the standard form of the perpendicular bisector, which can be found using the point-slope form: <math>y</math>-<math>b</math> = <math>m</math>(<math>x</math>-<math>a</math>), where <math>a</math> and <math>b</math> are the <math>x</math> and <math>y</math> coordinates of a point on the line. By plugging in <math>(2+</math>k<math>, \frac{3}{2})</math>, we get <math>y</math>-\frac{3}{2})<math> = \frac{4}{3}(</math>x<math>-2-</math>k<math>), we can eventually find the standard form as 8x</math>-<math>6y</math>-7-8<math>k.
 
Now we use the distance between point and line formula on the center of the circle at </math>(25, 20)<math> and the perpendicular bisector.
 
We get </math>d<math> = \frac{abs(8*25-6*20-8</math>k<math>-7)}{sqrt(6^2+8^2)}. Plugging in </math>d<math> = 5 we can simplify to 50 = abs(200-120-7-8</math>k<math>). We can finally solve for the absolute value equality and figure out </math>k<math> = \frac{23}{8} or </math>k<math> = \frac{123}{8}. Adding them together we get \frac{146}{8} = \frac{73}{4}, hence the answer which we desire \Longrightarrow \boxed{077}.</math>
 
  
(Sorry for the bad LaTeX I'm relatively new)
 
~Mathycoder
 
  
==Solution 2 (Systematic + Algebra)==
+
There's actually an easier way to do it using this method by utilizing the distance between point and line formula after building off of what is shown above.
We first look at each equation, and we convert each to algebra (note that the absolute value sign of <math>|</math> means the magnitude). Let's convert z to <math>A + Bi</math>.
+
First we find the standard form of the perpendicular bisector, which can be found using the point-slope form: <math>y-b = m(x-a)</math>, where <math>a</math> and <math>b</math> are the <math>x</math> and <math>y</math> coordinates of a point on the line. By plugging in <math>(2+k, \frac{3}{2})</math>, we get <math>y-\frac{3}{2} = \frac{4}{3}(x-2-k)</math>, we can eventually find the standard form as <math>8x-6y-7-8k=0</math>.
 +
Now we use the distance between point and line formula on the center of the circle at <math>(25, 20)</math> and the perpendicular bisector.
 +
We get <math>d = \frac{|8\cdot 25-6\cdot 20-7-8k|}{\sqrt{6^2+8^2}}</math>. Plugging in <math>d</math> = 5 we can simplify this to <math>50 = |200-120-7-8k|</math>. We can finally solve for the absolute value equality and figure out <math>k = \frac{23}{8}</math> or <math>k = \frac{123}{8}</math>. Adding them together, we get <math>\frac{146}{8} = \frac{73}{4}</math>, hence the answer which we desire is <math>\Longrightarrow \boxed{077}.</math>
  
 +
~Mathycoder (edited by MathKing555)
  
Note that the first equation becomes:
+
==Solution 3 (A Little Geometry)==
<math>(25 - A)^2 + (20 - B)^2 = 25</math>
 
 
 
Note that this is the equation of a circle centered at <math>(25, 20)</math> with radius <math>5</math>.
 
 
 
 
 
And the second equation becomes:
 
<math>(A-4-k)^2 + B^2 = (A - k)^2 + (B-3)^2</math>
 
 
 
You can see that the many similar terms that cancel out, simplfying, you get:
 
  
<math>-8(A - k) + 16 + 6B = 9</math>
+
[[File:2025AIMEII_P8_Solution3_1.png|450px]][[File:2025AIMEII_P8_Solution3_2.png|400px]]
  
Now we must isolate B
+
To solve the problem, we first locate the point <math>Z</math>. According to the conditions, we can know that:
  
<math>B= \frac{4}{3}(A-k) - \frac{7}{6}</math>
+
<math>Z</math> is on the perpendicular bisector of <math>(k,3)</math> and <math>(k+4,0)</math>
  
<math>B = \frac{4}{3}A - \frac{4}{3}k - \frac{7}{6}</math>
+
The distance from <math>Z</math> to circle <math>O(25,20)</math> is <math>{5}</math>.
  
This equation can be seen as a line with a <math>\frac{4}{3}</math> slope, and a y-intercept of <math>\frac{4}{3}k - \frac{7}{6}</math>.  
+
Therefore, <math>Z</math> must be the 2 points of tangent of a line with the slope of <math>\frac{4}{3}</math> with circle O (center at <math>(25,20)</math>, radius of <math>{5}</math>), corresponding to the 2 values: <math>{K_1}</math> and <math>{K_2}</math>.
  
Note that the question only wants one solution, so we want two tangent lines, one above the circle, and one below the circle. You can see Solution 1 for the picture.
+
Since the question only asks for the sum of <math>{K_1}</math> and <math>{K_2}</math>, we would not need to calculate them separately. Let the middle point of <math>{K_1}</math> and <math>{K_2}</math> be <math>{K}</math> ==> <math>{K_1}</math> + <math>{K_2}</math> = <math>{2K}</math>.
  
Because the slope is <math>\frac{4}{3}</math>, the circle must have a slope coming out of center of its reciprocal, <math>-\frac{3}{4}</math>. So the points on the circle where this line with a <math>\frac{4}{3}</math> must intersect must be <math>(21, 23)</math> and <math>(29, 17)</math>. We can easily use point-slope form to find the equations of these lines.
+
Looking at the simplified figure below. We may calculate using similarity of the triangles:
<math>y - 23 = \frac{4}{3}(x - 21)</math>
 
  
and
+
<math>\frac{SV}{SO}=\frac{WV}{OT}</math>
  
<math>y - 17 = \frac{4}{3}(x - 29)</math>
+
<math>SV = \frac{2.5\cdot25}{20}=\frac{25}{8}</math>
  
Now we must match the y-intercepts to the equations with <math>k</math> in it.
+
<math>KS = KV-SV = 4-\frac{25}{8} = \frac{7}{8}</math>
Solving the equations:
 
  
<math>\frac{4}{3}(-21) + 23 = - \frac{4}{3}k - \frac{7}{6}</math>
+
<math>KT = KS+ST = \frac{7}{8}+15 = \frac{127}{8}</math>
  
<math>\frac{4}{3}(-29) + 17 = - \frac{4}{3}k - \frac{7}{6}</math>
+
<math>K_1+K_2 = 2K = (25-\frac{127}{8})\cdot2= \frac{73}{8}\cdot2 = \frac{73}{4}</math>
  
we get that <math> k = \frac{23}{8} </math> and <math> k = \frac{123}{8} </math>
+
We conclude that <math>m+n=\boxed{077}</math>.
Adding them up and simplifying, we get a sum of <math>\frac{73}{4} \Longrightarrow \boxed{077}.</math>
 
  
~Marcus :) (feel free to correct my Latex)
+
~cassphe
  
 
==See also==
 
==See also==

Latest revision as of 09:59, 21 February 2025

Problem

Let $k$ be a real number such that the system \begin{align*} &|25 + 20i - z| = 5 \\ &|z - 4 - k| = |z - 3i - k| \end{align*} has exactly one complex solution $z$. The sum of all possible values of $k$ can be written as $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m + n$. Here $i = \sqrt{-1}$.

Solution 1 (Systematic + Algebra)

We first look at each equation, and we convert each to algebra (note that the absolute value sign of $|$ means the magnitude). Let's convert z to $A + Bi$.


Note that the first equation becomes: $(25 - A)^2 + (20 - B)^2 = 25$

Note that this is the equation of a circle centered at $(25, 20)$ with radius $5$.


And the second equation becomes: $(A-4-k)^2 + B^2 = (A - k)^2 + (B-3)^2$

You can see that the many similar terms that cancel out, simplfying, you get:

$-8(A - k) + 16 + 6B = 9$

Now we must isolate B

$B= \frac{4}{3}(A-k) - \frac{7}{6}$

$B = \frac{4}{3}A - \frac{4}{3}k - \frac{7}{6}$

This equation can be seen as a line with a $\frac{4}{3}$ slope, and a y-intercept of $\frac{4}{3}k - \frac{7}{6}$.

Note that the question only wants one solution, so we want two tangent lines, one above the circle, and one below the circle. You can see Solution 1 for the picture.

Because the slope is $\frac{4}{3}$, the circle must have a slope coming out of center of its reciprocal, $-\frac{3}{4}$. So the points on the circle where this line with a $\frac{4}{3}$ must intersect must be $(21, 23)$ and $(29, 17)$. We can easily use point-slope form to find the equations of these lines. $y - 23 = \frac{4}{3}(x - 21)$

and

$y - 17 = \frac{4}{3}(x - 29)$

Now we must match the y-intercepts to the equations with $k$ in it. Solving the equations:

$\frac{4}{3}(-21) + 23 = - \frac{4}{3}k - \frac{7}{6}$

$\frac{4}{3}(-29) + 17 = - \frac{4}{3}k - \frac{7}{6}$

we get that $k = \frac{23}{8}$ and $k = \frac{123}{8}$ Adding them up and simplifying, we get a sum of $\frac{73}{4} \Longrightarrow \boxed{077}.$

~Marcus :) (feel free to correct my Latex)


Solution 2

[asy] size(300); draw((0, 0) -- (0, 20), EndArrow(10)); label("$y$", (0, 20), NW); dot((25,20)); draw((0, 0) -- (25, 0), EndArrow(10)); label("$x$", (25, 0), SE); draw(circle((25,20),5)); label(scale(0.7)*"$(25,20)$", (25,20), S); draw((7,0) -- (3,3), blue); draw((5,3/2) -- (21,23), dashed); label("$(4+k,0)$", (7,0), S); label("$(k,3)$", (3,3), N); draw(rightanglemark((3,3),(5,3/2),(21,23), 20)); draw(rightanglemark((25,20),(21,23),(5,3/2), 20)); draw((25,20) -- (21,23)); [/asy] The complex number $z$ must satisfy the following conditions on the complex plane:

$1.$ The magnitude between $z$ and $(25,20)$ is $5.$ This can be represented by drawing a circle with center $(25,20)$ and radius $5.$

$2.$ It is equidistant from the points $(4+k,0)$ and $(k,3).$ Hence it must lie on the perpendicular bisector of the line connecting these points.


For $z$ to have one solution, the perpendicular bisector of the segment connecting the two points must be tangent to the circle. This bisector must pass the midpoint, $(2+k,\frac{3}{2}),$ and have slope $\frac{4}{3}.$ The segment connecting the point of tangency to the center of the circle has slope $\frac{-3}{4},$ meaning the points of tangency can be $(29,17)$ or $(21,23).$ Solving the equation for the slope of the perpendicular bisector gives \[\frac{\frac{3}{2}-23}{k+2-21}=\frac{4}{3}\] or \[\frac{\frac{3}{2}-17}{k+2-29}=\frac{4}{3},\] giving $k=\frac{23}{8}$ or $\frac{123}{8}$, having a sum of $\frac{73}{4} \Longrightarrow \boxed{077}.$

~nevergonnagiveup


There's actually an easier way to do it using this method by utilizing the distance between point and line formula after building off of what is shown above. First we find the standard form of the perpendicular bisector, which can be found using the point-slope form: $y-b = m(x-a)$, where $a$ and $b$ are the $x$ and $y$ coordinates of a point on the line. By plugging in $(2+k, \frac{3}{2})$, we get $y-\frac{3}{2} = \frac{4}{3}(x-2-k)$, we can eventually find the standard form as $8x-6y-7-8k=0$. Now we use the distance between point and line formula on the center of the circle at $(25, 20)$ and the perpendicular bisector. We get $d = \frac{|8\cdot 25-6\cdot 20-7-8k|}{\sqrt{6^2+8^2}}$. Plugging in $d$ = 5 we can simplify this to $50 = |200-120-7-8k|$. We can finally solve for the absolute value equality and figure out $k = \frac{23}{8}$ or $k = \frac{123}{8}$. Adding them together, we get $\frac{146}{8} = \frac{73}{4}$, hence the answer which we desire is $\Longrightarrow \boxed{077}.$

~Mathycoder (edited by MathKing555)

Solution 3 (A Little Geometry)

2025AIMEII P8 Solution3 1.png2025AIMEII P8 Solution3 2.png

To solve the problem, we first locate the point $Z$. According to the conditions, we can know that:

$Z$ is on the perpendicular bisector of $(k,3)$ and $(k+4,0)$

The distance from $Z$ to circle $O(25,20)$ is ${5}$.

Therefore, $Z$ must be the 2 points of tangent of a line with the slope of $\frac{4}{3}$ with circle O (center at $(25,20)$, radius of ${5}$), corresponding to the 2 values: ${K_1}$ and ${K_2}$.

Since the question only asks for the sum of ${K_1}$ and ${K_2}$, we would not need to calculate them separately. Let the middle point of ${K_1}$ and ${K_2}$ be ${K}$ ==> ${K_1}$ + ${K_2}$ = ${2K}$.

Looking at the simplified figure below. We may calculate using similarity of the triangles:

$\frac{SV}{SO}=\frac{WV}{OT}$

$SV = \frac{2.5\cdot25}{20}=\frac{25}{8}$

$KS = KV-SV = 4-\frac{25}{8} = \frac{7}{8}$

$KT = KS+ST = \frac{7}{8}+15 = \frac{127}{8}$

$K_1+K_2 = 2K = (25-\frac{127}{8})\cdot2= \frac{73}{8}\cdot2 = \frac{73}{4}$

We conclude that $m+n=\boxed{077}$.

~cassphe

See also

2025 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 7
Followed by
Problem 9
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png