Let $A$ be a $3×4$ matrix. Estimate $\det(A'A)$ and $\det(AA')$.
I would first assume that $A$ has rank $3$. Then $A'A$ would be a $4\times 4$ matrix with rank $3$ and therefore it would have zero determinant. If the rank equals $4$ I can't say anything about the determinant only that it is not zero.
I can't estimate $\det(AA')$
Am I right?
The rank of $A$ is at most $3$; if it is $3$, then $AA'$ has the same rank, so it's invertible and will have nonzero determinant. Otherwise the determinant is $0$.
The rank of $A'A$ is at most $3$, so this matrix always has zero determinant.
What the determinant of $AA'$ is, in case $\operatorname{rank}A=3$ cannot be “estimated”: just take $$ A=\begin{bmatrix} a & 0 & 0 & 0\\ 0 & 1 & 0 & 0\\ 0 & 0 & 1 & 0 \end{bmatrix} $$ and $\det(AA')=a^2$. So any positive number can be the determinant.
Note however that all eigenvalues of $AA'$ are real (the matrix is symmetric) and non negative: indeed, if $AA'v=\lambda v$, then $$ 0\le(A'v)'(A'v)=v'AA'v=v'(\lambda v)=\lambda v'v $$ and therefore $\det(AA')\ge0$.