Need help solving the differential equation for the shape of a catenary?

becksftw
Messages
8
Reaction score
0
(Moderator's note: thread moved from "Differential Equations")

The DE is y''=a*sqrt(1+(y')^2)

I have no idea how to go about integrating it, I just started taking diff eq's and haven't taken calc in over a year. Any help would be appreciated, thanks!
 
Last edited by a moderator:
Physics news on Phys.org
becksftw said:
The DE is y''=a*sqrt(1+(y')^2)

I have no idea how to go about integrating it, I just started taking diff eq's and haven't taken calc in over a year. Any help would be appreciated, thanks!

A first step could be to define a new function u := y'

Then rewrite:

u'/sqrt(1+u^2) = a

and then integrate both sides with respect to time or space or whatever variable y depended on.

Torquil
 
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