Calculate arctangent expression without using a calculator

581 Views Asked by At

I need help calculating the following:$$\arctan \frac{21 \pi}{\pi^2-54}+\arctan \frac{\pi}{18} + \arctan \frac{\pi}{3}$$ I don't know how to start, can anyone give me any information what should I do? Thank you

By the way, I have to calculate it without any use of a calculator, and without use of Maclaurin series.

2

There are 2 best solutions below

0
On

The arctangent addition formula gives $$\arctan \frac{\pi}{18} + \arctan \frac{\pi}{3}=\arctan\frac{7\pi/18}{1-\pi^2/54}=\arctan\frac{21\pi}{54-\pi^2}$$ Thus the expression is of the form $\arctan z+\arctan-z$, and since $\arctan$ is an odd function the expression equals $0$.

0
On

Using $$\arctan x+\arctan y\stackrel{!}{=}\arctan\tan(\arctan x+\arctan y)\\=\arctan\frac{\tan\arctan x+\tan\arctan y}{1-\tan\arctan x\tan\arctan y}=\arctan\frac{x+y}{1-xy}$$(the conditions under which $\stackrel{!}{=}$ is valid are left as an exercise, but they apply to the examples we'll consider), we have $$\arctan\frac{\pi}{18}+\arctan\frac{\pi}{3}=\arctan\frac{21\pi}{54-\pi^2}.$$Since $\arctan x$ is odd, the final sum is $0$.