Esercizi sullo Studio di una Funzione di Due Variabili

Esercizi sullo Studio di una Funzione di Due Variabili Esercizi sullo Studio di una Funzione di Due Variabili
Esercizi sullo Studio di una Funzione di Due Variabili

Versione italiana

Esercizi sullo Studio di una Funzione di Due Variabili

Introduzione

Lo studio di una funzione di due variabili f(x, y)f(x,y)f(x, y) implica l'analisi delle sue proprietà, come il dominio, i punti critici, le derivate parziali, e il comportamento asintotico.

Concetti Chiave

  1. Dominio: Il dominio di una funzione di due variabili è l'insieme di tutti i punti (x, y)(x,y)(x, y) per cui la funzione è definita.

  2. Derivate Parziali: Le derivate parziali di fff rispetto a xxx e yyy sono definite come:
    f_x(x, y) = \frac{\partial f}{\partial x}, \quad f_y(x, y) = \frac{\partial f}{\partial y} fx(x,y)=fx,fy(x,y)=fy f_x(x, y) = \frac{\partial f}{\partial x}, \quad f_y(x, y) = \frac{\partial f}{\partial y}

  3. Punti Critici: I punti critici sono i punti in cui entrambe le derivate parziali sono nulle:
    f_x(x, y) = 0 \quad \text{e} \quad f_y(x, y) = 0 fx(x,y)=0efy(x,y)=0 f_x(x, y) = 0 \quad \text{e} \quad f_y(x, y) = 0

  4. Test della Seconda Derivata: Per classificare i punti critici, si utilizza il determinante della matrice Hessiana:
    D = f_{xx} f_{yy} - (f_{xy})^2 D=fxxfyy(fxy)2 D = f_{xx} f_{yy} - (f_{xy})^2

    • Se D > 0D>0D > 0 e f_{xx} > 0fxx>0f_{xx} > 0, il punto è un minimo locale.
    • Se D > 0D>0D > 0 e f_{xx} < 0fxx<0f_{xx} < 0, il punto è un massimo locale.
    • Se D < 0D<0D < 0, il punto è un punto di sella.
    • Se D = 0D=0D = 0, il test è inconcludente.

Esercizi

Esercizio 1: Trovare il Dominio

Obiettivo: Determinare il dominio della funzione f(x, y) = \sqrt{x + y}f(x,y)=x+yf(x, y) = \sqrt{x + y}.

Soluzione:

  1. La funzione è definita quando l'argomento della radice è non negativo:
    x + y \geq 0 x+y0 x + y \geq 0
  2. Quindi, il dominio è l'insieme dei punti (x, y)(x,y)(x, y) tali che y \geq -xyxy \geq -x.

Esercizio 2: Calcolo delle Derivate Parziali

Obiettivo: Calcolare le derivate parziali della funzione f(x, y) = x^2y + y^3f(x,y)=x2y+y3f(x, y) = x^2y + y^3.

Soluzione:

  1. Calcola la derivata parziale rispetto a xxx:
    f_x(x, y) = 2xy fx(x,y)=2xy f_x(x, y) = 2xy
  2. Calcola la derivata parziale rispetto a yyy:
    f_y(x, y) = x^2 + 3y^2 fy(x,y)=x2+3y2 f_y(x, y) = x^2 + 3y^2

Esercizio 3: Trovare i Punti Critici

Obiettivo: Trovare i punti critici della funzione f(x, y) = x^2 + y^2 - 4x - 6yf(x,y)=x2+y24x6yf(x, y) = x^2 + y^2 - 4x - 6y.

Soluzione:

  1. Imposta le derivate parziali uguali a zero:
    f_x(x, y) = 2x - 4 = 0 \quad \Rightarrow \quad x = 2 fx(x,y)=2x4=0x=2 f_x(x, y) = 2x - 4 = 0 \quad \Rightarrow \quad x = 2
    f_y(x, y) = 2y - 6 = 0 \quad \Rightarrow \quad y = 3 fy(x,y)=2y6=0y=3 f_y(x, y) = 2y - 6 = 0 \quad \Rightarrow \quad y = 3
  2. Quindi, il punto critico è (2, 3)(2,3)(2, 3).

