Differentiation of infinite series

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 · 5K views
Ande Yashwanth
Messages
2
Reaction score
0
Find derivative of y=✓{x+✓[y+✓(x+...)]}infinite.
Here root comes for total inter terms
 
Physics news on Phys.org
Ande Yashwanth said:
Find derivative of y=✓{x+✓[y+✓(x+...)]}infinite.
Here root comes for total inter terms
[tex]y= \sqrt{x+ \sqrt{y+ \sqrt{x+ \cdot\cdot\cdot}}}[/tex] is clearly the same as [tex]y= \sqrt{x+ \sqrt{y+ y}}= \sqrt{x+ \sqrt{2y}}[/tex].

Squaring both sides, [tex]y^2= x+ \sqrt{2y}[/tex] so that [tex]y^2- x= \sqrt{2y}[/tex] and, squaring again, [tex]y^4- 2xy^2+ x^2= 2y[/tex] or [tex]y^4- 2xy^2- 2y+ x^2= 0[/tex]. Differentiating that with respect to x, [tex]4y^3y'- 2y^2- 4xyy'- 2y'+ 2x= 0[/tex]. Then [tex]4y^3y'- 4xyy'- 2y'= (4y^2- 4xy- 2)y'= 2y^2- 2x[/tex] so [tex]y'= \frac{y^2- x}{2y^2- 2xy- 1}[/tex].

(Shouldn't this be in "Calculus" rather than "Linear and Abstract Algebra"?)