Find the equation of the tangent line to the curve y x3 X2
Find the equation of the tangent line to the curve y = x^3 - X^2 - 3 at the point on the curve where x = 1.
Solution
Given that
y = x3 - x2 - 3 at the point x = 1
slope m = dy/dx
dy/dx = d/dx( x3 - x2 - 3 )
= d/dx(x3) - d/dx(x2) - d/dx(3)
= 3x2 - 2x - 0 [since,d/dx(xn) = nxn-1 , d/dx(constant) = 0 ]
dy/dx = 3x2 - 2x
dy/dx at x = 1
dy/dx = 3(1)2 - 2(1)
dy/dx = 3 - 2
= 1
Hence,
slope m = 1
Substitute x = 1 in y
y = x3 - x2 - 3
= (1)3 - (1)2 - 3
= 1 - 1 - 3
y = - 3
Therefore,
( x , y ) = ( 1 , -3)
let ( x1 , y1 ) = ( 1 , -3 )
The equation of tangent line is ,
y - y1 = m ( x - x1 )
y - ( -3 ) = 1. ( x - 1 )
y + 3 = x - 1
y = x - 1 - 3
y = x - 4
Therefore,
The equation of tangent is , y = x - 4
