psholtz
- 133
- 0
Homework Statement
Make the following change of variables:
x = r \cos \theta
y = r \sin \theta
and integrate the following equation:
(xy'-y)^2 = a(1+y'^2)\sqrt{x^2+y^2}
The Attempt at a Solution
First it's worth noting that the equation x^2+y^2=a^2 (even without changing variables) is solution for the above differential equation.
Now, making the substitution of variables, I'm able to reduce the equation down to:
\left(\frac{dr}{d\theta}\right)^2 = \frac{r^2(r-a)}{a}
Looking at this equation, we see that if we take either r=0, or else r=a, then we get:
\frac{dr}{d\theta} = 0
r(\theta) = K
which, indeed, fitting w/ the "boundary condition" r=0 or r=a, gives us a consistent solution.
My question is: is this the "correct" way to solve the equation? Just by looking at the equation and making a "guess" that happens to work? Or is there a more "formal" way to take the equation:
\frac{dr}{r\sqrt{r-a}} = \pm\frac{d\theta}{a}
and "derive" the "correct" solution?