Vault Of Euclid

Computing the 1, 2, and Infinity Norms and Distances in R^4

Inner product spaces and orthogonality warmup

Consider vectors \( u = (1,3, -6, 4) \) and \( v = (3, -5,1, -2) \) in \( \mathbb{R}^4 \). Find (a) \( \|u\|_\infty \) and \( \|v\|_\infty \), (b) \( \|u\|_1 \) and \( \|v\|_1 \), (c) \( \|u\|_2 \) and \( \|v\|_2 \), (d) \( d_\infty(u, v), d_1(u, v), d_2(u, v) \).
linear-algebravector-spacesnormsvector-normsinfinity-normone-normtwo-normeuclidean-normdistancemetricreal-vectorsevaluate-norms

The solution and a full step-by-step explanation are here. Sign in to read them.

What you need first

What this problem tests

Tests the definitions and basic computation of the standard p-norms and their induced metrics.

This is a standard introductory exercise in linear algebra or functional analysis to familiarize students with different ways of measuring the size of a vector and the distance between points.

More on Inner product spaces and orthogonality