> For the complete documentation index, see [llms.txt](https://julienbeaulieu.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://julienbeaulieu.gitbook.io/wiki/sciences/math/calculus/the-big-picture-of-calculus/untitled.md).

# Derivatives

Constant - ex: 40.

![](/files/-LfQNVuqtJHTw6LMWNot)

Calculu's job is:

![](/files/-LfQOFEYhifABG2I2Fw1)

Given one of those functions, find the other. From function 1 to 2, that is called differential calculus. Going from 2 to 1 (take the speed and understanding what is the distances), that is called integral calculus.

![](/files/-LfQSEG-kXYBMWpBDXJj)

### Big Picture Derivatives

![](/files/-LfbU46lv9JQtrPJgqjZ)

![](/files/-LfbU_DmyBJQnkDxuOel)

Delta y is the difference between the heigh at point x and the height at point x + delta X.&#x20;

After simplifiying we get y'=2x+Deltax. But Delta x tends toward 0 because in the derivative we want smaller and smaller numbers.&#x20;

![](/files/-LfbVAfe2EP-u7ahle0K)

Therefore dy/dx = 2x.&#x20;

So now let's draw the slope:&#x20;

![](/files/-LfbVgP4Pg79XlA4bXVk)

Another example:&#x20;

![](/files/-LfbVwNr6JPKUxET7iEp)


---

# 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:

```
GET https://julienbeaulieu.gitbook.io/wiki/sciences/math/calculus/the-big-picture-of-calculus/untitled.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.
