Finding integrading factor for differential equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
19 replies · 2K views
Lily@pie
Messages
108
Reaction score
0

Homework Statement


The differential equation:

(1-y2) dx + (1-x2) dy = 0

the integrating factor is of the form μ(x,y) = f(xy). Find f

2. The attempt at a solution

I have tried many times to get a function of (xy) such that the LHS of the differential equation to be exact.

I have tried the integrating factor 1/[(1-y^2)(1-x^2)] and it works... but it is definitely not a function of the term (xy)...

Any hints on how should I find it? Or is there any formal way to find it?
 
Physics news on Phys.org
That is actually the part where I am stuck. The differential equation will be a partial differential equation right? But I hv not learned that before... Or it is the same as the ordinary differential equation?
 
My(x,y)=Nx(x,y)

fy(x,y)(1-y2)-2yf(xy) = fx(x,y)(1-x2)-2xf(x,y)

Is the above correct? As I don't know how to continue from here onwards.
 
will ∂f/∂x be (df/du)y?
 
fy(x,y)(1-y2)-2yf(xy) = fx(x,y)(1-x2)-2xf(x,y)

f'(xy)(x-xy2)-2yf(xy) =f'(xy)(y-x2y)-2xf(x,y)

f'(xy)+[itex]\frac{2x-2y}{x-xy^{2}-y+x^{2}y}[/itex]f(xy)=0

Is this the ODE that I need to solve to find f(xy)? It feels like I'm getting something but I don't know how to start :bugeye:
 
Oh, so i get

f'(xy) + [itex]\frac{2}{1+xy}[/itex]f(xy)=0


So I'll get f(xy)=[itex]\frac{1}{(1+xy)^{2}}[/itex]

YAY! Then I found the integrating factor...

Thanks A LOT!
 
For my own practice, I tried to solve the differential equation

(1-y[itex]^{2}[/itex]) dx + (1-x[itex]^{2}[/itex]) dy = 0

And the solution I got is

[itex]\frac{y^{2}-1}{y(1+xy)}[/itex]+[itex]\frac{1}{y}[/itex]=D
where D is some arbitrary constant

Is this correct?
 
Hi Lily@pie! :smile:
Lily@pie said:
[itex]\frac{y^{2}-1}{y(1+xy)}[/itex]+[itex]\frac{1}{y}[/itex]=D
where D is some arbitrary constant

(I can see how you got it, but it only works for the dx, not the dy :redface:)

nooo …

the solution obviously is going to be symmetric in x and y …

so what's the simplest symmetric numerator you can think of? :wink:
 
tiny-tim said:
(I can see how you got it, but it only works for the dx, not the dy :redface:)

What do u mean by it only works for the dx and not dy?

tiny-tim said:
the solution obviously is going to be symmetric in x and y …

so what's the simplest symmetric numerator you can think of? :wink:

What do u mean by symmetric numerator? y=x?
 
No, that's not what "symmetric in x and y" means. It means that if you were to swap "x" and "y" you would get exactly the same formula. For example, both [itex]x^3+ y^3[/itex] and [itex]x^2+ 3xy+ y^2[/itex] is "symmetric in x and y". [itex]x^3+ y^2[/itex] and [itex]x^2+ 3x+ y^2[/itex] are not.
 
Ohhh... so the simplest one will be something like x+y?

But i still don't understand what does it mean by the solution only works for dx and not dy...