返回题库

AIME 1990 · 第 2 题

AIME 1990 — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the value of (52+643)3/2(52643)3/2(52+6\sqrt{43})^{3/2}-(52-6\sqrt{43})^{3/2}.

解析

Solution 1

Suppose that 52+64352+6\sqrt{43} is in the form of (a+b43)2(a + b\sqrt{43})^2. FOILing yields that 52+643=a2+43b2+2ab4352 + 6\sqrt{43} = a^2 + 43b^2 + 2ab\sqrt{43}. This implies that aa and bb equal one of ±3,±1\pm3, \pm1. The possible sets are (3,1)(3,1) and (3,1)(-3,-1); the latter can be discarded since the square root must be positive. This means that 52+643=(43+3)252 + 6\sqrt{43} = (\sqrt{43} + 3)^2. Repeating this for 5264352-6\sqrt{43}, the only feasible possibility is (433)2(\sqrt{43} - 3)^2.

Rewriting, we get (43+3)3(433)3(\sqrt{43} + 3)^3 - (\sqrt{43} - 3)^3. Using the difference of cubes, we get that [43+3 43+3] [(43+643+9)+(439)+(43643+9)][\sqrt{43} + 3\ - \sqrt{43} + 3]\ [(43 + 6\sqrt{43} + 9) + (43 - 9) + (43 - 6\sqrt{43} + 9)] =(6)(343+9)=828= (6)(3 \cdot 43 + 9) = \boxed{828}. Note: You can also just use the formula (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2 instead of foiling.

Solution 2

The 3/23/2 power is quite irritating to work with so we look for a way to eliminate that. Notice that squaring the expression will accomplish that. Let SS be the sum of the given expression.

S2=((52+643)3/2(52643)3/2)2S^2= ((52+6\sqrt{43})^{3/2}-(52-6\sqrt{43})^{3/2})^2 S2=(52+643)3+(52643)32((52+643)(52643))3/2S^2 = (52+6\sqrt{43})^{3} + (52-6\sqrt{43})^{3} - 2((52+6\sqrt{43})(52-6\sqrt{43}))^{3/2} After doing the arithmetic (note that the first two terms will have some cancellation and that the last term will simplify quickly using difference of squares), we arrive at S2=685584S^2 = 685584 which gives S=828S=\boxed{828}.

Solution 3

Factor as a difference of cubes.

[(52+643)12(52643)12][(((52+643)12)2+(52+643)12(52643)12+((52643)12)2)]=\left[\left(52+6\sqrt{43}\right)^{\frac{1}{2}}-\left(52-6\sqrt{43}\right)^{\frac{1}{2}}\right]\left[\left(\left(\left(52+6\sqrt{43}\right)^{\frac{1}{2}}\right)^2+\left(52+6\sqrt{43}\right)^{\frac{1}{2}}\left(52-6\sqrt{43}\right)^{\frac{1}{2}}+\left(\left(52-6\sqrt{43}\right)^{\frac{1}{2}}\right)^2\right)\right] = [(52+643)12(52643)12][104+(522(36)(43))12]=\left[\left(52+6\sqrt{43}\right)^{\frac{1}{2}}-\left(52-6\sqrt{43}\right)^{\frac{1}{2}}\right]\left[104+\left(52^2-\left(36\right)\left(43\right)\right)^{\frac{1}{2}}\right] = [(52+643)12(52643)12][104+34].\left[\left(52+6\sqrt{43}\right)^{\frac{1}{2}}-\left(52-6\sqrt{43}\right)^{\frac{1}{2}}\right]\left[104+34\right]. We can simplify the left factor as follows.

(52+643)12(52643)12=x\left(52+6\sqrt{43}\right)^{\frac{1}{2}}-\left(52-6\sqrt{43}\right)^{\frac{1}{2}} = x 1042(52+643)12(52643)12=x2104-2\left(52+6\sqrt{43}\right)^{\frac{1}{2}}\left(52-6\sqrt{43}\right)^{\frac{1}{2}} = x^2 10468=x2104-68 = x^2 36=x2.36 = x^2. Since (52+643)12>(52643)12\left(52+6\sqrt{43}\right)^{\frac{1}{2}} > \left(52-6\sqrt{43}\right)^{\frac{1}{2}}, we know that x=6x=6, so our final answer is (6)(138)=828(6)(138) = \boxed{828}.

Solution 4

Let x=52+643x=52+6\sqrt{43}, y=52643y=52-6\sqrt{43}. Similarly to solution 2, we let

S=x32+y32S=x^{\frac{3}{2}}+y^{\frac{3}{2}} S2=(x32+y32)2=x3+y3+2x32y32\begin{aligned} S^2&=(x^{\frac{3}{2}}+y^{\frac{3}{2}})^2\\ &=x^3+y^3+2x^{\frac{3}{2}}y^{\frac{3}{2}} \end{aligned} The expression can be simplified as follow

S2=x3+y3+2x32y32=(x+y)(x2xy+y2)+2(xy)32=(x+y)((x+y)2xy)+2xy3=(x+y)((x+y)2xy2)+xy3=(x+y)(x+y+xy)(x+yxy)+2xy3=104(104+34)(10434)+2343=685584\begin{aligned} S^2&=x^3+y^3+2x^{\frac{3}{2}}y^{\frac{3}{2}}\\ &=(x+y)(x^2-xy+y^2)+2(xy)^{\frac{3}{2}}\\ &=(x+y)((x+y)^2-xy)+2\sqrt{xy}^3\\ &=(x+y)((x+y)^2-\sqrt{xy}^2)+\sqrt{xy}^3\\ &=(x+y)(x+y+\sqrt{xy})(x+y-\sqrt{xy})+2\sqrt{xy}^3\\ &=104(104+34)(104-34)+2\cdot34^3\\ &=685584 \end{aligned} Thus S=685584=828S=\sqrt{685584}=\boxed{828}.

~ Nafer ~minor edit by mathlover1205

I don't believe we get 685584 from 104(138)(70) + 2*34^3 though?

Solution 5

(Similar to Solution 3, but with substitution)

Let a=52+643a=\sqrt{52+6\sqrt{43}} and b=52643.b=\sqrt{52-6\sqrt{43}}. We want to find a3b3=(ab)(a2+ab+b2).a^3-b^3=(a-b)(a^2+ab+b^2).

We have

a2+b2=104, anda^2+b^2=104,\text{ and} ab=(52+643)(52643)=1156=34.ab=\sqrt{(52+6\sqrt{43})(52-6\sqrt{43})}=\sqrt{1156}=34. Then, (ab)2=a2+b22ab=104234=36    ab=6.(a-b)^2=a^2+b^2-2ab=104-2\cdot 34= 36\implies a-b=6.

Our answer is

a3b3=(ab)(a2+b2+ab)=6138=828.a^3-b^3=(a-b)(a^2+b^2+ab)=6\cdot 138=\boxed{828.}

Solution 6

(Similar to Solution 1, but expanding the cubes instead)

Like in Solution 1, we have 52+643=43+3\sqrt{52 + 6\sqrt{43}} = \sqrt{43} + 3 and 52643=433.\sqrt{52 - 6\sqrt{43}} = \sqrt{43} - 3.

Therefore we have that (52+643)3/2(52+643)3/2(52 + 6\sqrt{43})^{3/2} - (52 + 6\sqrt{43})^{3/2} =52+6433526433= \sqrt{52 + 6\sqrt{43}}^3 - \sqrt{52 - 6\sqrt{43}}^3 =(43+3)3(433)3.= (\sqrt{43} + 3)^3 - (\sqrt{43} - 3)^3.

From here, we use the formula (a+b)3=a3+3a2b+3ab2+b3(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3 and (ab)3=a33a2b+3ab2b3(a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3. Applying them to our problem we get that (43+3)3(433)3=(27+2743+943+4343)(27+2743943+4343).(\sqrt{43} + 3)^3 - (\sqrt{43} - 3)^3 = (27 + 27\sqrt{43} + 9 \cdot 43 + 43\sqrt{43}) - (-27 + 27\sqrt{43} - 9*43 + 43\sqrt{43}). We see that all the terms with square roots cancel, leaving us with 2(27+943)=2414=828.2 (27 + 9 \cdot 43) = 2 \cdot 414 = \boxed{828}.

~Yiyj1

Note: We have that 52643=433\sqrt{52 - 6\sqrt{43}} = \sqrt{43} - 3 because we need the square root to be positive and 43>3\sqrt{43} > 3 since 4343 is obviously greater than 9.9. So we have 52643=433.\sqrt{52 - 6\sqrt{43}} = \sqrt{43} - 3.

Video Solution

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