Question
Question: Let $f(x)$ be a real polynomial of least degree which has local minimum at $x=1$ and local maximum a...
Let f(x) be a real polynomial of least degree which has local minimum at x=1 and local maximum at x=−31 and f(2)=0,f(3)=13, then value of f(6) is _______.

172
Solution
To find the polynomial f(x), we use the given information about its local extrema and function values.
-
Determine the degree of the polynomial:
A polynomial has local extrema where its derivative f′(x)=0. We are given that f(x) has a local minimum at x=1 and a local maximum at x=−31. This means f′(1)=0 and f′(−31)=0.
Since f′(x) has two distinct roots, x=1 and x=−31, the least degree of f′(x) must be 2.
If f′(x) is a quadratic polynomial, then f(x) must be a cubic polynomial. This is the polynomial of least degree satisfying the conditions. -
Formulate f′(x):
Since x=1 and x=−31 are roots of f′(x), we can write f′(x) in the form:
f′(x)=A(x−1)(x+31)
where A is a constant.
Expand f′(x):
f′(x)=A(x2+31x−x−31)
f′(x)=A(x2−32x−31) -
Integrate f′(x) to find f(x):
Integrate f′(x) with respect to x:
f(x)=∫A(x2−32x−31)dx
f(x)=A(3x3−32⋅2x2−31x)+C
f(x)=A(3x3−3x2−3x)+C
We can factor out 3A:
f(x)=3A(x3−x2−x)+C -
Use the given conditions to find constants A and C:
We are given f(2)=0 and f(3)=13.
Using f(2)=0:
3A(23−22−2)+C=0
3A(8−4−2)+C=0
3A(2)+C=0
32A+C=0(1)Using f(3)=13:
3A(33−32−3)+C=13
3A(27−9−3)+C=13
3A(15)+C=13
5A+C=13(2)Now, solve the system of equations (1) and (2).
From (1), C=−32A.
Substitute this into (2):
5A−32A=13
Multiply by 3 to clear the denominator:
15A−2A=39
13A=39
A=3Now substitute A=3 back into the expression for C:
C=−32(3)=−2 -
Write the complete polynomial f(x):
Substitute A=3 and C=−2 into the expression for f(x):
f(x)=33(x3−x2−x)−2
f(x)=x3−x2−x−2 -
Verify local extrema (optional but good practice):
f′(x)=3x2−2x−1=(3x+1)(x−1). Roots are x=1 and x=−31.
f′′(x)=6x−2.
f′′(1)=6(1)−2=4>0, so x=1 is a local minimum.
f′′(−31)=6(−31)−2=−2−2=−4<0, so x=−31 is a local maximum.
The polynomial satisfies all conditions. -
Calculate f(6):
Substitute x=6 into f(x):
f(6)=(6)3−(6)2−(6)−2
f(6)=216−36−6−2
f(6)=180−6−2
f(6)=174−2
f(6)=172