How Are Mathematical Simplifications Applied in Binomial and Taylor Expansions?

  • Thread starter Thread starter FrogPad
  • Start date Start date
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 · 3K views
FrogPad
Messages
801
Reaction score
0
I'm trying to follow this work, and I can't figure out how they are simplifying the following expression.

[tex]\frac{r}{r_1} = \left( 1 - \frac{d}{r} \cos \theta + \left( \frac{d}{2r} \right)^2 \right)^{-1/2}[/tex]

[tex]\frac{r}{r_1} \approxeq 1 - \frac{1}{2}\left( -\frac{d}{r} \cos \theta + \frac{d^2}{4r^2} \right) + \frac{3/4}{2} \left(-\frac{d}{r} \cos \theta + \frac{d^2}{4r^2} \right)^2[/tex]

This is with the assumption [itex]r \gg d[/itex].

Are they doing a taylor expansion?

Another related question.
The book performs a binomial expansion from,
[tex]\left( R^2 - \vec R \cdot \vec d + \frac{d^2}{4} \right)^{-3/2} \approxeq R^{-3}\left(1-\frac{\vec R \cdot \vec d}{R^2} \right)[/tex]

So a binomial expansion needs to be of the form,
[tex](X+Y)^n[/tex] right?

So would X just be [itex]R^2[/itex] and Y would be the scalar [itex]-\vec R \cdot \vec d + \frac{d^2}{/4}[/itex] ?

So does X and Y each have to be a function of one variable respectively? Or can they be any algebraic term? for example, could
[tex]X = R^2 \cos \theta[/tex]
[tex]Y = \sin (\phi+R)[/tex]
 
Last edited:
Physics news on Phys.org
I figured it out.

It's a binomial series where:
[tex](X+Y)^n = \ldots[/tex]
[tex]X = 1[/tex]
[tex]Y = \frac{d}{r} \left(-\cos \theta + \frac{4}{dr} \right)[/tex]Follow up question. Why use the binomial expansion? Why not perform a taylor expansion?
 
Taylor series is just a special case of binomial where you have a "one plus" with a positive exponent.

(What you have can be called a negative binomial series.)