SOLUTION: Suppose the polynomial f(x) is of degree 3 and satisfies f(3) = 2, f(4) = -4, f(5) = 6, and f(8) = 8.
 
Determine the value of f(0).
Algebra.Com
Question 1209686:  Suppose the polynomial f(x) is of degree 3 and satisfies f(3) = 2, f(4) = -4, f(5) = 6, and f(8) = 8.
 
Determine the value of f(0). 
Answer by CPhill(1987)   (Show Source): You can put this solution on YOUR website!
 Let $f(x)$ be a polynomial of degree 3. We are given the following values:
$f(3) = 2$
$f(4) = -4$
$f(5) = 6$
$f(8) = 8$
We can use the Lagrange interpolation formula to find the polynomial $f(x)$:
\[f(x) = \sum_{i=0}^3 y_i L_i(x)\]
where $y_i$ are the given function values and $L_i(x)$ are the Lagrange basis polynomials.
In our case, the points are $(3, 2), (4, -4), (5, 6), (8, 8)$.
\[L_0(x) = \frac{(x-4)(x-5)(x-8)}{(3-4)(3-5)(3-8)} = \frac{(x-4)(x-5)(x-8)}{(-1)(-2)(-5)} = -\frac{1}{10}(x-4)(x-5)(x-8)\]
\[L_1(x) = \frac{(x-3)(x-5)(x-8)}{(4-3)(4-5)(4-8)} = \frac{(x-3)(x-5)(x-8)}{(1)(-1)(-4)} = \frac{1}{4}(x-3)(x-5)(x-8)\]
\[L_2(x) = \frac{(x-3)(x-4)(x-8)}{(5-3)(5-4)(5-8)} = \frac{(x-3)(x-4)(x-8)}{(2)(1)(-3)} = -\frac{1}{6}(x-3)(x-4)(x-8)\]
\[L_3(x) = \frac{(x-3)(x-4)(x-5)}{(8-3)(8-4)(8-5)} = \frac{(x-3)(x-4)(x-5)}{(5)(4)(3)} = \frac{1}{60}(x-3)(x-4)(x-5)\]
Then,
\[f(x) = 2L_0(x) - 4L_1(x) + 6L_2(x) + 8L_3(x)\]
We want to find $f(0)$:
\[f(0) = 2L_0(0) - 4L_1(0) + 6L_2(0) + 8L_3(0)\]
\[L_0(0) = -\frac{1}{10}(-4)(-5)(-8) = -\frac{1}{10}(-160) = 16\]
\[L_1(0) = \frac{1}{4}(-3)(-5)(-8) = \frac{1}{4}(-120) = -30\]
\[L_2(0) = -\frac{1}{6}(-3)(-4)(-8) = -\frac{1}{6}(-96) = 16\]
\[L_3(0) = \frac{1}{60}(-3)(-4)(-5) = \frac{1}{60}(-60) = -1\]
\[f(0) = 2(16) - 4(-30) + 6(16) + 8(-1) = 32 + 120 + 96 - 8 = 240\]
Final Answer: The final answer is $\boxed{240}$
 
RELATED QUESTIONS
If f is a polynomial of degree 4 such that
f(0) = f(1) = f(2) = f(3) = 1
and
f(4) = 0,
 (answered by math_helper)
Suppose f(x) is a polynomial.  What is the least possible degree of that polynomial?
x:... (answered by greenestamps)
Find a polynomial f(x) of degree 3 that has the indicated zeros and satisfies the given... (answered by greenestamps)
Find a polynomial f(x) of degree 3 that has the indicated zeros and satisfies the given... (answered by josgarithmetic,Solver92311)
given f(x)=f(x+1)+3 and f(2)=5, what is the value of f(8)  (answered by jim_thompson5910)
Suppose f(x) is a quadratic function such that f(1) = -24, f(4) = 10, and f(3) = 60.
 (answered by CPhill)
Hello Sir,
My age is 15 and I'm in 10th grade and this polynomial question has eaten... (answered by lynnlo)
The intermediate Value Theorem claims that if a polynomial the points of (0,10) and (6,... (answered by stanbon)
Find a polynomial function f(x) of degree 3 with real coefficients that satisfies the... (answered by Fombitz)