- 3,385
- 760
d[itex]^{2}[/itex]u/ds[itex]^{2}[/itex]= cosu[(du/ds)[itex]^{2}[/itex] - k[itex]^{2}[/itex]]
The discussion centers around solving a second-order ordinary differential equation (ODE) of the form d²u/ds² = cos(u)[(du/ds)² - k²]. Participants explore techniques for solving this equation, including the use of quadrature and the transformation of variables.
Participants generally agree on the approach of using quadrature and the substitution of variables, but there is no consensus on the interpretation of "cosu" or the overall feasibility of the proposed methods.
The discussion does not clarify certain assumptions regarding the nature of the function u or the conditions under which the proposed methods apply. The dependence on the interpretation of "cosu" remains unresolved.
lavinia said:d[itex]^{2}[/itex]u/ds[itex]^{2}[/itex]= cosu[(du/ds)[itex]^{2}[/itex] - k[itex]^{2}[/itex]]
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.