# Belangrijke formules

| 3-1 | Wet van Ohm voor stroomberekening                         | $$\mathit{I}=\frac{\mathit{U}}{\mathit{R}}$$                                                                                                   |   |
| --- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | - |
| 3-2 | Wet van Ohm voor spanningsberekening                      | $$\mathit{U}=\mathit{ }\mathit{I}\mathit{ }\times \mathit{R}$$                                                                                 |   |
| 3-3 | Wet van Ohm voor weerstandsberekening                     | $$\mathit{R}=\mathit{ }\frac{\mathit{U}}{\mathit{I}}$$                                                                                         |   |
| 3-4 | Bepalen van vermogen in functie van energie en tijd       | $$\mathit{P}=\mathit{ }\frac{\mathit{W}}{\mathit{t}}$$                                                                                         |   |
| 3-5 | Bepalen van vermogen in functie van stroom en weerstand   | $$\mathit{P}=\mathit{ }{\mathit{I}}^{2}\mathit{ }\times \mathit{R}$$                                                                           |   |
| 3-6 | Bepalen van vermogen in functie van spanning en stroom    | $$\mathit{P}=\mathit{U}\mathit{ }\times \mathit{I}$$                                                                                           |   |
| 3-7 | Bepalen van vermogen in functie van spanning en weerstand | $$\mathit{P}=\frac{ {\mathit{U}}^{2}}{\mathit{R}}$$                                                                                            |   |
| 3-8 | Bepalen rendement van een voeding                         | $$\mathit{ }=\frac{ {\mathit{P}}*{\mathit{O}\mathit{U}\mathit{T}}}{ {\mathit{P}}*{\mathit{I}\mathit{N}}}$$                                     |   |
| 3-9 | Bepalen van het uitgaand vermogen van een voeding         | $${\mathit{P}}*{\mathit{O}\mathit{U}\mathit{T}}={\mathit{P}}*{\mathit{I}\mathit{N}}-{\mathit{P}}\_{\mathit{L}\mathit{O}\mathit{S}\mathit{S}}$$ |   |


---

# 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/wet_van_ohm_-_energie_en_vermogen/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.
