While trying to compute the line integral along a path K on a function, I need to parametrize my path K in terms of a single variable, let's say this single variable will be $t$. My path is defined by the following ensemble: $$K=\{(x,y)\in(0,\infty)\times[-42,42]|x^2-y^2=1600\}$$ I know how to calculate the line integral, that is not my issue. My problem is to parametrize $x^2-y^2=1600$. I tried using the identities: $$\sin^2(t)+\cos^2(t)=1$$ $$\sec^2(t)-\tan^2(t)=1$$ But I did not get anywhere with my parametrization (see below for my poor try into parametrizing). I would welcome any help/hints and if you happen to know some good reading to learn more about parametrization, I am also interested. $$r(t)=1600\sec^2(t)-1600\tan^2(t)=1600$$ for $$x=40\sec(t) \land y=40\tan(t)$$
2026-03-27 14:02:33.1774620153
On
Parametrization of $x^2-y^2=1600$
234 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
2
On
Notice that $x^2-y^2=(x+y)(x-y)=1600$, therefore you are dealing with a hyperbola with asymptotes $x+y=0$ and $x-y=0$ as shown here:
It is natural to try $x+y=t$, therefore $$ x-y= {1600\over t}. $$ That gives $$ x = {t+ {1600\over t} \over 2} \quad y= {t- {1600\over t} \over 2}. $$ As far as bounds go, $-42\leq y \leq 42$ therefore $$ -84 \leq t- {1600\over t} \leq 84 \rightarrow 16\leq t \leq 100. $$

I think that using trigonometric function is overcomplicating it in this case. You can let $y$ correspond to a parameter $t$, then, since $x$ is given to be positive, we can say that $x$ is the following positive root $$x = \sqrt{1600 + t^2}.$$ Your parameterised curve is subsequently given by: $$\left\{\left(\sqrt{1600 + t^2},t\right): t \in [-42,42]\right\}.$$
Letting $y = 40\sinh(t)$ is also an option, in which case the parameterisation is given by $$\left(40 \cosh(t), 40 \sinh(t) \right).$$ This perhaps looks more appealing although finding the correct bounds on $t$ now involves inverse hyperbolic functions, which I will leave up to you if you are willing to do it.