Why is $\det(aM+bN)-\det(aM)-\det(bN)=ab\left[\det(M+N)-\det(M)-\det(N)\right]$
$M,N$ are $2\times 2$ matrices, $a,b\in K$ for some field $K$. If I write $M=(m_{ij})_{i,j}$ for $\ 1\le i,j\le2$ then it is true, but a a long computation. Is there a shorter way to verify it
Fix $2 \times 2$ real matrices $M$ and $N$. The function $$ f(a, b) = \det(aM + bN) - \det(aM) - \det(bN) - ab[\det(M + N) - \det M - \det N] $$ is clearly a homogeneous quadratic polynomial, hence has the form $$ f(a, b) = C_{11}a^{2} + 2C_{12} ab + C_{22} b^{2} $$ for some elements $C_{ij}$ of $K$.
The facts that $f(a, 0) = f(0, b) = 0$ imply $C_{11} = C_{22} = 0$, after which the fact that $f(1, 1) = 0$ implies $C_{12} = 0$.