Given P3[x]={a0+a1x+a2x2+a3x3∣a0,a1,a2,a3∈R} as a vector space over the field R, and H={p(x)∈P3[x]∫−11p(x)dx=0}.
Find a subspace K of P3[x] such that P3[x]=H⊕K.
Technique
H is the kernel of the non-zero linear functional φ(p)=∫−11pdx, and a hyperplane always has a 1-dimensional complement: pick anyq with φ(q)=0 and take K=span{q}. Prove the direct sum by verifying the two defining conditions H∩K={0} and H+K=P3[x], the second by exhibiting the explicit decomposition p=(p−φ(q)φ(p)q)+φ(q)φ(p)q.
Solution
From part (i): φ(p)=∫−11pdx is a linear functional on P3[x], H=kerφ, and dimH=3 while dimP3[x]=4.
Step 1 — Choose the candidate complement.
Take the constant polynomial q(x)=1. Then
φ(1)=∫−111dx=2=0.
Define
K=span{1}={c∣c∈R}⊆P3[x],
the set of constant polynomials. K is a subspace (it is the span of a vector, hence closed under addition and scalar multiplication and contains 0), and dimK=1 since 1=0.
Step 2 — Prove H∩K={0}.
Let p∈H∩K. Since p∈K, p(x)=c for some c∈R. Since p∈H,
0=∫−11cdx=2c⟹c=0.
Hence p=0, so
H∩K={0}.(⋆)
Step 3 — Prove H+K=P3[x] (constructively).
Let p(x)=a0+a1x+a2x2+a3x3 be arbitrary. From part (i), φ(p)=2a0+32a2. Put
c=φ(1)φ(p)=22a0+32a2=a0+3a2,k(x)=c∈K,
and set h=p−k. Then h∈P3[x] and, by linearity of φ,
φ(h)=φ(p)−cφ(1)=φ(p)−φ(1)φ(p)⋅φ(1)=0,
so h∈H. Explicitly,
h(x)=−3a2+a1x+a2x2+a3x3,
and indeed ∫−11hdx=2(−3a2)+32a2=0 — consistent with the criterion 3a0′+a2′=0 of part (i), since here 3(−3a2)+a2=0.
Therefore every p∈P3[x] is written as
p=∈H(p−(a0+3a2))+∈K(a0+3a2),
so P3[x]=H+K. (⋆⋆)
Step 4 — Conclude the direct sum.
By (⋆) and (⋆⋆), P3[x]=H+K with H∩K={0}, which is exactly the definition of a direct sum:
P3[x]=H⊕K,K=span{1}.
Equivalently, the decomposition in Step 3 is unique: if h1+k1=h2+k2 with hi∈H,ki∈K, then h1−h2=k2−k1∈H∩K={0}, forcing h1=h2 and k1=k2.
Dimension check.dimH+dimK=3+1=4=dimP3[x], as a direct sum requires. Concretely, adjoining 1 to the basis {1−3x2,x,x3} of H gives {1−3x2,x,x3,1}, whose coordinate matrix relative to {1,x,x2,x3} is
10010100−30000010,det=−3=0,
so it is a basis of P3[x].
Step 5 — K is not unique.
The argument used only φ(q)=0. So for anyq∈P3[x] with ∫−11qdx=0, the line Kq=span{q} is a complement of H. For instance q(x)=x2 gives φ(x2)=32=0, so span{x2} is another valid answer, as is span{1+x} (φ=2). The complement K is therefore not unique — the question asks only for a subspace K, and any one of these earns full marks provided both direct-sum conditions are proved.