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