Algebra Precalculus – Solving Trigonometric Equations Without Calculator or Tables

algebra-precalculustrigonometry

To give some background to the question, I am preparing for an admissions test for a physics course at university (the PAT), and for this test we are not allowed to use calculators or tables in any form.

In the maths section of the test, there are often trigonmetric equations such as the one below which we have to solve for $x$ within a certain range (usually $[0,\pi]$):

Solve $\sin{3x}=\sqrt{3}\cos{3x}$, for $x$ in the range $0\leq x \leq \pi$.

This problem is easy to reduce:

$$\tan{3x}=\sqrt{3}\implies3x=\tan^{-1}{\sqrt{3}}\implies x=\frac{\tan^{-1}{\sqrt{3}}}{3}$$

However, I am unsure how I can evaluate expressions such as $\tan^{-1}{\sqrt{3}}$ without a calculator, is there any method I can use for expressions like these, or am I required to simply learn various common values of $\tan$ (i.e. $\tan{\pi}$, $\tan{\frac{\pi}{4}}$, $\tan{0}$, etc.)?

Thanks in advance!

Best Answer

Typically for those exams if you are asked to find an angle it will be a common one like $\pi/2$, $\pi/3$ $\pi/6$ or integer multiples of those. A lot of times you should try and look for familiar expressions that might be part of a special right triangle. In the case of $\arctan{\sqrt{3}}$, the $\sqrt{3}$ is the important part. This tells us $\tan{\theta} = \frac{\sqrt{3}}{1}$. That means the legs of our right triangle have ratio $1:\sqrt{3}:2$. We know such a a triangle has angles $30,60,90$.

Alternatively you can use the taylor expansion of $\arctan$. You know that $\arctan{x} = \int{\frac{1}{1+x^2}}$. Now, $$\frac{1}{1+x^2} = 1 - x^2 + x^4 - x^6 + \cdots.$$ Therefore, $$\arctan{x} = x - \frac{x^{3}}{3} + \frac{x^5}{5} - \cdots$$ If you were asked something like "find $\arctan(1.5)$" you could plug this into the expansion and get a good approximation.

Related Question