第1問
東進 過去問データベースより引用
(1)
1つの解は負の整数なので、\(\displaystyle -1\)から当てはめてみる!
\(\displaystyle x=-1\)のとき、
\begin{eqnarray} f(-1) &=& (-1)^{3}-4・(-1)^{2}-2^{n}・(-1)+8 \\ &=& -1-4+2^{n}+8 \\ &=& 3+2^{n} \end{eqnarray}
\(\displaystyle f(-1)=0\)より、
\begin{eqnarray} 3+2^{n} = 0 \\ {\color{red}{2^{n} = -3}} \end{eqnarray}
上を満たす正の整数\(\displaystyle n\)はないので、不適
\(\displaystyle x=-2\)のとき、
\begin{eqnarray} f(-2) &=& (-2)^{3}-4・(-2)^{2}-2^{n}・(-2)+8 \\ &=& -8-4・4-2^{n}・(-2)+8 \\ &=& -16-2^{n}・(-2) \\ &=& -16+2^{n+1} \end{eqnarray}
\(\displaystyle f(-2)=0\)より、
\begin{eqnarray} -16+2^{n+1} = 0 \\ {\color{red}{2^{n+1} = 16}}\end{eqnarray}
上を満たす正の整数\(\displaystyle {\color{red}{n = 3}} \)なので、解の1つは\(\displaystyle {\color{red}{-2}}\)である!
\(\displaystyle n = 3 \)のとき、\(\displaystyle f(x)=x^{3}-4x^{2}-8x+8 \)なので、
\begin{eqnarray} x^{3}-4x^{2}-8x+8 = 0 \\ {\color{red}{(x+2)}}(x^{2}-6x+4) = 0 \\ x=-2, 3\pm\sqrt{5} \end{eqnarray}
\(\displaystyle α<β<γ\)なので、\(\displaystyle {\color{red}{α=-2}}, {\color{red}{β=3-\sqrt{5}}}, {\color{red}{γ=3+\sqrt{5}}}\)
(2)
(1)の解答より、
\begin{eqnarray} \int_β^γ f(x) dx &=& \int_β^γ (x^{3}-4x^{2}-8x+8) dx \\ &=& \large\begin{bmatrix}\frac{1}{4}x^{4}-\frac{4}{3}x^{3}-4x^{2}+8x\end{bmatrix}_β^γ \\ &=& \large\begin{pmatrix}\frac{1}{4}γ^{4}-\frac{4}{3}γ^{3}-4γ^{2}+8γ\end{pmatrix}-\large\begin{pmatrix}\frac{1}{4}β^{4}-\frac{4}{3}β^{3}-4β^{2}+8β\end{pmatrix} \\ &=& \frac{1}{4}(γ^{4}-β^{4})-\frac{4}{3}(γ^{3}-β^{3})-4(γ^{2}-β^{2})+8(γ-β) \\ &=& \frac{1}{4}(γ^{2}+β^{2})(γ+β)(γ-β)-\frac{4}{3}(γ-β)(γ^{2}+γβ+β^{2})-4(γ+β)(γ-β) \\ &+&8(γ-β) \end{eqnarray}
上記より、\(\displaystyle {\color{red}{γ^{2}+β^{2}}}=(γ+β)^{2}-2γβ=28\)
よって、
\begin{eqnarray} \int_β^γ f(x) dx &=& \frac{1}{4}(γ^{2}+β^{2})(γ+β)(γ-β)-\frac{4}{3}(γ-β)(γ^{2}+γβ+β^{2})-4(γ+β)(γ-β) \\ &+&8(γ-β) \\ &=& \frac{1}{4}・28・6・2\sqrt{5}-\frac{4}{3}・2\sqrt{5}・(28+4)-4・6・2\sqrt{5}+8・2\sqrt{5} \\ &=& 84\sqrt{5}-\frac{256}{3}\sqrt{5}-48\sqrt{5}+16\sqrt{5} \\ &=& {\color{red}{-\frac{100}{3}\sqrt{5}}}\end{eqnarray}