Problem 1: Basic Homogeneous Equation
Solve $(x + y)\,dx - x\,dy = 0$, $y(1) = 0$.
A first-order DE is homogeneous if it can be written as $\dfrac{dy}{dx} = F\!\left(\dfrac{y}{x}\right)$. Use the substitution $v = \dfrac{y}{x}$, so $y = vx$ and:
This converts the equation into a separable DE in $v$ and $x$.
Steps:
Solve $(x + y)\,dx - x\,dy = 0$, $y(1) = 0$.
Solve $(y^2 - xy)\,dx + x^2\,dy = 0$, $y(1) = 1$.
Solve $x\,dy - y\,dx = \sqrt{x^2 + y^2}\,dx$, $y(1) = 0$.
Solve $\dfrac{dy}{dx} = \dfrac{x + y}{x - y}$, $y(1) = 0$. Express the answer in implicit form.