Find the exact length of the parametric curve: $$x={e^t}+{e^{-t}}, y=5-2t,0\le t \le 3$$ Solution: $$\frac{dx}{dt}=e^t -e^{-t}, \frac{dy}{dt}=-2$$ $$\int_{0}^{3} \sqrt{(e^t-e^{-t})^2+(-2)^2}dt$$ $$= \int_{0}^{3} \sqrt{e^{2t}+e^{-2t}+2}dt$$ Let$$e^{2t}=u, e^{-2t}=\frac{1}{u}$$ and then$$du=2u\ dt$$ Therefore, $$\int \sqrt{u+\frac{1}{u}+2}\left(\frac{1}{2u}\right)du$$ $$=\int \sqrt{\frac{(u+1)^2}{u}}\left(\frac{1}{2u}\right)du$$ $$=\int \frac{u+1}{2u\sqrt u}du$$ $$=\int \frac{1}{2\sqrt u}+\frac{1}{2u\sqrt u}du$$ $$=\left[\sqrt {e^{2t}} - \frac{1}{\sqrt {e^{2t}}}\right]_{0}^{3}$$ $$=e^3-\frac{1}{e^3}-1+1$$ $$=e^3+e^{-3}$$ Is my answer correct?
2026-03-26 17:53:45.1774547625
Find the exact length of the parametric curve: $x={e^t}+{e^{-t}}, y=5-2t,0\le t \le 3$.
677 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint:
It's better to utilize $$e^{2t}+e^{-2t}+2=(e^t+e^{-t})^2$$
and $\displaystyle\dfrac{d(e^{ax})}{dx}=ae^{ex}\implies\int e^{ax}\ dx=\dfrac{e^{ax}}a+K$