Normally it is easier to differential the equation that has only one variable but I am stuck with this equation that has two variables of different degree. $x^3+3y^2-6xy=0,$
The answer was mentioned as $3x^2 + 6yy′ − 6y − 6xy′ = 0$ which I quite do not understand.
When I use wolfarm it gives me reuslt such as the one below which just adds more confusion: $\frac {d}{dx}(x^3 - 6 y x + 3 y^2) = 3 (x^2 - 2 y)\\ \frac {d}{dy}(x^3 - 6 y x + 3 y^2) = 6 y - 6 x$
Could anyone please explain clear method of finding the point tangent to x-axis by explaining the differentiation of equation above?

Think of $y$ not as a variable, but as a function of $x$.
We might not know how do describe that function (yet) nonetheless it is a function and its derivative is $y'$
$x^3+3y^2−6xy$ becomes a composition of functions.
$(x^3+3y^2−6xy) = 0\\ \frac {d}{dx}(x^3+3y^2−6xy) = \frac {d}{dx} 0 = 0\\ \frac {d}{dx}(x^3+3y^2−6xy) = \frac {d}{dx}x^3+\frac {d}{dx}3y^2−\frac {d}{dx}6xy = 0$
Lets look at each term separately.
We will apply the power rules, product rules, and chain rules step by step to each term as we go.
The first term is easy. $\frac {d}{dx}x^3 = 3x^2$
$\frac {d}{dx}3y^2$ we apply the chain rule $\frac {d}{dx} f(y(x)) = \frac {df}{dy}\frac{dy}{dx}$
$\frac {d}{dx}3y^2 = 6yy'$
Same again for $-\frac {d}{dx}6xy,$ first the product rule then the chain rule
$-\frac {d}{dx}6xy = -6y - 6xy'$
now when you have:
$3x^2+6yy'−6y - 6xy' = 0$
It is common to collect the $y'$ terms on one side of the equation, and then express $y'$ as a function of $x$ and $y.$
$6yy' - 6x y' = -3x^2 + 6y\\ y' = \frac {-x^2 + 2y}{2(y-x)}$
Regarding the Wolfram-Alpha answers, don't worry that the answers don't tie out. Wolfram is applying a different sort of operation. It is applying "partial differentiation" which you probably have not learned yet. Under partial differentiation, $y$ is treated truly as a variable and $y$ is assumed to be independent from $x.$