Difference between revisions of "2021 AIME I Problems/Problem 15"

(Solution 1)
(Solution 1)
Line 4: Line 4:
 
==Solution==
 
==Solution==
 
===Solution 1===
 
===Solution 1===
With binary search you can narrow down the k value. Newton method let you narrow down the x and y solution for that specific k value. With 3 (x,y) pairs you can find radius of the circle.  
+
With binary search you can narrow down the k value. Newton raphson method let you narrow down the x and y solution for that specific k value. With 3 (x,y) pairs you can find radius of the circle.  
  
 
You end up finding the bounds of 5 and 280. The sum is 285.
 
You end up finding the bounds of 5 and 280. The sum is 285.

Revision as of 04:57, 12 March 2021

Problem

Let $S$ be the set of positive integers $k$ such that the two parabolas\[y=x^2-k~~\text{and}~~x=2(y-20)^2-k\]intersect in four distinct points, and these four points lie on a circle with radius at most $21$. Find the sum of the least element of $S$ and the greatest element of $S$.

Solution

Solution 1

With binary search you can narrow down the k value. Newton raphson method let you narrow down the x and y solution for that specific k value. With 3 (x,y) pairs you can find radius of the circle.

You end up finding the bounds of 5 and 280. The sum is 285.

~Lopkiloinm

See also

2021 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 14
Followed by
Last problem
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