English version

Exercises on the Study of a Function of Two Variables

Introduction

The study of a function of two variables f(x, y)f(x,y)f(x, y) involves the analysis of its properties, such as its domain, critical points, partial derivatives, and asymptotic behavior.

Key Concepts

  1. Domain: The domain of a function of two variables is the set of all points (x, y)(x,y)(x, y) for which the function is defined.

  2. Partial Derivatives: The partial derivatives of fff with respect to xxx and yyy are defined as:
    f_x(x, y) = \frac{\partial f}{\partial x}, \quad f_y(x, y) = \frac{\partial f}{\partial y} fx(x,y)=fx,fy(x,y)=fy f_x(x, y) = \frac{\partial f}{\partial x}, \quad f_y(x, y) = \frac{\partial f}{\partial y}

  3. Critical Points: The critical points are the points where both partial derivatives are zero:
    f_x(x, y) = 0 \quad \text{e} \quad f_y(x, y) = 0 fx(x,y)=0efy(x,y)=0 f_x(x, y) = 0 \quad \text{e} \quad f_y(x, y) = 0

  4. Second Derivative Test: To classify the critical points, the determinant of the Hessian matrix is ​​used:
    D = f_{xx} f_{yy} - (f_{xy})^2 D=fxxfyy(fxy)2 D = f_{xx} f_{yy} - (f_{xy})^2

  • If D > 0D>0D > 0 and f_{xx} > 0fxx>0f_{xx} > 0, the point is a local minimum.
  • If D > 0D>0D > 0 and f_{xx} < 0fxx<0f_{xx} < 0, the point is a local maximum.
  • If D < 0D<0D < 0, the point is a saddle point.
  • If D = 0D=0D = 0, the test is inconclusive.

Exercises

Exercise 1: Finding the Domain

Objective: Determine the domain of the function f(x, y) = \sqrt{x + y}f(x,y)=x+yf(x, y) = \sqrt{x + y}.

Solution:

  1. The function is defined when the root argument is nonnegative:
    x + y \geq 0 x+y0 x + y \geq 0
  2. Then, the domain is the set of points (x, y)(x,y)(x, y) such that y \geq -xyxy \geq -x.

Exercise 2: Calculating Partial Derivatives

Objective: Calculate the partial derivatives of the function f(x, y) = x^2y + y^3f(x,y)=x2y+y3f(x, y) = x^2y + y^3.

Solution:

  1. Calculate the partial derivative with respect to xxx:
    f_x(x, y) = 2xy fx(x,y)=2xy f_x(x, y) = 2xy
  2. Calculate the partial derivative with respect to yyy:
    f_y(x, y) = x^2 + 3y^2 fy(x,y)=x2+3y2 f_y(x, y) = x^2 + 3y^2

Exercise 3: Finding Critical Points

Objective: Find the critical points of the function f(x, y) = x^2 + y^2 - 4x - 6yf(x,y)=x2+y24x6yf(x, y) = x^2 + y^2 - 4x - 6y.

Solution:

  1. Set the partial derivatives equal to zero:
    f_x(x, y) = 2x - 4 = 0 \quad \Rightarrow \quad x = 2 fx(x,y)=2x4=0x=2 f_x(x, y) = 2x - 4 = 0 \quad \Rightarrow \quad x = 2
    f_y(x, y) = 2y - 6 = 0 \quad \Rightarrow \quad y = 3 fy(x,y)=2y6=0y=3 f_y(x, y) = 2y - 6 = 0 \quad \Rightarrow \quad y = 3
  2. So, the critical point is (2, 3)(2,3)(2, 3).

Commenti