> For the complete documentation index, see [llms.txt](https://patrickvanhoutven.gitbook.io/electric-fundamentals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://patrickvanhoutven.gitbook.io/electric-fundamentals/condensatoren/foutzoeken.md).

# Foutzoeken

Gegeven: de schakeling van figuur 8-42. Als deze schakeling correct werkt wordt op het punt $$A$$ $$6 V$$ gemeten ten opzichte van de massa.

![](/files/-LMCBBlKvvQSA0-7sXMY)

Figuur 8-42

1. Als de spanning op punt $$A$$ gelijk is aan $$0 V$$ . Wat is dan de fout?
2. $$C1$$ is kortgesloten
3. C2 is kortgesloten
4. C3 is onderbroken
5. Als de spanning op punt $$A$$ gelijk is aan $$10 V$$ , wat is dan de fout?
6. $$C1$$ is kortgesloten
7. C2 is onderbroken
8. C3 is onderbroken
9. Als de spanning op punt $$A$$ gelijk is aan $$\mathrm{6,86} V$$ , wat is dan de fout?
10. $$C1$$ is onderbroken
11. C2 is onderbroken
12. C3 is onderbroken
13. Als de spanning op punt $$A$$ gelijk is aan $$\mathrm{8,28} V$$ , wat is dan de fout?
14. $$C1$$ is kortgesloten
15. C2 is onderbroken
16. C3 is onderbroken
17. Als de spanning op punt A gelijk is aan $$0 V$$ , wat is dan de fout?
18. $$C1$$ is onderbroken
19. C2 is onderbroken
20. C3 is onderbroken


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://patrickvanhoutven.gitbook.io/electric-fundamentals/condensatoren/foutzoeken.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
