Difference between revisions of "Mock AIME 1 2006-2007 Problems/Problem 6"
m |
(To be continued (and maybe corrected?)...) |
||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | Let <math>P_{1}: y=x^{2}+\frac{101}{100}</math> and <math>P_{2}: x=y^{2}+\frac{45}{4}</math> be two | + | Let <math>P_{1}: y=x^{2}+\frac{101}{100}</math> and <math>P_{2}: x=y^{2}+\frac{45}{4}</math> be two [[parabola]]s in the [[Cartesian plane]]. Let <math>\mathcal{L}</math> be the common [[tangent line]] of <math>P_{1}</math> and <math>P_{2}</math> that has a [[rational number | rational]] [[slope]]. If <math>\mathcal{L}</math> is written in the form <math>ax+by=c</math> for [[positive integer]]s <math>a,b,c</math> where <math>\gcd(a,b,c)=1</math>, find <math>a+b+c</math>. |
==Solution== | ==Solution== | ||
+ | From the condition that <math>\mathcal L</math> is tangent to <math>P_1</math> we have that the system of equations <math>ax + by = c</math> and <math>y = x^2 + \frac{101}{100}</math> has exactly one solution, so <math>ax + b(x^2 + \frac{101}{100}) = c</math> has exactly one solution. A [[quadratic equation]] with only one solution must have [[discriminant]] equal to [[zero (constant) | zero]], so we must have <math>a^2 - 4\cdot b \cdot (\frac{101}{100}b - c) = 0</math> or equivalently <math>25a^2 -101b^2 + 100bc = 0</math>. Applying the same process to <math>P_2</math>, we have that <math>a(y^2 + \frac{45}4) + by = c</math> has a unique root so <math>b^2 - 4\cdot a \cdot (\frac{45}4a - c) = 0</math> or equivalently <math>b^2 - 45a^2 + 4ac = 0</math>. We multiply the first of these equations through by <math>a</math> and the second through by <math>b</math> and subtract in order to elliminate <math>c</math>: | ||
+ | |||
+ | <math>25a^3 - 101ab^2 + 45a^2b - b^3 = 0</math>. We know that the slope of <math>\mathcal L</math>, <math>-\frac b a</math>, is a rational number, so we divide this equation through by <math>-a^3</math> and let <math>\frac b a = q</math> to get <math>q^3 - 45q^2 + 101q - 25 = 0</math>. | ||
+ | |||
{{solution}} | {{solution}} | ||
Line 13: | Line 17: | ||
*[[Mock AIME 1 2006-2007]] | *[[Mock AIME 1 2006-2007]] | ||
+ | |||
+ | [[Category:Intermediate Geometry Problems]] | ||
+ | [[Category:Intermediate Algebra Problems]] |
Revision as of 09:56, 29 September 2006
Problem
Let and be two parabolas in the Cartesian plane. Let be the common tangent line of and that has a rational slope. If is written in the form for positive integers where , find .
Solution
From the condition that is tangent to we have that the system of equations and has exactly one solution, so has exactly one solution. A quadratic equation with only one solution must have discriminant equal to zero, so we must have or equivalently . Applying the same process to , we have that has a unique root so or equivalently . We multiply the first of these equations through by and the second through by and subtract in order to elliminate :
. We know that the slope of , , is a rational number, so we divide this equation through by and let to get .
This problem needs a solution. If you have a solution for it, please help us out by adding it.