One way of solving this is using calculus: derivatives.
We have [tex]y = \frac{x}{1 + x^{2}} [/tex]. Let's take this as a function of x.
So,
[tex]f(x) = \frac{x}{1 + x^{2}} [/tex].
Now, we find it's derivative: f'(x). To do this, we use the quotient rule. The derivative [ f'(x) ] basically gives us the slope of the tangent line at a point x.
[tex]f'(x) = \frac{1*(1 + x^{2}) - (2x *x)}{ (1 + x^{2} )^{2} } = \frac{1 + x^{2} - 2 x^{2} }{ (1 + x^{2} )^{2} } = \frac{1 - x^{2} }{ (1 + x^{2} )^{2} }[/tex]
Now, we evaluate the derivative at the point x = 2 to find the slope of the tangent line at that point.
[tex]f'(2) = \frac{1- 2^{2} }{ (1 + 2^{2} )^{2} } = \frac{1-4}{ (5 )^{2} } = \frac{-3}{25} = -0.12 [/tex]
Now, we have the slope and the x and y co-ordinates; thus, we can use the point slope form to find the equation of the tangent line at the point (2,0.40).
[tex]y - (0.4) = ( -0.12) *(x-2)
[/tex]
[tex]y -0.4 = -0.12x + 0.24[/tex]
[tex]y = -0.12x + 0.28[/tex]
That's the equation.