Skip to main content

Basic mathematic instructions

Graphic representation of a function

If you want to create the graph of a function, you just have to type the expression of the function you want to represent and click on the Draw action. You can also use the keyboard shortcut Ctrl + Shift + P.

graphics_1.png

Then, a plot will appear with the function represented on the right-hand side of the screen. By default, the appearance of both the graph and the plot follows a default style.

graphics_2.png

If you want to change some of the look and feel, you can initially define a plot with the desired properties. For instance, you can change the grid's centre, width, height, and visibility using the given commands.

graphics_3.png

The graph's appearance changes entirely and can be adapted to your needs by introducing these changes.

calc.graphics1.calc.png
calc.graphics1.plotter0.calc.png

Tip

If you want more details about available options to modify the look of your graphics, see its dedicated page.

Graphic representation of a set of functions

As with a function, it's possible to represent a set of functions on the same plotter. You just have to write each function in a different line and perform the corresponding action.

calc.graphics2.calc.png
calc.graphics2.plotter0.calc.png

In order to distinguish, beyond the colour, what function each representation corresponds to, you can set its label so that it appears permanently.

graphics_4.png

In fact, you can also change the colour, thickness, and line style by using the buttons right there. Try it, and you will see all the available options!

Limits

If you want to calculate the limit of a function, there are mainly two ways to do it. You can use the command limit or the icon you can find in the Calculus section of the Menu, being this second option is quite common.

limits.png

In fact, using the action, you can easily calculate limits and side limits (both right and left) by just indicating the function and the point. Please note if you want to calculate limits at infinity, you must enter it using the icon you can find in the Symbols section of the Menu.

calc.limits1.calc.png

These limits calculations can help us, for instance, when we look for asymptotes in a function. Given the function f(x)=x2+1, we want to check that it has no horizontal asymptotes and that it has an oblique asymptote of the form y=x. Pay attention to the graphical representation as our function increasingly approaches its oblique asymptote.

calc.limits2.calc.png
calc.limits2.plotter0.calc.png

Tip

If you want to see how you can calculate limits using the command, please refer to the dedicated page for Limit.Limit

Domains

You can quickly obtain its domain using the domain command given any function. This will return the set of values for which the function is defined.

calc.domain1.calc.png

Similarly, given a function and any point, you can check if such a point belongs to the function's domain by using the command belongs_to_domain?. Note it's necessary to specify the variable we are referring to.

calc.domain2.calc.png

Derivatives

Given any function, you can find its derivative in three different ways: using the action, you can see in the top bar, using the differentiate command, or using the icon you can find in the Calculus section of the Menu. This third option, shown in the screenshot, is the most common.

derivate_1.png

In fact, using the icon, you only have to write the function to be derived in the numerator and the variable with which you want to calculate the derivative in the denominator. Furthermore, you can easily change it in case the function is multivariate.

calc.derivate1.calc.png

On the other hand, the aforementioned differentiate command allows, among others, to directly find the nth derivative of a function.

calc.derivate2.calc.png

Tip

If you want to see how to calculate derivatives using the command, take a look at its dedicated page.Differentiate

Integrals

As with derivatives, given any function, you can find its integral by three different procedures: using the action you can see in the upper bar, through the integral command, or using the icon present in the Calculus section of the Menu. The third option, shown in the screenshot, is the most common.

integrate_1.png

In fact, using the icon, you will be able to calculate both definite and indefinite integrals just by indicating the function and, if it's the case, the integration interval. Note if you want to calculate improper integrals at infinity, you will have to enter them using the icon you can find in the Symbols section of the Menu.

calc.integrate1.calc.png

On the other hand, you can also calculate multiple integrals by concatenating simple integrals. Be careful with the order in which you write the differentials, and you can get different values!

calc.integrate2.calc.png

Tip

If you want to see how you can calculate integrals using the command, see its dedicated page.Integrate