First order differentials equations

phospho
Messages
250
Reaction score
0
Using z = y/x to transform the given homogeneous differential equation into a differential equation in z and x. By first solving the transformed equation, find the general solution of the original equation, giving y in terms of x.

z = \frac{y}{x} \rightarrow y = xz \rightarrow \frac{dy}{dx} = x\frac{dz}{dx} + z
x\dfrac{dz}{dx} + z = \dfrac{x^3 + 4y^3}{3xy^2}
x\dfrac{dz}{dx} + z = \dfrac{x^3 + 4z^3x^3}{3xz^2x^2}
\dfrac{d}{dx}(xz) = \dfrac{1 + 4z^3}{3z^2}
xz = \displaystyle\int (\dfrac{1 + 4z^3}{3z^2} )
xz = \frac{-1}{3z} + \frac{2}{3}z^2 + c
subbing z = y/x
x = \frac{-x^2}{3y^2} + \frac{2y}{3x} + \frac{cx}{y}

How do I rearrange from y from here? I just can't seem to do it :\
 
Last edited:
Physics news on Phys.org
phospho said:
Using z = y/x to transform the given homogeneous differential equation into a differential equation in z and x. By first solving the transformed equation, find the general solution of the original equation, giving y in terms of x.

z = \frac{y}{x} \rightarrow y = xz \rightarrow \frac{dy}{dx} = x\frac{dz}{dx} + z
x\dfrac{dz}{dx} + z = \dfrac{x^3 + 4y^3}{3xy^2}
x\dfrac{dz}{dx} + z = \dfrac{x^3 + 4z^3x^3}{3xz^2x^2}
In the next step, instead of writing the left side as d/dx(xz), subtract z from both sides. Then you will have ## x \frac{dz}{dx}## on one side and whatever you get on the right side. At this point you can separate the equation so that one side has all the stuff involving x and dx, and the other has all the stuff involving z and dz.
phospho said:
\dfrac{d}{dx}(xz) = \dfrac{1 + 4z^3}{3z^2}
The step below is flaky. What is the variable of integration - dx or dz?
phospho said:
xz = \displaystyle\int (\dfrac{1 + 4z^3}{3z^2} )
xz = \frac{-1}{3z} + \frac{2}{3}z^2 + c
subbing z = y/x
x = \frac{-x^2}{3y^2} + \frac{2y}{3x} + \frac{cx}{y}

How do I rearrange from y from here? I just can't seem to do it :\
 
Mark44 said:
In the next step, instead of writing the left side as d/dx(xz), subtract z from both sides. Then you will have ## x \frac{dz}{dx}## on one side and whatever you get on the right side. At this point you can separate the equation so that one side has all the stuff involving x and dx, and the other has all the stuff involving z and dz.
The step below is flaky. What is the variable of integration - dx or dz?

I seem to get the right answer by separating the variables as you mentioned.

The variable of integration is dz (wont let me edit now...), is there an error in my original method?
 
phospho said:
I seem to get the right answer by separating the variables as you mentioned.

The variable of integration is dz (wont let me edit now...), is there an error in my original method?
It doesn't seem right time.

Starting from this step:
$$ d/dx(xz) = \frac{1 + 4z^3}{3z^2}$$

What you're saying is that the derivative of xz with respect to x is <stuff on right side>, so xz must be the antiderivative of <stuff on right side> with respect to x. You can't just stick a dz in there out of nowhere.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top