Find the maximum value of $\det(M)+ \det(N)$?

853 Views Asked by At

$M,N $ are two $4\times 4 $ matrices satisfying, $$ MN= \begin{bmatrix} 2 & 0 & 0 & 2 \\ 0 & 2 & 2 & 0 \\ 0 & 0 & 2 & 0 \\ 0 & 0 & 0 & 2 \end{bmatrix} $$ I have no idea how to approach this problem, help will be appreciated.

Find the maximum value of $\det(M)+ \det(N)$

2

There are 2 best solutions below

3
On BEST ANSWER

Hint:$$\bigl(\forall x\in(0,\infty)\bigr):(x\operatorname{Id}).\begin{bmatrix}\frac{2}{x} & 0 & 0 & \frac{2}{x} \\ 0 & \frac{2}{x} & \frac{2}{x} & 0 \\ 0 & 0 & \frac{2}{x} & 0 \\ 0 & 0 & 0 & \frac{2}{x}\end{bmatrix}=\begin{bmatrix}2 & 0 & 0 & 2 \\ 0 & 2 & 2 & 0 \\ 0 & 0 & 2 & 0 \\ 0 & 0 & 0 & 2\end{bmatrix}.$$

0
On

Let $A = MN$ then we can calculate the minimum value, if $\det(M)>0$: $$\det (M)+\det (N) = \det(M)+{\det(A) \over \det(M)}\geq 2\sqrt{\det(A)} = 8$$

but there is no maximum value for $$\det(M)+{16 \over \det(M)}$$

Just draw a function $f(x) = x+{16\over x}$ where $x=\det(M)\in\mathbb{R}\setminus\{0\}$