How to Approximate sqrt(x^2 - l^2) - l Using x^2/2l for x << l

  • Thread starter Thread starter MahaX
  • Start date Start date
MahaX
Messages
4
Reaction score
0
I need to show that: sqrt(x^2 - l^2) - l ≈ {x^2}/{2l}
2. That should be valid for x << l
3. First I've tried to isolate l in the sqrt, but it got me nowhere. Anyone could show me a simple way to solve this?
 
Physics news on Phys.org
MahaX said:
I need to show that: sqrt(x^2 - l^2) - l ≈ {x^2}/{2l}

2. That should be valid for x << l

3. First I've tried to isolate l in the sqrt, but it got me nowhere. Anyone could show me a simple way to solve this?
If x&lt;&lt;\ell\,,\ then \sqrt{x^2 - \ell^2}\ is undefined.

Did you mean \sqrt{\ell^2-x^2}\ ?
 
SammyS said:
If x&lt;&lt;\ell\,,\ then \sqrt{x^2 - \ell^2}\ is undefined.

Did you mean \sqrt{\ell^2-x^2}\ ?

Sorry, I mean \sqrt{\ell^2+x^2}\
 
MahaX said:
Sorry, I mean \sqrt{\ell^2+x^2}\

Multiply sqrt(l^2+x^2)-l by (sqrt(l^2+x^2)+l)/(sqrt(l^2+x^2)+l) (which is 1) and reduce the algebra. Think about what that is approximately equal to if x<<l.
 
Got it.

Thaks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top