English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do I find an nth order polynomial that goes through specified n points: (x,p(x))?

2006-09-30 18:06:46 · 3 answers · asked by modulo_function 7 in Science & Mathematics Mathematics

3 answers

Let the eqution be

p(x) = a(n-1) x^(n-1)+ a(n-2) x^(n-2) + a

where a(n-1) is subscrpt n-1 for a

put the value of x and P(x) for all the sets of points and you get
n linear equations in a(n-1) to a( 0)

n equations and n unknowns and solve for them

2006-09-30 18:24:44 · answer #1 · answered by Mein Hoon Na 7 · 0 0

first, you write the polynomial with variables for each term coeficient

example with 3rd order polynomial

p(x)=ax^3 + bx^2 + c^x + d

now you substitue the known points into the equation

for example if one point was (2,3)

3=a(2)^3+b(2)^2+c(2)+d
3=8a+4b+2c+d

if you have 4 points, then you can develop four equations with four unknowns

you can then solve the equation set and get values for a,b,c, and d which can be substituted back into the original equation in x and p(x) to give you the polynomial

you can solve the equation set in several ways including substitution, combination, or matrix algebra (a systematic form of combination that computers and calculaters often use)

2006-10-01 01:17:55 · answer #2 · answered by enginerd 6 · 1 0

math.com

2006-10-01 01:09:03 · answer #3 · answered by prolocust 2 · 0 4

fedest.com, questions and answers