3

I need to find a and b that would make the hyperbola $\frac{x^2}{a^2}-\frac{y^2}{b^2}=1$ congruent to the rectangular hyperbola $xy=1$.

I know that the answer is $a=b=\sqrt{2}$, and I've found some answers that prove it (using polar coordinates), however, I haven't found anything on the process of how to actually find a and b. Furthermore, we haven't gone over polar coordinates yet so I need an answer that doesn't involve that.

I've been searching for over an hour both on here and other websites and I can't seem to find what I'm looking for.

R.Bair
  • 95
  • 2
    Defn: Two hyperbola's are congruent if they have the same eccentricity. Think you can finish the proof from here? – Anon Mar 31 '21 at 05:42
  • We haven’t learned eccentricity but I just looked it up and I believe I could finish from here. Thank you so much! – R.Bair Mar 31 '21 at 05:50
  • 1
    @Kaind: Two hyperbolas (or, in general, conics) are similar if they have the same eccentricity. Congruence is a metric property, so it also requires an equality of corresponding lengths (eg, the hyperbolas' major axes). – Blue Mar 31 '21 at 15:52
  • 1
    I can't believe I made that mistake. Yes same eccentricity $\Rightarrow$ similarity. And same eccentricity + equal major axis length $\Rightarrow$ congruency. – Anon Mar 31 '21 at 16:08

4 Answers4

2

You should know that a hyperbola $H_1$ with equation $xy=1$ has the coordinate axes as asymptotes. Hence its asymptotes are perpendicular.

A hyperbola $H_2$ with equation ${x^2\over a^2}-{y^2\over b^2}=1$ has two asymptotes with slopes $\pm{b\over a}$. They are perpendicular only if $a=b$.

To find the value of $a$, take for instance a vertex $V_1=(1,1)$ in $H_1$: its coordinates are the distances of $V$ from the asymptotes. The corresponding point in $H_2$ is $V_2=(a,0)$ and its distances from the asymptotes (which are lines $y=\pm x$) are both $a/\sqrt2$. A comparison with $V_1$ gives $a/\sqrt2=1$, i.e. $a=\sqrt2$.

Intelligenti pauca
  • 50,470
  • 4
  • 42
  • 77
0

Rotate the x-y coordinate system CW by $45^\circ$ to x'-y' system, we have the following transformation equations:

\begin{align} x=\frac{x'-y'}{\sqrt 2}, y=\frac{x'+y'}{\sqrt 2} \end{align}

Thus,

\begin{align} x y=(\frac{x'+y'}{\sqrt 2})(\frac{x'-y'}{\sqrt 2})= (\frac{x'^2}{\sqrt 2^2})-(\frac{y'^2}{\sqrt 2^2})=1, a=b=\sqrt 2 \end{align}

enter image description here

Star Bright
  • 2,338
0

Put $y=0$. Its x- axis tendency/ behavior is noted to be different. So without some transformation there may be no direct congruence.

By rotation of $x-,y-$ axes it is noted that quadratic term coefficients and ( same exponents 2) can be compared. Axes rotation is by $45^{\circ}$

$$ x\to (x_1-y_1)/ \sqrt 2 \; ; y \to (x_1+y_1)/ \sqrt 2 ;$$

Plug into the second relation

$$\dfrac{x_1^2}{2}-\dfrac{y_1^2}{2}=1 $$

Compare coefficients of given ellipse equation ( drop suffixes for rotated axes)

$$\dfrac{x^2}{a^2}-\dfrac{y^2}{b^2}=1 $$

to get the answer.

Narasimham
  • 40,495
0

Note that the hyperbola $xy=1$ is symmetric with respect to the line $y=x$, which indicates that its vertexes are $(\pm 1,\pm 1)$ and its major semi-axis is $\sqrt{1^2 + 1^2}=\sqrt2$. Moreover, the $x$- and $y$-axes are its asymptotes, implying a square hyperbola. Thus, $a=b =\sqrt2$.

Quanto
  • 97,352