题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
A curve has equation y=f(x), x>0.
Given that
- f′(x)=2x+x28+k, where k is a constant
- the equation of the tangent to the curve at x=2 is y=5x−32
(a) find the exact value of k.
(2)
(b) Find an equation of the normal to the curve at x=2.
(2)
(c) Find f(x), writing your answer in simplest form.
(4)
解答
(a)
解法一
思路
展开
切线方程 y=5x−32 的斜率是 5。所以在 x=2 时,f′(x)=5,代入即可求 k。
答题过程
展开
Since the tangent has gradient 5,
f′(2)=5.
So
22+(2)28+k=22+4+k=k=551−22.
(b)
解法一
思路
展开
法线斜率是切线斜率的负倒数,所以斜率为 −51。先用切线方程求出切点坐标,再写法线方程。
答题过程
展开
At x=2, the y coordinate is
y==52−3222.
So the point is
(2,22).
The gradient of the normal is
−51.
Thus
y−22=y=y=−51(x−2)−51x+512+22−51x+5112.
(c)
解法一
思路
展开
把 (a) 的 k 代入后积分,再用切点 (2,22) 求积分常数。
答题过程
展开
Using
k=1−22,
we have
f′(x)=2x+8x−2+1−22.
Integrating,
f(x)==x2−8x−1+(1−22)x+cx2−x8+(1−22)x+c.
Use the point (2,22):
22===(2)2−28+(1−22)2+c2−42+2−4+c−2−32+c.
So
c=2+52.
Therefore
f(x)=x2−x8+(1−22)x+2+52.