No problem! Always happy to help with math questions.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! :)

The interpolating polynomial that interpolates at the following data:
$f(5)=?,f(8)=14,f(12)=214$ is $4,125x^{2}-32,5x+10$.
The corresponding interpolating polynomial in the Newton form is $p_{2}(x)=a_{0}+a_{1}(x-5)+a_{2}(x-5)(x-3)$.Which is the value of $a_{2}$?
Is it 4,125 because the two polynomials should be equal or am I wrong? :confused:
 
Mathematics news on Phys.org
evinda said:
Hello! :)

The interpolating polynomial that interpolates at the following data:
$f(5)=?,f(8)=14,f(12)=214$ is $4,125x^{2}-32,5x+10$.
The corresponding interpolating polynomial in the Newton form is $p_{2}(x)=a_{0}+a_{1}(x-5)+a_{2}(x-5)(x-3)$.Which is the value of $a_{2}$?
Is it 4,125 because the two polynomials should be equal or am I wrong? :confused:

Yep. You are right! :D
 
I like Serena said:
Yep. You are right! :D

Great!Thank you very much! :o