What is the equation of the hyperbola that satisfies these conditions:
Asymptotes $y=2x$ and $y=-2x$, centre $(0,0)$, and the point $(1,1)$ lies on the curve.
This isn't a homework question; I study maths for the fun of it. The question is taken from the book "Delta Mathematics" by David Barton and Anna Cox, 2013 edition, page 22 question 11 b.
The answer in the back of the book is $$\frac{4x^2}{3} - \frac{y^2}{3} = 1$$
But how do I work out the answer from the given information?
I started by sketching a graph to see where the point $(1,1)$ falls.
I don't know how to continue at this point.
The asymptotes of the hyperbola $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$ are $y = \pm \frac{bx}{a}$.
Since $(1, 1)$ lies on your curve then $\frac{1}{a^2} - \frac{1}{b^2} = 1 \iff b^2 -a^2 = a^2b^2$.
But you know that $\frac{b}{a} = 2\iff b = 2a$. Plug this into the above equation to get ($a\neq 0$) $$3a^2 = 4a^4 \Rightarrow a^2 = \frac{3}{4}$$ and $b^2 = 3$.
So the hyperbola is $$\frac{x^2}{\frac{3}{4}} - \frac{y^2}{3} = 1$$