SOLUTION: Find an equation of the tangent line to the graph of the equation at the given point. x^2 + x arctan y = y − 1, (-π/4,1)

Algebra ->  Coordinate-system -> SOLUTION: Find an equation of the tangent line to the graph of the equation at the given point. x^2 + x arctan y = y − 1, (-π/4,1)       Log On


   



Question 1022763: Find an equation of the tangent line to the graph of the equation at the given point. x^2 + x arctan y = y − 1, (-π/4,1)

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
x^2 + x*atan(y) = y − 1
----
Differentiate implicitly
2xdx + dx*atan(y) + (x*1/(1 + y^2))dy = dy
(2x + atan(y))dx = (1 - (x/(1 + y^2))dy = (1 + y^2 - x)*dy/(1 + y^2)
dy/dx = (2x + atan(y))*(1 + y^2)/(1 + y^2 - x)
------
@ (-pi/4,1): = (-pi/2 + pi/4)*(1 + 1)/(1 + 1 + pi/4)
slope = (-pi/2)/(pi/4 + 2)
----
y - 1 = ((-pi/2)/(pi/4 + 2))*(x + pi/4)