Math Manipulation: Why Does l Approach Infinity?

  • Thread starter Thread starter sparkle123
  • Start date Start date
  • Tags Tags
    Manipulation
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
3 replies · 2K views
sparkle123
Messages
172
Reaction score
0
Why does
86072215.png

when l approaches infinity?
This would mean that
ef174ec5.png
but I don't understand why that would be true.
Thanks!
 
Physics news on Phys.org
sqrt(1+r)=1+r/2-r^2/8+... That's the Taylor series expansion of sqrt(1+r). If r is small, then 1+r/2 is a good approximation. And as l->infinity then y^2/(l-x)^2 becomes very small. The sides aren't equal for any finite l. But the approximation becomes better and better as l->infinity.
 
Try it: Calculate the square root of 1+x with smaller and smaller x-values. For example, √1.2=1.095, √1.02=1.0099, √1.002=1.000999...

[itex]\sqrt{1+x} \approx 1+x/2[/itex]

ehild
 
Thank you Dick and ehild! :)