I have a very simple problem but am self-teaching and have become a bit stuck in finding an answer anywhere. The question is below and I have proceeded as follows:
'Please remove theta from the following pairs of equations:'
$ x = 4 \sec\theta\\\\ y = 4 \tan\theta$
$x = 4(1+\tan^2\theta)\\\\ y=4\tan\theta$
$x/4 = 1 + \tan^2\theta\\\\ y^2/4^4 = \tan^2\theta$
$x/4 - y^2/4^4 = 1$
Now in this situation I would always expand the square and multiply x/4 by 4/4 to get 4x/16, and my final answer was $4x-y^2 = 16$ however the book answer was $x^2 - y^2 = 16$. Are these equivalent (it doesn't seem like they are...) or have I gone wrong somewhere?
Many thanks for your help.
The third line is wrong. It should be
$$x^2 = 16(1 + tan^2\theta)$$
Then
$$\frac{x^2}{4^2} - \frac{y^2}{4^2} = 1$$
Which is the answer in the book.