What Is the Solution Approach for the Given Differential Equation?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 2K views
AdrianZ
Messages
318
Reaction score
0

Homework Statement


(xy+2xyln^2y+ylny)dx + (2x^2lny + x)dy = 0


The Attempt at a Solution



well, I've tried my best to solve it and I've filled almost two papers trying to solve it with introducing new variables and substituting and then plugging them in but It hasn't gotten solved yet. any ideas would be appreciated.
 
Physics news on Phys.org
Try to turn it into an exact differential equation?
 
I've tried my best to do that already. Do you know any integrating factors or substitutions to turn it into an exact differential equation?
 
Divide through by dx?

You would be looking for an integrating factor if it was a first-order linear ODE, I think.
 
I checked the answers at the end of the book and it gives a hint to take xlny=t. the final answer should be 2x^2 + (2xlny+1)^2 = c and x=0.

any ideas?
 
Is the equation:

[tex] (x \, y + 2 \, x \, y \, \ln^{2}{<br /> (y)} + y \, \ln{(y)} ) \, dx + (2 x^{2} \, \ln{(y)} +x ) \, dy = 0[/tex]
 
AdrianZ said:
I checked the answers at the end of the book and it gives a hint to take xlny=t. the final answer should be 2x^2 + (2xlny+1)^2 = c

If this is the general solution, then differentiating it, gives:
[tex] 4 x \, dx + 2 (2 \, x \, \ln{y} + 1) \, 2 \left( \ln{y} \, dx + \frac{x}{y} \, dy \right) = 0[/tex]
and now the arbitrary constant [itex]C[/itex] is gone. Canceling a common factor of 4 and multiplying by [itex]y[/itex] to get rid of the fractions, we get:
[tex] x \, y \, dx + (2 \, x \, \ln{y} + 1) (y \, \ln{y} \, dx + x \, dy) = 0[/tex]

Multiply out and collect the terms in front of [itex]dx[/itex] and [itex]d y[/itex] to see if you get the same equation as you quoted.