The sign of Hessian matrix and sign of any partial derivative of function $f(x,y)$ gives the informations about maxima, minima, saddle points of function and sometimes perplexed informations when it is equal to zero. Now when I start to figure out the geometrical interpretation of these condition I can understand why the maxima?,why the minima?, and even why the saddle point? When $H(x,y)\leq0 $ and both the derivative are of opposite sign. But when the condition is $H(x,y)\leq 0$ and both the derivatives are of same sign then i can not understand why the sadddle point? and how it looks? please help in explaining this.
2026-04-24 20:34:05.1777062845
saddle point geometry of $f(x,y)$ when partial derivatives are of same sign.
491 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- How can I prove that $\int_0^{\frac{\pi}{2}}\frac{\ln(1+\cos(\alpha)\cos(x))}{\cos(x)}dx=\frac{1}{2}\left(\frac{\pi^2}{4}-\alpha^2\right)$?
- Proving the differentiability of the following function of two variables
- If $f ◦f$ is differentiable, then $f ◦f ◦f$ is differentiable
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Number of roots of the e
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- How to prove $\frac 10 \notin \mathbb R $
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
Related Questions in RIEMANNIAN-GEOMETRY
- What is the correct formula for the Ricci curvature of a warped manifold?
- How to show that extension of linear connection commutes with contraction.
- geodesic of infinite length without self-intersections
- Levi-Civita-connection of an embedded submanifold is induced by the orthogonal projection of the Levi-Civita-connection of the original manifold
- Geodesically convex neighborhoods
- The induced Riemannian metric is not smooth on the diagonal
- Intrinsic vs. Extrinsic notions of Harmonic maps.
- Equivalence of different "balls" in Riemannian manifold.
- Why is the index of a harmonic map finite?
- A closed manifold of negative Ricci curvature has no conformal vector fields
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?
First of all we observe that the function $f$ needs to be of class $C^2$. Now the Hessian matrix $H(f)$ is defined as
$$ H(f)= \begin{pmatrix} \partial_{xx}f&\partial_{xy}f\\ \partial_{yx}f&\partial_{yy}f \end{pmatrix}. $$
Since $f\in C^2$ by the Schwarz theorem $\partial_{xy}f=\partial_{yx}f$; in other words the matrix $H(f)$ is symmetric. The determinant of $H(f)$ is equal to $d(x,y)=\partial_{xx}f\partial_{yy}f- (\partial_{xy}f)^2$, and if $p=(x_0,y_0)$ is a critical point, then we you have the following cases:
1- $d(p)>0$ and $p$ is a minimum if $\partial_{xx}f(p)>0$, or a maximum if $\partial_{xx}f(p)<0$
2- $d(p)<0$ then $p$ is a saddle point;
3- $d(p)=0$ and so you don't have enough information to say what kind of critical point $p$ is.
Now I give you geometric meaning of a critical point. If $f:\Omega\longrightarrow \mathbb{R}$ is a function of class $C^2$ as above and $\Omega\subseteq \mathbb{R}^2$ an open domain; then the plot $\Gamma(f)$ is a Riemannian surface. In particular the determinant of the hessian matrix coincide with the determinant of the matrix associate to second fundamental form $(EG-F^2)$.
In differential geometry, when you study riemannian surface (not a Riemann surface!!!) the determinant of the matrix associate to the second fundamental form gives you a classification of the point from the geometrical point of view.
A point $p$ in said to be:
1- elliptic if: $d(p)>0$ and the eingenvalues of the matrix are both positive;
2- hyperbolic if: $d(p)>0$ and the eigenvalues of the matrix are both negative;
3- saddle point if: $d(p)<0$, so the enginvalues have opposite signs,
4- flat point if: $d(p)=0$ so one of the eigenvalues is $0$.
As you can see this is essentially the same classification of the critical point from the analytical point of view.
Infact if the Hessian matrix is positive define then its eigenvalues are both of them positive, or negative. In the first case $\partial_{xx}f(p)>0$ so, the point is a minimun. Suppose that $p=0$ for simplicity, then if you restrict $f$ to the $x$-axis, in other words we fix $y=0$; the the plot of $f(x,0)$ is convex. The same holds if you restrict $f$ to $y$-axis. In the second case the point is a maximum and restricting the function over $x$ or $y$ axis, the plot is concave.
If the Hessian determinant is negative, then one of its eigenvalues is positive, say it $\lambda_1$ and restricting the function along the direction gives by the eigenvector relative to $\lambda_1$ the plot is convex; viceversa restricting the function along the direction relative to negative eigenvalue $\lambda_2$ the plot is concave.
Finally if $d(p)=0$ this mean that the geometry around $p$ is flat, in other words a neighborhood of $p$ is locally isometric to a plane, then you are not able to understand in $p$ is a local maximum or minimum or saddle point.