返回题库

AIME 1997 · 第 12 题

AIME 1997 — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The function ff defined by f(x)=ax+bcx+df(x)= \frac{ax+b}{cx+d}, where aa,bb,cc and dd are nonzero real numbers, has the properties f(19)=19f(19)=19, f(97)=97f(97)=97 and f(f(x))=xf(f(x))=x for all values except dc\frac{-d}{c}. Find the unique number that is not in the range of ff.

解析

Solution 1

First, we use the fact that f(f(x))=xf(f(x)) = x for all xx in the domain. Substituting the function definition, we have aax+bcx+d+bcax+bcx+d+d=x\frac {a\frac {ax + b}{cx + d} + b}{c\frac {ax + b}{cx + d} + d} = x, which reduces to

(a2+bc)x+b(a+d)c(a+d)x+(bc+d2)=px+qrx+s=x.\frac {(a^2 + bc)x + b(a + d)}{c(a + d)x + (bc + d^2)} =\frac {px + q}{rx + s} = x. In order for this fraction to reduce to xx, we must have q=r=0q = r = 0 and p=s0p = s\not = 0. From c(a+d)=b(a+d)=0c(a + d) = b(a + d) = 0, we get a=da = - d or b=c=0b = c = 0. The second cannot be true, since we are given that a,b,c,da,b,c,d are nonzero. This means a=da = - d, so f(x)=ax+bcxaf(x) = \frac {ax + b}{cx - a}.

The only value that is not in the range of this function is ac\frac {a}{c}. To find ac\frac {a}{c}, we use the two values of the function given to us. We get 2(97)a+b=972c2(97)a + b = 97^2c and 2(19)a+b=192c2(19)a + b = 19^2c. Subtracting the second equation from the first will eliminate bb, and this results in 2(9719)a=(972192)c2(97 - 19)a = (97^2 - 19^2)c, so

ac=(9719)(97+19)2(9719)=58.\frac {a}{c} = \frac {(97 - 19)(97 + 19)}{2(97 - 19)} = 58 . Alternatively, we could have found out that a=da = -d by using the fact that f(f(b/a))=b/af(f(-b/a))=-b/a.

Solution 2

First, we note that e=ace = \frac ac is the horizontal asymptote of the function, and since this is a linear function over a linear function, the unique number not in the range of ff will be ee. ax+bcx+d=bcdacx+d+ac\frac{ax+b}{cx+d} = \frac{b-\frac{cd}{a}}{cx+d} + \frac{a}{c}. Without loss of generality, let c=1c=1, so the function becomes bdax+d+e\frac{b- \frac{d}{a}}{x+d} + e.

(Considering \infty as a limit) By the given, f(f())=f(f(\infty)) = \infty. limxf(x)=e\lim_{x \rightarrow \infty} f(x) = e, so f(e)=f(e) = \infty. f(x)f(x) \rightarrow \infty as xx reaches the vertical asymptote, which is at dc=d-\frac{d}{c} = -d. Hence e=de = -d. Substituting the givens, we get

19=bda19e+e97=bda97e+ebda=(19e)2=(97e)219e=±(97e)\begin{aligned} 19 &= \frac{b - \frac da}{19 - e} + e\\ 97 &= \frac{b - \frac da}{97 - e} + e\\ b - \frac da &= (19 - e)^2 = (97 - e)^2\\ 19 - e &= \pm (97 - e) \end{aligned} Clearly we can discard the positive root, so e=58e = 58.

Solution 3

We first note (as before) that the number not in the range of

f(x)=ax+bcx+d=ac+bad/ccx+df(x) = \frac{ax+b}{cx+ d} = \frac{a}{c} + \frac{b - ad/c}{cx+d} is a/ca/c, as bad/ccx+d\frac{b-ad/c}{cx+d} is evidently never 0 (otherwise, ff would be a constant function, violating the condition f(19)f(97)f(19) \neq f(97)).

We may represent the real number x/yx/y as (xy)\begin{pmatrix}x \\ y\end{pmatrix}, with two such column vectors considered equivalent if they are scalar multiples of each other. Similarly, we can represent a function F(x)=Ax+BCx+DF(x) = \frac{Ax + B}{Cx + D} as a matrix (ABCD)\begin{pmatrix} A & B\\ C& D \end{pmatrix}. Function composition and evaluation then become matrix multiplication.

Now in general,

f1=(abcd)1=1det(f)(dbca).f^{-1} = \begin{pmatrix} a & b\\ c&d \end{pmatrix}^{-1} = \frac{1}{\det(f)} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix} . In our problem f2(x)=xf^2(x) = x. It follows that

(abcd)=K(dbca),\begin{pmatrix} a & b \\ c& d \end{pmatrix} = K \begin{pmatrix} d & -b \\ -c & a \end{pmatrix} , for some nonzero real KK. Since

ad=bb=K,\frac{a}{d} = \frac{b}{-b} = K, it follows that a=da = -d. (In fact, this condition condition is equivalent to the condition that f(f(x))=xf(f(x)) = x for all xx in the domain of ff.)

