Binomial Expansion Approximation for $\frac{1}{\sqrt{1 - A^2u^2}}$

  • Context:
  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Binomial Expansion
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
2 replies · 2K views
Dustinsfl
Messages
2,217
Reaction score
5
Use the binomial expansion to give the approximation $\frac{1}{\sqrt{1 - A^2u^2}}\approx 1 + \frac{1}{2}A^2u^2$

How can this be done?
Using the definition for (x - y), we have
$$
(x - y)^n = \sum_{k = 1}^{n}(-1)^k\binom{n}{k}x^{n - k}y^{k}
$$
but $n\notin\mathbb{Z}$.
 
Physics news on Phys.org
Re: binomial expansion

dwsmith said:
Use the binomial expansion to give the approximation $\frac{1}{\sqrt{1 - A^2u^2}}\approx 1 + \frac{1}{2}A^2u^2$

How can this be done?
Using the definition for (x - y), we have
$$
(x - y)^n = \sum_{k = 1}^{n}(-1)^k\binom{n}{k}x^{n - k}y^{k}
$$
but $n\notin\mathbb{Z}$.

It has to be the Taylor series.
 
Re: binomial expansion

dwsmith said:
Use the binomial expansion to give the approximation $\frac{1}{\sqrt{1 - A^2u^2}}\approx 1 + \frac{1}{2}A^2u^2$

How can this be done?
Using the definition for (x - y), we have
$$
(x - y)^n = \sum_{k = 1}^{n}(-1)^k\binom{n}{k}x^{n - k}y^{k}
$$
but $n\notin\mathbb{Z}$.
It is the generalised ("Newton") binomial expansion $(1+x)^s = 1 + sx + \frac{s(s-1)}{2!}x^2 + \frac{s(s-1)(s-2)}{3!}x^3 + \ldots$, which is valid for any real number $s$, provided that $|x|<1$ (because it is an infinite series and you need that condition in order for it to converge). In this case you take $s = -\frac12$ and $x = -A^2u^2$.