Solve using seperation of variables

Danzilla14
Messages
2
Reaction score
0
Hello everyone how yall durrin!
Solve the following DEs by Seperation of Variables
eliminate natural logarithms and leave your final answer in implicit form

(3x+8)(y^2 +4)dx - 4y(x^2+5x+6)dy=0
by separation of variables i get
(3x+8)dx/(x^2+5x+6)=4ydy/(y^2 +4)
now I am having trouble integrating the left side of the equation, and on the right side i get 2ln|Y^2 +4|
help me pleeeeeease..
preciate it
 
Physics news on Phys.org
Factor and then use method of partial fractions.

\frac{3x+8}{x^2+5x+6} = \frac{A}{x+2} + \frac{B}{x+3}

Take it from there.
 
Thank you very much kind sir!
 
You're welcome. Welcome to PF, by the way.
 
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