How can specific values be constructed in polynomials with given roots?

  • Context: Undergrad 
  • Thread starter Thread starter Bleys
  • Start date Start date
  • Tags Tags
    Polynomials
Click For Summary
SUMMARY

The discussion centers on constructing polynomials with specific roots and values at designated points, specifically using the Lagrange Interpolation Polynomial method. Given distinct numbers x1, ..., xn, the goal is to find a polynomial fi of degree n-1 that equals 1 at xi and 0 at xj for j ≠ i. The solution involves multiplying the product of the roots by a constant a, calculated as a = 1/∏(xi - xj), leading to the polynomial fi = (∏(x - xj)) / (∏(xi - xj)).

PREREQUISITES
  • Understanding of polynomial functions and their degrees
  • Familiarity with the concept of roots of polynomials
  • Knowledge of Lagrange Interpolation method
  • Basic calculus concepts, particularly related to functions and limits
NEXT STEPS
  • Study the Lagrange Interpolation Polynomial in detail
  • Learn about polynomial degree and its implications on function behavior
  • Explore the derivation and applications of the product of roots in polynomial equations
  • Investigate piecewise functions and their characteristics in polynomial contexts
USEFUL FOR

Mathematicians, calculus students, and educators looking to deepen their understanding of polynomial construction and interpolation techniques.

Bleys
Messages
74
Reaction score
0
There's a question in Calculus by Spivak about polynomials and I was wondering about how to construct them to have specific roots or values at certain points. For example it says if
x_{1}, ..., x_{n} are distinct numbers, find a polynomial f_{i} such that it's of degree n-1 which is 1 at x_{i} and 0 at x_{j} for j \neq i. Now I know that for roots it's simply the product \prod (x-x_{j}) running from j=1 to n and j \neq i. That evaluates the polynomial to 0 correctly. But I don't know how to add the additional condition of x_{i} to make it evaluate to 1. I know I can't multiply another factor (x-x_{k}) because that would increase the degree to n and it wouldn't do any good anyway. Is it a piecewise defined function? That seems a little too trivial. Any hints you could give me?
 
Mathematics news on Phys.org
hehe i remember doing this question a few months ago

What value does the polynomial you have at the moment take at x_i?
 
Bleys said:
There's a question in Calculus by Spivak about polynomials and I was wondering about how to construct them to have specific roots or values at certain points. For example it says if
x_{1}, ..., x_{n} are distinct numbers, find a polynomial f_{i} such that it's of degree n-1 which is 1 at x_{i} and 0 at x_{j} for j \neq i. Now I know that for roots it's simply the product \prod (x-x_{j}) running from j=1 to n and j \neq i. That evaluates the polynomial to 0 correctly. But I don't know how to add the additional condition of x_{i} to make it evaluate to 1. I know I can't multiply another factor (x-x_{k}) because that would increase the degree to n and it wouldn't do any good anyway. Is it a piecewise defined function? That seems a little too trivial. Any hints you could give me?
Multiply that product by some number, a: a\prod_{j\ne i} (x-x_{j}).

Now you can choose a to make the value at x= x_i 1. That is, you want a\prod (x_i-x_{j})= 1 so you must have a= \frac{1}{\prod (x_i- x_j)}.

That gives \frac{\prod (x- x_j)}{\prod (x_i- x_j)}

In fact, by adding things of that type, you can get a polynomial of degree n-1 that takes on specified values at n points- the "Lagrange Interpolation Polynomial".
 

Similar threads

Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
1K
  • · Replies 15 ·
Replies
15
Views
2K
Replies
2
Views
2K
Replies
32
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K