0% found this document useful (0 votes)
67 views2 pages

Inner Product Exercises and Solutions

This document contains 15 exercises involving inner product spaces and related concepts: 1) Find necessary and sufficient conditions for a function on Rn to be an inner product. 2) Determine when a map from R2 to R defined using a 2x2 matrix is an inner product on R2. 3) Show that for a given inner product space with a basis, there is a unique vector with given values when taking the inner product with the basis vectors. 4) Several other exercises involve showing properties of inner products, applying Gram-Schmidt, finding orthonormal bases, and representing inner products using coordinate vectors and the basis inner products.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views2 pages

Inner Product Exercises and Solutions

This document contains 15 exercises involving inner product spaces and related concepts: 1) Find necessary and sufficient conditions for a function on Rn to be an inner product. 2) Determine when a map from R2 to R defined using a 2x2 matrix is an inner product on R2. 3) Show that for a given inner product space with a basis, there is a unique vector with given values when taking the inner product with the basis vectors. 4) Several other exercises involve showing properties of inner products, applying Gram-Schmidt, finding orthonormal bases, and representing inner products using coordinate vectors and the basis inner products.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

spanda@[Link].

in 1

Tutorial Problems set-II


Note: All these problems can be solved using the results of Chapter-2.
n
P
[0.0.1] Exercise Find a necessary and sufficient condition for hx, yi = αi xi yi to be an inner product
i=1
on Rn .
!
a11 a12
[0.0.2] Exercise Let A = be a 2 × 2 matrix with real entries. Let fA : R2 → R be a map
a21 a22
defined by fA (x, y) = y t Ax, where x, y ∈ R2 . Show that fA is an inner product on R2 if and only if
A = At , a11 > 0, a22 > 0 and det(A) > 0.

[0.0.3] Exercise Let V be a finite-dimensional vector space and let B = {u1 , . . . , un } be a basis for V.
Let hx, yi be an inner product on V. If c1 , . . . , cn are any n scalars, show that there is exactly one
vector x in V such that hx, u1 i = ci for i = 1, . . . , n.

[0.0.4] Exercise Let (V, h, i) be an inner product space. Show that hx, yi = 0 for all y ∈ V, then x = 0.
n
xi yi is not an inner product on Cn .
P
[0.0.5] Exercise Show that hx, yi =
i=1

[0.0.6] Exercise Let (V, h, i) be a finite inner product space. Prove that for v ∈ V − {0}, the set
W = {w ∈ V : hw, vi = 0} is a subspace of V of dimension dim V − 1.

[0.0.7] Exercise Decide which of the following functions define an inner product C2 . For x = (x1 , y1 ),
y = (y1 , y2 ).

1. hx, yi = x1 y2

2. hx, yi = x1 y1 + x2 y2

3. hx, yi = x1 y1 + x2 y2

4. hx, yi = 2x1 y1 + i(x2 y1 − x1 y2 ) + 2x2 y2

[0.0.8] Exercise Let VP3 (x) be a subspace of real polynomials of degree at most 3. Equip V with the
inner product
Z1
hf, gi = f (x)g(x)dx
0
.

1. Find the orthogonal complement of the subspace of scalar polynomials.

2. Apply the Gram Schmidt process to the basis {1, x, x2 , x3 }.

[0.0.9] Exercise Find an inner product on R2 such that he1 , e2 i = 2.


spanda@[Link] 2

[0.0.10] Exercise Let V be the space of all n × n over R with the inner product hA, Bi = trace(AB t ).
Find the orthogonal complement of the subspaces of diagonal matrices.

[0.0.11] Exercise Let (V, h, i) be an IPS. Let α, β ∈ V. Then show that α = β if and only if hα, γi =
hβ, γi for all γ ∈ V.

[0.0.12] Exercise Apply Gram Schmidt process to the vectors u1 = (1, 0, 1), u2 = (1, 0, −1) and u3 =
(0, 3, 4) to obtain an orthonormal basis for R2 with the standard inner product.
 
2 1 −1
t 2
 
