SOLUTION: Suppose u, v ∈ R3. Determine if the function <<u,v>> = 2u1v1 + u2v2 + 4u3v3 is an inner product on R3. If it is not an inner product, list the axioms which do not hold.

Algebra ->  College  -> Linear Algebra -> SOLUTION: Suppose u, v ∈ R3. Determine if the function <<u,v>> = 2u1v1 + u2v2 + 4u3v3 is an inner product on R3. If it is not an inner product, list the axioms which do not hold.      Log On


   



Question 1167649: Suppose u, v ∈ R3. Determine if the function
<> = 2u1v1 + u2v2 + 4u3v3
is an inner product on R3. If it is not an inner product, list the axioms which do not hold.

Found 2 solutions by ikleyn, Resolver123:
Answer by ikleyn(52884) About Me  (Show Source):
You can put this solution on YOUR website!
.
Suppose u, v ∈ R3. Determine if the function
⟨u, v⟩ = 2u1v1 + u2v2 + 4u3v3
is an inner product on R3. If it is not an inner product, list the axioms which do not hold.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In  R%5E3,  consider linear transformation

                        A
    ( u%5B1%5D, u%5B2%5D, u%5B3%5D ) ---->  Au = ( sqrt%282%29%2Au%5B1%5D, u%5B2%5D, 2%2Au%5B3%5D ).


It is clear that 

    2%2Au%5B1%5D%2Av%5B1%5D + u%5B2%5D%2Av%5B2%5D + 4%2Au%5B3%5D%2Av%5B3%5D = (Au,Av).


So, the given function is an inner product.


QED.

Solved.



Answer by Resolver123(6) About Me  (Show Source):
You can put this solution on YOUR website!
We are given a function defined on R%5E3 as:
(u, v) = 2u%5B1%5Dv%5B1%5D+%2B+u%5B2%5Dv%5B2%5D+%2B+4u%5B3%5Dv%5B3%5D
We want to determine whether this function defines an inner product on R%5E3. Recall the inner product axioms.

A function (.,.) : R%5E3+%2AR%5E3 -> R is an inner product if it satisfies the following axioms for all u, v, w in R%5E3 and all scalars c in R.
1. Symmetry: (u, v) = (v, u)

2. Linearity in the first argument (a.k.a. "bilinearity" for real vector spaces): (c*u + w, v) = c*(u, v) + (w, v)

3. Positive-definiteness: (u, u) ≥ 0 and (u,u)=0 if and only if u = 0.

1.) Check Symmetry
Compute both sides:
(u, v) = = (v,u).
Therefore, symmetry holds.

2.) Check Linearity in First Argument
Let u, w, v be in R%5E3 and c be in R. Let’s compute:
(c*u + w, v ) = = c*(u,v) + (w,v).
Therefore, linearity in the first argument holds.

3.) Check for Positive-Definiteness
It must be shown that:
(u, u) = 2u%5B1%5D%5E2+%2B+u%5B2%5D%5E2+%2B+4u%5B3%5D%5E2+ ≥ 0 and = 0 iff u = 0.

Note that each term is squared and multiplied by a positive scalar, so the whole expression is non-negative.
ALso, if we let (u,u) = 2u%5B1%5D%5E2+%2B+u%5B2%5D%5E2+%2B+4u%5B3%5D%5E2=0+, then this statement is true if and only if u%5B1%5D=u%5B2%5D+=+u%5B3%5D+=+0, i.e., u = (0,0,0).
Therefore, positive-definiteness holds.
Since all three axioms (symmetry, linearity, positive-definiteness) are satisfied, (u,v) = 2u%5B1%5Dv%5B1%5D+%2B+u%5B2%5Dv%5B2%5D+%2B+4u%5B3%5Dv%5B3%5D is an inner product on R%5E3.