
Kathy M. answered 07/13/17
Tutor
5
(13)
High School Math Teacher 9+years
First you need to find the derivative of your function. This is needed to find the slope of the tangent line.
y = (-6x) / (1-8x) use quotient rule
y' = [ (-6x)' (1-8x) - (6x) (1-8x)' ] / (1-8x)2 = [ -6(1-8x) ] / (1-8x)2 = (-6 + 48x ) / (1-8x)2
Now, substitute x= 0 from the point of tangency into the derivative/slope function:
slope at (0,0) = m = (-6 + 48(0) ) / (1 - 8(0) )2 = -6 / 1 = -6
Last, substitute slope m = -6 and point (0,0) into point-slope form of a linear equation y - y0 = m( x - x0 ):
y - 0 = -6( x - 0)
y = -6x is the equation of the tangent line
Check: graph your original function & tangent equation in the same window and you'll see them touching