Create a polynomial with desired characteristics, factoring

AI Thread Summary
The discussion centers on creating a polynomial with specific characteristics, particularly focusing on the factorization that includes x + 2. The Remainder Theorem indicates that f(0) = -16, suggesting that the polynomial must be structured to meet this condition. The correct form of the polynomial is proposed as -2(x + a)(x + b)(x + c), where the product abc must equal -8 to satisfy the leading coefficient of -2. Clarification is sought on how the factor x + 2 is derived, emphasizing the need to correctly apply the Remainder Theorem and polynomial structure. Understanding these principles is essential for constructing the desired polynomial accurately.
ducmod
Messages
86
Reaction score
0

Homework Statement


Hello!

I understand that this is a very simple thing, but somehow I can't find the key :)
Please, take a look a pictures attached with a problem and an answer. The task is to create a polynomial f with real number coefficients which has all of the desired characteristics.
I can't figure out how we got factor x+2.

Homework Equations


if f(o) = -16, it means that according to the Remainder Theorem the remainder from the division by (x - 0) of polynomial f should equal - 16. Well, dividing by (x-0) means dividing by x. Hence, I thought that factoring should be of the form
-2x (x - 2i) (x + 2i)

How did they arrive at x+2?
Thank you!

The Attempt at a Solution

 

Attachments

  • Screen Shot 2015-08-03 at 12.34.30 PM.png
    Screen Shot 2015-08-03 at 12.34.30 PM.png
    3.9 KB · Views: 486
  • Screen Shot 2015-08-03 at 12.35.25 PM.png
    Screen Shot 2015-08-03 at 12.35.25 PM.png
    1.8 KB · Views: 483
Physics news on Phys.org
ducmod said:

Homework Statement


Hello!

I understand that this is a very simple thing, but somehow I can't find the key :)
Please, take a look a pictures attached with a problem and an answer. The task is to create a polynomial f with real number coefficients which has all of the desired characteristics.
I can't figure out how we got factor x+2.

Homework Equations


if f(o) = -16, it means that according to the Remainder Theorem the remainder from the division by (x - 0) of polynomial f should equal - 16. Well, dividing by (x-0) means dividing by x. Hence, I thought that factoring should be of the form
-2x (x - 2i) (x + 2i)

How did they arrive at x+2?
Thank you!

The Attempt at a Solution

If you assume the third factor is of the form (a*x + b), then what must a and b equal in order to satisfy the conditions that f(0) = -16 and that the leading term of the polynomial is -2x3 ?

Note: the third factor is (x + 2) only if a = 1 and b = 2.
 
ducmod said:

Homework Statement


Hello!

I understand that this is a very simple thing, but somehow I can't find the key :)
Please, take a look a pictures attached with a problem and an answer. The task is to create a polynomial f with real number coefficients which has all of the desired characteristics.
I can't figure out how we got factor x+2.

Homework Equations


if f(o) = -16, it means that according to the Remainder Theorem the remainder from the division by (x - 0) of polynomial f should equal - 16. Well, dividing by (x-0) means dividing by x. Hence, I thought that factoring should be of the form
-2x (x - 2i) (x + 2i)

How did they arrive at x+2?
Thank you!

The Attempt at a Solution

Please type out the problem (short and easy in this case) and the solution (also pretty short in this case). The desired PF standard is to type out your work and not just post images, with exceptions made when there are diagrams or lengthy tables involved.
 
ducmod said:

Homework Equations


if f(o) = -16, it means that according to the Remainder Theorem the remainder from the division by (x - 0) of polynomial f should equal - 16. Well, dividing by (x-0) means dividing by x. Hence, I thought that factoring should be of the form
-2x (x - 2i) (x + 2i)
I don't think this is right. You might want to revisit what the Remainder Theorem says.
If f(0) = -16, and you divide the function by (x-0), you are dividing by 0 at x=0. Essentially imposing the idea that 0*g(x) = -16. That can't be right.
If you know that f(0) = -16 and the leading term has a coefficient of -2, you should be able to say that the factor has the form (-2x +a)(x+b)(x+c) with abc = -16, or as in the answer you posted -2(x+a)(x+b)(x+c) where abc = 8. Since when x=0, the only remaining term in the expanded polynomial is abc.
 
Back
Top