You need to find a balance between the two.

Help me evaluate the infinite series of

1+2+3+4+5+......543\displaystyle 1 + \sqrt {2 + \sqrt[3] {3+ \sqrt[4] {4 + \sqrt[5] {5 +......}}}}.

#Calculus

Note by Bryan Lee Shi Yang
6 years, 2 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Please enter the answer correct to 3 decimal places.

Bryan Lee Shi Yang - 6 years, 2 months ago

And also give full step solutions (as much as possible) , bcs. I haven't figured out yet!

Bryan Lee Shi Yang - 6 years, 2 months ago

Log in to reply

Wait....you changed the problem -_- I was working on the previous one :V

Krishna Sharma - 6 years, 2 months ago

Log in to reply

Haha XD

Bryan Lee Shi Yang - 6 years, 2 months ago

I don't have any solution but out of curiosity, just to find out, I approximated it and got 2.911.

I made an equation ((((x-1)^2-2)^3-3)^4-4)^4........=x which gives 2.911

Archit Boobna - 6 years, 2 months ago

I think that the answer is about 2.911

Archit Boobna - 6 years, 2 months ago

Ramanujan maybe?

Krishna Ar - 6 years, 2 months ago

The only thing I know is that it is less than 3, because of an identity by Ramanujan.Since it is above 2.9, we can find a good approximation.I dont think a closed form exists.

Bogdan Simeonov - 6 years, 2 months ago

please solve and post a nice solution to this

Ritam Baidya - 6 years, 2 months ago

Awesome question!

John Young - 6 years, 2 months ago

1
2
3
4
5
6
>>>import math
>>>ans = 0.0
>>>for x in xrange(10, 0, -1):
>>>    ans = math.pow((x + ans), 1.0/x)
>>>print("%.50f" % (ans))
2.91163921624582400227154721505939960479736328125000

Using 1212 or above to starts iteration gives equal amount precision, about 5050 digits.

Damiann Mangan - 6 years, 2 months ago

Log in to reply

Same method, but did it manually.

Archit Boobna - 6 years, 2 months ago

Then does your number have a symbol, I mean Greek symbol or anything?

Bryan Lee Shi Yang - 6 years, 2 months ago

Thanks for all your suggestions. I will post it into a question.

Bryan Lee Shi Yang - 6 years, 2 months ago
×

Problem Loading...

Note Loading...

Set Loading...