Infinite Nested Roots

Infinite Nested Roots — Interactive

Infinite Nested Roots — Interactive Calculator

Choose the form of the nested expression and enter parameters. The page shows the algebraic formula (if available) and computes a numeric answer with steps.
Notes:
  • For √(x + √(x + ...)) we use y = √(x + y) → y² - y - x = 0 → y = (1 + √(1+4x))/2.
  • For √(x - √(x - ...)) we use y = √(x - y) → y² + y - x = 0 → y = (-1 + √(1+4x))/2.
  • For multiplicative nested form n√(x * n√(x * ...)) we use y^n = x·y → y^{n-1} = x → y = x^{1/(n-1)}.
  • For additive n-th root (y = n√(x + y)) we solve y^n - y - x = 0 numerically (positive real root).

No comments:

Post a Comment

Nested roots

How to Solve Infinite Nested Roots — Step-by-step Guide How to Solve Infinite Nested Roots — Tricks ...