Thread Closed

Polynomial Functions w/ zeros.

 
Share Thread
Oct14-06, 08:51 PM   #1
 

Polynomial Functions w/ zeros.


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!
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Oct15-06, 07:33 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by AznBoi
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: [itex](x-(4+\sqrt{5}))(x- (4-\sqrt{5}))= ((x-4)+\sqrt{5})((x-4)-\sqrt{5})= (x-4)^2- 5[/itex]
[itex]= x^2- 8x+ 16- 5= x^2- 8x+ 11 [/itex]
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!
Thread Closed

Similar discussions for: Polynomial Functions w/ zeros.
Thread Forum Replies
[SOLVED] zeros of a polynomial Calculus & Beyond Homework 5
Max/Min of Polynomial Functions Calculus & Beyond Homework 4
Complex Zeros of a Polynomial Function Question Precalculus Mathematics Homework 1
Polynomial Functions help Precalculus Mathematics Homework 3
Polynomial Functions General Math 2