J'ai eu cet excercice dans ma série :
Soif f une fonction différentiable et soit :
- Code: Tout sélectionner
<math xmlns='http://www.w3.org/1998/Math/MathML'> <mi> f </mi> <mfenced> <mrow> <mn> 2 </mn> <mo> , </mo> <mn> 5 </mn> </mrow> </mfenced> <mo> = </mo> <mn> 6 </mn> </math>
- Code: Tout sélectionner
<math xmlns='http://www.w3.org/1998/Math/MathML'> <mfrac> <mrow> <mo> ∂ <!-- partial differential --> </mo> <mi> f </mi> </mrow> <mrow> <mo> ∂ <!-- partial differential --> </mo> <mi> x </mi> </mrow> </mfrac> <mfenced> <mrow> <mn> 2 </mn> <mo> , </mo> <mn> 5 </mn> </mrow> </mfenced> <mo> = </mo> <mn> 1 </mn> </math>
- Code: Tout sélectionner
<math xmlns='http://www.w3.org/1998/Math/MathML'> <mfrac> <mrow> <mo> ∂ <!-- partial differential --> </mo> <mi> f </mi> </mrow> <mrow> <mo> ∂ <!-- partial differential --> </mo> <mi> y </mi> </mrow> </mfrac> <mfenced> <mrow> <mn> 2 </mn> <mo> , </mo> <mn> 5 </mn> </mrow> </mfenced> <mo> = </mo> <mo> - </mo> <mn> 1 </mn> </math>
Trouver une valeur approchée de
- Code: Tout sélectionner
<math xmlns='http://www.w3.org/1998/Math/MathML'> <mi> f </mi> <mfenced> <mrow> <mn> 2.02 </mn> <mo> , </mo> <mn> 4.9 </mn> </mrow> </mfenced> </math
J'ai pensé à calculer la tengante de la fonction au point (2.5) comme on le fesait en terminale, mais je ne connais pas la formule de la tangente pour 2 variables.
Merci d'avance !
