How do you find the equation for a hyperbola centered at the origin with a vertical transverse axis of lengths 12 units and a conjugate axis of length 4 units?

1 Answer
Dec 15, 2017

The general form for a the equation of a hyperbola with a vertical transverse axis is:

(y-k)^2/a^2-(x-h)^2/b^2=1(yk)2a2(xh)2b2=1

Explanation:

The center of the general form is (h,k)(h,k). We are told that the center is the origin: (0,0)(0,0), therefore, we can remove h and k from the equation:

y^2/a^2-x^2/b^2=1y2a2x2b2=1

The length of the transverse axis is 2a2a

2a = 122a=12

a = 6a=6

y^2/6^2-x^2/b^2=1y262x2b2=1

The length of the conjugate axis is 2b2b:

2b = 42b=4

b = 2b=2

y^2/6^2-x^2/2^2=1y262x222=1

Done.