apm said:Specify all lines through the point (1,5) and tangent to the curve
f(x) = 3x^3+ x + 4
try this for a start
f'(x) = 9x^2 + 1
sub in x= 1
f'(x) = 10
ie the slope of the line is 10
y=mx + b where m = 10 and using (1,5)
5= 10 (1) + b
b= - 5
then
y= 10x - 5