Finding arc length using integration

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 · 2K views
subzero0137
Messages
91
Reaction score
4
Find the length of the positive arc of the curve [itex]y=cosh^{-1}(x)[/itex] (for which y≥0) between [itex]x=1[/itex] and [itex]x=\sqrt{5}[/itex].
My attempt: [itex]x=cosh(y) → \frac{dx}{dy} = sinh(y) → (\frac{dx}{dy})^{2}=sinh^{2}(y)[/itex], so [itex]ds=dy\sqrt{1+sinh^{2}(y)}[/itex], therefore the arc length is [itex]S=\int_{y=0}^{y=cosh^{-1}(\sqrt{5})} cosh(y) dy= 2[/itex]. Is this right? Even if it is, is there another method of doing it (e.g. parametric equations)?
 
Last edited by a moderator:
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 [itex]y=cosh^{-1}(x)[/itex].
 
subzero0137 said:
Find the length of the positive arc of the curve [itex]y=cosh^{-1}(x)[/itex] (for which y≥0) between [itex]x=1[/itex] and [itex]x=\sqrt{5}[/itex].



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