Michael J. answered 10/30/16
Tutor
5
(5)
Understanding the Principles and Basics with Analysis
A stretch factor of a=1 means that you multiply the function by 1. Therefore, your function will be
1 * f(x) = (x + 3)(x - 1)(x - [2 - i√5])(x - [2 + i√5])
Next, we expand the polynomial function.
f(x) = (x2 + 2x - 3)[x2 - x(2 + i√5) - x(2 - i√5) + (4 + 5)]
f(x) = (x2 + 2x - 3)[x2 - 4x + 9]
Next, think of the first factor as the greatest common factor. So we rewrite the polynomial as a sum of products.
f(x) = x2(x2 + 2x - 3) - 4x(x2 + 2x - 3) + 9(x2 + 2x - 3)
Finally, distribute and combine like terms to get a polynomial in standard form. I leave that to you to complete.