How long is a piece of sinosoidal string?

  • Thread starter Thread starter benjyk
  • Start date Start date
  • Tags Tags
    String
benjyk
Messages
10
Reaction score
0
I am trying to calculate the arc length of a sine wave.

Using s=\int_{}^{}\sqrt[]{1 + {(\frac{dy}{dx})}^{2}}dx

if y = sinx, dy/dx = cosx

So the integral simplyfies to s=\int_{}^{}\sqrt[]{1 + {cos}^{2}(x)}dx

However I do not know any integration technique (ie. substitution, by parts, etc..) with which I can calculate this integral analytically.

If you can think of any other way of going about this, any help would be greatly appreciated.

Benjy
 
Physics news on Phys.org
Mathematica calls this function EllipticE (performing the integral from 0 to 2п gives 4\sqrt{2}\mathtt{EllipticE}(1/2) \approx 7.6404), so I doubt there is a more elementary answer (like \pi/2 or \operatorname{arcsinh}(-1)).
 
Right, there is no elementary answer
 
I have to admit I am a little disappointed. I thought there might be a way of performing the integral by pure analytical means.
But thank you very much for your responses.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top