1. Find the derivative using the Quotient Rule:
Let $u=e^x, v=1+x^2$. Then $u'=e^x, v'=2x$.
\[ y' = \frac{e^x(1+x^2) - e^x(2x)}{(1+x^2)^2} = \frac{e^x(1+x^2-2x)}{(1+x^2)^2} = \frac{e^x(1-x)^2}{(1+x^2)^2} \]
2. Find the slope at $x=1$:
\[ m = y'(1) = \frac{e^1(1-1)^2}{(1+1^2)^2} = \frac{e(0)^2}{2^2} = 0 \]
3. Use the point-slope form:
A slope of 0 means the tangent line is horizontal. The equation of a horizontal line is $y=c$, where $c$ is the y-coordinate of the point.
The equation is $y = \frac{e}{2}$.