[RESOLVED] Polynomial of degree 4.
Anyone can help me on this.
A polynomial P(z) of degree 4 with real coefficient has roots z=i, z=i+1 and satisfies P(0) = 2. Find P(z).
I start to work on given conditions, but go through it difficult find more equations. Polynomial standard format I used is,
P(z) = z4 + az3 + bz2 + cz + d
So d = 2 from third condition. To find all other four coefficient a,b and c, I find only two equations. Can't go further.
Re: Polynomial of degree 4.
Don't forget that the z4 term has a coefficient as well.
As you say, P(0) = 2 so that gives you the constant. Then by substituting in for z = i and z = i+1, and bearing in mind that the imaginary parts sum to 0 and the real parts sum to 0, you have 4 equations. Real part of first = 0, Im part of first = 0, etc
zaza
Re: Polynomial of degree 4.
Quote:
Originally Posted by zaza
Don't forget that the z4 term has a coefficient as well.
Correct. But I neglect is for my clarification. Finally I can find that coefficient. That is, if unknown terms a,b,c,d derived as a fractions, GCD is the coefficient of z4
Quote:
Originally Posted by zaza
As you say, P(0) = 2 so that gives you the constant. Then by substituting in for z = i and z = i+1, and bearing in mind that the imaginary parts sum to 0 and the real parts sum to 0, you have 4 equations. Real part of first = 0, Im part of first = 0, etc
Thanks, I'll try it.
Re: Polynomial of degree 4.
Quote:
Originally Posted by eranga262154
Correct. But I neglect is for my clarification. Finally I can find that coefficient. That is, if unknown terms a,b,c,d derived as a fractions, GCD is the coefficient of z4
Don't neglect the z4 coefficient and try to find it at the end. It will make your life a lot easier if you include it at the start.
Re: Polynomial of degree 4.
Depend on the question it can be easy or difficult. Mostly I feel it easy. Anyway thanks.
When I'm going to this, coefficient on z4 make the evaluation too difficult to me.