2
$\begingroup$

How's to make the composition of two polynomials? According to this page:

If $ P = (x^3 + x) $, $ Q = (x^2 + 1) $ then,

$ P\circ Q = P\circ (x^2 + 1) = (x^2 + 1)^3 + (x^2 + 1) = x^6 + 3 x^4 + 4 x^2 + 2 $

It seems that the $ (x^3 + x) $ becomes the $x^3$, then we have $( \space \space \space )^3$ and now we just need to switch the inside of $P$ by the inside of $Q$ thus $(x^2 + 1)^3$.

I'm just not sure if my interpretation is correct. I'm also aware that I may not be using the right terms for describing this, but it's what I have now.

  • 0
    Ah, Another question: Is composition used only on polynomials with two constants? The given examples show me only operations on polynomials such as $(x^3 + x)$ but I've seen no references to polynomials with 3 constants such as $(x^3 + 4x^2 - x)$.2012-07-24

1 Answers 1

5

Looks fine. Maybe it becomes even clearer, when you write it like: $ P\circ Q = (x^3 + x)\circ Q= (Q^3+Q)=(x^2 + 1)^3 + (x^2 + 1) = x^6 + 3 x^4 + 4 x^2 + 2 $

  • 0
    Well. I can't even sum 2 integers - But I guess I can odd sum 2 integers. You're higher on the hierarchical tree - considering it exists.2012-07-24