题目
Problem
f ( x ) = ( 4 + 3 x ) 2 x , x > 0 \begin{align*}
f(x)=\frac{(4+3\sqrt{x})^2}{x},
\qquad x>0
\end{align*} f ( x ) = x ( 4 + 3 x ) 2 , x > 0
(a) Find f ′ ( x ) f'(x) f ′ ( x ) , writing the answer in simplest form.
(5)
(b) Hence find an equation of the tangent to the curve y = f ( x ) y=f(x) y = f ( x ) at the point ( 4 , 25 ) (4,25) ( 4 , 25 ) .
Write the answer in the form y = m x + c y=mx+c y = m x + c , where m m m and c c c are constants to be found.
(3)
解答
(a)
解法一
思路
展开
先展开分子,再逐项除以 x x x ,把函数改写成幂函数之和。这样求导会比直接使用商法则更稳。
答题过程
展开
First expand the numerator:
( 4 + 3 x ) 2 = 16 + 24 x + 9 x . \begin{align*}
(4+3\sqrt{x})^2
=&\,16+24\sqrt{x}+9x.
\end{align*} ( 4 + 3 x ) 2 = 16 + 24 x + 9 x .
Hence
f ( x ) = 16 + 24 x + 9 x x = 16 x − 1 + 24 x − 1 / 2 + 9. \begin{align*}
f(x)
=&\,\frac{16+24\sqrt{x}+9x}{x}\\
=&\,16x^{-1}+24x^{-1/2}+9.
\end{align*} f ( x ) = = x 16 + 24 x + 9 x 16 x − 1 + 24 x − 1/2 + 9.
Differentiate term by term:
f ′ ( x ) = − 16 x − 2 + 24 ( − 1 2 ) x − 3 / 2 = − 16 x − 2 − 12 x − 3 / 2 . \begin{align*}
f'(x)
=&\,-16x^{-2}+24\left(-\frac12\right)x^{-3/2}\\
=&\,-16x^{-2}-12x^{-3/2}.
\end{align*} f ′ ( x ) = = − 16 x − 2 + 24 ( − 2 1 ) x − 3/2 − 16 x − 2 − 12 x − 3/2 .
Therefore
f ′ ( x ) = − 16 x 2 − 12 x 3 / 2 . \begin{align*}
f'(x)
=-\frac{16}{x^2}-\frac{12}{x^{3/2}}.
\end{align*} f ′ ( x ) = − x 2 16 − x 3/2 12 .
(b)
解法一
思路
展开
切线斜率就是该点的导数值。因为题目说 hence,所以直接使用 (a) 的 f ′ ( x ) f'(x) f ′ ( x ) ,代入 x = 4 x=4 x = 4 得到斜率,再用点斜式求直线方程。
答题过程
展开
At x = 4 x=4 x = 4 ,
f ′ ( 4 ) = − 16 4 2 − 12 4 3 / 2 = − 1 − 12 8 = − 5 2 . \begin{align*}
f'(4)
=&\,-\frac{16}{4^2}-\frac{12}{4^{3/2}}\\
=&\,-1-\frac{12}{8}\\
=&\,-\frac52.
\end{align*} f ′ ( 4 ) = = = − 4 2 16 − 4 3/2 12 − 1 − 8 12 − 2 5 .
The tangent passes through ( 4 , 25 ) (4,25) ( 4 , 25 ) , so
y − 25 = − 5 2 ( x − 4 ) y = − 5 2 x + 10 + 25 y = − 5 2 x + 35. \begin{align*}
y-25=&\,-\frac52(x-4)\\
y=&\,-\frac52x+10+25\\
y=&\,-\frac52x+35.
\end{align*} y − 25 = y = y = − 2 5 ( x − 4 ) − 2 5 x + 10 + 25 − 2 5 x + 35.