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
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 2K views
MahaX
Messages
4
Reaction score
0
I need to show that: [itex]sqrt(x^2 - l^2) - l ≈ {x^2}/{2l}[/itex]
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: [itex]sqrt(x^2 - l^2) - l ≈ {x^2}/{2l}[/itex]

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 [itex]x<<\ell\,,\[/itex] then [itex]\sqrt{x^2 - \ell^2}\[/itex] is undefined.

Did you mean [itex]\sqrt{\ell^2-x^2}\ ?[/itex]
 
SammyS said:
If [itex]x<<\ell\,,\[/itex] then [itex]\sqrt{x^2 - \ell^2}\[/itex] is undefined.

Did you mean [itex]\sqrt{\ell^2-x^2}\ ?[/itex]

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

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.