Just trying to solve this question: $f(x,y,z) = x^2 + y^2 +3z^2 -xy +2xz+ yz$. Found the only critical point of the function and explain why she is an absolute minimum. We learn at class how to found that a point is a critical point so i found her and its $(0,0,0)$. I know how to say that its a Local minimum, but i don't know how i am supposed to explain why its an absolute minimum and i want to know how to approach it.
2026-03-28 20:57:28.1774731448
How to prove that a Local minimum is Absolute minimum in $R^3$
317 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MULTIVARIABLE-CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- $\iint_{S} F.\eta dA$ where $F = [3x^2 , y^2 , 0]$ and $S : r(u,v) = [u,v,2u+3v]$
- Proving the differentiability of the following function of two variables
- optimization with strict inequality of variables
- How to find the unit tangent vector of a curve in R^3
- Prove all tangent plane to the cone $x^2+y^2=z^2$ goes through the origin
- Holding intermediate variables constant in partial derivative chain rule
- Find the directional derivative in the point $p$ in the direction $\vec{pp'}$
- Check if $\phi$ is convex
- Define in which points function is continuous
Related Questions in MAXIMA-MINIMA
- optimization with strict inequality of variables
- Minimum value of a complex expression involving cube root of a unity
- Calculation of distance of a point from a curve
- Find all local maxima and minima of $x^2+y^2$ subject to the constraint $x^2+2y=6$. Does $x^2+y^2$ have a global max/min on the same constraint?
- Solving discrete recursion equations with min in the equation
- Trouble finding local extrema of a two variable function
- Why do I need boundedness for a a closed subset of $\mathbb{R}$ to have a maximum?
- Find the extreme points of the function $g(x):=(x^4-2x^2+2)^{1/2}, x∈[-0.5,2]$
- Maximizing triangle area problem
- Find the maximum volume of a cylinder
Related Questions in EXTREME-VALUE-THEOREM
- Extreme values $f(x)=(x-2)^{\frac{1}{3}}$
- Critical point of a multivariable function
- Minimum distance from the points of the function $\frac{1}{4xy}$ to the point $(0, 0, 0)$
- Generalized Pareto distribution (GPD)
- Proving there must exist a maximum value in a continuous interval
- Extreme value theory - proof this is a poisson point process
- What does it mean centering a Gumbel distribution?
- Find out if a function has a maximum and minimum or not
- Show the existence of a global maximum of a continuous function with unbounded domain
- Difficulty finding Lagrange multiplier because of $\leq$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I don't know if there's some immediate way to know that the local minimum is a global minimum, and I would like to see such answers if there are.
I would do some algebra to rewrite $f$ as:
$f(x,y,z) = 0.5(x-y)^2 + 0.5(y+z)^2 +(x+z)^2-0.5x^2+1.5z^2$
Then, the only potentially problematic term is $-0.5x^2$.
But minimizing $(x+z)^2-0.5x^2+1.5z^2$ over $z$, which occurs when $2(x+z)+3z=0$, i.e. $z=-0.4x$, we see that:
$(x+z)^2-0.5x^2+1.5z^2 \ge 0.36x^2 -0.5x^2 +0.24x^2 = 0.1x^2 \ge 0$
Therefore $f(x,y,z) \ge 0$
Note that, when I minimized $(x+z)^2-0.5x^2+1.5z^2$ over $z$ to show that $(x+z)^2-0.5x^2+1.5z^2 \ge 0.1x^2$, that was only to derive that inequality. I was not trying to minimize $f$ over only $z$, while ignoring $y$.
Another way to derive the same inequality would be to let $t = z + 0.4x$, with the choice inspired by the fact that we derived above that $z = -0.4x$ minimizes that expression.
Then we have $z = t - 0.4x$ and $z^2 = t^2 - 0.8tx + 0.16x^2$, and:
\begin{align} (x+z)^2-0.5x^2+1.5z^2 &= x^2 + 2xz + z^2 - 0.5x^2+1.5z^2 \\ & = 0.5x^2 +2xz+2.5z^2 \\ & = 0.5x^2 +2x(t - 0.4x)+2.5(t^2 - 0.8tx + 0.16x^2) \\ & = 0.1x^2 +2.5t^2 \\ &\ge 0.1x^2 \end{align}
Using this inequality in $f$ gives: \begin{align} f(x,y,z) &= 0.5(x-y)^2 + 0.5(y+z)^2 +(x+z)^2-0.5x^2+1.5z^2 \\ &\ge 0.5(x-y)^2 + 0.5(y+z)^2 + 0.1x^2 \\ &\ge 0 \qquad \text{ since it is the sum of squares}\\ \end{align}