Finding arc length using integration

subzero0137
Messages
91
Reaction score
4
Find the length of the positive arc of the curve y=cosh^{-1}(x) (for which y≥0) between x=1 and x=\sqrt{5}.
My attempt: x=cosh(y) → \frac{dx}{dy} = sinh(y) → (\frac{dx}{dy})^{2}=sinh^{2}(y), so ds=dy\sqrt{1+sinh^{2}(y)}, therefore the arc length is S=\int_{y=0}^{y=cosh^{-1}(\sqrt{5})} cosh(y) dy= 2. Is this right? Even if it is, is there another method of doing it (e.g. parametric equations)?
 
Last edited by a moderator:
Physics news on Phys.org
No you have to integrate between 1 and sqrt(5).
 
dirk_mec1 said:
No you have to integrate between 1 and sqrt(5).

But those are the x limits. If I want to integrate with respect to dy, I need y limits. I could've used dy/dx instead of dx/dy, but I don't know how to differentiate y=cosh^{-1}(x).
 
subzero0137 said:
Find the length of the positive arc of the curve y=cosh^{-1}(x) (for which y≥0) between x=1 and x=\sqrt{5}.



My attempt: x=cosh(y) → \frac{dx}{dy} = sinh(y) → (\frac{dx}{dy})^{2}=sinh^{2}(y), so ds=dy\sqrt{1+sinh^{2}(y)}, therefore the arc length is S=\int_{y=0}^{y=cosh^{-1}(\sqrt{5})} cosh(y) dy= 2. Is this right? Even if it is, is there another method of doing it (e.g. parametric equations)?
Looks fine to me.
 
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