题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
A curve C has equation y=f(x), x>0.
A point P lies on C.
Given that
- f′(x)=4x2+x26−4
- the equation of the tangent to C at P is y=10x−63
(a) (i) verify that 3 is a possible x coordinate of P,
(ii) find, using algebra, the other possible x coordinate of P.
(6)
Given that the x coordinate of P is 3
(b) find an equation of the normal to C at P.
(2)
(c) Find f(x), writing your answer in simplest form.
You must show each stage of your working.
(4)
解答
(a)
解法一
思路
展开
切线斜率是 10,所以可能的 x 坐标满足 f′(x)=10。先代入 x=3 验证,再解方程找另一个正的 x 值。
答题过程
展开
The gradient of the tangent is 10.
For x=3,
f′(3)===4(3)2+(3)26−412+2−410
This is equal to the gradient of the tangent, so 3 is a possible x coordinate of P.
For the other possible coordinate, solve
4x2+x26−4=10
Then
4x2+x26=4x4+6=2x4−7x2+3=1414x20
Factorise:
(2x2−1)(x2−3)=0
So
x2=21orx2=3
Since x>0, the possible x coordinates are
x=21orx=3
Therefore the other possible x coordinate is
22
(b)
解法一
思路
展开
切线斜率是 10,所以法线斜率是 −101。点 P 的 y 坐标可由切线方程代入 x=3 得到。
答题过程
展开
When x=3, using the tangent equation,
y==103−6343
So
P=(3,43)
The gradient of the normal is
−101
Therefore the normal is
y−43=−101(x−3)
(c)
解法一
思路
展开
对 f′(x) 积分得到 f(x),再用点 P(3,43) 求积分常数。
答题过程
展开
Since
f′(x)=4x2+6x−2−4,
integrating gives
f(x)==34x3−6x−1−4x+C34x3−x6−4x+C
Using P(3,43),
43===34(3)3−36−43+C43−23−43+C−23+C
So
C=63
Therefore
f(x)=34x3−x6−4x+63