Algebra: Expressibility of f(x) with 10 Numbers

  • Thread starter Thread starter sid_galt
  • Start date Start date
  • Tags Tags
    Algebra
AI Thread Summary
The discussion centers on whether the function f(x) defined by ten specific values can be expressed as a polynomial equation or as a product of two polynomial equations. It highlights that for any finite set of points, there exist infinitely many polynomials that can pass through those points, but there is a unique polynomial of degree n+1 that fits them exactly, as described by Lagrange interpolation. The conversation also touches on the conditions under which a function of two variables can be represented as a polynomial in x and y. It concludes that while a finite sequence of points can be represented as a polynomial in two variables, the distinctness of x-values corresponding to y-values is crucial for certain representations. Overall, the expressibility of f(x) remains a complex topic with multiple mathematical approaches.
sid_galt
Messages
502
Reaction score
1
Let's say you have ten numbers

<br /> f(1) = 1<br />
<br /> f(2) = 100<br />
<br /> f(3) = 45<br />
<br /> f(4) = 9000<br />
<br /> f(5) = 999<br />
<br /> f(6) = 46<br />
<br /> f(7) = 47<br />
<br /> f(8) = 48<br />
<br /> f(9) = 59<br />
<br /> f(10) = 60<br />

Is f(x) expressible in the form

<br /> f(x)=a_nx^n+a_{n-1}x^{n-1}...a_1x+a_0<br />
or perhaps
<br /> f(x)=(a_nx^n+a_{n-1}x^{n-1}...a_1x+a_0)(b_ny^n+b_{n-1}y^{n-1}...b_1y+b_0)<br />
Why? Why not?

If it is, is there any way to find it?
 
Mathematics news on Phys.org
There are an infinite number of answers to your homework.
 
It's not homework :smile:

matt grime said:
There are an infinite number of answers to your homework.

So can any function of a random series of numbers be expressed as a product of two or more polynomial equations if f is a function of two variables or one polynomial equation if f is a function of one variable?
 
Last edited:
i don't really know the answer but i think "lagrange interpolation" might have something to do with this.
 
Firstly, you shouldn't have an input x into f(x) and an output in two variables.

And of course given a finite number of points x, f(x) there are an infinite number of polynomials through those points.
 
Given any finite number, n, of points (x, y) there exist an infinite number of functions (and polynomials) whose graphs pass through those points (i.e. y= f(x)).

However, there exist a unique polynomial of degree n+1 (or lower if the points are not "independent") whose graph passes through those points.

As Fourier jr. said, Lagrange's interpolation formula will give that polynomial. Newton's divided difference scheme will also work.

A finite sequence of points (x, y, z) CAN be represented as a polynomial in the two variables (x,y). However, I do not believe that it can necessarily be represented as a polynomial in x TIMES a polynomial in y.
 
Not quite true. The x's corresponding to distinct y's must be distinct (ie. if (x_n, y_n), \ (x_m, y_m) are some of the points and x_n = x_m then in order to have a set (x, \ f(x)) for a polynomial f(x) containing both points you need y_n=y_m), then it's fine~
 
Back
Top