in Linear Algebra edited by
1,630 views
8 votes
8 votes

An $n \times n$ matrix $M$ with real entries is said to be positive definite if for every non-zero $n$-dimensional vector $x$ with real entries, we have $x^{T}Mx>0.$ Let  $A$ and $B$ be symmetric, positive definite matrices of size $n\times n$ with real entries.

Consider the following matrices, where $I$ denotes the $n\times n$ identity matrix:

  1. $A+B$
  2. $ABA$
  3. $A^{2}+I$

Which of the above matrices must be positive definite?

  1. Only $(2)$
  2. Only $(3)$
  3. Only $(1)$ and $(3)$
  4. None of the above matrices are positive definite
  5. All of the above matrices are positive definite
in Linear Algebra edited by
by
1.6k views

1 comment

@Arjun Sir, Please format the question.

0
0

1 Answer

8 votes
8 votes

Note

- The sum of two positive definite matrices is positive definite. $(x^T(A+B)x = x^TAx + x^TBx > 0)$.


$i)$ $A+B$ is positive definite from above property.

$ii)$ $x^T(ABA)x = (x^TA)B(Ax) = (Ax)^TB(Ax) > 0$

$iii)$ Since $A$ is symmetric $A^2$ is also symmetric. And $A^2 + I$ is also positive definite since $I$ is positive definite. 

Thus, all of the above matrices are positive definite. 

4 Comments

In case $(iii)$ $A^2$ is symmetric doesn't imply that $A^2$ is positive definite.

Instead, $x^T(A^2+I)x = (xA)^T(xA) + x^Tx$

But here $(xA)$ is nx1 matrix and hence any $x^Tx$ is equivalent to sum of squares which is always > 0
0
0
case(iii), another easy way to prove $A^{2}$ is positive definite:

as $A$ is positive definite, all Eigen values of $A$ are positive (property of positive definite matrices).

And we know Eigen values of  $A^{2}$ are squares of Eigen values of $A$ (everyone knows, I guess).

$\therefore$ $A^{2}$ is also positive definite.
3
3

Thanks @smn98 ! The positive definite is new to me, wasn't aware of the property !!

0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true