182k views
0 votes
NO LINKS! Please help me with this problem​

NO LINKS! Please help me with this problem​-example-1

2 Answers

2 votes

Answer:


f(x) = (x+4)(x^2-8x+41)

Explanation:

Ok, so there are a couple of things to note here. The first thing is that there is a complex solution

Complex Conjugate Root Theorem:

if
a-bi is a solution then
a+bi is a solution and vice versa

Fundamental Theorem Of Algebra:

Any polynomial with a degree "n", will have "n" solutions. Those solutions can be real and imaginary numbers

So since we're given the root:
4+5i, we can use the Complex Conjugate Root Theorem to assert that:
4-5i is also a solution.

So now we know 3 solutions/zeroes, and since n=3 (the degree), we can know for a fact that we have all the solutions due to the Fundamental Theorem of Algebra.

So using these roots, we can express the polynomial as it's factors. When you express a polynomial as factors it'll look something like so:
f(x) = a(x-b)(x-c)(x-d)... where a, b, and d are zeroes of the polynomial. Also notice the "a" value? This will affect the stretch/compression of the polynomial.

So let's express the polynomial in factored form:


f(x) = a(x-(-4))(x-(4+5i))(x-(4-5i))

Simplify the x-(-4)


f(x) = a(x+4)(x-(4+5i))(x-(4-5i))

Now let's distribute the negative sign to the complex roots


f(x) = a(x+4)(x-4-5i)(x-4+5i))

Now let's rewrite the two factors (x-4-5i) and (x-4+5i) so the (x-4) is grouped together


f(x) = a(x+4)((x-4)-5i)((x-4)+5i))

If you look at the two complex factors, this looks very similar to the difference of squares:
(a-b)(a+b) = a^2-b^2

In this case a=(x-4) and b=5i. So let's use this identity to rewrite the two factors


f(x) = a(x+4)((x-4)^2-(5i)^2)

Let's expand out the (x-4)^2


f(x) = a(x+4)(x^2+2(-4)(x)+(-4)^2-(5i)^2)

Simplify


f(x) = a(x+4)(x^2-8x+16-(5i)^2)

Now simplify the (5i)^2 = 5^2 * i^2


f(x) = a(x+4)(x^2-8x+16-(-25))

Simplify the subtraction (cancels out to addition)


f(x) = a(x+4)(x^2-8x+41)

So just to check for the value of "a", we can substitute 1 as x, and set the equation equal to 170


170 = a(1+4)(1^2-8(1)+41)\\170 = a(5)(1-8+41)\\170 = a(5)(34)\\170 = 170a\\a=1

In this case it's just 1, so the polynomial can just be expressed as:

f(x) = (x+4)(x^2-8x+41)

User Michael Green
by
4.5k points
3 votes

Answer:

f(x) = x³ -4x² +9x +164

Explanation:

When a function has a zero at x=p, it has a factor (x-p). When a polynomial function with real coefficients has a complex zero, its conjugate is also a zero.

Factored form

Given the two zeros and the one we can infer, we can factor our 3rd-degree polynomial function as ...

f(x) = a(x -(-4))·(x -(4+5i))·(x -(4-5i))

Real factors

Using the factoring of the difference of squares, we can combine the complex factors to make a real factor.

f(x) = a(x +4)((x -4)² -(5i)²) = a(x +4)(x² -8x +16 +25)

Finding the scale factor

The value of this at x=1 is ...

f(1) = a(1 +4)(1 -8 +41) = 170a

We want f(1) = 170, so ...

170 = 170a ⇒ a=1

The factored polynomial function is ...

f(x) = (x +4)(x² -8x +41)

Standard form

Expanding this expression, we have ...

f(x) = x(x² -8x +41) +4(x² -8x +41) = x³ -8x² +41x +4x² -32x +164

f(x) = x³ -4x² +9x +164

Graph

The attached graph verifies the real zero (x=-4) and the value at x=1. It also shows that the factor with complex roots has vertex form (x -4)² +25, exactly as it should be.

NO LINKS! Please help me with this problem​-example-1
User Damodar
by
4.1k points