Roots of polynomial equations 2

  • Context: MHB 
  • Thread starter Thread starter Erfan1
  • Start date Start date
  • Tags Tags
    Polynomial Roots
Click For Summary

Discussion Overview

The discussion revolves around finding the roots of the polynomial equation x^3 - x - 1 = 0 and exploring the sequence S(n) = α^n + β^n + γ^n, where α, β, and γ are the roots. Participants address various parts of the problem, including deriving new polynomial equations from the roots and calculating specific values of S(n) for n = 4, 8, 12, and 16.

Discussion Character

  • Mathematical reasoning
  • Technical explanation
  • Homework-related
  • Exploratory

Main Points Raised

  • One participant suggests using the relation y = x^2 to show that α^2, β^2, γ^2 are the roots of the equation y^3 - 2y^2 + y - 1 = 0.
  • Another participant proposes viewing S(n) as a closed form of a recursion with the characteristic equation r^3 - r + 1 = 0, leading to a recursive relation for S(n).
  • A different approach involves using algebraic identities derived from the roots of the original polynomial to calculate S(4), S(8), and S(12), with specific calculations presented for each.
  • One participant expresses uncertainty about the straightforwardness of determining S(12) and provides a method involving multiplication of previous S values to derive S(12).
  • Another participant reformulates the polynomial equation in terms of square roots and manipulates it to arrive at the same polynomial form, indicating a different perspective on the problem.

Areas of Agreement / Disagreement

Participants present multiple approaches to solving the problem, and while some calculations are agreed upon, there is no consensus on the methods or the final values for S(12) and S(16). The discussion remains unresolved regarding the most efficient or clear method for finding these values.

Contextual Notes

Some participants rely on specific algebraic manipulations and recursive relations, while others explore alternative formulations of the polynomial. There are unresolved assumptions regarding the methods used to derive the values of S(n), particularly for S(12) and S(16).

Erfan1
Messages
9
Reaction score
0
The roots of the equation x^3 - x - 1 = 0 are α β γ and S(n) = α^n + β^n + γ^n
(i) Use the relation y = x^2 to show that α^2, β^2 ,γ^2 are the roots of the equation y^3 - 2y^2 + y - 1 =0
(ii) Hence, or otherwise , find the value of S(4) .
(iii) Find the values of S(8) , S(12) and S(16)I have solved the first and second part . I found S(4) to be 2. Any idea how to do part 3 ?
 
Mathematics news on Phys.org
Re: Roots of polynomial equations

I think if I was going to solve the third part of this problem, I would view $s(n)$ as the closed form of the recursion having the characteristic equation:

$$r^3-r+1=0$$

Hence:

$$s(n)=s(n-2)-s(n-3)$$

where (using Vieta and our previous results):

$$s(0)=3,\,s(1)=0,\,s(2)=2$$

Now you have enough information to compute successive values of $s(n)$.

Perhaps even simpler, we could use the result of part i) to write the recursion:

$$s(2n)=2s(2(n-1))-s(2(n-2))+s(2(n-3))$$

where:

$$s(2(0))=3,\,s(2(1))=2,\,s(2(2))=2$$
 
Re: Roots of polynomial equations

Erfan said:
The roots of the equation x^3 - x - 1 = 0 are α β γ and S(n) = α^n + β^n + γ^n
(i) Use the relation y = x^2 to show that α^2, β^2 ,γ^2 are the roots of the equation y^3 - 2y^2 + y - 1 =0
(ii) Hence, or otherwise , find the value of S(4) .
(iii) Find the values of S(8) , S(12) and S(16)I have solved the first and second part . I found S(4) to be 2. Any idea how to do part 3 ?

For me, I'd approach this using purely algebraic method...

Part (iii):

For the polynomial equation $$x^3-x-1=0$$ with roots $\alpha$, $\beta$ and $\gamma$, we have

$$\alpha+\beta+\gamma=0$$

$$\alpha\beta+\alpha\gamma+\beta\gamma=-1$$

$$\alpha\beta\gamma=1$$

This makes it so easy to calculate $$\alpha^2+\beta^2+\gamma^2$$, $$\alpha^2\beta^2+\alpha^2\gamma^2+\beta^2\gamma^2$$ and $$(\alpha\beta\gamma)^2$$ since

$$\alpha^2+\beta^2+\gamma^2=(\alpha+\beta+\gamma)^2-2(\alpha\beta+\alpha\gamma+\beta\gamma)=0+2=2$$---(1)

$$\alpha^2\beta^2+\alpha^2\gamma^2+\beta^2\gamma^2= \alpha^2(\beta^2+\gamma^2)+\frac{1}{\alpha^2}= \frac{1}{\alpha^2}(\alpha^4(2-\alpha^2)+1)=\frac{-\alpha^6+2\alpha^4+1}{\alpha^2}=\frac{\alpha^2-1+1}{\alpha^2}=1$$---(2)

and

$$(\alpha\beta\gamma)^2=1$$---(3)

Now, if we let $a, b$ and $c$ be the roots of $y^3-2y^2+y-1=0$ where $a=\alpha^2$, $b=\beta^2$ and $c=\gamma^2$, equations (1), (2) and (3) become

$a+b+c=2$

$ab+ac+bc=1$

$abc=1$

Now, our mission is to find the value for $a^2+b^2+c^2$ where

