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

In summary: So the approximation gets better with each iteration.In summary, using the binomial theorem, one can write an approximate equality of \sqrt{1+ \frac{d^2}{x^2}}\approx 1 + \frac{1}{2} \frac{d^2}{x^2}, but the accuracy of this approximation depends on the specific values of d and x. In the case where d^2 = x^2, this approximation is very sensitive to errors and a better approximation can be found using an iterative method based on the binomial theorem.
  • #1
MOHD ZAKI
1
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.
 
Mathematics news on Phys.org
  • #2
If ##d^2 < x^2##, then you can indeed write an approximate equality

[tex]\sqrt{1+ \frac{d^2}{x^2}}\approx 1 + \frac{1}{2} \frac{d^2}{x^2}[/tex]

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.
 
  • #3
@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.
 
  • #4
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 [itex]a=1+\frac{d^{2}}{x^{2}} [/itex]
  2. Let [itex]z_{0}=1+\frac{1}{2}\frac{d^{2}}{x^{2}}=\frac{1+a}{2} [/itex]
  3. Then [itex]z_{n+1}=\frac{1}{2}(z_{n}+\frac{a}{z_{n}}) [/itex] 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
 

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

What is "Approximation to sqrt(1+(d^2)/(x^2))"?

"Approximation to sqrt(1+(d^2)/(x^2))" is a mathematical expression used to approximate the square root of 1 plus the square of a given ratio.

Why is "Approximation to sqrt(1+(d^2)/(x^2))" important?

This expression is important in a variety of mathematical and scientific fields, as it can be used to estimate values and make approximations in complex equations.

How is "Approximation to sqrt(1+(d^2)/(x^2))" calculated?

The expression is typically calculated using a series of mathematical operations, such as division, multiplication, and square root functions.

What are the applications of "Approximation to sqrt(1+(d^2)/(x^2))"?

This expression is commonly used in physics, engineering, and other scientific fields to estimate values and make approximations in complex equations and calculations.

Are there any limitations to using "Approximation to sqrt(1+(d^2)/(x^2))"?

Yes, there are limitations to using this expression as it is an approximation and may not always provide an exact solution. Additionally, it may not be suitable for certain types of equations or calculations.

Similar threads

Replies
1
Views
633
Replies
4
Views
873
  • General Math
Replies
8
Views
1K
  • General Math
Replies
3
Views
742
Replies
2
Views
1K
Replies
2
Views
833
Replies
1
Views
751
  • General Math
Replies
3
Views
726
Replies
1
Views
810
Replies
5
Views
1K
Back
Top