We next note that the function

g(x)=xf(x)=cx2+(da)xbcx+dg(x) = x - f(x) = \frac{c x^2 + (d-a) x - b}{cx + d} evaluates to 0 when xx equals 19 and 97. Therefore

cx2+(da)xbcx+d=g(x)=c(x19)(x97)cx+d.\frac{c x^2 + (d-a) x - b}{cx+d} = g(x) = \frac{c(x-19)(x-97)}{cx+d}. Thus 1997=dac=2ac-19 - 97 = \frac{d-a}{c} = -\frac{2a}{c}, so a/c=(19+97)/2=58a/c = (19+97)/2 = 58, our answer.

Solution 4

Any number that is not in the domain of the inverse of f(x)f(x) cannot be in the range of f(x)f(x). Starting with f(x)=ax+bcx+df(x) = \frac{ax+b}{cx+d}, we rearrange some things to get x=bf(x)df(x)cax = \frac{b-f(x)d}{f(x)c-a}. Clearly, ac\frac{a}{c} is the number that is outside the range of f(x)f(x).

Since we are given f(f(x))=xf(f(x))=x, we have that

x=aax+bcx+d+bcax+bcx+d+d=a2x+ab+bcx+bdacx+bc+cdx+d2=x(bc+a2)+b(a+d)cx(a+d)+(bc+d2)x = \frac{a\frac{ax+b}{cx+d}+b}{c\frac{ax+b}{cx+d}+d} = \frac{a^2x +ab+bcx+bd}{acx+bc+cdx+d^2} = \frac{x(bc+a^2)+b(a+d)}{cx(a+d)+(bc+d^2)} cx2(a+d)+x(bc+d2)=x(bc+a2)+b(a+d)cx^2(a+d)+x(bc+d^2) = x(bc+a^2) + b(a+d) All the quadratic terms, linear terms, and constant terms must be equal on both sides for this to be a true statement so we have that a=da = -d.

This solution follows in the same manner as the last paragraph of the first solution.

Solution 5

Since f(f(x))f(f(x)) is xx, it must be symmetric across the line y=xy=x. Also, since f(19)=19f(19)=19, it must touch the line y=xy=x at (19,19)(19,19) and (97,97)(97,97). ff a hyperbola that is a scaled and transformed version of y=1xy=\frac{1}{x}. Write f(x)=ax+bcx+df(x)= \frac{ax+b}{cx+d} as ycx+d+z\frac{y}{cx+d}+z, and z is our desired answer ac\frac{a}{c}. Take the basic hyperbola, y=1xy=\frac{1}{x}. The distance between points (1,1)(1,1) and (1,1)(-1,-1) is 222\sqrt{2}, while the distance between (19,19)(19,19) and (97,97)(97,97) is 78278\sqrt{2}, so it is y=1xy=\frac{1}{x} scaled by a factor of 3939. Then, we will need to shift it from (39,39)(-39,-39) to (19,19)(19,19), shifting up by 5858, or zz, so our answer is 58\boxed{58}. Note that shifting the xx does not require any change from zz; it changes the denominator of the part 1xk\frac{1}{x-k}.

Solution 6 (Short)

From f(f(x))=xf(f(x))=x, it is obvious that dc\frac{-d}{c} is the value not in the range. First notice that since f(0)=bdf(0)=\frac{b}{d}, f(bd)=0f(\frac{b}{d})=0 which means a(bd)+b=0a(\frac{b}{d})+b=0 so a=da=-d. Using f(19)=19f(19)=19, we have that b=361c+38db=361c+38d; on f(97)=97f(97)=97 we obtain b=9409c+194db=9409c+194d. Solving for dd in terms of cc leads us to d=58cd=-58c, so the answer is 058\boxed{058}.

~solution by mathleticguyyy

Solution 7

Begin by finding the inverse function of f(x)f(x), which turns out to be f1(x)=19dba19cf^{-1}(x)=\frac{19d-b}{a-19c}. Since f(f(x))=xf(f(x))=x, f(x)=f1(x)f(x)=f^{-1}(x), so substituting 19 and 97 yields the system, 19a+b19c+d=19dba19c97a+b97c+d=97dba97c\begin{array}{lcl} \frac{19a+b}{19c+d} & = & \frac{19d-b}{a-19c} \\ \frac{97a+b}{97c+d} & = & \frac{97d-b}{a-97c} \end{array}, and after multiplying each equation out and subtracting equation 1 from 2, and after simplifying, you will get 116c=ad116c=a-d. Coincidentally, then 116c+d=a116c+d=a, which is familiar because f(116)=116a+b116c+df(116)=\frac{116a+b}{116c+d}, and since 116c+d=a116c+d=a, f(116)=116a+baf(116)=\frac{116a+b}{a}. Also, f(f(116))=a(116a+ba)+bc(116a+ba)+d=116f(f(116))=\frac{a(\frac{116a+b}{a})+b}{c(\frac{116a+b}{a})+d}=116, due to f(f(x))=xf(f(x))=x. This simplifies to 116a+2bc(116a+ba)+d=116\frac{116a+2b}{c(\frac{116a+b}{a})+d}=116, 116a+2b=116(c(116a+ba)+d)116a+2b=116(c(\frac{116a+b}{a})+d), 116a+2b=116(c(116+ba)+d)116a+2b=116(c(116+\frac{b}{a})+d), 116a+2b=116c(116+ba)+116d116a+2b=116c(116+\frac{b}{a})+116d, and substituting 116c+d=a116c+d=a and simplifying, you get 2b=116c(ba)2b=116c(\frac{b}{a}), then ac=58\frac{a}{c}=58. Looking at 116c=ad116c=a-d one more time, we get 116=ac+dc116=\frac{a}{c}+\frac{-d}{c}, and substituting, we get dc=58\frac{-d}{c}=\boxed{58}, and we are done.

