Second order differential equation using substitution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Froskoy
Messages
26
Reaction score
0

Homework Statement


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

Homework Equations


Use the substitution [itex]x=\cos\theta[/itex]

The Attempt at a Solution


I started off by listing:

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

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 [itex]\theta[/itex], you need to use the chain rule:
[tex]\frac{dy}{d\theta}= \frac{dy}{dx}\frac{dx}{d\theta}= -sin(\theta)\frac{dy}{dx}[/tex]
Then
[tex]\frac{d^2y}{d\theta^2}[/tex]
[tex]= \frac{d}{d\theta}(\frac{dy}{d\theta})[/tex]
[tex]= \frac{d}{d\theta}(cos(\theta)\frac{dy}{dx}[/tex]
[tex]= -sin(\theta)\frac{dy}{dx}+ cos(\theta)\frac{d}{d\theta}\frac{dy}{dx}[/tex]
[tex]= -sin(\theta)\frac{dy}{dx}+ cos^2(\theta)\frac{d^2y}{dx^2}[/tex]
 
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!