Get AI summaries of any video or article — Sign up free
Abstract Linear Algebra 6 | Example of Basis Isomorphism thumbnail

Abstract Linear Algebra 6 | Example of Basis Isomorphism

5 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Define U = span{cos, sin, exp} and note that generating is automatic by construction.

Briefing

A three-function subspace of real-valued functions—spanned by cos(x), sin(x), and e^x—is shown to have a basis, and that basis enables a clean “coordinate transfer” into R^3. The key payoff is that every function in this subspace can be represented by a unique triple of coefficients, so computations with functions reduce to ordinary vector arithmetic in three dimensions.

Start with the function space F_R and pick three specific functions: cosine, sine, and the exponential function. Let U be their span, U = span{cos, sin, exp}. The central question is whether these three functions form a basis for U. Generating is immediate because U is defined as their span. The hard part is linear independence: if a linear combination α1 cos(x) + α2 sin(x) + α3 e^x = 0 produces the zero function, then linear independence requires α1 = α2 = α3 = 0.

To test this, the argument uses the fact that an equality of functions means the equality holds for every real x. So instead of treating the equation abstractly, it plugs in carefully chosen points. It selects x = 0, x = π/2, and a third point chosen as a large negative multiple of 2π so that the exponential term becomes very small while avoiding sign complications. At these three x-values, the function equation becomes a 3×3 linear system in the unknowns α1, α2, α3.

The resulting coefficient matrix has a structure built from the trigonometric values at 0 and π/2, plus the exponential value at the third point. The determinant of this matrix is computed using a “rule of Sarrus” style expansion, and it comes out as a nonzero number (described as close to −1). Because the determinant is nonzero, the system has a unique solution—namely the trivial one—so the only way the linear combination equals the zero function is when all coefficients are zero. That proves cos(x), sin(x), and e^x are linearly independent, hence they form a basis for U.

With a basis in hand, the basis isomorphism from the previous part becomes concrete. The basis B = (cos, sin, exp) is mapped into the canonical basis of R^3: cos ↦ (1,0,0), sin ↦ (0,1,0), and exp ↦ (0,0,1). Any function in U, such as V(x) = 7 cos(x) + 2 sin(x) + exp(x), corresponds to the coefficient vector (7,2,1) in R^3. The essential message is that U is completely represented by R^3 through this isomorphism, preserving all information while replacing function calculations with vector calculations. The freedom to choose a different basis in U is flagged as the next step for later videos.

Cornell Notes

The subspace U of F_R defined by U = span{cos, sin, exp} is proved to be 3-dimensional by showing the three functions are linearly independent. Linear independence is tested by assuming α1 cos(x) + α2 sin(x) + α3 e^x equals the zero function and then evaluating at three carefully chosen inputs (x = 0, x = π/2, and a large negative multiple of 2π). This turns the functional equation into a 3×3 linear system in α1, α2, α3. The coefficient matrix has a nonzero determinant (computed via a Sarrus-style rule), so the system has only the trivial solution, forcing α1 = α2 = α3 = 0. Therefore (cos, sin, exp) is a basis for U, enabling a basis isomorphism that maps U to R^3 by sending each basis function to a canonical unit vector.

Why does checking linear independence require more than just knowing U is the span of the three functions?

“Generating” is automatic because U is defined as span{cos, sin, exp}. Linear independence requires that the only coefficients α1, α2, α3 making α1 cos(x) + α2 sin(x) + α3 e^x equal the zero function are α1 = α2 = α3 = 0. That’s not guaranteed by the definition of U; it must be proved.

What’s the key move for turning a functional equation into a solvable linear system?

Because an equation of functions means both sides match for every real x, the proof plugs in specific x-values. Choosing x = 0 and x = π/2 gives simple trigonometric values (sin(0)=0, cos(0)=1; sin(π/2)=1, cos(π/2)=0). A third x-value is chosen as a large negative multiple of 2π so the exponential term e^x becomes very small while keeping the setup manageable. These substitutions produce three ordinary linear equations in α1, α2, α3.

How does the determinant test confirm linear independence?

After substitution, the coefficients α1, α2, α3 satisfy a 3×3 linear system. Such a system is uniquely solvable exactly when the determinant of the coefficient matrix is nonzero. The determinant is computed (described as close to −1 and explicitly nonzero), so the only solution is the trivial one. That forces α1 = α2 = α3 = 0, proving the original functions are linearly independent.

How does the basis isomorphism map functions in U into vectors in R^3?

With basis B = (cos, sin, exp), the basis isomorphism sends B to the canonical basis of R^3. Concretely: cos ↦ (1,0,0), sin ↦ (0,1,0), exp ↦ (0,0,1). A function V(x) = 7 cos(x) + 2 sin(x) + 1·exp(x) then maps to the coefficient vector (7,2,1). The mapping preserves the information contained in the coefficients.

Why is the choice of a “very negative” third input helpful even though the exact value isn’t needed?

The proof doesn’t rely on the exact exponential value; it relies on the system’s solvability. Picking a large negative multiple of 2π makes e^x extremely small, simplifying the numerical feel of the matrix entries and avoiding sign complications from trigonometric behavior tied to multiples of 2π. The determinant remains nonzero, so the argument still works.

Review Questions

  1. Given α1 cos(x) + α2 sin(x) + α3 e^x = 0 as a zero function, what does it mean to “restrict to x = 0” and why is that legitimate?
  2. What determinant condition guarantees a 3×3 linear system has only the trivial solution, and how does that connect to linear independence?
  3. If a function in U has the form a cos(x) + b sin(x) + c e^x, what vector in R^3 corresponds to it under the basis isomorphism?

Key Points

  1. 1

    Define U = span{cos, sin, exp} and note that generating is automatic by construction.

  2. 2

    Prove linear independence by assuming a linear combination equals the zero function and forcing all coefficients to be zero.

  3. 3

    Use the principle that equality of functions holds for every x, then substitute x-values to convert the problem into ordinary linear equations.

  4. 4

    Choose x = 0 and x = π/2 to exploit simple trigonometric values, and pick a third x-value (a large negative multiple of 2π) to keep the exponential term controlled.

  5. 5

    Form a 3×3 coefficient matrix from the substituted equations and compute its determinant.

  6. 6

    A nonzero determinant implies the only solution is α1 = α2 = α3 = 0, so (cos, sin, exp) is a basis for U.

  7. 7

    Use the basis isomorphism to map each basis function to a canonical unit vector in R^3, turning function computations into vector computations.

Highlights

The three functions cos(x), sin(x), and e^x form a basis for their span U because the only way to combine them into the zero function is with all zero coefficients.
Turning a functional equation into a linear system is done by evaluating at carefully selected inputs where trigonometric terms simplify.
A nonzero determinant of the resulting 3×3 matrix guarantees unique solvability, which directly proves linear independence.
The basis isomorphism identifies U with R^3 by mapping cos ↦ (1,0,0), sin ↦ (0,1,0), and exp ↦ (0,0,1).
Once the isomorphism is set, any function a cos(x) + b sin(x) + c e^x corresponds to the vector (a,b,c) in R^3.

Topics