Factoring

Algebra Level 5

For n = 2 k , n = 2^k, where k k is a positive integer, we have the identity x n + y n ( x + y + c 1 x y ) ( x + y + c 2 x y ) ( x + y + c m x y ) , x^n + y^n \equiv (x + y + c_1 \sqrt{xy}) (x + y + c_2 \sqrt{xy}) \cdots (x + y + c_m \sqrt{xy}), where c 1 , c 2 , , c m R c_1, c_2, \ldots, c_m \in \mathbb{R} .

If we define f ( k ) = max 1 i n c i , f(k) = \displaystyle\max_{1 \leqslant i \leqslant n} c_i, what is the value of lim k f ( k ) ? \displaystyle \lim_{k \to \infty} f(k)?


The answer is 2.00.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Ivan Koswara
Apr 13, 2017

Given a 2 + b 2 + c a b a^2 + b^2 + cab for some real number c ( 2 , 2 ) c \in (-2, 2) , we will factor it to ( a + b + p a b ) ( a + b + q a b ) (a + b + p\sqrt{ab})(a + b + q\sqrt{ab}) for some real numbers p , q p, q . We will determine what p , q p, q should be.

If we multiply out the factorization, we obtain

( a + b + p a b ) ( a + b + q a b ) = ( a + b ) 2 + ( p + q ) ( a + b ) a b + p q a b = a 2 + 2 a b + b 2 + ( p + q ) ( a + b ) a b + p q a b = a 2 + b 2 + ( 2 + p q ) a b + ( p + q ) ( a + b ) a b \begin{aligned} (a + b + p\sqrt{ab})(a + b + q\sqrt{ab}) &= (a+b)^2 + (p+q) \cdot (a+b) \sqrt{ab} + pq \cdot ab \\ &= a^2 + 2ab + b^2 + (p+q) \cdot (a+b) \sqrt{ab} + pq \cdot ab \\ &= a^2 + b^2 + (2+pq) \cdot ab + (p+q) \cdot (a+b) \sqrt{ab} \end{aligned}

Thus, if we want this to be equal to a 2 + b 2 + c a b a^2 + b^2 + cab , we need 2 + p q = c 2+pq = c and p + q = 0 p+q = 0 . The latter means q = p q = -p ; substituting to the former gives 2 p 2 = c 2 - p^2 = c or p = ± 2 c p = \pm \sqrt{2-c} . Without loss of generality, let p p be the positive value 2 c \sqrt{2-c} , so q q gets the negative value 2 c -\sqrt{2-c} .

First, notice that since we assume c < 2 c < 2 , the square root is defined, so p , q p,q are defined. Next, since we also assume c > 2 c > -2 , we have p < 2 p < 2 (and thus q > 2 q > -2 ). Also, clearly 0 < p 0 < p and 0 > q 0 > q . Thus p , q ( 2 , 2 ) p,q \in (-2, 2) .

