返回题库

AIME 2011 I · 第 6 题

AIME 2011 I — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Suppose that a parabola has vertex (14,98)\left(\frac{1}{4},-\frac{9}{8}\right) and equation y=ax2+bx+cy = ax^2 + bx + c, where a>0a > 0 and a+b+ca + b + c is an integer. The minimum possible value of aa can be written in the form pq\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+qp + q.

解析

Solution 1

If the vertex is at (14,98)\left(\frac{1}{4}, -\frac{9}{8}\right), the equation of the parabola can be expressed in the form

y=a(x14)298.y=a\left(x-\frac{1}{4}\right)^2-\frac{9}{8}. Expanding, we find that

y=a(x2x2+116)98,y=a\left(x^2-\frac{x}{2}+\frac{1}{16}\right)-\frac{9}{8}, and

y=ax2ax2+a1698.y=ax^2-\frac{ax}{2}+\frac{a}{16}-\frac{9}{8}. From the problem, we know that the parabola can be expressed in the form y=ax2+bx+cy=ax^2+bx+c, where a+b+ca+b+c is an integer. From the above equation, we can conclude that a=aa=a, a2=b-\frac{a}{2}=b, and a1698=c\frac{a}{16}-\frac{9}{8}=c. Adding up all of these gives us

9a1816=a+b+c.\frac{9a-18}{16}=a+b+c. We know that a+b+ca+b+c is an integer, so 9a189a-18 must be divisible by 1616. Let 9a=z9a=z. If z180(mod16){z-18}\equiv {0} \pmod{16}, then z2(mod16){z}\equiv {2} \pmod{16}. Therefore, if 9a=29a=2, a=29a=\frac{2}{9}. Adding up gives us 2+9=0112+9=\boxed{011}

Solution 2

Complete the square. Since a>0a>0, the parabola must be facing upwards. a+b+c=integera+b+c=\text{integer} means that f(1)f(1) must be an integer. The function can be recasted into a(x14)298a\left(x-\frac{1}{4}\right)^2-\frac{9}{8} because the vertex determines the axis of symmetry and the critical value of the parabola. The least integer greater than 98-\frac{9}{8} is 1-1. So the yy-coordinate must change by 18\frac{1}{8} and the xx-coordinate must change by 114=341-\frac{1}{4}=\frac{3}{4}. Thus, a(34)2=18    9a16=18    a=29a\left(\frac{3}{4}\right)^2=\frac{1}{8}\implies \frac{9a}{16}=\frac{1}{8}\implies a=\frac{2}{9}. So 2+9=0112+9=\boxed{011}.

Solution 3

To do this, we can use the formula for the minimum (or maximum) value of the xx coordinate at a vertex of a parabola, b2a-\frac{b}{2a} and equate this to 14\frac{1}{4}. Solving, we get a2=b-\frac{a}{2}=b. Enter x=14x=\frac{1}{4} to get 98=a16+b4+c=a16+c-\frac{9}{8}=\frac{a}{16}+\frac{b}{4}+c=-\frac{a}{16}+c so c=a1816c=\frac{a-18}{16}. This means that 9a1816Z\frac{9a-18}{16}\in \mathbb{Z} so the minimum of a>0a>0 is when the fraction equals -1, so a=29a=\frac{2}{9}. Therefore, p+q=2+9=011p+q=2+9=\boxed{011}. -Gideontz

Solution 4

Write this as a(x14)298a\left( x- \frac 14 \right)^2 - \frac 98. Since a+b+ca+b+c is equal to the value of this expression when you plug x=1x=1 in, we just need 9a1698\frac{9a}{16}- \frac 98 to be an integer. Since a>0a>0, we also have 9a16>0\frac{9a}{16}>0 which means 9a1698>98\frac{9a}{16}- \frac 98 > -\frac{9}{8}. The least possible value of aa is when this is equal to 1-1, or a=29a=\frac 29, which gives answer 1111.

-bobthegod78, krwang, Simplest14

Solution 5 (You don't remember conic section formulae)

Take the derivative to get that the vertex is at 2ax+b=02ax+b=0 and note that this implies 12a=b\frac{1}{2} \cdot a = -b and proceed with any of the solutions above.

~Dhillonr25

Appendix to Solution 5 (You don’t remember differential calculus)\textbf{Appendix to Solution 5 (You don't remember differential calculus)}

Note that the quadratic formula for finding roots of parabolas is x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}, so if you average the two x-values of the roots the ±b24ac\pm\sqrt{b^2-4ac} part will cancel out and leave you with x=b2ax=-\frac{b}{2a}. Then proceed as above.

~WhatdoHumanitariansEat

Solution 6 (No Words)

y=ax2+bx+cy = ax^2 + bx + c y=a(x2+bax)+cy=a\left(x^2+\frac{b}{a}x\right)+c y=a(x2+bax+(b2a)2)a(b2a)2+cy=a\left(x^2+\frac{b}{a}x+\left(\frac{b}{2a}\right)^2\right)-a\left(\frac{b}{2a}\right)^2+c

y=a(x+b2a)2b24a+cy=a\left(x+\frac{b}{2a}\right)^2-\frac{b^2}{4a}+c.

b2a=14    b=12a\frac{b}{2a}=-\frac{1}{4} \implies b=-\frac{1}{2}a.

b24a+c=98- \frac{b^2}{4a} + c= - \frac{9}{8}

c=b24a98=b2b2a98=b898=a1698c=\frac{b^2}{4a}- \frac{9}{8} =\frac{b}{2} \cdot \frac{b}{2a} - \frac{9}{8} = -\frac{b}{8}-\frac{9}{8} = \frac{a}{16}-\frac{9}{8}.

a+b+c=a12a+a1698=16a8a+a1698=9a1816Za+b+c=a-\frac{1}{2}a+\frac{a}{16}-\frac{9}{8} = \frac{16a-8a+a}{16}-\frac{9}{8} = \frac{9a-18}{16} \in \mathbb{Z}.

169(a2)    a2=b169,bZ16 \mid 9(a-2) \implies a-2=b \cdot \frac{16}{9}, b \in \mathbb{Z}.

a=16b+189    a=,149,29,189,349,a=\frac{16b+18}{9} \implies a = \ldots, -\frac{14}{9}, \frac{2}{9}, \frac{18}{9}, \frac{34}{9}, \ldots.

a>0    amin=29    2+9=11a>0 \implies a_{min} = \frac{2}{9} \implies 2+9 = \boxed{11}.

Video Solution

https://www.youtube.com/watch?v=vkniYGN45F4