geno3141

avatar
Usernamegeno3141
Score23254
Membership
Stats
Questions 1
Answers 7089

 #1
avatar+23254 
+11

Let   g(x)  =  x4 - 5x3 + 2x2 + 7x - 11   with roots p, q, r, and s.

 

Since the roots are p, q, r, and s:   g(x)  =  (x - p)(x - q)(x - r)(x - s)

 

Multiply out  (x - p)(x - q)(x - r)(x - s)  

     =  x- x3p - x3​q - x3​r - x3​s + x2pq + x2​pr + x2​ps + x2​qr + x2​qs + x2​rs - xpqr - xpqs - xqrs - xprs - xqrs + pqrs

     =  x4 - (p + q + r + s)x3 + (pq + pr + ps + qr + qs + rs)x2 - (pqr + pqs + qrs + prs)x + pqrs

 

Since the coefficients of the x-cubed terms are equal:  - (p + q + r + s)  =  - 5   --->   p + q + r + s  =  5

Since the coefficients of the x-squared terms are equal:  (pq + pr + ps + qr + qs + rs)  =  2

Since the coefficients of the x-terms are equal:  - (pqr + pqs + qrs + prs)  =  + 7   --->   pqr + pqs + qrs + prs  =  -7

and:  pqrs  =  -11

 

(a)  Compute pqr+pqs+prs+qrs  =  -7

 

(b)  Compute 1/p+1/q+1/r+1/s:  

       Write with the common denominator of pqrs:  (qrs + prs + pqs + pqr) / pqrs   =   -7/-11  =  7/11

 

(c)  Compute p^2+q^2+r^2+s^2:

          (p + q + r + s)2  =  p2 + q2 + r2 + s2 + 2pq + 2pr + 2ps + 2qr + 2qs + 2rs

                                   =  p2 + q2 + r2 + s2 + 2(pq + pr + ps + 2qr + 2qs + 2rs)

                                   =  p2 + q2 + r2 + s2 + 2(2)

                                   =  p2 + q2 + r2 + s2 + 4

          But, since  p + q + r + s  =  5

                --->     (5)2  =  p2 + q2 + r2 + s2 + 4

                --->      25  =  p2 + q2 + r2 + s2 + 4

                --->     p2 + q2 + r2 + s2  =  21

 

(d)  Compute p^2qrs+pq^2rs+pqr^2s+pqrs^2:

          p^2qrs+pq^2rs+pqr^2s+pqrs^2  =  pqrs(p + q + r + s)  =  -11(p + q + r + s)  =  -11(5)  =  -55

Jul 31, 2016
 #1
avatar+23254 
+11

Your question isn't clear; you entered Q((1 + sqrt(2)8) = 0.

There are 3 left-parantheses but only 2 right-parantheses.

I'm going to change the expression to:  Q( ( 1 + sqrt(2) )8 )  =  0.

 

If  Q(x)  =  x2 + bx + c:

 

( 1 + sqrt(2) )8  =  577 + 408sqrt(2)

--->   Q( ( 1 + sqrt(2) )8 )  =  Q( 577 + 408sqrt(2) )  =  ( 577 + 408sqrt(2) )2 + ( 577 + 408sqrt(2) )b + c  =  0

 

( 577 + 408sqrt(2) )2  =  665857 + 470832sqrt(2)

--->   ( 577 + 408sqrt(2) )2 + ( 577 + 408sqrt(2) )b + c  =  0    

--->     665857 + 470832sqrt(2) + 577b + 408sqrt(2)b + c  =  0

 

Separate this into two equations, one have square roots, the other without:

--->     665857 + 577b + c  =  0     and     470832sqrt(2) + 408sqrt(2)b  =  0

                                                                                           408sqrt(2)b  =  -470832sqrt(2)

                                                                                                           b  =  -1154

 

When  b = -1154:     665857 + 577b + c  =  0

                       665857 + 577(-1154) + c  =  0

                             665857 - 665858 + c  =  0

                                                    -1 + c  =  0

                                                           c  =  1

 

b + c  =  -1154 + 1  =  -1153

Jul 30, 2016