题目
Problem
The curve with equation y=f(x), x>0, passes through the point P(4,−2).
Given that
dxdy=3xx−10x−1/2,
(a) find the equation of the tangent to the curve at P, writing your answer in the form y=mx+c, where m and c are integers to be found.
(4)
(b) Find f(x).
(5)
解答
(a)
解法一
思路
展开
切线斜率是 dxdy 在 x=4 时的值。再用点 P(4,−2) 写直线。
答题过程
展开
At x=4,
dxdy===3(4)4−10(4)−1/224−519.
So
y+2=y=19(x−4)19x−78.
(b)
解法一
思路
展开
把导函数写成指数形式后积分,再用 P(4,−2) 求常数。
答题过程
展开
dxdy=3x3/2−10x−1/2.
Integrating,
f(x)==3⋅5/2x5/2−10⋅1/2x1/2+c56x5/2−20x1/2+c.
Use f(4)=−2:
−2===56(4)5/2−20(4)1/2+c5192−40+c−58+c.
Hence
c=−52.
Therefore
f(x)=56x5/2−20x−52.