calculator:current_loop_rectangular_axis
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
calculator:current_loop_rectangular_axis [2023/06/17 22:17] – created - external edit 127.0.0.1 | calculator:current_loop_rectangular_axis [2025/01/18 23:01] (current) – stan_zurek | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Calculator of H along axis of rectangular current loop ==== | ==== Calculator of H along axis of rectangular current loop ==== | ||
- | {{page> | + | <box 100% # |
+ | |< 100% 10% 90% >| | ||
+ | | | ||
+ | </ | ||
- | < | + | < |
[[/ | [[/ | ||
[[file/ | [[file/ | ||
Line 11: | Line 14: | ||
^ [[/Magnetic field strength]] //H// of rectangular [[/current loop]] along its axis ^^ | ^ [[/Magnetic field strength]] //H// of rectangular [[/current loop]] along its axis ^^ | ||
+ | | //Source: [1] [[https:// | ||
+ | | //[1], eq. (4.6), p. 108 (converted by [[/ | ||
| $$ H(t,x) = I(t)· \frac{2}{π}·\frac{a·b}{\sqrt{4·x^2 + a^2 + b^2} }·\left(\frac{1}{4·x^2 + a^2} + \frac{1}{4·x^2 + b^2} \right) $$ | (A/m) | | | $$ H(t,x) = I(t)· \frac{2}{π}·\frac{a·b}{\sqrt{4·x^2 + a^2 + b^2} }·\left(\frac{1}{4·x^2 + a^2} + \frac{1}{4·x^2 + b^2} \right) $$ | (A/m) | | ||
| where: $I(t)$ - current (A) at time $t$ (s), $a$ and $b$ - length of sides of the rectangular loop (m), $x$ - location (m) from the centre of the loop (the centre is located at point //x// = 0); assuming infinitely thin wire and a rectangular loop placed in a [[/ | | where: $I(t)$ - current (A) at time $t$ (s), $a$ and $b$ - length of sides of the rectangular loop (m), $x$ - location (m) from the centre of the loop (the centre is located at point //x// = 0); assuming infinitely thin wire and a rectangular loop placed in a [[/ | ||
Line 50: | Line 55: | ||
// calculate the main function | // calculate the main function | ||
- | result1 = current * (2/pi) * a * b / Math.pow((4*x*x + a*a + b*b),0.5) * (1/(4*x*x + a*a) + 1/(4*x*x + b*b)) | + | result1 = current * 2 * a * b / Math.pow( (4*x*x + a*a + b*b),0.5) * ( 1/(4*x*x + a*a) + 1/(4*x*x + b*b) ) /pi |
// format number to x digits precision, otherwise result will equal 5.611e+2 | // format number to x digits precision, otherwise result will equal 5.611e+2 | ||
- | result1 = result1.toPrecision(4) | + | result1 = result1.toPrecision(5) |
// display result | // display result | ||
Line 77: | Line 82: | ||
| | ||
& | & | ||
+ | |||
+ | |||
+ | Position on axis < | ||
+ | |||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | < | ||
Side < | Side < | ||
Line 100: | Line 117: | ||
< | < | ||
- | Position on axis < | ||
- | |||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
& | & | ||
Line 123: | Line 132: | ||
</ | </ | ||
- | <WRAP lo right>// | + | <box 100% #efffef>↑</box> |
- | + | {{page> | |
- | ---- | + | |
{{tag> | {{tag> |
calculator/current_loop_rectangular_axis.1687033025.txt.gz · Last modified: 2023/06/17 22:17 by 127.0.0.1