Prove that the area of an image in $2d$ cartesian coordinates is equal to the determinant of the linear transformation times the area of the initial shape.
I've tried to formulate general expression for area given lots of points, but it feels like that's barking up the wrong tree.
I've also proved it for transformations which are combinations of rotations and enlargements. If that is the case, the distance between each point in the shape will increase by a constant, which has to be the same no matter what the initial shape is. So we can take a unit square which is the easiest case, and it is trivial to show that the resulting area is $\det(T)$. But because these transformations stretch lengths by the same constant, it must stretch areas by the same constant - $\det(T)$. Similarly, is it possible to show that all linear transformations (i.e. shears and compressions) have some property that allows us to deduce that the area of the image must transform by some constant for any image?

Assuming the linear transformation $T$ is bijective (otherwise the question loses its meaning) this proposition can be proven using calculus as follows:
Let $ U \subseteq \mathbb{R}^2 $ be the set representing the initial shape to be transformed by T. The usual area of U can be defined using the Riemann Integral in $ \mathbb{R}^2 $ as
$$ area(U) := \int_{ U }{ f(u) \, du } $$
where $ f(u) = 1 $ for every $ u \in \mathbb{R}^2 $. So the area of U is $ \int_{ U }{du } $ for short.
Let $ dT(u) $ denote the Jacobian matrix of T at the point $u$. Because T is a linear transformation it follows that $ dT(u) = T $. Skipping the finer details, the change of variables theorem for multiple integrals implies that
$$ \int_{ T(U) }{ f(v) \, dv } = \int_{ U }{ f(T(u)) \, |det(\,dT(u)\,)| \, du } $$
Hence the area of the transformed image is
$$ area(\,T(U)\,) = \int_{ T(U) }{ dv } = \int_{ U }{ |det(\,dT(u)\,)| \, du } = \int_{ U }{ |det(T)| \, du } $$
Since $ |det(T)| $ is constant, it follows that
$$ \int_{ U }{ |det(T)| \, du } = |det(T)| \int_{ U }{ du } = |det(T)| \, area(U) $$
Therefore
$$ area(\,T(U)\,) = area(U) \, |det(T)| $$
as we wanted to show.
Notice that this is a more general result that holds for $ \mathbb{R}^n $.