Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
12 views

Multivariate Functions and Partial Derivatives

University Mathematics is 100% positioned to meet the demands of undergraduate, postgraduate and professional exams. The book is capable and remarkable, giving students a good grounding in real-world mathematical applications. Inside you will find: • Simplified explanations step by step. • Solved examples of varying difficulties. • Plenty of workouts, fill-in-the-blanks and multiple-choice questions. Every student and every classroom will vastly benefit from University Mathematics.

Uploaded by

Olaniyi Evans
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Multivariate Functions and Partial Derivatives

University Mathematics is 100% positioned to meet the demands of undergraduate, postgraduate and professional exams. The book is capable and remarkable, giving students a good grounding in real-world mathematical applications. Inside you will find: • Simplified explanations step by step. • Solved examples of varying difficulties. • Plenty of workouts, fill-in-the-blanks and multiple-choice questions. Every student and every classroom will vastly benefit from University Mathematics.

Uploaded by

Olaniyi Evans
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

4

MULTIVARIATE FUNCTIONS AND


PARTIAL DERIVATIVES

CONTENTS
Rules of Partial Differentiation 42
Second-order Partial Derivatives 47
Optimization of Multivariable Functions 47
Unconstrained Optimization 48
Constrained Optimization 49
Incremental Changes, Partial or total
differentials and Total Derivatives 51
Implicit Function Rule 54

Multivariable calculus (also called multivariate calculus) deals with functions


of several variables. In the previous chapters, differentiation was limited to
functions of one independent variable only. More realistic economic models are,
however, usually functions of more than one variable.
Functions of two variables are written in general form as
𝑧 = 𝑓(𝑥, 𝑦)
For example,
𝑧 = 𝑥 − 3𝑦 + 1 𝑧 = 𝑥 2 + 𝑦 3 − 4𝑥𝑦 − 5
Where x and y are the independent variables and z is the dependent variable.

R U LE S OF P A R T I A L D IF F E R E NT IA T IO N
All rules of ordinary differentiation apply. To show that something has been
partially (instead of fully) differentiated we use the symbol 𝜕. At a time, we
differentiate only one independent variable and keep all other independent
variables constant. Thus, a partial derivative of a function of several variables
is its derivative with respect to one variable, with the others held constant.

Power rule: Given 𝑧 = 𝑥 𝑛 𝑦 𝑚


𝜕𝑧 𝜕
= [𝑦 𝑚 ] (𝑥 𝑛 ) = 𝑛𝑥 𝑛−1 𝑦 𝑚 (Consider y as a constant)
𝜕𝒙 𝜕𝑥
𝜕𝑧 𝜕
= [𝑥 𝑛 ] (𝑦 𝑚 ) = 𝑚𝑦 𝑚−1 𝑥 𝑛 (Consider x as a constant)
𝜕𝒚 𝜕𝑦
Chapter 4| Multivariate Functions and Partial Derivatives 43

Generalized Power Function rule: Given 𝑧 = [𝑔(𝑥, 𝑦)]𝑛 where g is a


differentiable function:
𝜕𝑧 𝜕𝑔
= 𝑛[𝑔(𝑥, 𝑦)]𝑛−1 ∙ (Consider y as a constant)
𝜕𝒙 𝜕𝒙
𝜕𝑧 𝜕𝑔
= 𝑛[𝑔(𝑥, 𝑦)]𝑛−1 ∙ (Consider x as a constant)
𝜕𝒚 𝜕𝒚

Product rule: Given 𝑧 = 𝑔(𝑥, 𝑦) ∙ ℎ(𝑥, 𝑦) where g and h are differentiable


functions:
𝜕𝑧 𝜕ℎ 𝜕𝑔
= 𝑔(𝑥, 𝑦) ∙ + ℎ(𝑥, 𝑦) ∙ (Consider y as a constant)
𝜕𝒙 𝜕𝒙 𝜕𝒙
𝜕𝑧 𝜕ℎ 𝜕𝑔
= 𝑔(𝑥, 𝑦) ∙ + ℎ(𝑥, 𝑦) ∙ (Consider x as a constant)
𝜕𝒚 𝜕𝒚 𝜕𝒚

𝑔(𝑥,𝑦)
Quotient rule: Given 𝑧 = where g and h are differentiable functions and
ℎ(𝑥,𝑦)
ℎ ≠ 0:
𝜕𝑔
𝜕𝑧 ℎ(𝑥,𝑦)∙𝜕𝒙−𝑔(𝑥,𝑦)∙𝜕ℎ
𝜕𝒙
= 2 (Consider y as a constant)
𝜕𝒙 [ℎ(𝑥,𝑦)]

𝜕𝑔 𝜕ℎ
𝜕𝑧 ℎ(𝑥,𝑦)∙𝜕𝒚−𝑔(𝑥,𝑦)∙𝜕𝒚
= 2 (Consider x as a constant)
𝜕𝒚 [ℎ(𝑥,𝑦)]

 EXAMPLE 4.1
Find the partial derivatives of the following functions:
a) 𝑧 = 5𝑥 2 − 𝑥𝑦 + 𝑦 4 b) 𝑧 = −𝑤 2 + 𝑤𝑥𝑦 − 𝑥 3 𝑦 2
S O L U T I O N tips
a) Apply the power rule:
𝜕𝑧
= 10𝑥 − 𝑦 + 0 𝑦 is a constant
𝜕𝑥
= 10𝑥 − 𝑦
𝜕𝑧
= 0 − 𝑥 + 4𝑦 3 𝑥 is a constant
𝜕𝑦
= −𝑥 + 4𝑦 3
𝜕𝑧
b) = 0 + 𝑤𝑦 − 3𝑥 2 𝑦 2 w and 𝑦 are constants
𝜕𝑥
= 𝑤𝑦 − 3𝑥 2 𝑦 2
𝜕𝑧
= 0 + 𝑤𝑥 − 2𝑥 3 𝑦 𝑤 and 𝑦 are constants
𝜕𝑦
= 𝑤𝑥 − 2𝑥 3 𝑦
𝜕𝑧
= −2𝑤 + 𝑥𝑦 − 0 𝑥 and 𝑦 are constants
𝜕𝑤
= −2𝑤 + 𝑥𝑦

 EXAMPLE 4.2
Consider the functions:
3 2
a) 𝑧 = (5𝑥 − 𝑦)3 b) 𝑧 = (𝑥 3 − 𝑥𝑦 2 )
2
Differentiate z partially with respect to x and y.
Purchase the full book at:
www.unimath.5profz.com

We donate 5% of the book sales every year to charity, forever.


When you buy University Mathematics (I & II) you are helping
orphans and the less privileged.

You might also like