edited by
5,421 views
3 3 votes

If f(l) = 2, f(2) = 4 and f(4) = 16, what is the value of f(3) using Lagrange's interpolation formula?

  1. 8
  2. 8(1/3)
  3. 8(2/3)
  4. 9

1 Answer

Best answer
1 1 vote
Answer: B

f(3) = [(3-2)(3-4)*2]/[(1-2)(1-4)] + [(3-1)(3-4)*4]/[(2-1)(2-4)] + [(3-1)(3-2)*16]/[(4-1)(4-2)]

= -2/3 + 8/2 + 16/3

= 26/3 = 8(1/3).

Ref: https://mat.iitm.ac.in/home/sryedida/public_html/caimna/interpolation/lagrange.html
selected by
Answer:
Position:
Show:

Related questions

2 2 votes
0 0 answers
2.3k
2.3k views
Ishrat Jahan asked Nov 2, 2014
2,298 views
Consider the following iterative root finding methods and convergence properties: Iterative root finding methods Convergence propertiesQ.False PositionI.Order of converge...
3 3 votes
1 answers 1 answer
3.9k
3.9k views
Ishrat Jahan asked Nov 2, 2014
3,903 views
Given below are several usages of the anchor tag in HTML.<A HREF = "http://www.gate.ac.in/HTML/BASIC/testpage.html">Test Me</A><A HREF = "/BASIC/testpage.html">Test Me</A...
12 12 votes
3 3 answers
10.9k
10.9k views
go_editor asked Feb 16, 2015
10,933 views
The velocity $v$ (in kilometer/minute) of a motorbike which starts form rest, is given at fixed intervals of time $t$ (in minutes) as follows:t2468101214161820v1018252932...
4 4 votes
2 answers 2 answers
13.8k
13.8k views
Kathleen asked Sep 29, 2014
13,847 views
The Newton-Raphson method is used to find the root of the equation $X^2-2=0$. If the iterations are started from -1, the iterations willconverge to -1converge to $\sqrt{2...