I need to solve an equation of this type
$\left(\frac{dy}{dx}\right)^2+\frac{y^2}{b^2}=a^2$
but I don't know how to start Any help would be welcome, Thanks !
I need to solve an equation of this type
$\left(\frac{dy}{dx}\right)^2+\frac{y^2}{b^2}=a^2$
but I don't know how to start Any help would be welcome, Thanks !
$\left(\dfrac{dy}{dx} \right)^2 = a^2 - \dfrac{y^2}{b^2}$ This gives us $\dfrac{dy}{dx} = \pm\sqrt{a^2 - \dfrac{y^2}{b^2}}$ $\dfrac{dy}{\sqrt{a^2b^2 - y^2}} = \pm\dfrac{dx}b$ Setting $y = ab \cos(t)$, gives us $\dfrac{-ab \sin(t) dt}{ab \sin(t)} = \pm \dfrac{dx}b$ This gives us $dt = \mp \dfrac{dx}b \implies t = \mp \dfrac{x}b + c$ Hence, $y = ab \cos(t) = ab \cos \left(\dfrac{x}b + k\right)$