First Order Homogeneous Differential Equations

drcameron
Messages
4
Reaction score
0

Homework Statement



Find the general solution of the following homogeneous differential equations:

(i) \frac{du}{dx} = \frac{4u-2x}{u+x}
(ii) \frac{du}{dx} = \frac{xu+u^{2}}{x^{2}}

(You may express your solution as a function of u and x together)

Homework Equations



There are no relevant equations to this solution

The Attempt at a Solution



(i) \frac{du}{dx} = 4 - \frac{6x}{u+x}
I could then use the substition y=u+x with dy/dx = du/dx + 1 to give:
\frac{dy}{dx} = 5 - \frac{6x}{y}.
Now I'm really lost as shouldn't the y be on the top or am I missing something really stupid here?

(ii) Similar problem to above - should get it from (i) but a hint would go a long way.
 
Physics news on Phys.org
The usual trick in the homogeneous case it to use the substitution y=u/x. Did you try that? It should make it separable.
 
Many thanks, using a more appropriate substitution helps a lot. The second equation then just fell into place for me as a result.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top