Intuition The big picture
A rectangular hyperbola is a hyperbola whose two asymptotes are perpendicular to each other.
The standard hyperbola x 2 a 2 − y 2 b 2 = 1 \frac{x^2}{a^2}-\frac{y^2}{b^2}=1 a 2 x 2 − b 2 y 2 = 1 becomes rectangular when a = b a=b a = b , giving x 2 − y 2 = a 2 x^2-y^2=a^2 x 2 − y 2 = a 2 .
If we rotate the axes by 45 ∘ 45^\circ 4 5 ∘ so that the axes lie along the asymptotes, this equation collapses into the beautifully simple form x y = c 2 xy=c^2 x y = c 2 .
So x y = c 2 xy=c^2 x y = c 2 is the same curve as x 2 − y 2 = a 2 x^2-y^2=a^2 x 2 − y 2 = a 2 , just seen from a tilted (asymptote-aligned) viewpoint.
Definition Rectangular hyperbola
A hyperbola with equal semi-axes (a = b a=b a = b ) is called rectangular (or equilateral ). Its eccentricity is e = 2 e=\sqrt{2} e = 2 and its asymptotes y = ± x y=\pm x y = ± x are perpendicular.
Derivation (from first principles — rotate the axes).
Start with x 2 − y 2 = a 2 x^2-y^2=a^2 x 2 − y 2 = a 2 . Rotate the coordinate axes by 45 ∘ 45^\circ 4 5 ∘ . A point ( X , Y ) (X,Y) ( X , Y ) in the new frame relates to old ( x , y ) (x,y) ( x , y ) by:
x = X cos 45 ∘ − Y sin 45 ∘ = X − Y 2 , y = X sin 45 ∘ + Y cos 45 ∘ = X + Y 2 x = X\cos45^\circ - Y\sin45^\circ = \frac{X-Y}{\sqrt2},\qquad y = X\sin45^\circ + Y\cos45^\circ = \frac{X+Y}{\sqrt2} x = X cos 4 5 ∘ − Y sin 4 5 ∘ = 2 X − Y , y = X sin 4 5 ∘ + Y cos 4 5 ∘ = 2 X + Y
Why this step? Rotation preserves distances/the shape; we only relabel the same points in turned axes.
Substitute:
x 2 − y 2 = ( X − Y ) 2 2 − ( X + Y ) 2 2 = − 4 X Y 2 = − 2 X Y x^2-y^2 = \frac{(X-Y)^2}{2}-\frac{(X+Y)^2}{2} = \frac{-4XY}{2} = -2XY x 2 − y 2 = 2 ( X − Y ) 2 − 2 ( X + Y ) 2 = 2 − 4 X Y = − 2 X Y
So − 2 X Y = a 2 -2XY=a^2 − 2 X Y = a 2 , i.e. X Y = − a 2 2 XY = -\tfrac{a^2}{2} X Y = − 2 a 2 . Renaming X Y = x ′ y ′ XY=x'y' X Y = x ′ y ′ and choosing the sign / labels so the branches sit in quadrants I & III:
x y = c 2 , c 2 = a 2 2 \boxed{xy=c^2,\qquad c^2=\frac{a^2}{2}} x y = c 2 , c 2 = 2 a 2
Why this step? It shows x y = c 2 xy=c^2 x y = c 2 is not a new curve — it's x 2 − y 2 = a 2 x^2-y^2=a^2 x 2 − y 2 = a 2 with axes chosen along the asymptotes (x = 0 x=0 x = 0 and y = 0 y=0 y = 0 are now the asymptotes).
Intuition Why parametrize?
On x y = c 2 xy=c^2 x y = c 2 , if x = c t x=ct x = c t then y = c 2 / x = c / t y=c^2/x = c/t y = c 2 / x = c / t . One number t t t names every point. This kills algebra in tangent/chord problems.
Slope at a point (derive tangent).
Differentiate x y = c 2 xy=c^2 x y = c 2 implicitly: y + x d y d x = 0 ⇒ d y d x = − y x y + x\frac{dy}{dx}=0 \Rightarrow \dfrac{dy}{dx}=-\dfrac{y}{x} y + x d x d y = 0 ⇒ d x d y = − x y .
At ( c t , c / t ) (ct,c/t) ( c t , c / t ) : slope = − c / t c t = − 1 t 2 =-\dfrac{c/t}{ct}=-\dfrac{1}{t^2} = − c t c / t = − t 2 1 .
Tangent equation (point-slope):
y − c t = − 1 t 2 ( x − c t ) y-\frac{c}{t} = -\frac{1}{t^2}(x-ct) y − t c = − t 2 1 ( x − c t )
Multiply by t 2 t^2 t 2 : t 2 y − c t = − x + c t ⇒ x + t 2 y = 2 c t t^2 y - ct = -x + ct \Rightarrow x + t^2y = 2ct t 2 y − c t = − x + c t ⇒ x + t 2 y = 2 c t , i.e.
x t + t y = 2 c \boxed{\frac{x}{t}+ty = 2c} t x + t y = 2 c
Why this step? Dividing by t t t gives the memorable symmetric form.
Normal equation (slope = + t 2 =+t^2 = + t 2 , the negative reciprocal):
y − c t = t 2 ( x − c t ) ⇒ x t 3 − y t − c t 4 + c = 0 y-\frac{c}{t}=t^2(x-ct)\ \Rightarrow\ \boxed{xt^3 - yt - ct^4 + c = 0} y − t c = t 2 ( x − c t ) ⇒ x t 3 − y t − c t 4 + c = 0
Worked example 1) Tangent at
t = 2 t=2 t = 2 for x y = 9 xy=9 x y = 9
Here c 2 = 9 ⇒ c = 3 c^2=9\Rightarrow c=3 c 2 = 9 ⇒ c = 3 . Point: ( c t , c / t ) = ( 6 , 1.5 ) (ct,c/t)=(6,\ 1.5) ( c t , c / t ) = ( 6 , 1.5 ) .
Tangent: x t + t y = 2 c ⇒ x 2 + 2 y = 6 ⇒ x + 4 y = 12. \frac{x}{t}+ty=2c \Rightarrow \frac{x}{2}+2y=6 \Rightarrow x+4y=12. t x + t y = 2 c ⇒ 2 x + 2 y = 6 ⇒ x + 4 y = 12.
Why this step? Plug c = 3 , t = 2 c=3,t=2 c = 3 , t = 2 straight into the derived form — no re-derivation needed.
Check point on it: 6 + 4 ( 1.5 ) = 12 6+4(1.5)=12 6 + 4 ( 1.5 ) = 12 ✓.
Worked example 2) Point of intersection of tangents at
t 1 , t 2 t_1,t_2 t 1 , t 2
Tangents: x t 1 + t 1 y = 2 c \frac{x}{t_1}+t_1y=2c t 1 x + t 1 y = 2 c and x t 2 + t 2 y = 2 c \frac{x}{t_2}+t_2y=2c t 2 x + t 2 y = 2 c .
Subtract: x ( 1 t 1 − 1 t 2 ) + y ( t 1 − t 2 ) = 0 x\left(\frac1{t_1}-\frac1{t_2}\right)+y(t_1-t_2)=0 x ( t 1 1 − t 2 1 ) + y ( t 1 − t 2 ) = 0 .
Since 1 t 1 − 1 t 2 = t 2 − t 1 t 1 t 2 \frac1{t_1}-\frac1{t_2}=\frac{t_2-t_1}{t_1t_2} t 1 1 − t 2 1 = t 1 t 2 t 2 − t 1 , we get − x t 1 t 2 + y = 0 ⇒ x = t 1 t 2 y -\frac{x}{t_1t_2}+y=0\Rightarrow x=t_1t_2\,y − t 1 t 2 x + y = 0 ⇒ x = t 1 t 2 y .
Substitute back: t 1 t 2 y t 1 + t 1 y = 2 c ⇒ y ( t 2 + t 1 ) = 2 c ⇒ y = 2 c t 1 + t 2 \frac{t_1t_2y}{t_1}+t_1y=2c\Rightarrow y(t_2+t_1)=2c\Rightarrow y=\frac{2c}{t_1+t_2} t 1 t 1 t 2 y + t 1 y = 2 c ⇒ y ( t 2 + t 1 ) = 2 c ⇒ y = t 1 + t 2 2 c .
( 2 c t 1 t 2 t 1 + t 2 , 2 c t 1 + t 2 ) \boxed{\left(\frac{2ct_1t_2}{t_1+t_2},\ \frac{2c}{t_1+t_2}\right)} ( t 1 + t 2 2 c t 1 t 2 , t 1 + t 2 2 c )
Why this step? Elegant symmetric answer used constantly in JEE chord problems.
Worked example 3) Chord joining
t 1 , t 2 t_1,t_2 t 1 , t 2
Points ( c t 1 , c / t 1 ) , ( c t 2 , c / t 2 ) (ct_1,c/t_1),(ct_2,c/t_2) ( c t 1 , c / t 1 ) , ( c t 2 , c / t 2 ) . Slope = c / t 1 − c / t 2 c t 1 − c t 2 = ( t 2 − t 1 ) / ( t 1 t 2 ) t 1 − t 2 = − 1 t 1 t 2 =\dfrac{c/t_1-c/t_2}{ct_1-ct_2}=\dfrac{(t_2-t_1)/(t_1t_2)}{t_1-t_2}=-\dfrac{1}{t_1t_2} = c t 1 − c t 2 c / t 1 − c / t 2 = t 1 − t 2 ( t 2 − t 1 ) / ( t 1 t 2 ) = − t 1 t 2 1 .
Chord: y − c t 1 = − 1 t 1 t 2 ( x − c t 1 ) y-\frac{c}{t_1}=-\frac1{t_1t_2}(x-ct_1) y − t 1 c = − t 1 t 2 1 ( x − c t 1 ) , tidy to
x + t 1 t 2 y = c ( t 1 + t 2 ) \boxed{x + t_1t_2\,y = c(t_1+t_2)} x + t 1 t 2 y = c ( t 1 + t 2 )
Why this step? Setting t 1 = t 2 = t t_1=t_2=t t 1 = t 2 = t recovers the tangent x + t 2 y = 2 c t x+t^2y=2ct x + t 2 y = 2 c t — a self-check!
Worked example 4) Rectangle property (area constant)
From any point ( c t , c / t ) (ct,c/t) ( c t , c / t ) drop perpendiculars to the asymptotes (axes). The rectangle has sides ∣ c t ∣ |ct| ∣ c t ∣ and ∣ c / t ∣ |c/t| ∣ c / t ∣ , so area = c t ⋅ c t = c 2 =ct\cdot\frac{c}{t}=c^2 = c t ⋅ t c = c 2 : constant, independent of t t t .
Why this matters: This is the geometric reason the curve is x y = c 2 xy=c^2 x y = c 2 .
Common mistake Steel-man the common errors
(a) "x y = c 2 xy=c^2 x y = c 2 has vertical/horizontal transverse axis."
Why it feels right: every standard hyperbola we saw had a horizontal or vertical axis. Fix: Here the axis is the line y = x y=x y = x ; the coordinate axes are the asymptotes , not the axes of the curve.
(b) Slope of tangent taken as + 1 / t 2 +1/t^2 + 1/ t 2 .
Why it feels right: people forget the minus in d y / d x = − y / x dy/dx=-y/x d y / d x = − y / x . Fix: y y y and x x x have the same sign on each branch, so the slope is negative = − 1 / t 2 =-1/t^2 = − 1/ t 2 ; the normal is + t 2 +t^2 + t 2 .
(c) Using x a 2 \frac{x}{a^2} a 2 x -style tangent formulas.
Why it feels right: muscle memory from ellipse/standard hyperbola. Fix: x y = c 2 xy=c^2 x y = c 2 needs its own x t + t y = 2 c \frac{x}{t}+ty=2c t x + t y = 2 c .
Recall Feynman: explain to a 12-year-old
Imagine two perfectly straight roads that cross at right angles (the x and y axes). Now draw a curve that hugs both roads but never touches them, in two opposite corners. Wherever you stand on the curve, the box you make back to the two roads always has the same area — that fixed area is c 2 c^2 c 2 . That "same-area rule" is the curve x y = c 2 xy=c^2 x y = c 2 . It's actually the ordinary hyperbola, just looked at with your head tilted 45°.
Mnemonic Remember the tangent
"Divide the point-index, add — equals two-c."
x t + t y = 2 c \dfrac{x}{t}+ty=2c t x + t y = 2 c : put 1 t \frac1t t 1 on x x x , t t t on y y y , RHS is 2 c 2c 2 c . Normal? Flip the signs of the reciprocals into cubes: x t 3 − y t = c ( t 4 − 1 ) xt^3-yt=c(t^4-1) x t 3 − y t = c ( t 4 − 1 ) .
What makes a hyperbola "rectangular"? Its asymptotes are perpendicular (equivalently
a = b a=b a = b ,
e = 2 e=\sqrt2 e = 2 ).
Eccentricity of a rectangular hyperbola? Standard form of rectangular hyperbola referred to its asymptotes? Parametric point on x y = c 2 xy=c^2 x y = c 2 ? ( c t , c / t ) (ct,\ c/t) ( c t , c / t ) .
d y / d x dy/dx d y / d x for x y = c 2 xy=c^2 x y = c 2 ?− y / x -y/x − y / x ; at
( c t , c / t ) (ct,c/t) ( c t , c / t ) it is
− 1 / t 2 -1/t^2 − 1/ t 2 .
Tangent to x y = c 2 xy=c^2 x y = c 2 at parameter t t t ? x t + t y = 2 c \dfrac{x}{t}+ty=2c t x + t y = 2 c .
Normal to x y = c 2 xy=c^2 x y = c 2 at t t t ? x t 3 − y t = c ( t 4 − 1 ) xt^3 - yt = c(t^4-1) x t 3 − y t = c ( t 4 − 1 ) .
Chord joining t 1 , t 2 t_1,t_2 t 1 , t 2 on x y = c 2 xy=c^2 x y = c 2 ? x + t 1 t 2 y = c ( t 1 + t 2 ) x+t_1t_2\,y=c(t_1+t_2) x + t 1 t 2 y = c ( t 1 + t 2 ) .
Intersection of tangents at t 1 , t 2 t_1,t_2 t 1 , t 2 ? ( 2 c t 1 t 2 t 1 + t 2 , 2 c t 1 + t 2 ) \left(\dfrac{2ct_1t_2}{t_1+t_2},\ \dfrac{2c}{t_1+t_2}\right) ( t 1 + t 2 2 c t 1 t 2 , t 1 + t 2 2 c ) .
Constant-area property of x y = c 2 xy=c^2 x y = c 2 ? Rectangle from any point to the axes has area
c 2 c^2 c 2 .
Vertices of x y = c 2 xy=c^2 x y = c 2 ? ( c , c ) (c,c) ( c , c ) and
( − c , − c ) (-c,-c) ( − c , − c ) on line
y = x y=x y = x .
x 2 − y 2 = a 2 x^2-y^2=a^2 x 2 − y 2 = a 2 relates to x y = c 2 xy=c^2 x y = c 2 how?Rotate axes
45 ∘ 45^\circ 4 5 ∘ ; then
c 2 = a 2 / 2 c^2=a^2/2 c 2 = a 2 /2 .
Hyperbola standard form — x y = c 2 xy=c^2 x y = c 2 is the a = b a=b a = b special case rotated 45 ∘ 45^\circ 4 5 ∘ .
Rotation of axes — the tool that converts x 2 − y 2 = a 2 → x y = c 2 x^2-y^2=a^2 \to xy=c^2 x 2 − y 2 = a 2 → x y = c 2 .
Asymptotes of a hyperbola — here they become the coordinate axes.
Tangent and Normal to conics — parametric method shown above.
Eccentricity — why e = 2 e=\sqrt2 e = 2 for equilateral hyperbolas.
Reciprocal function y=1/x — the graph y = c 2 / x y=c^2/x y = c 2 / x is exactly this curve.
Standard hyperbola x2/a2 - y2/b2 = 1
Rectangular hyperbola a=b
Asymptotes x=0 and y=0 perpendicular
Slope dy/dx = -y/x = -1/t2
Normal xt3 - yt - ct4 + c = 0
Intuition Hinglish mein samjho
Dekho, rectangular hyperbola matlab aisa hyperbola jiske dono asymptotes ek dusre ke perpendicular hote hain. Standard hyperbola x 2 a 2 − y 2 b 2 = 1 \frac{x^2}{a^2}-\frac{y^2}{b^2}=1 a 2 x 2 − b 2 y 2 = 1 me jab a = b a=b a = b ho jaye, to woh x 2 − y 2 = a 2 x^2-y^2=a^2 x 2 − y 2 = a 2 ban jata hai — yahi equilateral/rectangular hyperbola hai, jiski eccentricity hamesha e = 2 e=\sqrt2 e = 2 hoti hai.
Ab magic ye hai: agar hum axes ko 45 ∘ 45^\circ 4 5 ∘ ghuma dein (rotation of axes) taaki naye axes asymptotes ke upar aa jaayein, to same curve ka equation simple ho ke x y = c 2 xy=c^2 x y = c 2 ban jata hai, jahan c 2 = a 2 / 2 c^2=a^2/2 c 2 = a 2 /2 . Yaani x y = c 2 xy=c^2 x y = c 2 koi naya curve nahi — wahi hyperbola hai, bas tilted nazar se dekha gaya. Isi wajah se iske asymptotes seedhe x-axis aur y-axis ban jaate hain, aur transverse axis line y = x y=x y = x ho jati hai.
Sabse kaam ki cheez hai parametric point ( c t , c / t ) (ct, c/t) ( c t , c / t ) — ek hi variable t t t se poora curve cover ho jata hai. Isse tangent nikalta hai x t + t y = 2 c \frac{x}{t}+ty=2c t x + t y = 2 c (slope − 1 / t 2 -1/t^2 − 1/ t 2 , minus zaroor lagana, warna galti ho jayegi), normal x t 3 − y t = c ( t 4 − 1 ) xt^3-yt=c(t^4-1) x t 3 − y t = c ( t 4 − 1 ) , aur chord joining t 1 , t 2 t_1,t_2 t 1 , t 2 nikalta hai x + t 1 t 2 y = c ( t 1 + t 2 ) x+t_1t_2y=c(t_1+t_2) x + t 1 t 2 y = c ( t 1 + t 2 ) . Yaad rakho: chord me t 1 = t 2 t_1=t_2 t 1 = t 2 daal do to tangent wapas mil jata hai — ye self-check hai.
Geometric feel: curve ke kisi bhi point se dono axes tak perpendicular giraao, jo rectangle banega uska area hamesha c 2 c^2 c 2 rahega — constant! Yahi "constant area" rule hi curve ki asli pehchaan hai. JEE me tangent/normal/chord ke formulae ratne ke bajaye derive karna seekho, kyunki minus sign aur 2 c 2c 2 c wale terms wahin galti karwate hain.