SOLUTION: Find the nth degree polynomial with real coefficients satisfying the given conditions. n=3; 1 and 5i are zeros,f(-1) = -104 I have no idea how to do this, so can whomever help wit

Algebra ->  Rational-functions -> SOLUTION: Find the nth degree polynomial with real coefficients satisfying the given conditions. n=3; 1 and 5i are zeros,f(-1) = -104 I have no idea how to do this, so can whomever help wit      Log On


   



Question 880484: Find the nth degree polynomial with real coefficients satisfying the given conditions. n=3; 1 and 5i are zeros,f(-1) = -104
I have no idea how to do this, so can whomever help with it step-by-step. I want to analyze every last step it takes to understand this question. What do I have to do?

Found 3 solutions by ewatrrr, josgarithmetic, MathTherapy:
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
1 and 5i are zeros. The 3 zeroes are 1, 5i, -5i
f(x)= a(x-1)(x-5i)(x+5i)
f(x)= a(x-1)(x^2 + 25)
f(-1) = a(-2)(1+25) = -52a = -104, a = 2
f(x)= 2(x-1)(x^2 + 25) expand if You wish

Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
f%28x%29=%28x-a%29%28x-b%29%28x-c%29, and you are given the zeros, meaning %28x-a%29%28x-b%29%28x-c%29=0. You have only one more zero to use and you should understand that complex zeros with imaginary parts come in "conjugate pairs". This means, since you are given 5i as one of the zeros, -5i is ALSO a zero.

Handling just the needed, and now known zeros, the binomial factors for the function are these combined: highlight_green%28%28x-3%29%28x-5i%29%28x-%28-5i%29%29%29.
Simplify that expression.

f will also have another constant factor, k, needed in order to match the condition, f(-1)=-104. You could manage that part like f%28x%29=k%28polynomialInDegreeThree%29, in which the product shown in previous paragraph is that polynomial.

You may be able to manage the details and the rest of finding f(x).

Answer by MathTherapy(10552) About Me  (Show Source):
You can put this solution on YOUR website!
Find the nth degree polynomial with real coefficients satisfying the given conditions. n=3; 1 and 5i are zeros,f(-1) = -104
I have no idea how to do this, so can whomever help with it step-by-step. I want to analyze every last step it takes to understand this question. What do I have to do?

n = 3 indicates that there are 3 zeroes, or 3 solutions to the equation. Two of the 3 zeroes or solutions
are 1 and 5i, but complex numbers such as 5i come in CONJUGATE PAIRS. The conjugate of 5i is its opposite, – 5i
Now, we have 3 zeroes/solutions, as follows: x = 1; x = 5i, and x = - 5i
x = 1____x – 1 = 0
x = 5i____x – 5i = 0
x = - 5i____x + 5i = 0
We now have the following:
f(x) = a(x – 1)(x – 5i)(x + 5i)
f%28x%29+=+a%28x+-+1%29%28x%5E2+%2B+25%29 ------ FOILing/Expanding (x – 5i)(x + 5i)
f%28-+1%29+=+a%28-+1+-+1%29%28%28-+1%29%5E2+%2B+25%29 -------- Substituting – 1 for x to determine value of a
f(- 1) = a(- 2)(1 + 25)
f(- 1) = - 2a(26)
f(- 1) = - 52a
Now, since f(- 1) = - 104, then we can say that: - 104 = - 52a ----- %28-+104%29%2F-+52+=+a ----- 2 = a
Therefore, f(x) = a(x – 1)(x – 5i)(x + 5i) becomes f%28x%29+=+2%28x+-+1%29%28x%5E2+%2B+25%29, or highlight_green%28highlight_green%28f%28x%29+=+%282x+-+2%29%28x%5E2+%2B+25%29%29%29
FOIL/Expand these binomials to obtain the 3rd degree polynomial.