Sum of Tangents Squared of Odd Angles

  • Thread starter Thread starter santa
  • Start date Start date
  • Tags Tags
    Angles Sum
AI Thread Summary
The discussion revolves around the sum of the squares of the tangents of odd angles from 1° to 89°, specifically expressed as tan²(1°) + tan²(3°) + ... + tan²(89°). Participants clarify that this problem was initially miscategorized as homework but is intended as a mathematical puzzle. The calculations suggest that the sum equals 4005, confirmed by multiple software tools like Maple and Pari. There are discussions about potential transcendental properties of the resulting number and various approaches to derive the sum, including symmetry observations. Overall, the problem appears to be resolved with a consensus on the sum's value.
santa
Messages
18
Reaction score
0
\tan^2{(1^\circ)}+\tan^2{(3^\circ)}+\tan^2{(5^\circ)}+\ldots+\tan^2{(89^\circ)}
 
Mathematics news on Phys.org
Moved to Homework Help forums. santa, you need to show us your own work, before we can offer tutorial assistance.
 
The Gib-Z Constant.
 
berkeman said:
Moved to Homework Help forums. santa, you need to show us your own work, before we can offer tutorial assistance.

Okay, I was informed via friendly PM that santa is offering this kind of question as a puzzle, not as a homework or coursework question. I'm moving santa's threads back to General Math for now.

santa, maybe preface your puzzle posts with a brief note, so that other Mentors who are stopping by don't move your puzzles to Homework Help like I did. Thanks!
 
4005? (Otherwise known as The Gib-Z Constant.)
 
Hm...this seems difficult with my limited knowledge as I only know AP and GP...


So far all I have simplified that to is

\sum_{n=0} ^{44} tan^2(2n+1)


and that really didn't help...
 
The number is probably transcendental, since the the sine or cosine (and hence tangent) of x is transcendental if x is not a rational multiple of pi. My conjecture is that the squares and sum of these transcendental numbers gives another ugly transcendental number, which until further investigation remains to be named after me =]
 
Here's an outline of what I did:

Start with De Moivre and the binomial formula:
\cos nx + i \sin nx = (\cos x + i \sin x)^n = \sum_{k=0}^{n} i^k {n \choose k} \cos^{n-k} x \sin^k x

In particular,
\cos nx = \sum_{k=0}^{\lfloor \frac{n}{2} \rfloor} (-1)^k {n \choose 2k} \cos^{n-2k} x \sin^{2k} x

\Rightarrow \frac{\cos nx}{\cos^n x} = \sum_{k=0}^{\lfloor \frac{n}{2} \rfloor} (-1)^k {n \choose 2k} \left(\tan^2 x\right)^k

Now is where it gets tricky. Notice that if we let n=90, we get:
\sum_{k=0}^{45} (-1)^k {90 \choose 2k} \left(\tan^2 x\right)^k = 0

Plug x=1,3,...,89 into this, and note that the 45 numbers tan^2(1), tan^2(3), ..., tan^2(89) are all distinct. Thus they are precisely the roots of the degree 45 polynomial
\sum_{k=0}^{45} (-1)^k {90 \choose 2k} t^k

So from this we get a bunch of equalities, like

\sum_{n=0}^{44} \tan^2(2n+1) = {90 \choose 2\cdot44}= 4005[/itex]<br /> <br /> and<br /> <br /> \prod_{n=0}^{44} \tan^2(2n+1) = {90 \choose 0} = 1[/itex]
 
Last edited:
Did you do that all in radians or degrees :( ?
 
  • #10
Degrees. I'm actually worried that I made a degree-radian slip somewhere. Maple seems to agree with my formula for the product, but not the sum.

Edit:
Nevermind - Maple does agree - I just forgot to square my tans! I got 4004.999892 for the sum and 0.9999999699 for the product, which is good enough.
 
Last edited:
  • #11
Taking the last 5 terms manually yields about 4015 :( Already over, but you can't be b far off since the terms are decreasing pretty fast...
 
  • #12
I get ~3883 for the first five terms!? You probably added in an even number somewhere. :-p
 
  • #13
I'm not really satisfied with my solution, but haven't been able to find anything better. I did notice some curious symmetries though:

S = tan2(1) + tan2(3) + ... + tan2(87) + tan2(89) = tan2(90-89) + tan2(90 - 87) + ... + tan2(90-3) + tan2(90-1) = cot2(1) + ... + cot2(89)

2S = (tan2(1) + tan2(3) + ... + tan2(87) + tan2(89)) + (cot2(1) + ... + cot2(89))
= (tan2(1) + cot2(1)) + ... + (tan2(89) + cot2(89))

Now everything on the left of the centre (that is: (tan2(45) + cot2(45)) = 2) is equal to the corresponding thing on the right of it, e.g. (tan2(1) + cot2(1)) = (tan2(89) + cot2(89)).

But I haven't been able to get very far with this, and I'm too sleepy to continue trying. Maybe someone who's a trig magician can take it from here!
 
  • #14
I readded the last 5 terms and I got around 3909.5, which still isn't what you have but I'll just take your calculation. What does Maple give for the sum?
 
  • #15
Looks to me like morphism has it nailed. Maple gives me 4005 to more than 1000sf, and the sum for the largest 5 terms is 3883.069... even manually on a calculator.
 
  • #16
Looks like problem is solved then =] By the incredible work of morphism !
 
  • #17
mda said:
Looks to me like morphism has it nailed. Maple gives me 4005 to more than 1000sf, and the sum for the largest 5 terms is 3883.069... even manually on a calculator.

Likewise: on Pari, to 10,000 digits, I also get 4005. That took almost 30 seconds!
 
Back
Top