2.4 Stationary Points and Lagrange Multiplier
2.4 Stationary Points and Lagrange Multiplier
A stationary point of a differentiable function, 𝑦 = 𝑓(𝑥) , is that point along the function where
the rate of change or gradient is zero. It is that point where the function is neither increasing nor
decreasing.
- Maximum
- Minimum
- Inflection
1
2
2.4.2 Stationary Points in 3D
Given a bivariate function 𝑧 = 𝑓(𝑥, 𝑦), stationary points, if they exist, maybe classified as:
- Maximum
- Minimum
- Saddle point
Solution 𝑓𝑥 = 2𝑥 + 𝑦 + 5 = 0
𝑓𝑦 = 𝑥 + 2𝑦 − 5 = 0
These two simultaneous equations may be solved using any applicable method
3
Making x as the subject in the second equation gives 𝑥 = 5 − 2𝑦
𝑓𝑥 = 2𝑥 + 𝑦 + 5 = 0
2(5 − 2𝑦) + 𝑦 + 5 = 0
10 − 4𝑦 + 𝑦 + 5 = 0
−3𝑦 = −15 → 𝑦 = 5
The stationary point is not fully located…the function (or z - ) value is required.
4
The second-order partial derivatives will be required
2
Substituting in the discriminant gives 𝐷 = 𝑓𝑥𝑥 𝑓𝑦𝑦 − (𝑓𝑥𝑦 ) = (2)(2) − (1)2 = 3
Since 𝐷 > 0 with 𝑓𝑥𝑥 > 0 and 𝑓𝑦𝑦 > 0, the stationary point is a minimum
ii) Classify each of these points as either relative maximum, relative minimum
𝑧𝑥 = 3𝑥 2 − 3 = 0 ⇒ 𝑥 = −1, 1
𝑧𝑦 = 2𝑦 − 6 = 0 ⇒ 𝑦 = 3
If 𝑥 = −1, 𝑦 = 3, 𝑧 = −1 + 9 + 3 − 18 − 1 = −8
If 𝑥 = 1, 𝑦 = 3, 𝑧 = 1 + 9 − 3 − 18 − 1 = −12
5
2
@(- 1, 3, -8); 𝐷 = 𝑧𝑥𝑥 𝑧𝑦𝑦 − 𝑧𝑥𝑦 = (−6)(2) − 0 = −12 saddle point
2
@(1,3,-12); 𝐷 = 𝑧𝑥𝑥 𝑧𝑦𝑦 − 𝑧𝑥𝑦 = (6)(2) − 0 = 12 relative minimium
Determine the coordinates, (𝑥, 𝑦, 𝑧), of the two stationary points of the function
𝑧 = 𝑓(𝑥, 𝑦) = 3𝑥 2 + 12𝑥 + 4𝑦 3 − 6𝑦 2 + 5.
Solution
𝑧𝑥 = 6𝑥 + 12 = 0; 𝑥 = −2
6
Example December 2019, Question 3 (b)
Determine the coordinates, (𝑥, 𝑦, 𝑧), of the two (2) stationary points of the function
𝑧 = 𝑓(𝑥, 𝑦) = 𝑦 2 − 3𝑥 + 𝑥 3 − 6𝑦 − 1.
Solution
𝑧𝑥 = −3 + 3𝑥 2 = 0; 𝑥 = ±1 and 𝑧𝑦 = 2𝑦 − 6 = 0; 𝑦 = 3
𝑧 = 𝑓(1, 3) = 9 − 3 + 1 − 18 − 1 = −12
𝑧 = 𝑓(−1, 3) = 9 + 3 − 1 − 18 − 1 = −8
➢ Find 𝑓𝑥 , 𝑓𝑦 , 𝑔𝑥 and 𝑔𝑦
𝑓𝑥 = 2𝑥 − 8
𝑓𝑦 = 2𝑦 − 12
𝑔𝑥 = 1
𝑔𝑦 = 1
𝑥 + (𝑥 + 2) − 8 = 0
2𝑥 − 6 = 0
𝑥=3 𝑦 =3+2=5
Solution First, differentiate the function and the constraint with respect to each independent
variable, x and y:
𝑓𝑥 = 2𝑥 𝑓𝑦 = 2𝑦
𝑔𝑥 = 2𝑥 + 2 𝑔𝑦 = 2𝑦 − 2
8
2 1
2𝑥 = 𝜆(2𝑥 + 2) → 𝜆 = =
2𝑥+2 𝑥+1
2 1
2𝑦 = 𝜆(2𝑦 − 2) → 𝜆= =
2𝑦−2 𝑦−1
1 1
Equating these gives =
𝑥+1 𝑦−1
𝑥+1=𝑦−1 → 𝑥 =𝑦−2
𝑦 2 − 4𝑦 + 4 + 𝑦 2 + 2𝑦 − 4 − 2𝑦 + 1 = 0
2𝑦 2 − 4𝑦 + 1 = 0
√2 √2
Hence, 𝑥 = 1 ± −2=± −1
2 2