document.write( "Question 1009797: Find an equation of the tangent line to the graph of f(x)=(x^3+1)/(x^2+x+1)
\n" );
document.write( "at the point whose x-coordinate is 1.\r
\n" );
document.write( "\n" );
document.write( "Find the equation of the tangent line to the curve at the point (4,1).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #625329 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "f(x)=(x^3+1)/(x^2+x+1) \n" ); document.write( "f(x) = x^5 + x^4 + x^3 + x^2 + x + 1 \n" ); document.write( "When x = 1 y = 6 \n" ); document.write( "f'(x) = 5x^4 + 4x^3 + 3x^2 + 2x + 1 \n" ); document.write( "f'(1) = 5 + 4 + 3 + 2 + 1 \n" ); document.write( "f'(1) = 15 (gradient of tangent) \n" ); document.write( "Using y - b = m(x - a) \n" ); document.write( "y - 6 = 15(x - 1) \n" ); document.write( "y = 15x - 15 + 6 \n" ); document.write( "y = 15x - 9 \n" ); document.write( ".............. \n" ); document.write( "f'(x) = 5x^4 + 4x^3 + 3x^2 + 2x + 1 \n" ); document.write( "f'(4) = 1593 (Gradient of tangent) \n" ); document.write( "Using y - b = m(x - a) \n" ); document.write( "y - 1 = 1593(x - 4) \n" ); document.write( "y = 1593x - 6372 + 1 \n" ); document.write( "y = 1593 - 6371 \n" ); document.write( ".................. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |