MHB How to Solve This ODE with Substitution?

  • Thread starter Thread starter jasonmcc
  • Start date Start date
  • Tags Tags
    Ode Separable
jasonmcc
Messages
10
Reaction score
0
I haven't done ODEs in a while nor have a book handing.

How do I tackle an equation of the form
\[
2xyy'=-x^2-y^2
\]
I tried polar but that didn't seem to work.
 
Physics news on Phys.org
Re: separable or not separable ODE

wmccunes said:
I haven't done ODEs in a while nor have a book handing.

How do I tackle an equation of the form
\[
2xyy'=-x^2-y^2
\]
I tried polar but that didn't seem to work.

With simple steps Yoy arrive to write...

$\displaystyle (x^{2} + y^{2})\ dx + 2\ x\ y\ d y =0\ (1)$ ... and the expression (1) is an 'exact differential'... Kind regards $\chi$ $\sigma$
 
Re: separable or not separable ODE

Another approach would be to write the ODE as:

$$\frac{dy}{dx}=-\frac{1}{2}\left(\frac{x}{y}+\frac{y}{x} \right)$$

and use the substitution:

$$v=\frac{y}{x}$$
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top