Quickly Estimate Apery's Constant Using Partial Sums and Integrals

  • Context: Undergrad 
  • Thread starter Thread starter snipez90
  • Start date Start date
  • Tags Tags
    Constant Estimate
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
snipez90
Messages
1,095
Reaction score
5
Estimate [itex]1 + \frac{1}{2^3} + \frac{1}{3^3} + \frac{1}{4^3} + \frac{1}{5^3} + ...[/itex] in 1 minute (See "[URL constant[/URL]).

I couldn't think of a clever way to quickly do this. Any ideas?
 
Last edited by a moderator:
Physics news on Phys.org
after thinking about this for more than one minute :rolleyes: I am convinced that the best I could hope to do was sum a few terms and estimate the remainder using an integral. Something like
[tex] Ʃ_{n=1}^{\infty} n^{-3} \approx Ʃ_{n=1}^{m} n^{-3} + ∫_{m+1}^{\infty} x^{-3} dx = Ʃ_{n=1}^{m} n^{-3} + (m+1)^{-2}/2.[/tex]

m=2 yields the sum is about 1.18, m=3 yields 1.19, so I would guess 1.2 for at most two significant figures. Hopefully someone else has something more interesting than that ...