The important point is that if we have a factor x + y + c x y x + y + c \sqrt{xy} , and we substitute x = a 2 , y = b 2 x = a^2, y = b^2 and factorize it further to ( a + b + p a b ) ( a + b + q a b (a + b + p \sqrt{ab})(a + b + q \sqrt{ab} , the following fact holds: if c ( 2 , 2 ) c \in (-2, 2) , then p , q ( 2 , 2 ) p,q \in (-2, 2) as well. Thus if we factorize each of its factors and so on, all coefficients will stay being real numbers.


Now we're ready for the real problem. However, before computing f ( k ) f(k) , we will first compute g ( k ) = min 1 i 2 k c i g(k) = \min_{1 \le i \le 2^k} c_i . We claim that g ( 1 ) = 2 g(1) = -\sqrt{2} and g ( k + 1 ) = 2 g ( k ) g(k+1) = - \sqrt{2 - g(k)} . The first claim is easy; just plug in c = 0 c = 0 to the formula q = 2 c q = -\sqrt{2-c} above to get q = 2 q = -\sqrt{2} . Since p > 0 p > 0 , we have g ( 1 ) = q = 2 g(1) = q = -\sqrt{2} .

To prove the recurrence, consider x 2 k + 1 + y 2 k + 1 x^{2^{k+1}} + y^{2^{k+1}} . Substitute t = x 2 , u = y 2 t = x^2, u = y^2 , so our expression becomes t 2 k + u 2 k t^{2^k} + u^{2^k} . We can factorize this to have the factor t + u + g ( k ) t u = x 2 + y 2 + g ( k ) x y t + u + g(k) \sqrt{tu} = x^2 + y^2 + g(k) xy . Plugging this to the above formula, we obtain that this can be further factorized into ( x + y + 2 g ( k ) x y ) ( x + y 2 g ( k ) x y ) (x + y + \sqrt{2 - g(k)} \cdot \sqrt{xy})(x + y - \sqrt{2 - g(k)} \cdot \sqrt{xy}) , so we see g ( k + 1 ) 2 g ( k ) g(k+1) \le -\sqrt{2-g(k)} .

To see that it is indeed the minimum, consider any factor t + u + c t u t + u + c \sqrt{tu} . By definition, c g ( k ) c \ge g(k) . Thus if we factorize x 2 + y 2 + c x y = ( x + y + p x y ) ( x + y + q x y ) x^2 + y^2 + cxy = (x + y + p \sqrt{xy})(x + y + q \sqrt{xy}) , we obtain q = 2 c 2 g ( k ) q = -\sqrt{2-c} \ge -\sqrt{2-g(k)} . (And clearly p > 0 p > 0 .) So in fact g ( k + 1 ) = 2 g ( k ) g(k+1) = -\sqrt{2-g(k)} ; all factors of x 2 k + 1 + y 2 k + 1 x^{2^{k+1}} + y^{2^{k+1}} have those coefficients at least 2 g ( k ) -\sqrt{2-g(k)} .

Finally, we will now go to f ( k ) f(k) . A very similar argument as above gives that f ( k + 1 ) = 2 g ( k ) f(k+1) = \sqrt{2 - g(k)} : this is caused from taking the positive coefficient of factoring x 2 + y 2 + g ( k ) x y x^2 + y^2 + g(k) xy , and any other factor x 2 + y 2 + c x y x^2 + y^2 + cxy will give p = 2 c 2 g ( k ) p = \sqrt{2-c} \le \sqrt{2-g(k)} . This also shows that f ( k ) = g ( k ) f(k) = -g(k) , so we obtain the recurrence f ( k + 1 ) = 2 + f ( k ) f(k+1) = \sqrt{2 + f(k)} (with starting value f ( 1 ) = 2 f(1) = \sqrt{2} ).

Finally, we're looking for the limit, so it will be in the well-known form 2 + 2 + 2 + = 2 \sqrt{2 + \sqrt{2 + \sqrt{2 + \ldots}}} = \boxed{2} .

This problem could be generalised to any positive integer n n by

x n + y n = k = 1 n ( x + y + 2 cos ( ( 2 k 1 ) π 2 n ) x y ) x^n + y^n = \prod _{k=1}^n\left(x+y+2\cos \left(\frac{\left(2k-1\right)\pi }{2n}\right)\sqrt{xy}\right)

Currently I have a proof using very ugly collection of terms, and linking this problem to Chebychev polynomials of first kind. I'll post the details if I find a better proof.

Julian Poon - 4 years, 1 month ago
Julian Poon
Apr 15, 2017

This problem can be generalised to any positive integer n n by

k = 1 n ( x + y + 2 cos ( ( 2 k 1 ) π 2 n ) x y ) = x n + y n \displaystyle \prod _{k=1}^n\left(x+y+2\cos \left(\frac{\left(2k-1\right)\pi }{2n}\right)\sqrt{xy}\right)=x^n + y^n


To find that, notice that for a fixed y y , x n + y n = 0 x^n + y^n=0 must have the same roots as ( x + y + c 1 x y ) ( x + y + c 2 x y ) ( x + y + c n x y ) = k = 1 n ( x + y + c k x y ) = 0 (x + y + c_1 \sqrt{xy}) (x + y + c_2 \sqrt{xy}) \ldots (x + y + c_n \sqrt{xy})=\prod_{k=1}^{n}(x+y+c_k\sqrt{xy})=0

Now, x n + y n = 0 x^n + y^n=0 has roots x = y e i ( 2 k 1 ) π / n x = ye^{i(2k-1)\pi / n} for 1 k n 1 \le k \le n . Since the product above has exactly n n terms, which is equal to the number of roots for x n + y n = 0 x^n + y^n=0 , we can conclude that for every 1 k n 1 \le k \le n , there must exist a term in the product that equates to 0 0 when x = y e i ( 2 k 1 ) π / n x = ye^{i(2k-1)\pi / n} . Substituting the roots into the product yields:

k = 1 n y e i ( 2 k 1 ) π / n + y + c k y e i ( 2 k 1 ) π / n y = k = 1 n y ( e i ( 2 k 1 ) π / n + 1 + c k e i ( 2 k 1 ) π / 2 n ) = 0 , [ 1 k n ] \prod_{k=1}^{n}ye^{i(2k-1)\pi / n}+y+c_k\sqrt{ye^{i(2k-1)\pi / n}y} = \prod_{k=1}^{n} y\left(e^{i(2k-1)\pi / n}+1+c_ke^{i(2k-1)\pi / 2n}\right)=0, \quad [1 \le k \le n ]

From here we can solve for c k c_k :

e i ( 2 k 1 ) π / n + 1 + c k e i ( 2 k 1 ) π / 2 n = 0 e^{i(2k-1)\pi / n}+1+c_ke^{i(2k-1)\pi / 2n}=0

c k = 2 cos ( ( 2 k 1 ) π 2 n ) , 1 k n c_{k} = -2\cos \left(\frac{\left(2k-1\right)\pi }{2n}\right), {1 \le k \le n}

The final answer of 2 2 follows easily from here by considering k = n k=n

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...