Frequent assumption made (z R)

  • Thread starter Thread starter ShizukaSm
  • 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
5 replies · 2K views
ShizukaSm
Messages
85
Reaction score
0
Frequently, when a length is bigger than another (say, an axial distance is bigger than the radius of something related) a certain assumption is made and the smaller length is "removed" from a formula. It's hard to describe, so let me show an example:

The magnetic field from a bobbin at an axial distance Z is:

[itex]B = \frac{\mu_0 i R^2}{2(R^2+z^2)^{3/2}}[/itex]

But, according to my book, when [itex]z \gg R[/itex]:

[itex]B = \frac{\mu_0 i R^2}{2z^3}[/itex]

Even though this is just an example I've seen similar assumptions being made multiple times. How do I arrive at such conclusion? I hardly think that I must simply "delete" the smaller length ([itex]R^2[/itex]) in the example, surely there must be a procedure to conclude that precisely?
 
Physics news on Phys.org
Usually what is done, taking your example for clarity, is to write things in terms of the small quantity
[tex] \frac{R}{z}\ll 1.[/tex]
Then you do a Taylor expansion in terms of this small parameter (call it [itex]x[/itex]). In this way you have a meaningful expansion that you can control. In your example:
[tex] B=\frac{\mu_0iR^2}{2z^3(1+x^2)^{3/2}}=\frac{\mu_0iR^2}{2z^3}+O(x).[/tex]
 
  • Like
Likes   Reactions: 1 person
By the way, [itex]z\gg R[/itex], and similarly, [itex]z/R\ll 1[/itex], do NOT just mean "z is greater than R" and "z/R is less than 1". They mean "z is much greater than R" and "z/R is much less than 1". "much greater" and "much less" is generally interpreted as "one can be ignored, compared to the other". That is if [itex]z\gg R[/itex], z+ R is "indistinguishable" from z, just as if you have $100,000,000, you can "ignore" $1!
 
haruspex said:
Do you mean
[itex] =\frac{\mu_0iR^2}{2z^3}(1+O(x^2))[/itex]?

It doesn't really make a difference.
Yes, indeed, the first derivative vanishes at 0, but it doesn't make a difference because we're interested only in the zero order, so what I wrote holds anyway (an [itex]O(x^2)[/itex] is an [itex]O(x)[/itex] ).
Regarding the parenthesis, it makes no difference whatsoever, the notation [itex]O(x^a)[/itex] is sufficiently ambiguous to allow many different notations where you let constants get in or not. I'm using the standard Taylor expansion notation, [itex]f(x)=f(0)+xf'(0)+...[/itex].
So, what I wrote definitely holds, as what you wrote.