返回题库

AIME 1984 · 第 15 题

AIME 1984 — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Determine x2+y2+z2+w2x^2+y^2+z^2+w^2 if

x2221+y22232+z22252+w22272=1\frac{x^2}{2^2-1}+\frac{y^2}{2^2-3^2}+\frac{z^2}{2^2-5^2}+\frac{w^2}{2^2-7^2}=1 x2421+y24232+z24252+w24272=1\frac{x^2}{4^2-1}+\frac{y^2}{4^2-3^2}+\frac{z^2}{4^2-5^2}+\frac{w^2}{4^2-7^2}=1 x2621+y26232+z26252+w26272=1\frac{x^2}{6^2-1}+\frac{y^2}{6^2-3^2}+\frac{z^2}{6^2-5^2}+\frac{w^2}{6^2-7^2}=1 x2821+y28232+z28252+w28272=1\frac{x^2}{8^2-1}+\frac{y^2}{8^2-3^2}+\frac{z^2}{8^2-5^2}+\frac{w^2}{8^2-7^2}=1

解析

Solution 1

Rewrite the system of equations as

x2t1+y2t32+z2t52+w2t72=1.\frac{x^{2}}{t-1}+\frac{y^{2}}{t-3^{2}}+\frac{z^{2}}{t-5^{2}}+\frac{w^{2}}{t-7^{2}}=1. This equation is satisfied when t{4,16,36,64}t \in \{4, 16, 36, 64\}. After clearing fractions, for each of the values t=4,16,36,64t=4,16,36,64, we have the equation

x2P1(t)+y2P3(t)+z2P5(t)+w2P7(t)=F(t),x^2P_1(t)+y^2P_3(t)+z^2P_5(t)+w^2P_7(t)=F(t), where F(t)=(t12)(t32)(t52)(t72)F(t)=(t-1^2)(t-3^2)(t-5^2)(t-7^2) and Pk(t)=F(t)/(tk2)P_k(t)=F(t)/(t-k^2), for k=1,3,5,7k=1,3,5,7.

Since the polynomials on each side are equal at t=4,16,36,64t=4,16,36,64, we can express the difference of the two polynomials by a quartic polynomial that has roots at t=4,16,36,64t=4,16,36,64, so

x2P1(t)+y2P3(t)+z2P5(t)+w2P7(t)F(t)=(t4)(t16)(t36)(t64)(†)\begin{aligned} \tag{\dag}x^2P_1(t)+y^2P_3(t)+z^2P_5(t)+w^2P_7(t)-F(t) = -(t-4)(t-16)(t-36)(t-64) \end{aligned} The leading coefficient of the RHS is 1-1 because the leading coefficient of the LHS is 1-1.

Plug in t=12,32,52,72t=1^2, 3^2, 5^2, 7^2 in succession, into ()(\dag). In each case, most terms drop, and we end up with

x2=325272210,y2=335711210,z2=3271113210,w2=3251113210\begin{aligned} x^2=\frac{3^2\cdot 5^2\cdot 7^2}{2^{10}}, \quad y^2=\frac{3^3\cdot 5\cdot 7\cdot 11}{2^{10}},\quad z^2=\frac{3^2\cdot 7\cdot 11\cdot 13}{2^{10}},\quad w^2=\frac{3^2\cdot 5\cdot 11\cdot 13}{2^{10}} \end{aligned} Adding them up we get the sum as 324=0363^2\cdot 4=\boxed{036}.

Postscript for the puzzled: This solution which is seemingly unnecessarily redundant in that it computes x2,y2,z2,x^2,y^2,z^2, and w2w^2 separately before adding them to obtain the final answer is appealing because it gives the individual values of x2,y2,z2,x^2,y^2,z^2, and w2w^2 which can be plugged into the given equations to check. Rewrite By MESITEMATH

Solution 2

As in Solution 1, we have

x2P1(t)+y2P3(t)+z2P5(t)+w2P7(t)=F(t),x^2P_1(t)+y^2P_3(t)+z^2P_5(t)+w^2P_7(t)=F(t), where F(t)=(t12)(t32)(t52)(t72)F(t)=(t-1^2)(t-3^2)(t-5^2)(t-7^2) and Pk(t)=F(t)/(tk2)P_k(t)=F(t)/(t-k^2), for k=1,3,5,7k=1,3,5,7.

Now the coefficient of t3t^3 on both sides must be equal. So instead of expanding it fully, we will find what the coefficients of the t4t^4 and t3t^3 terms are, so we can eventually apply Vieta's. We can write the long equation as

(x2+y2+z2+w2)t3+=t4(12+32+52+72)t3+(x^2 + y^2 + z^2 + w^2)t^3 + \dots = t^4 - (1^2 + 3^2 + 5^2 + 7^2)t^3 + \dots Rearranging gives us

t4(12+32+52+72+x2+y2+z2+w2)t3=0.t^4 - (1^2 + 3^2 + 5^2 + 7^2 + x^2 + y^2 + z^2 + w^2)t^3 \dots = 0. By Vieta's, we know that the sum of the roots of this equation is

