Is the Degree of the Product of Two Polynomials 2n?

In summary, the product of two polynomials of degree-bound $n$ is a polynomial of degree-bound $2n-1$. The product can be expressed as a sum of terms, with each term being the result of multiplying the coefficients of the original polynomials. However, there is a typo in the upper bound for the sum, which should be $2n-1$ instead of $2n-2$. Additionally, the highest power of the product should be $2n$, not $2n-1$. This can be seen by considering the product of two linear polynomials, which results in a quadratic polynomial of degree 2. Therefore, the proposition given needs to be corrected to reflect this.
  • #1
evinda
Gold Member
MHB
3,836
0
Hello! (Wave)

For polynomial multiplication, if $A(x)$ and $B(x)$ are polynomials of degree-bound $n$, we say that their product $C(x)$ is a polynomial of degree-bound $2n-1$ such that $C(x)=A(x)B(x)$ for all $x$ in the underlying field.
A way to express the product $C(x)$ is

$$C(x)= \sum_{j=0}^{2n-2} c_j x^j$$

where

$$c_j= \sum_{k=0}^j a_k b_{j-k}$$

Using the above equations, I want to find the product $A(x)B(x)$, where $A(x)=7x^3-x^2+x-10$, $B(x)=8x^3-6x+3$.

I found the following:

$c_0=-30 \\ c_1=63 \\ c_2=-89 \\ c_3=-53$

$c_4= a_0 b_4+a_1 b_3+a_2 b_2+ a_3 b_1+ a_4 b_0=8+21=29$

$c_5=a_0 b_5+ a_1 b_4+ a_2 b_3+ a_3 b_2+ a_4 b_1+ a_5 b_0=-8$

Is it right so far?

Also, is there a typo at this sum: $C(x)= \sum_{j=0}^{2n-2} c_j x^j$ ? Should the upper bound be $2n-1$ as at the above proposition is said?

So is the result $\sum_{k=0}^5 c_k x^k$ with the above calulated $c_k$? (Thinking)Thinking about it again, shouldn't the highest power of the product be $2n$?

If so, then $c_6=a_0 b_6+ a_1 b_5+ a_2 b_4+ a_3 b_3+ a_4 b_2+ a_5 b_1+ a_6 b_0=56$

So is it as follows?

$$C(x)=56 x^6-8x^5+29 x^4-53x^3-89x^2+63 x-30$$
 
Last edited:
Technology news on Phys.org
  • #2
Come now evinda. What is the product of the two polynomials below (you do know how to multiply polynomials out by hand, yes?):
$$(7x^3−x^2+x−10)(8x^3−6x+3)$$
Once you have found the product manually, compare it with the solution you got, and with the solution you would have gotten following the proposition given. Can the proposition possibly be correct? Always check your work! If something doesn't look right, plug in an example to see if it comes out wrong!

Thinking about it again, shouldn't the highest power of the product be 2n?

What is the product of two linear polynomials (of degree 1)? Certainly it is a quadratic, a polynomial of degree 2. And 2 is twice 1, correct? The proposition concludes that the product of two linear polynomials has degree 0 (or 1, with 2n - 1) which is absurd. So it can't be right, and you are correct that it needs to be fixed to 2n.
 

Related to Is the Degree of the Product of Two Polynomials 2n?

What is polynomial multiplication?

Polynomial multiplication involves multiplying two polynomials together to create a new polynomial with a higher degree. It is a fundamental operation in algebra and is used in various fields of mathematics and science.

How is polynomial multiplication performed?

To multiply two polynomials, we use the distributive property to multiply each term in the first polynomial by each term in the second polynomial. Then, we combine like terms and simplify the resulting polynomial. This process can be done by hand or by using a calculator or computer program.

What are the rules for polynomial multiplication?

The rules for polynomial multiplication include using the distributive property, combining like terms, and following the order of operations. It is important to remember to multiply coefficients and add exponents when multiplying monomials, and to arrange the terms in descending order of degree when multiplying polynomials with multiple terms.

What is the degree of the resulting polynomial in polynomial multiplication?

The degree of the resulting polynomial in polynomial multiplication is the sum of the degrees of the two polynomials being multiplied. For example, if we multiply a polynomial of degree 2 by a polynomial of degree 3, the resulting polynomial will have a degree of 5.

Why is polynomial multiplication important in science?

Polynomial multiplication is important in science because it allows us to model and solve real-world problems. Many physical phenomena such as motion, population growth, and electrical circuits can be described using polynomials. By understanding polynomial multiplication, scientists can better analyze and predict these phenomena.

Similar threads

  • Calculus and Beyond Homework Help
Replies
7
Views
861
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
12
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
804
Replies
8
Views
1K
  • Programming and Computer Science
Replies
27
Views
6K
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Special and General Relativity
Replies
20
Views
1K
Back
Top