题目
Problem
The curve C has equation y=f(x), x>0.
Given that
- C passes through the point P(8,2)
- f′(x)=3x232+3−23x
(a) find the equation of the tangent to C at P. Write your answer in the form y=mx+c, where m and c are constants to be found.
(3)
(b) Find, in simplest form, f(x).
(5)
解答
(a)
解法一
思路
展开
切线斜率是 f′(8)。求出斜率后,用点 P(8,2) 写直线方程。
答题过程
展开
f′(8)====3(8)232+3−23819232+3−2(2)61−1−65.
Using P(8,2),
y−2=y=y=−65(x−8)−65x+320+2−65x+326.
(b)
解法一
思路
展开
已知导函数,要求原函数,所以积分。积分后用 P(8,2) 求常数。
答题过程
展开
Write f′(x) using indices:
f′(x)=332x−2+3−2x1/3.
Integrate:
f(x)===∫(332x−2+3−2x1/3)dx332⋅−1x−1+3x−2⋅4/3x4/3+c−332x−1+3x−23x4/3+c.
Use P(8,2):
2===−332(8)−1+3(8)−23(8)4/3+c−34+24−23(16)+c−34+c.
Thus
c=310.
Therefore
f(x)=−3x32+3x−23x4/3+310.