Consider the quadratic form $x^T(B^TP + PB)x$ where is $B=DA$, where $D$ is diagonal with positive or nonnegative entries, and $A$ is Hurwitz. Now consider a symmetric positive definite matrix $Q$ and that $P$ is the (positive definite) solution to the Lyapunov equation $A^TP + PA=-Q$. It is clear that if $D=I$ (the identity matrix), then $x^T(B^TP + PB)x = -x^TQx \le -\lambda_{min}(Q) \|x\|^2$. Is there any way to give some bounds probably depending on $D$ if this is not the case? i.e. I want to find some function of $D$ such that $x^T(B^TP + PB)x \le -f(D)\lambda_{min}(Q)\|x\|^2$. The matrix $A$ may even have some particular structure.
2026-04-04 22:56:22.1775343382
Quadratic bounds
225 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LINEAR-ALGEBRA
- An underdetermined system derived for rotated coordinate system
- How to prove the following equality with matrix norm?
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- Why is necessary ask $F$ to be infinite in order to obtain: $ f(v)=0$ for all $ f\in V^* \implies v=0 $
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Summation in subsets
- $C=AB-BA$. If $CA=AC$, then $C$ is not invertible.
- Basis of span in $R^4$
- Prove if A is regular skew symmetric, I+A is regular (with obstacles)
Related Questions in CONTROL-THEORY
- MIT rule VS Lyapunov design - Adaptive Control
- Question on designing a state observer for discrete time system
- Do I really need quadratic programming to do a Model Predictive Controller?
- Understanding Definition of Switching Sequence
- understanding set of controllable state for switched system
- understanding solution of state equation
- Derive Anti Resonance Frequency from Transfer Function
- Laplace Transforms, show the relationship between the 2 expressions
- Laplace transform of a one-sided full-wave rectified...
- Controlled Markov process - proper notation and set up
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?
Hm, well, I am not sure how well this helps, but its the best I was able to come up with.
Let $D = I + \epsilon G$, where G is another diagonal matrix, and $\epsilon$ is some number. Let's keep it simple, with just real G.
$B = DA = A + \epsilon GA$
$B^T = A^T + \epsilon (GA)^T = A^T ( I + \epsilon G)$
$B^T P + PB = x^T (A^T P + PA) x + \epsilon x^T (A^T GP + PGA)x$
$= -x^T Q x + \epsilon x^T R x$
So, our new quadratic form is a sum of two different ones. Your original bound works for the $-x^T Q x$ term, but now we have a new quadratic form involving the matrix R. Examining the equation for Q shows that R is a modified version of Q, with G's inserted in between the A's and P's.
I am not 100% sure, but I am pretty sure the following holds:
A is Hurwitz, but we'll stick to just being negative and strictly real. So A is negdef. P is posdef. Thus, if G is posdef, $A^T GP$ will be negdef. If G is negdef, it will be posdef. This is just analogous to multiplying positive and negative numbers, or negative numbers and negative numbers. Adding posdef matrices gives new posdef matrices. I am pretty sure the same holds for negdef matrices.
So, if G is posdef, R is negdef. If G is negdef, R is posdef. If R is negdef, the new bound will be even lower than the old one you computed. If R is posdef, it will be higher.
I haven't worked it out, but more forms of D could be accomodated by higher-order expansion like:
$D = I + \epsilon G_1 + \epsilon^2 G_2 + ...$
Unfortunately, this approach still appears to require solving for A, which the previous approach did not.
Hope I was able to help, or at least give some kind of nudge.