Polynomial Functions w/ zeros.

AI Thread Summary
To find a polynomial function with the zeros 2, 4+sqrt(5), and 4-sqrt(5), the expression can be simplified. The factors can be combined: (x-(4+sqrt(5)))(x-(4-sqrt(5))) simplifies to (x-4)² - 5, resulting in the polynomial x² - 8x + 11. This represents the monic polynomial of the lowest degree with the given roots. There are infinitely many polynomial functions that can have these zeros, but this is one of the simplest forms.
AznBoi
Messages
470
Reaction score
0
Ok I have a probelm with find the polynoimal function which has these zeros:

Zeros: 2, 4+sqrt.(5), 4-sqrt.(5)

Find the polynomial equation with the given zeros.

So far I know:

y=(x-2)(x-(4+sqrt.(5))(x-(4-sqrt.(5))

but is there any way I could make the factor (x-(4+sqrt.(5)) into a better one? For example:

Zeros: -2,-1,0,1,2

I did:
y=x(x^2-1)(x^2-4)

instead of y=x(x+2)(x+1)(x-1)(x-2)

Thanks! :biggrin:
 
Physics news on Phys.org
AznBoi said:
Ok I have a probelm with find the polynoimal function which has these zeros:
Zeros: 2, 4+sqrt.(5), 4-sqrt.(5)

Find the polynomial equation with the given zeros.
Not "the" polynomial function- "a" polynomial function. There are an infinite number of polynomial functions having these zeros.

So far I know:

y=(x-2)(x-(4+sqrt.(5))(x-(4-sqrt.(5))

but is there any way I could make the factor (x-(4+sqrt.(5)) into a better one?
Yes, much as you did with -2, 2, and -1, 1 below: (x-(4+\sqrt{5}))(x- (4-\sqrt{5}))= ((x-4)+\sqrt{5})((x-4)-\sqrt{5})= (x-4)^2- 5
= x^2- 8x+ 16- 5= x^2- 8x+ 11
That is the monic polynomial of lowest degree having those roots.
For example:

Zeros: -2,-1,0,1,2

I did:
y=x(x^2-1)(x^2-4)

instead of y=x(x+2)(x+1)(x-1)(x-2)

Thanks! :biggrin:
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top