I have an application where I need to determine the curvature of a superellipse at various points along the curve, where the Cartesian form of the superellipse is defined as: $$\frac{x^n}{a^n}+\frac{y^n}{b^n}=1$$ For an ellipse, the Cartesian equation for the curvature $\kappa$ is easy to find:
$$\kappa= \frac{1}{a^2b^2}\left(\frac{x^2}{a^4}+\frac{y^2}{b^4}\right)^{-{\frac32}}$$ but I have searched and searched and cannot find the Cartesian equation for superellipse curvature.
Could someone point me to a site that has this information?