Solving Difficult Differential Equations

In summary, someone mentioned that the Lambert W function can be found using substitution and that it resembles the function v(x).
  • #1
ShayanJ
Insights Author
Gold Member
2,810
605
Could somebody help me to solve this really tough differential equations?

[tex] \left( {x}{y} \sqrt{{x}^{2} - {y}^{2}}+{x} \right){y'}={y}-{x}^{2} \sqrt{{x}^{2}-{y}^{2}}[/tex]

Another tough one.I tried MATLAB which gave me sth about lambertW function which I haven't heard about before.Is there an easier answer?

[tex] \left( {x}^{2}-{y} \right){y'}+{x}=0 [/tex]

thanks
 
Physics news on Phys.org
  • #2
really it's tough enough to confuse my mind!
somebody answer these 2 questions please
Thanks
 
  • #3
I didn't think these two are this hard that I don't get the answer after writing this thread.
These are just two exersises of a textbook on O.D.E.s
You don't have even a little tip?
 
  • #4
Ok... first of all, one should not post textbook exercises in this section. Anyway, i will show how the lambertW funtion appears from the second DE:

[tex](x^2-y)y'+x=0[/tex]

Using the substituition:

[tex]u=x^2-y[/tex]

we get:

[tex]y=x^2-u[/tex] and [tex]y'=2x-u'[/tex].

So, the DE becomes:

[tex]u(2x-u')+x=0[/tex]

Isolating u', we get:

[tex]u'=\frac{(2u+1)x}{u}[/tex]

Writing u' as du/dx and separating the variables:

[tex]\left[ \frac{u}{2u+1} \right] du = x dx[/tex]

Integrating both sides gives:

[tex]\int \frac{u du}{2u+1} = \frac{x^2}{2}+c[/tex]

The substituition v=2u+1 is useful, and gives:

[tex]\int \frac{1}{4} \left[ 1-\frac{1}{v} \right] dv = \frac{x^2}{2}+c[/tex]

Which, integrated, leads to:

[tex] v - ln(v)=2x^2+4c[/tex]

Ok... now we have to isolate v in this equation. And this is where the lambertW function appears. The http://en.wikipedia.org/wiki/Lambert_W_function" function W(x) is defined as the function that satisfies this equation:

[tex]x=W(x)e^{W(x)}[/tex]

Taking logarithms, we get:

[tex]ln(x) = ln[W(x)] + W(x)[/tex]

And this resembles very much the function v (which is actually v(x)) we got when solving the DE. I can't say that v(x)=W(x) because we have the - sign instead the + sign. Anyway, I am pretty sure the function v(x) is related to the lambertW function, as you mentioned that MATLAB gave it as a possible solution.

I didnt try to solve the first equation. But probably there is some substituition like the one i did that can make it a bit easier to solve.
 
Last edited by a moderator:
  • #5


I understand the frustration that comes with solving difficult differential equations. These types of equations can be challenging and may require advanced mathematical techniques. I would recommend seeking help from a mathematician or a colleague who specializes in solving differential equations. They may be able to provide insights or offer alternative methods for solving these equations. Additionally, there are numerous resources available online, such as forums and tutorials, that can provide step-by-step guidance on solving differential equations. It is also worth considering using specialized software or programming languages, such as MATLAB, to tackle these equations. However, it is important to note that some equations may not have an easy or straightforward solution, and it may require a combination of approaches to solve them. Don't give up and keep exploring different methods until you find a solution.
 

FAQ: Solving Difficult Differential Equations

What are differential equations?

Differential equations are mathematical equations that describe the relationship between a function and its derivatives. They involve variables and their rates of change, and are commonly used to model real-world phenomena in fields such as physics, engineering, and economics.

Why are some differential equations considered difficult to solve?

Some differential equations are difficult to solve because they involve complex functions and multiple variables, making it challenging to find a closed-form analytical solution. Additionally, many real-world problems require the use of non-linear differential equations, which can be more difficult to solve than linear equations.

What are some common techniques for solving difficult differential equations?

There are several techniques for solving difficult differential equations, including separation of variables, variation of parameters, and series solutions. Other methods such as Laplace transforms, numerical approximation, and computer simulations may also be used depending on the specific problem at hand.

How do you know if your solution to a differential equation is correct?

If you have solved a differential equation using a specific method, you can check the validity of your solution by plugging it back into the original equation and ensuring that it satisfies all of the conditions and constraints. It is also helpful to verify your solution using multiple methods or by comparing it to known solutions for similar problems.

Are there any tips for approaching difficult differential equations?

When faced with a particularly challenging differential equation, it can be helpful to break it down into smaller, simpler parts and solve each part separately. Additionally, it is important to carefully analyze the problem and its boundary conditions and choose the most appropriate method or combination of methods for solving it. Finally, it is always helpful to practice and familiarize yourself with various techniques for solving differential equations.

Back
Top