Second order differential equation using substitution

Froskoy
Messages
26
Reaction score
0

Homework Statement


\sin\theta\frac{d^2y}{d\theta^2}-\cos\theta\frac{dy}{d\theta}+2y\sin^3\theta=0

Homework Equations


Use the substitution x=\cos\theta

The Attempt at a Solution


I started off by listing:

<br /> x=\cos\theta\\<br /> <br /> \frac{dx}{d\theta}=-\sin\theta\\<br /> <br /> \frac{d^2x}{d\theta^2}=-\cos\theta\\<br />

But don't know whether this helps, or where to go next. Could someone please give me a hint at how to approach this, I'd prefer not to have a full solution, but really am desperate for a starting point!

With very many thanks,

Froskoy.
 
Physics news on Phys.org
Since you are differentiating with respect to \theta, you need to use the chain rule:
\frac{dy}{d\theta}= \frac{dy}{dx}\frac{dx}{d\theta}= -sin(\theta)\frac{dy}{dx}
Then
\frac{d^2y}{d\theta^2}
= \frac{d}{d\theta}(\frac{dy}{d\theta})
= \frac{d}{d\theta}(cos(\theta)\frac{dy}{dx}
= -sin(\theta)\frac{dy}{dx}+ cos(\theta)\frac{d}{d\theta}\frac{dy}{dx}
= -sin(\theta)\frac{dy}{dx}+ cos^2(\theta)\frac{d^2y}{dx^2}
 
Last edited by a moderator:
Thanks very much! Have got it now!
 
Hi! I was wondering why
d/dθ (dy/dθ ) does not =d/dθ (-sin(θ) dy/dx)?

Also, once you have the relevant expressions how do you solve the differential equation? Do you have to form the auxilliary equation? I tried to do that but it doesn't work out nicely.

Thanks!
 
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