Se una funzione è biunivoca, ogni valore di arrivo proviene da un unico valore di partenza: possiamo allora “tornare indietro” e definire la funzione inversa. Vediamo la sua definizione, le proprietà di composizione e la simmetria del grafico rispetto alla retta y=xy=x, e infine una procedura pratica per calcolarla.

If a function is bijective, every output value comes from a unique input value: we can then “go back” and define the inverse function. We look at its definition, the composition properties and the symmetry of the graph with respect to the line y=xy=x, and finally a practical procedure for computing it.

La biunivocità è esattamente la condizione che permette di “invertire” una funzione.

Definizione — Funzione inversa

Se f:ABf:A\to B è biunivoca, allora per ogni yBy\in B esiste esattamente un xAx\in A con f(x)=yf(x)=y. La funzione inversa f1:BAf^{-1}:B\to A è quella che a ogni yBy\in B associa tale xx: f1(y)=x    f(x)=y.f^{-1}(y) = x \iff f(x) = y.

Senza la biunivocità l’inversa non esisterebbe come funzione: se ff non fosse iniettiva, a uno stesso yy corrisponderebbero più xx (violando l’unicità); se non fosse suriettiva, per qualche yy non esisterebbe alcun xx.

Collegamenti

Argomenti: Funzioni proprieta
Concetti: Funzione biiettiva · Funzione inversa

Bijectivity is exactly the condition that allows a function to be “inverted”.

Definition — Inverse function

If f:ABf:A\to B is bijective, then for every yBy\in B there exists exactly one xAx\in A with f(x)=yf(x)=y. The inverse function f1:BAf^{-1}:B\to A is the one that associates with each yBy\in B that xx: f1(y)=x    f(x)=y.f^{-1}(y) = x \iff f(x) = y.

Without bijectivity the inverse would not exist as a function: if ff were not injective, several xx would correspond to the same yy (violating uniqueness); if it were not surjective, for some yy no xx would exist.

Topics: Functions and properties
Concepts: Bijective function · Inverse function

L’inversa “disfa” ciò che la funzione ha fatto, e il suo grafico è la riflessione di quello di ff.

Proprietà — Composizione con l'inversa

Se f1f^{-1} esiste, vale f1(f(x))=x per ogni xA,f(f1(y))=y per ogni yB.f^{-1}\bigl(f(x)\bigr) = x \ \text{per ogni } x\in A, \qquad f\bigl(f^{-1}(y)\bigr) = y \ \text{per ogni } y\in B. Cioè: applicare ff e poi f1f^{-1} (o viceversa) restituisce sempre l’input iniziale.

Proprietà — Grafico dell'inversa

Il grafico di f1f^{-1} si ottiene dal grafico di ff riflettendolo rispetto alla retta y=xy=x: se (a,b)(a,b) è un punto del grafico di ff, allora (b,a)(b,a) è un punto del grafico di f1f^{-1}.

I grafici di f(x)=x22f(x)=\tfrac{x^2}{2} e della sua inversa f1(x)=2xf^{-1}(x)=\sqrt{2x} sono simmetrici rispetto alla retta y=xy=x.

Collegamenti

Argomenti: Funzioni proprieta
Concetti: Funzione composta · Funzione inversa
Competenze: Interpretare grafico · Tracciare grafico

The inverse “undoes” what the function did, and its graph is the reflection of that of ff.

Property — Composition with the inverse

If f1f^{-1} exists, then f1(f(x))=x for every xA,f(f1(y))=y for every yB.f^{-1}\bigl(f(x)\bigr) = x \ \text{for every } x\in A, \qquad f\bigl(f^{-1}(y)\bigr) = y \ \text{for every } y\in B. That is: applying ff and then f1f^{-1} (or vice versa) always returns the initial input.

Property — Graph of the inverse

The graph of f1f^{-1} is obtained from the graph of ff by reflecting it in the line y=xy=x: if (a,b)(a,b) is a point of the graph of ff, then (b,a)(b,a) is a point of the graph of f1f^{-1}.

The graphs of f(x)=x22f(x)=\tfrac{x^2}{2} and of its inverse f1(x)=2xf^{-1}(x)=\sqrt{2x} are symmetric with respect to the line y=xy=x.

Topics: Functions and properties
Concepts: Composite function · Inverse function
Skills: Interpreting a graph · Sketching a graph

Calcolare l’inversa di una funzione biunivoca è una procedura in tre passi: si scrive y=f(x)y=f(x), si isola xx, e si scambiano i nomi delle variabili.

Esempio — Come calcolare l'inversa

Sia f(x)=2x+3f(x) = 2x+3, biunivoca da R\mathbb{R} in R\mathbb{R}. Per trovare f1f^{-1}:

  1. Scrivi y=2x+3y = 2x+3.
  2. Isola xx: x=y32x = \tfrac{y-3}{2}.
  3. Scambia i nomi delle variabili (convenzione: la variabile indipendente di una funzione si chiama sempre xx): f1(x)=x32f^{-1}(x) = \tfrac{x-3}{2}.

Collegamenti

Argomenti: Funzioni proprieta
Concetti: Funzione inversa
Funzioni: Retta
Competenze: Risolvere equazioni · Usare formule

Computing the inverse of a bijective function is a three-step procedure: write y=f(x)y=f(x), isolate xx, and swap the names of the variables.

Example — How to compute the inverse

Let f(x)=2x+3f(x) = 2x+3, bijective from R\mathbb{R} to R\mathbb{R}. To find f1f^{-1}:

  1. Write y=2x+3y = 2x+3.
  2. Isolate xx: x=y32x = \tfrac{y-3}{2}.
  3. Swap the names of the variables (convention: the independent variable of a function is always called xx): f1(x)=x32f^{-1}(x) = \tfrac{x-3}{2}.

Topics: Functions and properties
Concepts: Inverse function
Functions: Straight line
Skills: Solving equations · Using formulae