+ Reply to Thread
Results 1 to 6 of 6

Help with Polynomial Equation

  1. #1
    Registered User
    Join Date
    11-13-2012
    Location
    West Sussex, England
    MS-Off Ver
    Excel 2010
    Posts
    19

    Cool Help with Polynomial Equation

    Hello,

    I am hoping someone can help me. I am looking to calculate the terms for a Third Order Polynomial that will allow me to calculate the Y value for a given X.

    I have uploaded a spreadsheet that details what I am after in a little more detail.

    Thanks in advance,

    Andy
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,515

    Re: Help with Polynomial Equation

    If this is a rare or one time thing, simply hand enter the coefficients of the polynomial into 4 convenient cells in the spreadsheet. Then build a suitable formula in C19 and copy it down. This could be =cell1*B19^3+cell2*B19^2+cell3*B19+cell4. With a cubic polynomial or higher, I often use the SERIESSUM() function =cell4+SERIESSUM(B19,1,1,cell1:cell3) https://support.office.com/en-us/art...4-96c49087f637 Be sure to format the formula text in the chart to display all significant figures to avoid errors from too few sig figs in some of those terms. Also, pay careful attention to relative and absolue references so the formula will be easy to copy.

    If this is something you will do frequently, I would suggest you learn how to perform these polynomial regressions using the LINEST() function. There is an example of entering the LINEST() function for a cubic polynomial in the help file (just before the examples start): https://support.office.com/en-us/art...a-fa7abf772b6d
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    09-04-2017
    Location
    World
    MS-Off Ver
    2007
    Posts
    6

    Re: Help with Polynomial Equation

    Well, I haven't delved into the problem but if that's cubic polynomial how does the simple linear regression seem to fit here?

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Help with Polynomial Equation

    Because "linear" in linear regression means "linear in its solved coefficients," which polynomials are.
    Last edited by shg; 09-04-2017 at 04:55 PM.
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Registered User
    Join Date
    09-04-2017
    Location
    World
    MS-Off Ver
    2007
    Posts
    6

    Re: Help with Polynomial Equation

    Yup, I was referring to "simple" not being aware LINEST() is more clever than this, thank you.

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Help with Polynomial Equation

    It's not more clever; LINEST just sees multiple x variables, unaware that they are powers of a single variable.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Polynomial equation error
    By jayjones90 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-23-2016, 03:55 AM
  2. Can't get Polynomial Equation to work.
    By Paul75 in forum Excel General
    Replies: 3
    Last Post: 02-25-2012, 06:53 AM
  3. Polynomial Equation
    By Paul75 in forum Excel General
    Replies: 1
    Last Post: 02-17-2012, 11:15 AM
  4. Polynomial equation
    By NuuuFt in forum Excel General
    Replies: 4
    Last Post: 12-18-2011, 11:11 AM
  5. Polynomial Equation?
    By Eugene020202 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-08-2007, 04:28 PM
  6. polynomial equation
    By PAUL GRAZIDE in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-05-2006, 10:35 AM
  7. using the equation of a polynomial
    By Vince in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-10-2006, 05:20 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1