Given $$(x ^ 2 + y ^ 2 - 3 ) ^ 3 = ( x y ) ^ 3 -x ^ 2 - y ^ 2$$
How do you find the tangent line at point $(1, 1)$ on the curve above?
I'm having trouble with this because I'm always ending up with a very long equation when I try to simplify its first derivative :c
As first derivative I have $$x(x3y^3-2) = 6x(x^2+y^2-3)^2$$
I have tried to solve this for $y$ so I can insert $x=1$ into the equation to determine the slope at $x$ which is needed for the tangent line.. buuut I haven't found any way to solve that for $y$ because the more I try to solve / simplify, the longer and more complicated the equation gets.
Maybe there is another way to do this without taking the derivative? :/
Let $y'(1,1)=m$.
Thus, after taking derivative of the both sides we obtain: $$3(-1)^2(2+2m)=3\cdot1^2(1+m)-2-2m,$$ which gives $$m=-1$$ and $$y=-x+2.$$