Given $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$ what is $y’_x$?
I’ve gone back and forth on this and I thought I could perhaps use the implicit function theorem, but then again is there a need to? I have the answer options but can’t seem to get to them so I must be doing something wrong. Not sure if it’s from the algebra or my approach.
You have ${x^2 \over a^2}+ {y^2 \over b^2} = 1$, hence $y = \pm b \sqrt{1-{x^2 \over a^2}}$.
We can define two functions $y_-(x) = - b \sqrt{1-{x^2 \over a^2}}$, $y_+(x) = b \sqrt{1-{x^2 \over a^2}}$ defined on $[-a,a]$ and differentiable on $(a,-a)$, with
$y_-'(x) = {xb \over a^2} {1 \over \sqrt{1-{x^2 \over a^2}}} = -{b^2 \over a^2} {x \over y_-(x)}$, $y_+'(x) = -{xb \over a^2} {1 \over \sqrt{1-{x^2 \over a^2}}} = = -{b^2 \over a^2} {x \over y_+(x)}$.