Approximation to sqrt(1+(d^2)/(x^2))

  • Context: Undergrad 
  • Thread starter Thread starter MOHD ZAKI
  • Start date Start date
  • Tags Tags
    Approximation Binomial
Click For Summary

Discussion Overview

The discussion revolves around the approximation of the expression sqrt(1+(d^2)/(x^2)) using the binomial theorem and other methods. Participants explore the conditions under which this approximation is valid, particularly focusing on the relationship between the variables d and x.

Discussion Character

  • Exploratory
  • Mathematical reasoning

Main Points Raised

  • One participant suggests that using the binomial theorem, sqrt(1+(d^2)/(x^2)) can be approximated as 1 + 0.5(d^2)/(x^2).
  • Another participant agrees that if d^2 < x^2, the approximation holds, but notes that its accuracy depends on specific values of d and x.
  • A boundary case is mentioned where d^2 = x^2, indicating that while the approximation can still be used, it becomes sensitive to measurement errors.
  • One participant challenges the idea that sensitivity to d and x should not depend on the approximation, pointing out notable deviations between the left and right sides of the equation when d^2 equals x^2.
  • A later reply proposes a more refined iterative method for approximation, suggesting that starting with an initial value and refining it can yield better results.

Areas of Agreement / Disagreement

Participants express differing views on the sensitivity of the approximation and its validity under certain conditions, indicating that multiple competing perspectives remain without a clear consensus.

Contextual Notes

The discussion highlights the limitations of the approximation, particularly in boundary cases and the dependence on the accuracy of measurements for d and x.

MOHD ZAKI
Messages
1
Reaction score
0
using binomial theorem can I write sqrt(1+(d^2)/(x^2)) = 1+ .5(d^2)/(x^2)?
d is a variable. X known constant.
 
Physics news on Phys.org
If ##d^2 < x^2##, then you can indeed write an approximate equality

\sqrt{1+ \frac{d^2}{x^2}}\approx 1 + \frac{1}{2} \frac{d^2}{x^2}

Whether this approximation is good enough depends entirely on the specifics.

If ##d^2 = x^2##, then it's a boundary case. You can still write the above approximaton, but this is very sensitive to errors. For example, if you measured ##d## or ##x## a bit incorrectly, then you could be in trouble easily.
 
@micromass: the sensitivity to d and x individually should not depend on the approximation made.
If d2=x2, then the left side is about 1.41 and the right side is 1.5, so we have some notable deviation.
 
MOHD ZAKI said:
using binomial theorem can I write sqrt(1+(d^2)/(x^2)) = 1+ .5(d^2)/(x^2)?
d is a variable. X known constant.
For a first approximation, yes. But you can do better:

  1. Calculate a=1+\frac{d^{2}}{x^{2}}
  2. Let z_{0}=1+\frac{1}{2}\frac{d^{2}}{x^{2}}=\frac{1+a}{2}
  3. Then z_{n+1}=\frac{1}{2}(z_{n}+\frac{a}{z_{n}}) is a better approximation.
Stop when zn+1 is sufficiently close to zn.

In the example above (d=x); a = 2 and z0 = 1.5. Then z1 = 1.417 and z2 = 1.414
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 29 ·
Replies
29
Views
5K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 30 ·
2
Replies
30
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K