[0.0.13] Exercise Consider the inner product hx, yi = y AX on R where A =  1  1 0 . Find an
−1 0 3
orthonormal basis B of S := {(x1 , x2 , x3 ) : x1 + x2 + x3 = 0} and then extend it to an orthonormal
basis of R3 .
p
[0.0.14] Exercise Let (V, h, i) be an IPS. Let ||u|| = hu, ui for all u ∈ V be the norm induced by h, i.
Then prove that ||u + v||2 + ||u − v||2 = 2||u||2 + 2||v||2 .

[0.0.15] Exercise Let (V, h, i) be a finite dimensional IPS. Let B = {u1 , u2 , . . . , un } be a basis of V. Then
prove that hu, vi = ȳ t Ax for all u, v ∈ V where x = (x1 , . . . , xn )t ,y = (y1 , . . . , yn )t are coordinates of
u and v with respect to basis B and aij = hui , uj i.

Common questions

Powered by AI

The matrix A defines an inner product on R2 if and only if A is symmetric (A = At), a11 > 0, a22 > 0, and the determinant of A, det(A), is greater than zero .

α = β if and only if ⟨α, γ⟩ = ⟨β, γ⟩ for all γ ∈ V as the inner product uniquely determines vector components in the space. If α ≠ β, there exists some γ such that ⟨α, γ⟩ ≠ ⟨β, γ⟩, contradicting the assumption that their inner products are equal for all γ. This result stems from the linearity and symmetry of inner products .

The set W is a subspace of V with dimension dimV - 1 because it consists of all vectors in V orthogonal to a nonzero vector v. Since ⟨w, v⟩ = 0 defines homogeneity and closure under addition, which are properties of a subspace, W forms a hyperplane in V, reducing the dimension by one .

Applying the Gram-Schmidt process to u1 = (1, 0, 1), u2 = (1, 0, -1), and u3 = (0, 3, 4) involves orthogonalizing the vectors and normalizing them. Starting with u1, subtract projections onto u1 to orthogonalize other vectors. The result is an orthonormal set for R^2. For specifics, repeat calculations for each vector against previously orthonormalized vectors .

A function defines an inner product on C2 if it satisfies linearity, positivity, positivity-definiteness, and conjugate symmetry. For example, ⟨x, y⟩ = x1y1 + x2y2 satisfies these conditions, defining an inner product, whereas ⟨x, y⟩ = x1y2 does not, as it violates symmetry and positivity-definiteness .

To find the orthogonal complement of the subspaces of diagonal matrices using the inner product ⟨A, B⟩ = trace(ABt), consider matrices orthogonal to all diagonal matrices. These are matrices with zero diagonal entries, because any non-diagonal element results in a zero when multiplied by a diagonal matrix, but diagonal elements remain unhindered, thus needing zero entries .

To derive an orthonormal basis for the subspace S using ⟨x, y⟩ = ytAx with the provided A, solve for vectors in S satisfying the orthogonality condition relative to the inner product. Apply Gram-Schmidt or similar orthogonalization to turn these into orthonormal vectors, considering the specific structure of A, which influences orthogonality .

Given a finite-dimensional vector space V and a basis B = {u1, ..., un}, for any n scalars c1, ..., cn, there exists exactly one vector x in V such that ⟨x, ui⟩ = ci for i = 1, ..., n. This is due to the linear independence and spanning properties of the basis B, which uniquely determine x by the inner product ⟨x, ui⟩ .

A norm ν(v) derived from an inner product must satisfy positivity, scalability, and the triangle inequality. The identity ||u + v||^2 + ||u - v||^2 = 2||u||^2 + 2||v||^2, known as the parallelogram law, requires the inner product space to be complete and linear, consolidating the relationships between the norms and the space's geometry .

The function ⟨x, y⟩ = Σ n (i=1) xiyi is not an inner product on Cn because it does not satisfy the conjugate symmetry required for inner products in complex spaces. In these spaces, an inner product must satisfy ⟨x, y⟩ = ⟨y, x⟩*, where * denotes the complex conjugate, but the given function does not meet this condition .

You might also like