The equation
\(x^3 + y^3 = 3xy\) represents a curve called the
folium of Descartes (βfoliumβ is Latin for βleafβ). Notice that
\(x\) and
\(y\) are mixed together, so this is an implicit equation. It is technically possible to solve for
\(y\) in this formula, however this requires advanced techniques, and the explicit expression is very complicated, making the derivative tedious to compute. Instead, using implicit differentiation, take the derivative of both sides,
\begin{align*}
\frac{d}{dx} \brac{x^3 + y^3} \amp = \frac{d}{dx}(3xy)\\
3x^2 + 3y^2 \cdot y' \amp = 3xy' + 3y
\end{align*}
Then, solving for
\(y'\text{,}\)
\begin{align*}
3y^2 y' - 3xy' \amp = 3y - 3x^2\\
(3y^2 - 3x) y' \amp = 3y - 3x^2\\
y' \amp = \frac{3y - 3x^2}{3y^2 - 3x}\\
y' \amp = \frac{y - x^2}{y^2 - x}
\end{align*}
Then, for example, for the point
\((1,2)\) on the curve (you can verify that
\((1,2)\) is indeed on the curve, by plugging it into the equation
\(x^3 + y^3 = 3xy\text{,}\) and verifying that both sides are equal),
\begin{gather*}
y' = \frac{2 - 1^2}{2^2 - 1} = \frac{1}{3}
\end{gather*}
Then, the equation of the tangent line at
\((1,2)\) is,
\begin{gather*}
y - 2 = \frac{1}{3}(x-1)
\end{gather*}
We can also consider where on this curve has a horizontal tangent line. This occurs when
\(y' = 0\text{,}\) or,
\begin{align*}
\frac{y - x^2}{y^2 - x} \amp = 0
\end{align*}
This occurs when the numerator is equal to 0, or
\(y - x^2 = 0\text{,}\) or
\(y = x^2\text{.}\) This doesnβt give a particular point, but instead a relationship between
\(x\) and
\(y\text{.}\) Combining this with the original curve equation, this forms like a system of equations,
\begin{align*}
\begin{cases} y - x^2 = 0 \amp \text{for $y' = 0$} \\ x^3 + y^3 = 3xy \amp \text{for the point to be on the curve} \end{cases}
\end{align*}
Then, solving this will give us the points where the tangent line is horizontal.
\begin{align*}
x^3 + (x^2)^3 \amp = 3x (x^2)\\
x^3 + x^6 \amp = 3x^3\\
x^6 - 2x^3 \amp = 0\\
x^3(x^3 - 2) \amp = 0\\
x = 0 \qquad \amp x = \sqrt[3]{2}
\end{align*}
Then, substituting back into the equation
\(y = x^2\text{,}\) we get
\(y = 0\) and
\(y = \sqrt[3]{4}\text{.}\) Therefore, there is a horizontal tangent at
\((0,0)\) and
\((\sqrt[3]{2}, \sqrt[3]{4})\text{.}\)