I'm supposed to use N-R method to find intersection point near $(4,-4)$ of $x^2+y^2=16$ and $e^{1/3x} + (1/5)y =1 .$
So, I equated these two functions, and got $f(x) = 5- (5*\exp(x/3)) + (16- x^2)^{1/2}$ and $f'(x)= (-5/3)*\exp(x/3) - (16-x^2)^{-1/2}$.
As stated in my assignment, I'm supposed to start with point $(4,-4)$ , but as you can see...this would give me $-\infty$ for $f'(x).$ So I can't even go on to the next iteration.
What am I doing wrong?