Solution 8 (shorter than solution 6)

Because there are no other special numbers other than 1919 and 9797, take the average to get 58\boxed{58}. (Note I solved this problem the solution one way but noticed this and this probably generalizes to all f(x)=x,f(y)=yf(x)=x, f(y)=y questions like these)

Solution 9 (Simple)

By the function definition, f(f(x))f(f(x)), ff is its own inverse, so the only value not in the range of ff is the value not in the domain of ff (which is d/c-d/c).

Since f(f(x))f(f(x)), f(f(0)=0f(f(0)=0 (0 is a convenient value to use). f(f(0))=f(f(bd)=abd+bcbd+d=ab+bdbc+d2=0ab+bd=0f(f(0))=f(f(\tfrac{b}{d})=\dfrac{a\cdot\tfrac{b}{d}+b}{c\cdot\tfrac{b}{d}+d}=\dfrac{ab+bd}{bc+d^2}=0 \Rightarrow ab+bd=0.

Then ab+bd=b(a+d)=0ab+bd=b(a+d)=0 and since bb is nonzero, a=da=-d.

The answer we are searching for, dc\dfrac{-d}{c} (the only value not in the range of ff), can now be expressed as ac\dfrac{a}{c}.

We are given f(19)=19f(19)=19 and f(97)f(97), and they satisfy the equation f(x)=xf(x)=x, which simplifies to ax+bcx+d=xx(cx+d)=ax+bcx2+(da)x+b=0\dfrac{ax+b}{cx+d}=x\Rightarrow x(cx+d)=ax+b\Rightarrow cx^2+(d-a)x+b=0. We have written this quadratic with roots 1919 and 9797.

By Vieta, (da)c=(aa)c=2ac=19+97\dfrac{-(d-a)}{c}=\dfrac{-(-a-a)}{c}=\dfrac{2a}{c}=19+97.

So our answer is 1162=058\dfrac{116}{2}=\boxed{058}.

~BakedPotato66

Solution 9 (30-sec solve)

Notice that the function is just an involution on the real number line. Since the involution has two fixed points, namely 1919 and 9797, we know that the involution is an inversion with respect to a circle with a diameter from 1919 to 9797. The only point that is undefined under an inversion is the center of the circle, which we know is 19+972=58\frac{19+97}{2}=\boxed{58} in both xx and yy dimensions.

~kn07

Or if you don't think about inversion: A linear rational function like this is f=a/c+(bd)/(cx+d)f= a/c + (b-d)/(cx+d), and so has asymptotes at x=d/cx=-d/c and y=a/cy=a/c, and these values must be equal because ff is an "involution", its own inverse. (Reflecting over x=yx=y does not change ff).

By self-inverse symmetry, both asymptotes are equidistant to the graph points (19,19)(19,19) and (97,97)(97,97), so they must intersect at the mean of 1919 and 9797, which is 5858.

Solution 10

First, consider the equation ax+bcx+d=x\frac{ax+b}{cx+d}=x. This is a quadratic in terms of xx, and we are given that 19,9719,97 are solutions to this equation. Rearranging yields cx2(ad)xb=0cx^2-(a-d)x-b=0, so by Vieta’s Formulas we must have adc=19+97=116\cfrac{a-d}{c}=19+97=116.

Next, we consider the second condition. Note that for m=ba,f(m)=0m=-\cfrac{b}{a},f(m)=0, so f(f(m))=f(0)f(f(m))=f(0). We are also given that f(f(m))=mf(f(m))=m, so f(0)=mf(0)=m, which simplifies to bd=ba\cfrac{b}{d}=-\cfrac{b}{a} and a=da=-d. Substituting this into the equation above yields

a+ac=116\cfrac{a+a}{c}=116 2ac=116\cfrac{2a}{c}=116 ac=58\cfrac{a}{c}=58 This is the horizontal asymptote of the function, so the function does not include this yy-value. Thus the answer is 58\boxed{58}. ~eevee9406