bill's blog

Writeup: Putnam 2007 A1

Problem Statement

Find all values of α for which the curves y=αx2+αx+124 and x=αy2+αy+124 are tangent to each other.

My Solution:

Let the first curve (quadratic in x) be C1, the second be C2. Then note that C1 and C2 are reflections of each other across the line y=x. If a point of tangency does not lie on the this line, then it must have a corresponding point of tangency reflected across this line. Note also, that if the two intersect, there must be at least one solution that lies on the line y=x. Therefore, we can't have a point of tangency not on the line y=x, otherwise we would get 5 solutions which is impossible for a quartic system. So all points of tangency must lie on the line y=x.

Now note that for C1, we have dydx=α(2x+1), and for C2, implicitly we have dydx=1α(2y+1). The points of tangency will have the same slope for both curves, and we therefore must have α(2x+1)=1α(2x+1), or α2=1(2x+1)2. We therefore must have α=±1(2x+1).

Now note that at the point of tangency, we must have x=αx2+αx+124. At this point, we substitute both values of α in and solve for x. For "positive" α, we get α=23,α=32. For "negative" α, we get α=1312±60112.