Suppose that a parabola has vertex (41,−89) and equation y=ax2+bx+c, where a>0 and a+b+c is an integer. The minimum possible value of a can be written in the form qp, where p and q are relatively prime positive integers. Find p+q.
解析
Solution 1
If the vertex is at (41,−89), the equation of the parabola can be expressed in the form
y=a(x−41)2−89.
Expanding, we find that
y=a(x2−2x+161)−89,
and
y=ax2−2ax+16a−89.
From the problem, we know that the parabola can be expressed in the form y=ax2+bx+c, where a+b+c is an integer. From the above equation, we can conclude that a=a, −2a=b, and 16a−89=c. Adding up all of these gives us
169a−18=a+b+c.
We know that a+b+c is an integer, so 9a−18 must be divisible by 16. Let 9a=z. If z−18≡0(mod16), then z≡2(mod16). Therefore, if 9a=2, a=92. Adding up gives us 2+9=011
Solution 2
Complete the square. Since a>0, the parabola must be facing upwards. a+b+c=integer means that f(1) must be an integer. The function can be recasted into a(x−41)2−89 because the vertex determines the axis of symmetry and the critical value of the parabola. The least integer greater than −89 is −1. So the y-coordinate must change by 81 and the x-coordinate must change by 1−41=43. Thus, a(43)2=81⟹169a=81⟹a=92. So 2+9=011.
Solution 3
To do this, we can use the formula for the minimum (or maximum) value of the x coordinate at a vertex of a parabola, −2ab and equate this to 41. Solving, we get −2a=b. Enter x=41 to get −89=16a+4b+c=−16a+c so c=16a−18. This means that 169a−18∈Z so the minimum of a>0 is when the fraction equals -1, so a=92. Therefore, p+q=2+9=011. -Gideontz
Solution 4
Write this as a(x−41)2−89. Since a+b+c is equal to the value of this expression when you plug x=1 in, we just need 169a−89 to be an integer. Since a>0, we also have 169a>0 which means 169a−89>−89. The least possible value of a is when this is equal to −1, or a=92, which gives answer 11.
Take the derivative to get that the vertex is at 2ax+b=0 and note that this implies 21⋅a=−b and proceed with any of the solutions above.
~Dhillonr25
Appendix to Solution 5 (You don’t remember differential calculus)
Note that the quadratic formula for finding roots of parabolas is x=2a−b±b2−4ac, so if you average the two x-values of the roots the ±b2−4ac part will cancel out and leave you with x=−2ab. Then proceed as above.