CPhill

avatar
UsernameCPhill
Score128631
Membership
Stats
Questions 56
Answers 42607

 #1
avatar+128631 
+3

The first one is made a ittle easier by factoring a 2  out  of (2x + 2)  = 2(x + 1)

Now....divide each coefficient of the dividend by 2   and we get

x^5 - 3x^4  - 8x^3 - 3x^2  + 10x + 10

And we are dividing this by  (x + 1)....so we have

 

              x^4  -4x^3 -4x^2  + 1x  + 9

x + 1  [  x^5  - 3x^4  - 8x^3  - 3x^2  + 10x  + 10 ] 

           -(x^4 + 1x^4)

          __________________________________

                      -4x^4 - 8x^3

                    -(-4x^4 - 4x^3)

                   ______________________________

                                 -4x^3  - 3x^2

                               -(-4x^3 -4x^2)

                              ________________________

                                             1x^2   + 10x

                                            -(1x^2 + 1x)

                                             ________________

                                                           9x   + 10 

                                                         -(9x  + 9)

                                                        ________

                                                                     1

 

The residual polynomial  is   x^4  -4x^3 -4x^2  + 1x  + 9  R [1/ (x + 1) ]

 

 

cool cool cool

Sep 18, 2018
 #1
avatar+128631 
+2

 

                   x^3    +    9x^2       -2x         + 7

10x - 4   [   10x^4    + 86x^3    - 56x^2   +  78x   -  31 ]

                 -(10x^4  -   4x^3)

                ____________________________________

                                  90x^3   - 56x^2

                               -( 90x^3  - 36x^2)

                              _____________________________

                                              -20x^2  +  78x

                                            -(-20x^2  +   8x)

                                           ________________________

                                                              70x    - 31

                                                           -(70x -   28)

                                                          _________________

                                                                      - 3

 

So....the residual polynomial is   x^3  +  9x^2  - 2x   + 7   R  [ -3 / ( 10x - 4)) ]

 

 

                  6x^3   + 5x^2    + 9x   + 4

2x + 8  [  12x^4  + 58x^3 + 58x^2 + 80x  + 41 ]

              -(12x^4 + 48x^3)

              ______________________________

                            10x^3  + 58x^2

                           -(10x^3  + 40x^2)

                          ______________________

                                         18x^2  +  80x

                                       -(18x^2 +  72x)

                                       ________________

                                                      8x   + 41

                                                    -(8x +  32)

                                                   ___________

                                                                9

 

The residual polynomial is    6x^3  + 5x^2  + 9x  + 4  R [ 9  / ( 2x + 8) ]

 

cool cool cool

Sep 18, 2018
 #3
avatar+128631 
+2

OK

 

Polynomial division....the idea is  to multiply the  "n"  of the divisor by a term that will "match" the first term 

For instance.....we want to multiply  "n"  by 9n^4   to match the first term , 9n^5

We just keep carrying this idea through each time

For the second term....we want to multiply "n"  by  -2n^3  to "match"  -2n^4.....etc...... 

 

                9n^4   - 2n^3      + 10n^2   +  n   + 6

(n + 9)  [  9n^5   + 79n^4    - 8n^3   + 91n^2  + 15n  +  46  ]

            -(  9n^5  + 81n^4 )

               _________________________________________

                           -2n^4     - 8n^3

                        - (-2n^4   - 18n^3)

                       _____________________________________

                                          10n^3  +  91n^2

                                         -(10n^3 + 90n^2)

                                        ____________________________

                                                          n^2   +  15n

                                                     -(   n^2  +     9n)

                                                     ______________________

                                                                        6n  + 46

                                                                  -( -  6n  + 54)

                                                                  ____________

                                                                                -8

 

So....the result  is   9n^4  - 2n^3  + 10n^2  + n  + 6   R [ -8 / (n + 9)  ]

 

Synthetic is usually  much faster....we  want to divide by  the thing that  makes (n + 9)  = 0....this is  - 9

 

So we have

 

-9 [ 9     79     -  8    91   15    46   ]

             -81    18    -90   -9    -54

    _________________________

     9      -2     10       1     6     -8

 

The residual polynomial is  9n^4 - 2n^3 + 10n^2 + 1n  +  6    R [ -8 / ( n + 9) ]...just as we found before !!!

 

Here's a good primer on polynomial diivsion : 

http://www.mesacc.edu/~scotz47781/mat120/notes/divide_poly/long_division/long_division.html

 

Here's a good primer on synthetic division : http://mesacc.edu/~scotz47781/mat120/notes/divide_poly/synthetic/synthetic_division.html

 

 

cool cool cool

Sep 18, 2018