Differential Equations: Find all solutions of these equations

ballajr
Messages
8
Reaction score
0

Homework Statement



1) y' + ycos(t) = 0
2) y' - 2yt = 0
3) y'tan(t) + ysec2(t) = 0

4) Let p(x) be an arbitrary polynomial function. Note that the following is a polynomial
solution to y" = p(x) + y:

y = -p - p" - p(4) - p(6) - ... - p(n)

where n is the smallest positive even integer such that p(n+1) is the zero polynomial.
Prove that the following differential equation has a polynomial solution:

y''' = p(x) + 2y


Homework Equations





The Attempt at a Solution



1) First, I tried moving the ycos(t) to the right, but I don't know where to go from there.
y' = ycos(t)

2) I moved 2ty to the right. Integrated it.
y' = 2ty

3) This one is just a beast. I was never good at trigonometry. I moved the ysec^2t over to the right and canceled out the trig functions to get down to this:
y' = ysec(t)

I don't know where to go from here.

4) I don't even know how to go about doing this problem.
 
Physics news on Phys.org
All three of them can be solved by separation of variables. That is if we have a diff. eq of the form:

\frac{dy}{dt}=H(y,t)

we say it is a separable diff. eq. if H(y,t)=\frac{f(t)}{g(y)}.

Try to do simmilar stuff with your particular functions. You've got the first step right for the 1st: moving ycos(t) to the other side(be careful of the sign though). what next? also good job with the 2nd.
 
Oh okay. There's going to be more than one solution for all three of those right? My teacher likes to trick us like that. The second one i haven't solved yet. The fourth one is a bit confusing. I need some help with that.
 
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