$$a^2+b^2+c^2=(a+b+c)^2-2(ab+ac+bc)=2^2-2(1)=2$$---(4)

Hence, $$a^2+b^2+c^2=(\alpha^2)^2+(\beta^2)^2+(\gamma^2)^2=S(4)=\alpha^4+\beta^4+\gamma^4=2$$$$a^2b^2+a^2c^2+b^2c^2= a^2(b^2+c^2)+\frac{1}{a^2}= \frac{1}{a^2}(a^4(2-a^2)+1)=\frac{-a^6+2a^4+1}{a^2}$$

$$=\frac{-2a^4+4a^3-5a^2+2a}{a^2}=\frac{-2a^3+4a^2-5a+2}{a}=\frac{2a-2-5a+2}{a}=-3$$---(5)

and

$$(abc)^2=1$$---(6)

Therefore, we have another cubic polynomial $u^3-2u^2-3u-1=0$ with roots $a^2, b^2$ and $c^2$.

Now, if we repeat the whole process all over again by letting $d, e$ and $f$ be the roots of $u^3-2u^2-3u-1=0$ where $d=a^2=(\alpha^2)^2=\alpha^4$, $e=b^2=(\beta^2)^2=\beta^4$ and $f=c^2=(\gamma^2)^2=\gamma^4$, equations (4), (5) and (6) become

$d+e+f=2$

$de+df+ef=-3$

$def=1$

Now, our mission is to find the value for $d^2+e^2+f^2$ where

$$d^2+e^2+f^2=(d+e+f)^2-2(de+df+ef)=2^2-2(-3)=10$$---(7)

Hence, $$d^2+e^2+f^2=(\alpha^4)^2+(\beta^4)^2+(\gamma^4)^2=S(8)=\alpha^8+\beta^8+\gamma^8=10$$

$$d^2e^2+d^2f^2+e^2f^2= d^2(e^2+f^2)+\frac{1}{d^2}$$

$$\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;= \frac{1}{d^2}(d^4(10-d^2)+1)$$

$$\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;=\frac{-d^6+10d^4+1}{d^2}$$

$$\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;=\frac{6d^4-12d^3-13d^2-6d}{d^2}$$

$$\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;=\frac{6d^3-12d^2-13d-6}{d}$$

$$\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;=\frac{5d}{d}=5$$---(8)

and

$$(def)^2=1$$---(9)

Therefore, we have another cubic polynomial $v^3-10v^2+5v-1=0$ with roots $d^2, e^2$ and $f^2$.

Repeat this process again will give us the value for $S(16)$...

This time we let $g, h$ and $i$ be the roots of $v^3-10v^2+5v-1=0$ where $g=d^2=a^4=\alpha^8$, $h=e^2=b^4=\beta^8$ and $i=e^2=c^4=\gamma^8$, equations (7), (8) and (9) become

$g+h+i=10$

$gh+gi+hi=5$

$ghi=1$

Now, our mission is to find the value for $g^2+h^2+i^2$ where

$$g^2+h^2+i^2=(g+h+i=)^2-2(gh+gi+hi)=10^2-2(5)=90$$

Hence, $$g^2+h^2+i^2=(\alpha^8)^2+(\beta^8)^2+(\gamma^8)^2=S(16)=\alpha^{16}+\beta^{16}+\gamma^{16}=90$$

and we don't really need to find the values for $g^2h^2+g^2i^2+h^2i^2$ because we have already found all the values that the part (iii) asked.

But I find it a bit strange because this method isn't so straightforward to determine the value for $S(12)$...

To find the value for $S(12)=\alpha^{12}+\beta^{12}+\gamma^{12}$, I multiply the equation $S(8)$ by $S(4)$ and get

$S(8)\times S(4)=(\alpha^{8}+\beta^{8}+\gamma^{8})(\alpha^{4}+\beta^{4}+\gamma^{4})$

$(10)(2)=(\alpha^{12}+\beta^{12}+\gamma^{12})+( \alpha^{4}\beta^{4}(\alpha^{4}+\beta^{4})+\alpha^{4} \gamma^{4}(\alpha^{4}+\gamma^{4})+\beta^{4}\gamma^{4}(\beta^{4}+\gamma^{4})$

$20=(\alpha^{12}+\beta^{12}+\gamma^{12})+\alpha^{4}\beta^{4}(2-\gamma^{4})+\alpha^{4}\gamma^{4}(2-\beta^{4})+\beta^{4}\gamma^{4}(2-\alpha^{4})$

$20=(\alpha^{12}+\beta^{12}+\gamma^{12})-3+2(\alpha^{4}\beta^{4}+\alpha^{4}\gamma^{4}+\beta^{4}\gamma^{4})$

$S(12)=\alpha^{12}+\beta^{12}+\gamma^{12}=20+3-2(de+df+ef)=20+3-2(-3)=29$
 
Re: Roots of polynomial equations

Roots of equation f(x) = x^3 - x - 1 = 0 are α β γ

So α^2, β^2, γ^2 are roots of equation

f(x^(1/2)) = 0

or x^3/2 – x^(1/2) = 1

or x^(1/2)(x-1) =1

we need to make integer power of x so square both sides to get

x(x^2 – 2x + 1) = 1 or x^3 – 2x^2+ x – 1 = 0
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K