12+32+52+72+x2+y2+z2+w2=22+42+62+82.1^2 + 3^2 + 5^2 + 7^2 + x^2 + y^2 + z^2 + w^2 = 2^2 + 4^2 + 6^2 + 8^2. (recall that the roots of the original and this manipulated form of it had roots 22,42,62,2^2, 4^2, 6^2, and 828^2). Thus,

x2+y2+z2+w2=22+42+62+8212325272=36.x^2 + y^2 + z^2 + w^2 = 2^2 + 4^2 + 6^2 + 8^2 - 1^2 - 3^2 - 5^2 - 7^2 = \boxed{36}.

Solution 3 (Highly Unrecommended)

Before starting this solution, I highly recommend never following this unless you have no idea what to do with an hour of your time. Even so, learning the above solutions will be more beneficial.

x2221+y22232+z22252+w22272=1x2421+y24232+z24252+w24272=1x2621+y26232+z26252+w26272=1x2821+y28232+z28252+w28272=1\begin{aligned} \frac{x^2}{2^2-1}+\frac{y^2}{2^2-3^2}+\frac{z^2}{2^2-5^2}+\frac{w^2}{2^2-7^2}=1\\ \frac{x^2}{4^2-1}+\frac{y^2}{4^2-3^2}+\frac{z^2}{4^2-5^2}+\frac{w^2}{4^2-7^2}=1\\ \frac{x^2}{6^2-1}+\frac{y^2}{6^2-3^2}+\frac{z^2}{6^2-5^2}+\frac{w^2}{6^2-7^2}=1\\ \frac{x^2}{8^2-1}+\frac{y^2}{8^2-3^2}+\frac{z^2}{8^2-5^2}+\frac{w^2}{8^2-7^2}=1\\ \end{aligned} can be rewritten as

x23y25z221w245=1x215+y27z29w233=1x235+y227+z211w213=1x263+y255+z239+w215=1\begin{aligned} \frac{x^2}{3}-\frac{y^2}{5}-\frac{z^2}{21}-\frac{w^2}{45}=1\\ \frac{x^2}{15}+\frac{y^2}{7}-\frac{z^2}{9}-\frac{w^2}{33}=1\\ \frac{x^2}{35}+\frac{y^2}{27}+\frac{z^2}{11}-\frac{w^2}{13}=1\\ \frac{x^2}{63}+\frac{y^2}{55}+\frac{z^2}{39}+\frac{w^2}{15}=1\\ \end{aligned} You might be able to see where this is going. First off, find lcm(3,5,21,45),lcm(15,7,9,33),lcm(35,27,11,13),\text{lcm}(3,5,21,45),\text{lcm}(15,7,9,33), \text{lcm}(35,27,11,13), and lcm(63,55,39,15)\text{lcm}(63,55,39,15). Then, multiply by the respective lcm to clear all of the denominators. Once you do that, manipulate the equations to solve for w2+x2+y2+z2w^2+x^2+y^2+z^2.

Now, most of this is just a brainless bash, and reemphasizing, please try to learn the above solutions. This is only a last resort and only to be used if you have too much time left. The exact amount of time this bash takes depends on the person and how quickly they can manipulate the equations.

Solution 4 (Fast, Efficient, Smart, Highly Recommended, Best)

Notice how on each line, we have equations of the form x2a12+y2a32+z2a52+w2a72=1\frac{x^2}{a-1^2}+\frac{y^2}{a-3^2}+\frac{z^2}{a-5^2}+\frac{w^2}{a-7^2}=1. We can let this be a polynomial, with respect to aa. We can say that w2w^2, x2x^2, y2y^2, and z2z^2 are coefficients, and not variables. So, we can now expand the fractions to get (a1)(a9)(a25)(a49)=x2(a9)(a25)(a49)(a-1)(a-9)(a-25)(a-49)=x^2(a-9)(a-25)(a-49) +y2(a1)(a25)(a49)+ y^2(a-1)(a-25)(a-49) +z2(a1)(a9)(a49)+ z^2(a-1)(a-9)(a-49) +w2(a1)(a9)(a25)+ w^2(a-1)(a-9)(a-25).

Now, we have arrived at this huge expression, but what do we do with it?

Well, we can look at what we want to find - x2+y2+z2+w2x^2+y^2+z^2+w^2. So, we want the sum of x2x^2, y2y^2, z2z^2, and w2w^2. Looking back to our expression, we can note how on the right hand side, the a3a^3 terms add to x2+y2+z2+w2x^2+y^2+z^2+w^2. Also, on the left hand side, the a3a^3 coefficient is 84-84 (which is achievable by Vieta's formulas rather than expanding if you want to save a few seconds). So, moving all the a3a^3 terms to the left hand side, then we have that by Vieta's formulas, the sum of the roots is 84x2y2z2w2=(22+42+62+82)-84-x^2-y^2-z^2-w^2=-(2^2+4^2+6^2+8^2). Then, we can solve to find that x2+y2+z2+w2=12084=036x^2+y^2+z^2+w^2=120-84=\boxed{036}.