Nonlinear Differential Equation solving help please

thejakeisalie
Messages
2
Reaction score
0

Homework Statement


Consider the following differential equation:
x^{2}\frac{dy}{dx}=x^{2}-xy+y^{2}
State whether this equation is linear or nonlinear and find all it's solutions

Homework Equations


I think that the Bernoulli differential equation is relevant, but I'm not sure:
y'+P(x)y=Q(x)y^{n}

The Attempt at a Solution


Ok, so this is really a past exam question, and I've been struggling to remember the method & can't find it anywhere in my notes.

First, I tried to rearrange into something similar to the Bernoulli equation, so I could solve using the method from the wikipedia article (wikipedia dot org slash)wiki/Bernoulli_differential_equation.

The rearrangement I got is

\frac{y'}{y^{2}}-\frac{1}{y^{2}}+\frac{1}{xy}=\frac{1}{x^{2}}

and then I'd use the substitution w=1/y, w'=(-1/y^2)y' but I'm not sure what to do about that pesky -1/y2 in the middle. If someone could point me towards the right method to sovle this, I'd be very greatful.

N.B. The course I'm on doesn't cover nonlinear DE's very much, and the only ones that we do have exact solutions. So this should have an exact solution.
 
Last edited:
Physics news on Phys.org
Edit. Yes you can use Bernoulli's Equation since you have the y^2

$$
y'+\frac{1}{x}y=1+\frac{y^2}{x^2}
$$
 
Last edited:
Hmm...

I might be neglecting something that makes this more difficult, but wouldn't a basic "z(x)=y/x" substitution work?

I mean, if you divide the original equation with x², you get

\frac{dy}{dx} = 1 - \frac{y}{x} + \frac{y^2}{x^2}

I haven't studied DEs that much and have never had to use anything fancy like the Bernoulli differential equation, but from what I can tell, z=y/x seems obvious here. The DE that follows after the substitution is easy to solve, unless I made a mistake somewhere.
 
Dustinsfl said:
Edit. Yes you can use Bernoulli's Equation since you have the y^2

$$
y'+\frac{1}{x}y=1+\frac{y^2}{x^2}
$$

That's what I thought, but dividing

1+\frac{y^{2}}{x^{2}}

by y2 doesn't yield something of the form Q(x), it leaves

\frac{1}{y^{2}}+\frac{1}{x^{2}}

Unless I'm approaching that method entirely wrong, which I may well be, I don't see how I can use the w'=\frac{-1}{y^{2}}y' substitution to then solve it.
 
Last edited:
I am sorry you have a Riccatis Equation.

Take a look at how to solve this equation and then give it a try.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top