Differential equation problems

antiflag403
Messages
45
Reaction score
0
Differential equation problems...

Hey everyone,
Having some problems with these differential equations. If someone could point me in the right direction I would be really grateful.
1) dy/dx=(5x+12y)/3x with initial conditions y(1)=5.
I know this is a seperable equation but I'm not sure of the correct algebra to separate them. Do I make it 5x/3x +12y/3x and then work from there??
2) dx/dt+3x=cos(2t) x(0)=-1
I know this one is a first order linear differential equation so it must be in the form dx/dt+p(x)y=q(x) and then you take e^(integral)p(x) and so on. I'm not sure what to do since there is no p(x) (or is it just 3? integral being 3x). I tried that but I have trouble with the integration by parts that results.
If anyone could give me some advice or point me in the right direction that would be great.
Thanks
 
Physics news on Phys.org
antiflag403 said:
Hey everyone,
Having some problems with these differential equations. If someone could point me in the right direction I would be really grateful.
1) dy/dx=(5x+12y)/3x with initial conditions y(1)=5.
I know this is a seperable equation but I'm not sure of the correct algebra to separate them. Do I make it 5x/3x +12y/3x and then work from there??
Then you do not know what a "separable" equation is! How would you propose to "separate" x and y?

2) dx/dt+3x=cos(2t) x(0)=-1
I know this one is a first order linear differential equation so it must be in the form dx/dt+p(x)y=q(x) and then you take e^(integral)p(x) and so on. I'm not sure what to do since there is no p(x) (or is it just 3? integral being 3x). I tried that but I have trouble with the integration by parts that results.
If anyone could give me some advice or point me in the right direction that would be great.
Thanks
No, it's not of the form dx/dt+ p(x)y= q(x)! It is of the form
dx/dt+ p(t)x= q(t). And then, Yes, p(t)= 3.
\int e^{3t}cos(2t)dt requires integration by parts twice and then think!
 
well if the first one is not seperable then I don't know of a way to solve it. Could you give me a hint. Thanks for the help by the way.
 
Here's some help for the 1st differential equation...

Some algebraic manipulation will give you the expression

\frac{dy}{dx} - \frac{4}{x} y = \frac{5}{3}

Do you know how to solve it now?

All the best!
 
The first is, in fact, separable, if you make a change of variables:
\frac{dy}{dx}=\frac{5x+12y}{3x}=\frac{5}{3}+4\frac{y}{x}=f(\frac{y}{x})

Introduce the variable:
u=\frac{y}{x}\to\frac{du}{dx}=\frac{\frac{dy}{dx}-u}{x}\to\frac{1}{(f(u)-u)}\frac{du}{dx}=\frac{1}{x}

In this case, of course, we have: \frac{dy}{dx}=f(u)=\frac{5}{3}+4u
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top