InterviewSolution
Saved Bookmarks
| 1. |
Eliminate 0 from the following: x = 3sec θ, y = 4tan θ |
|
Answer» x = 3sec θ, y = 4tan θ ∴ sec2 θ = x/3 and tan θ = y/4 We know that, sec2θ - tan2θ = 1 ∴ \((\frac{x}{3})^2 - (\frac{y}{4})^2 = 1\) ∴ \(\frac {x^2}{9} - \frac{y^2}{16}=1\) ∴ 16x2 – 9y2 = 144 |
|