Roots of polynomial equations 2

In summary: I can't find the value for $S(12)$ at the moment.In summary, the roots of the equation x^3 - x - 1 = 0 are α, β, and γ, and S(n) = α^n + β^n + γ^n. We can use the relation y = x^2 to show that α^2, β^2, and γ^2 are the roots of the equation y^3 - 2y^2 + y - 1 = 0. Using this information, we can find the value of S(4) to be 2. To find the values of S(8), S(12), and S(16), we can use
  • #1
Erfan1
9
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
  • #2
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:

\(\displaystyle r^3-r+1=0\)

Hence:

\(\displaystyle s(n)=s(n-2)-s(n-3)\)

where (using Vieta and our previous results):

\(\displaystyle 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:

\(\displaystyle s(2n)=2s(2(n-1))-s(2(n-2))+s(2(n-3))\)

where:

\(\displaystyle s(2(0))=3,\,s(2(1))=2,\,s(2(2))=2\)
 
  • #3
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 \(\displaystyle x^3-x-1=0\) with roots $\alpha$, $\beta$ and $\gamma$, we have

\(\displaystyle \alpha+\beta+\gamma=0\)

\(\displaystyle \alpha\beta+\alpha\gamma+\beta\gamma=-1\)

\(\displaystyle \alpha\beta\gamma=1\)

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

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

\(\displaystyle \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

\(\displaystyle (\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

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

Hence, \(\displaystyle a^2+b^2+c^2=(\alpha^2)^2+(\beta^2)^2+(\gamma^2)^2=S(4)=\alpha^4+\beta^4+\gamma^4=2\)\(\displaystyle 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}\)

\(\displaystyle =\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

\(\displaystyle (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

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

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

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

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

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

\(\displaystyle \;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;=\frac{6d^4-12d^3-13d^2-6d}{d^2}\)

\(\displaystyle \;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;=\frac{6d^3-12d^2-13d-6}{d}\)

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

and

\(\displaystyle (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

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

Hence, \(\displaystyle 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$
 
  • #4
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
 
  • #5


For part 3, we can use the relation y = x^2 to rewrite S(n) as:

S(n) = α^n + β^n + γ^n = (α^2)^n + (β^2)^n + (γ^2)^n

This means that S(n) can be written as a polynomial in terms of y, where y^3 - 2y^2 + y - 1 = 0 is the polynomial with roots α^2, β^2, and γ^2.

Therefore, to find the values of S(8), S(12), and S(16), we can simply substitute y=8, y=12, and y=16 into the polynomial y^3 - 2y^2 + y - 1 and solve for the corresponding values of S(n).

Using a calculator, we find that:

S(8) = 2^8 + 4^8 + 8^8 = 65,536 + 65,536 + 16,777,216 = 16,909,288
S(12) = 2^12 + 4^12 + 8^12 = 4,096 + 16,777,216 + 687,194,767,296 = 687,215,795,608
S(16) = 2^16 + 4^16 + 8^16 = 65,536 + 4,294,967,296 + 281,474,976,710,656 = 281,479,017,960,488

Therefore, the values of S(8), S(12), and S(16) are 16,909,288, 687,215,795,608, and 281,479,017,960,488 respectively.
 

Related to Roots of polynomial equations 2

1. What is a polynomial equation?

A polynomial equation is an algebraic expression that contains one or more variables, along with coefficients and exponents. It can be written in the form of ax^n + bx^(n-1) + ... + cx + d, where a, b, c, d are constants and x is the variable.

2. What are the roots of a polynomial equation?

The roots of a polynomial equation are the values of the variable that make the equation equal to zero. They are also known as solutions or zeros of the equation.

3. How do you find the roots of a polynomial equation?

The most common method for finding the roots of a polynomial equation is by factoring. This involves breaking down the equation into smaller parts until you reach a point where you can easily find the roots. Another method is using the quadratic formula for equations with a degree of 2.

4. Can a polynomial equation have more than one root?

Yes, a polynomial equation can have multiple roots. The number of roots is equal to the degree of the equation. For example, a quadratic equation with a degree of 2 can have two roots, while a cubic equation with a degree of 3 can have three roots.

5. How are the roots of a polynomial equation related to its graph?

The roots of a polynomial equation correspond to the x-intercepts or zeros of its graph. This means that the points where the graph crosses the x-axis represent the roots of the equation. Additionally, the number of times the graph crosses the x-axis is equal to the degree of the equation.

Similar threads

Replies
1
Views
947
Replies
1
Views
847
Replies
8
Views
2K
  • General Math
Replies
4
Views
1K
  • General Math
Replies
1
Views
941
Replies
13
Views
1K
  • General Math
Replies
1
Views
870
  • Precalculus Mathematics Homework Help
Replies
1
Views
922
Replies
1
Views
827
Back
Top