Solving 2nd Order ODE: du/ds & k^2

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 · 3K views
Messages
3,385
Reaction score
760
d[itex]^{2}[/itex]u/ds[itex]^{2}[/itex]= cosu[(du/ds)[itex]^{2}[/itex] - k[itex]^{2}[/itex]]
 
Physics news on Phys.org
"cosu" is cos(u)? Since the independent variable, s, does not appear explicitely in that equation you can use a technique called "quadrature".

Let v= du/ds so that [itex]d^2u/ds^2=dv/ds[/itex] but, by the chain rule, dv/ds= (dv/du)(du/ds)= v(dv/du) so your equation becomes [itex]v dv/du= cos(u)(v^2+ k^2)[/itex]

That's a separable first order equation. Once you have solved it for v, integrate to find u.
 
lavinia said:
d[itex]^{2}[/itex]u/ds[itex]^{2}[/itex]= cosu[(du/ds)[itex]^{2}[/itex] - k[itex]^{2}[/itex]]

That lends itself to interpretation:

[tex]\frac{d^2 u}{ds^2}=\cos(u(v))\biggr|_{v=(u')^2-k^2}[/tex]

that's doable right?
 
Last edited:
HallsofIvy said:
"cosu" is cos(u)? Since the independent variable, s, does not appear explicitely in that equation you can use a technique called "quadrature".

Let v= du/ds so that [itex]d^2u/ds^2=dv/ds[/itex] but, by the chain rule, dv/ds= (dv/du)(du/ds)= v(dv/du) so your equation becomes [itex]v dv/du= cos(u)(v^2+ k^2)[/itex]

That's a separable first order equation. Once you have solved it for v, integrate to find u.

thanks - pretty cool