
Nitin P. answered 06/25/20
Machine Learning Engineer - UC Berkeley CS+Math Grad
The equation of the tangent line to F at the point (3,3) is:
y = F'(3)(x - 3) + 3
So, we need to find F'(3). Using the quotient rule, we have:
F'(x) = [13(4 + x2) - 13x(2x)]/(4 + x2)2 = (-13x2 + 52)/(x2 + 4)2
Plugging in x = 3, we have:
F'(3) = (-13(9) + 52)/132 = (-117 + 52)/169 = -65/169
Therefore, the equation of the tangent line is:
y = (-65/169)(x - 3) + 3