# Belangrijke formules

| 9-1  | Magnetische fluxdichtheid                                                                           | $$B=\frac{\varphi }{A}$$                                                                                                    |
| ---- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| 9-2  | Permeabiliteit van vacuum                                                                           | $${\mu }\_{0}=4.\pi .{10}^{-7}$$                                                                                            |
| 9-3  | Relatieve permeabiliteit                                                                            |                                                                                                                             |
| 9-4  | Reluctantie                                                                                         | $$\mathcal{R}=\frac{l}{\mu \times A }$$                                                                                     |
| 9-5  | Opgewekte inductiespanning door een geleider die loodrecht in een constant magenetisch veld beweegt | $${u}*{ind}={B}*{\perp }\times l\times v$$                                                                                  |
| 9-6  | Kracht op een stroomvoerende geleider                                                               | $$F=B.I.l$$                                                                                                                 |
| 9-7  | De hoeveelheid opgeslagen energie door een spoel                                                    | $$W=\frac{1}{2}.L.{i}^{2}$$                                                                                                 |
| 9-8  | Zelfinductie van een spoel                                                                          | $$L={N}^{2}. \frac{ {\mu }*{r}.{\mu }*{0}.A}{l }$$                                                                          |
| 9-9  | Spanning over een zelfinductie                                                                      | $${U}\_{L}=L.\frac{dI}{dt}$$                                                                                                |
| 9-10 | Totale inductie van een serieschakeling spoelen                                                     | $${L}*{t}= {L}*{1}+{L}*{2}+\dots +{L}*{n}$$                                                                                 |
| 9-11 | Totale inductie van eeen parallelschakeling spoelen                                                 | $${L}*{t}=\frac{1}{\frac{1}{ {L}*{1}}+\frac{1}{ {L}*{2}}+\dots +\frac{1}{ {L}*{n}}}$$                                       |
| 9-12 | Tijdsconstante bij spoelen                                                                          | $$\tau =\frac{L}{R}$$                                                                                                       |
| 913  | Stroom tijdens het laden van een spoel                                                              | $$i={I}\_{max}\times \left(1-{e}^{-\frac{L}{R}\times t}\right)$$                                                            |
| 9-14 | Spanning over een spoel tijdens het laden van een spoel                                             | $${u}*{L1}={U}*{bron} \times {e}^{-\frac{R}{L}t}$$                                                                          |
| 9-15 | Spanning over de weerstand tijdens het laden van een spoel                                          | $${u}*{R1}={U}*{bron} \times (1- {e}^{-\frac{R}{L}t})$$                                                                     |
| 9-16 | Spanning over een spoel tijdens het ontladen                                                        | $${ {u}*{L1}= -{U}*{R1 max}\mathrm{ }\times e}^{-\frac{R}{L}t}$$                                                            |
| 9-17 | Spanning over de weerstand tijdens het ontladen                                                     | $${ {u}*{R1}= {U}*{R1 max}\mathrm{ }\times e}^{-\frac{R}{L}t}$$                                                             |
| 9-18 | Stroom door de serieschakeling $$RL$$ tijdens het ontladen                                          | $${i=\frac{ {U}*{R1Max}}{ {R}*{1}}\times e}^{-\frac{R}{L}t}$$                                                               |
| 9-19 | Inductieve reactantie                                                                               | $${X}\_{L}= 2 \pi f L\mathit{ }\mathit{ }\mathit{ }\mathit{ }\mathit{ }\mathit{ }\mathit{ }\mathit{ }\mathit{ }\mathit{ }$$ |
| 9-20 | Totale reactantie van een serieschakeling spoelen                                                   | $${X}*{Lt}={X}*{L1}+{X}*{L2}+\dots . {X}*{Ln}$$                                                                             |
| 9-21 | Totale reactantie van een parallelschakeling spoelen                                                | $${X}*{ {L}*{t}}=\frac{1}{\frac{1}{ {X}*{L1}}+\frac{1}{ {X}*{L2}}+\dots +\frac{1}{ {X}\_{Ln}}}$$                            |
| 9-22 | Werkelijk vermogen                                                                                  | $${P}*{werkelijk}={I}*{eff}^{2} \times {R}\_{W}$$                                                                           |
| 9-23 | Reactief vermogen via stroom en spanning                                                            | $${P}*{r}={I}*{eff}\times {U}\_{eff}$$                                                                                      |
| 9-24 | Reactief vermogen via spanning                                                                      | $${P}*{r}=\frac{ {U}*{eff}^{2}}{ {X}\_{L}}$$                                                                                |
| 9-25 | Reactief vermogen via stroom                                                                        | $${P}*{r}={I}*{eff}^{2}\mathrm{ }\times {X}\_{L}$$                                                                          |
| 9-26 | Kwaliteitsfactor                                                                                    | $$Q=\frac{ {X}*{L}}{ {R}*{W}}$$                                                                                             |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://patrickvanhoutven.gitbook.io/electric-fundamentals/spoelen/belangrijke_formules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
