Factoring a Polynomial Equation: Olympiad Question

AI Thread Summary
The discussion focuses on factoring the polynomial equation a^{10} + a^{5} + 1 without using complex numbers. A substitution of a^{5} = x leads to the quadratic equation x^2 + x + 1, which has complex roots, conflicting with the problem's requirements. An alternative approach is suggested, leading to the factorization y = (a^{2} + a + 1)(a^{8} - a^{7} + a^{5} - a^{4} + a^{3} - a + 1). Participants also discuss the importance of understanding complex numbers for mathematics competitions, with requests for resources to learn more about them. The conversation emphasizes the challenge of solving the problem while adhering to the constraints given.
The legend
Messages
420
Reaction score
0

Homework Statement



Factor the equation (without complex numbers)

<br /> a^{10} + a^{5} + 1<br />

This is a olympiad question

The Attempt at a Solution



I substituted a^{5} = x getting a quadratic eqation. But when I factored the quadratic equation I get complex roots and this is against the question.

Please help!
 
Physics news on Phys.org
well, using your substitution:
x^2 + x + 1

I don't know if this is the final answer they are looking for but you could add a 'clever' version of 0 to simplify it a bit
 
The solutions of x^{2} + x + 1 = 0 are complex numbers:

<br /> x_{1/2} = \frac{-1 \pm i \sqrt{3}}{2}<br />

The modulus of these numbers is:

<br /> |x_{1/2}| = 1<br />

and their arguments (limited to the interval [0, 2\pi)) are:

<br /> \arg{(x_{1})} = \pi - \frac{\pi}{3} = \frac{2\pi}{3}<br />

<br /> \arg{(x_{2})} = \pi + \frac{\pi}{3} = \frac{4\pi}{3}<br />

Take the fifth root of each of them and combine the complex conjugate roots in five pairs.
 
Dickfore said:
The solutions of x^{2} + x + 1 = 0 are complex numbers:

<br /> x_{1/2} = \frac{-1 \pm i \sqrt{3}}{2}<br />

The modulus of these numbers is:

<br /> |x_{1/2}| = 1<br />

and their arguments (limited to the interval [0, 2\pi)) are:

<br /> \arg{(x_{1})} = \pi - \frac{\pi}{3} = \frac{2\pi}{3}<br />

<br /> \arg{(x_{2})} = \pi + \frac{\pi}{3} = \frac{4\pi}{3}<br />

Take the fifth root of each of them and combine the complex conjugate roots in five pairs.

Sorry, but i don't know this part of mathematics. Can you please suggest some place(website etc) where i can learn it by myself?
 
How do you expect to go to a Mathematics Olympiad and don't know about complex numbers?
 
complex numbers are not in the syllabus of the olympiad. Thats why i mentioned it in the question.
 
I tried out a different approach(without complex nos) and got it!

Take a^{10} + a^{5} + 1 = y and a^5 = x

then

<br /> y = x^{2} + x + 1<br />
<br /> (x - 1) y = (x - 1)(x^{2} + x + 1)<br />
<br /> (x - 1) y = x^{3} - 1<br />
<br /> y = \frac{a^(5)3 - 1^{5}}{a^{5} - 1}<br />

Now simplifying using (x^5 - y^5) and dividing i get the answer to be

<br /> y = (a^{2} + a + 1)(a^{8} - a^{7} + a^{5} -a^{4} + a^{3} - a + 1)<br />

Right , isn't it?anyway..Dickfore, can you please suggest a good book or website to self learn complex numbers?
 
Back
Top