I was reading about curvature of a curve but I didn't understand it.
I'm looking for an easy definition and also I want to know is there any general formula for finding curvature of the all curves ?
Note : I looked at Wolfram Math Wolrd: Curvature but It was really hard to me

In the plane curvature is rate of change of slope angle or rotation of tangent $\phi $ w.r.t. arc $s$, $ \tan \phi = \dfrac{dy}{dx},$ where $ ds^2= dx^2+dy^2$
This is all that is important by way of definition. Physically it is rate at which a curve turns, the rest is just manipulation:
Curvature
$$ = \frac{d\phi}{ds}= = \frac{d\tan^{-1} \frac{dy}{dx}}{ds}=\frac{d\tan^{-1} {y^{\prime}}}{\dfrac{dx\cdot ds}{dx}} =\frac{y''/(1+y'^2)}{\sec\phi } $$
But
$$ \sec \phi = \sqrt{1+y'^2}$$
Plug in, curvature general formula /differential relation in rectangular coordinates becomes
$$\frac{y''}{ (1+y'^2)^{\frac32}} \tag1 $$
It is constant for a circle. $k=1 $ for circle, else for ellipse $ k=b/a $
$$ y = k \sqrt{a^2-x^2} $$
$$ y^{'} = k \frac{-x} {\sqrt{a^2-x^2}} $$
$$ y^{''} = k \frac{-a^2} {({a^2-x^2})^\frac32} $$
Can you now use formula (1)?
Or if you choose $x=0,~$ it simplifies to $ \dfrac{b}{a^2}$.