Results 1 to 5 of 5

Thread: [RESOLVED] Polynomial of degree 4.

  1. #1

    Thread Starter
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Resolved [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.
    “victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha

  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    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
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  3. #3

    Thread Starter
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    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.
    “victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha

  4. #4
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    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.
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  5. #5

    Thread Starter
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    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.
    “victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width