0% found this document useful (0 votes)
45 views1 page

Functii de 2 Variabile

The document describes several two-variable functions and finds their minimum values. It defines four functions: f(x) as a combination of exponential, quadratic, and linear terms; f(x1, x2) as a quadratic function with cross term; f(x1, x2) as a quadratic function without cross term; and f(x1, x2) as exponential and quadratic terms divided by a constant. For each it finds the minimum value and the x1 and x2 values that achieve it.

Uploaded by

numer_nine99
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

Functii de 2 Variabile

The document describes several two-variable functions and finds their minimum values. It defines four functions: f(x) as a combination of exponential, quadratic, and linear terms; f(x1, x2) as a quadratic function with cross term; f(x1, x2) as a quadratic function without cross term; and f(x1, x2) as exponential and quadratic terms divided by a constant. For each it finds the minimum value and the x1 and x2 values that achieve it.

Uploaded by

numer_nine99
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Opt.

Funcţii de două variabile

x  e( x  y2 )
2
 x2  y2
f ( x)  ; f ( x, y ) : R  R  R
1. 20

x2  y 2
f ( x)  x  e  ( x  y2 )
2
 ; f ( x, y ) : R  R  R
2. 20

04. f ( x1 , x 2 )  x12  x 22  x1  x2  2  x1 cu0504fu

Rezultat:
Min  f ( x1 , x 2 )   1,333333333; x1  1,33333333; x 2  0,667
* *

05. f ( x1 , x 2 )  x12  x 22  x1  x 2 cu0505fu

Rezultat:
Min  f ( x1 , x 2 )   0; x1  0; x 2  0
* *

06. f ( x1 , x2 )  x12  x 22  x1  x 2  1 cu0506fu

Min  f ( x 1 , x 2 )   1; x1  0; x 2  0
* *

07. f ( x1 , x2 )  x1  exp( x12  x 22 )  ( x12  x22 ) / 20 cu0507fu

Rezultat:
Min  f ( x1 , x 2 )   0,40523 x1  0,669; x 2  0
* *

You might also like