I received this questions to solve but I hook at a certain stage.
The equation of a curve is $4y²=x²(2-x²)$. Determine the equation of the tangent at the origin and show that the angle between these tangents is $\tan^{-1}(2\sqrt{2})$.
Now, I find the derivative using implicit differentiation and I got $dy/dx=x(1-x)/2y$
after finding that, I input the values of $x$ and $y$ at the origin but the answer I got is indeterminate. I feel unsatisfied with that Thus, since the gradient is indeterminate. How I can show that an angle exist. Pls help
You may proceed several ways. Here is one approach.
First note that your curve is symmetrical about both the $x$ and $y$ axes.
Solving for the curve's components in the upper half-plane (quadrants I and II), we get
$$y=\frac{1}{2}\sqrt{x^2(2-x^2)}$$
Differentiating gives $y'=\frac{1}{4\sqrt{x^2(2-x^2)}}(x^2(-2x)+2x(2-x^2))$, i.e.
$$y'=\frac{x(1-x^2)}{\sqrt{x^2(2-x^2)}}$$
Now when $x\to0^{+}$ we see $y'\to\frac{1}{\sqrt{2}}$, while when $x\to0^{-}$ we see $y'\to-\frac{1}{\sqrt{2}}$. (Here I use the fact that $\sqrt{x^2}=|x|$, which is $x$ when $x>0$ and $-x$ when $x<0$.)
By the curve's symmetry, we conclude the "tangents" at the origin have slopes $\pm\frac{1}{\sqrt{2}}$. I assume you can take it from here.
Added. Here's another approach, using your strategy of implicit differentiation.
Differentiating implicitly gives
$$8yy'=x^2(-2x)+2x(2-x^2)\implies y'=\frac{4x-4x^3}{8y}=\frac{x(1-x^\color{red}{2})}{2y}$$
So you're missing an exponent of $2$.
Now just consider the limit of $y'$ as we approach the origin along the curve $y=\frac{1}{2}\sqrt{x^2(2-x^2)}$:
$$\lim_{x\to0}\frac{x(1-x)}{\sqrt{x^2(2-x^2)}}$$
This gives the same result above: the left-sided limit is $-\frac{1}{\sqrt{2}}$ and the right-sided limit is $\frac{1}{\sqrt{2}}$.