Given a semi-Riemannian manifold $(M,g)$; for $p \in M$, we define the sectional curvature of a non-degenerate $2$-plane $\sigma$ with basis $\{u,v\}$ as $$K(\sigma) := K(u,v) = \frac{R(u,v,v,u)}{Q(u,v)}$$ where $R$ is the Riemann-curvature tensor and $$Q(u,v) := g(u,u)g(v,v)-g(u,v)^2.$$
We set $\tilde{u} = au+bv$ and $\tilde{v} = cu+dv$. Could someone guide me through the computation that $$Q(\tilde{u},\tilde{v}) = (ac-bd)^2Q(u,v)?$$
It's quite simple if you use the fact that the riemannian metric is, in fact, a metric. That is, its bilinearity: \begin{align} Q(\overline{u}, \overline{v}) &= Q(au+bv,cu+dv) \\ &= g(au+bv,au+bv)g(cu+dv,cu+dv) - g(au+bv,cu+dv)^2 \\ &= (a^2g(u,u) + 2abg(u,v) + b^2g(v,v)) \cdot (c^2g(u,u) + 2cdg(u,v) + d^2g(v,v)) \\ &- (acg(u,u) + (bc+ad)g(u,v) + bdg(v,v))^2 \end{align}
Expanding the product and the square will make the right terms cancel out. I can edit the answer and keep up with the calculations if you still don't get the picture.