Find the Tangent and Normal line to the given curve. 9x^3 - y^3 = 1 at (1,2)
Tangent will have a slope of
Normal will have a slope of
Let's confirm that it does pass through (1 , 2)
9 - 8 = 1
1 = 1
Confirmed
Derive implicitly
Point-slope form: y - k = m * (x - h), where m = slope and (h , k) is a point on the line.
Tangent: m = , (1 , 2)
y - 2 = ( ) * (x - 1)
Normal: m = - , (1 , 2)
y - 2 = (- ) * (x - 1)
Comments