← 2026 Paper 1

UPSC 2026 Maths Optional Paper 1 Q3a-i — Step-by-Step Solution

8 marks · Section A

Subspaces · Linear Algebra · asked 8× in 14 yrs · Read the full method →

Question

Given P3[x]={a0+a1x+a2x2+a3x3∣a0,a1,a2,a3∈R}P_3[x] = \{a_0 + a_1 x + a_2 x^2 + a_3 x^3 \mid a_0, a_1, a_2, a_3 \in \mathbb{R}\} as a vector space over the field R\mathbb{R}.

Let H={p(x)∈P3[x]  |  ∫−11p(x) dx=0}H = \left\{ p(x) \in P_3[x] \;\middle|\; \displaystyle\int_{-1}^{1} p(x)\,dx = 0 \right\}. Prove that HH is a subspace of P3[x]P_3[x] and find a basis of HH.

Technique

Recognise HH as the kernel of the linear functional φ(p)=∫−11p dx\varphi(p)=\int_{-1}^{1}p\,dx on P3[x]P_3[x]: linearity of the integral gives the subspace property in three lines, and the rank–nullity theorem pins dim⁡H=4−1=3\dim H = 4-1 = 3 before any basis is written down. Then convert the single scalar condition into a relation on the coefficients and read off a basis.

Solution

Step 1 — Set up the defining map and show it is linear.

Define φ:P3[x]→R\varphi : P_3[x] \to \mathbb{R} by

φ(p)=∫−11p(x) dx.\varphi(p) = \int_{-1}^{1} p(x)\,dx .

For p,q∈P3[x]p,q \in P_3[x] and α,β∈R\alpha,\beta \in \mathbb{R}, the integral is linear:

φ(αp+βq)=∫−11(αp(x)+βq(x))dx=α∫−11p dx+β∫−11q dx=α φ(p)+β φ(q).\varphi(\alpha p + \beta q) = \int_{-1}^{1}\big(\alpha p(x)+\beta q(x)\big)dx = \alpha\int_{-1}^{1}p\,dx + \beta\int_{-1}^{1}q\,dx = \alpha\,\varphi(p)+\beta\,\varphi(q).

So φ\varphi is a linear functional on P3[x]P_3[x], and by definition

H=ker⁡φ.H = \ker \varphi .

Step 2 — HH is a subspace.

We verify the subspace criterion directly (not merely by citing “kernels are subspaces”).

(i) H≠∅H \neq \varnothing; the zero vector lies in HH. The zero polynomial 0\mathbf{0} belongs to P3[x]P_3[x] and ∫−110 dx=0\int_{-1}^{1} 0\,dx = 0, so 0∈H\mathbf{0} \in H.

(ii) Closure under addition. Let p,q∈Hp, q \in H. Then p+q∈P3[x]p+q \in P_3[x] (a sum of polynomials of degree ≤3\le 3 has degree ≤3\le 3), and

∫−11(p(x)+q(x))dx=∫−11p dx+∫−11q dx=0+0=0,\int_{-1}^{1}\big(p(x)+q(x)\big)dx = \int_{-1}^{1}p\,dx + \int_{-1}^{1}q\,dx = 0 + 0 = 0,

so p+q∈Hp+q \in H.

(iii) Closure under scalar multiplication. Let p∈Hp \in H, α∈R\alpha \in \mathbb{R}. Then αp∈P3[x]\alpha p \in P_3[x] and

∫−11α p(x) dx=α∫−11p(x) dx=α⋅0=0,\int_{-1}^{1}\alpha\,p(x)\,dx = \alpha\int_{-1}^{1}p(x)\,dx = \alpha\cdot 0 = 0,

so αp∈H\alpha p \in H.

Being a non-empty subset of P3[x]P_3[x] closed under addition and scalar multiplication, HH is a subspace of P3[x]P_3[x]. ■\blacksquare

Step 3 — Translate the condition into the coefficients.

For p(x)=a0+a1x+a2x2+a3x3p(x) = a_0 + a_1 x + a_2 x^2 + a_3 x^3,

∫−11p(x) dx=[a0x+a1x22+a2x33+a3x44]−11.\int_{-1}^{1} p(x)\,dx = \left[a_0 x + \frac{a_1 x^2}{2} + \frac{a_2 x^3}{3} + \frac{a_3 x^4}{4}\right]_{-1}^{1}.

The odd powers xx and x3x^3 integrate to 00 over the symmetric interval [−1,1][-1,1], leaving

∫−11p(x) dx=2a0+23a2.\int_{-1}^{1} p(x)\,dx = 2a_0 + \frac{2}{3}a_2 .

Hence

p∈H  ⟺  2a0+23a2=0  ⟺  a2=−3a0 (equivalently 3a0+a2=0),p \in H \iff 2a_0 + \tfrac{2}{3}a_2 = 0 \iff \boxed{a_2 = -3a_0}\ \text{(equivalently } 3a_0 + a_2 = 0\text{)},

with a1,a3a_1, a_3 completely free.

Step 4 — Dimension by rank–nullity.

φ\varphi is not the zero functional, since φ(1)=∫−111 dx=2≠0\varphi(1) = \int_{-1}^{1}1\,dx = 2 \neq 0. Therefore Im⁡φ\operatorname{Im}\varphi is a non-zero subspace of the 11-dimensional space R\mathbb{R}, so rank⁡φ=1\operatorname{rank}\varphi = 1. By rank–nullity applied to φ:P3[x]→R\varphi : P_3[x] \to \mathbb{R} with dim⁡P3[x]=4\dim P_3[x] = 4:

dim⁡H=dim⁡(ker⁡φ)=4−1=3.\dim H = \dim(\ker\varphi) = 4 - 1 = 3 .

So any spanning set of HH with three elements is automatically a basis.

Step 5 — Exhibit a basis.

Using a2=−3a0a_2 = -3a_0, a general element of HH is

p(x)=a0+a1x−3a0x2+a3x3=a0(1−3x2)+a1 (x)+a3 (x3),p(x) = a_0 + a_1 x - 3a_0 x^2 + a_3 x^3 = a_0\big(1 - 3x^2\big) + a_1\,(x) + a_3\,(x^3),

with a0,a1,a3∈Ra_0, a_1, a_3 \in \mathbb{R} arbitrary. Hence

H=span⁡{ 1−3x2,  x,  x3 }.H = \operatorname{span}\{\,1-3x^2,\; x,\; x^3\,\}.

Independence. Suppose α(1−3x2)+βx+γx3=0\alpha(1-3x^2) + \beta x + \gamma x^3 = 0 as a polynomial, i.e.

α⋅1+β x+(−3α)x2+γ x3=0.\alpha \cdot 1 + \beta\, x + (-3\alpha)x^2 + \gamma\, x^3 = 0 .

Equating coefficients of 1,x,x2,x31, x, x^2, x^3 (the standard basis of P3[x]P_3[x]) gives α=0\alpha = 0, β=0\beta = 0, −3α=0-3\alpha = 0, γ=0\gamma = 0. So α=β=γ=0\alpha=\beta=\gamma=0 and the three polynomials are linearly independent.

They are three independent vectors spanning the 33-dimensional space HH, so they form a basis. (Each does satisfy the defining condition: ∫−11(1−3x2)dx=2−3⋅23=0\int_{-1}^{1}(1-3x^2)dx = 2 - 3\cdot\frac23 = 0, and ∫−11x dx=∫−11x3dx=0\int_{-1}^{1}x\,dx = \int_{-1}^{1}x^3dx = 0 by oddness.)

Remark (an equally valid, more structural basis). The Legendre polynomials P1(x)=xP_1(x)=x, P2(x)=3x2−12P_2(x)=\frac{3x^2-1}{2}, P3(x)=5x3−3x2P_3(x)=\frac{5x^3-3x}{2} are each orthogonal to P0=1P_0 = 1 on [−1,1][-1,1], i.e. ∫−11Pn dx=0\int_{-1}^{1}P_n\,dx = 0 for n≥1n \ge 1. Being non-zero polynomials of distinct degrees 1,2,31,2,3 they are independent, so {P1,P2,P3}\{P_1,P_2,P_3\} is also a basis of HH. A basis of HH is of course not unique.

Answer

  H=ker⁡φ where φ(p)=∫−11p dx is linear⇒H is a subspace;H={p: 3a0+a2=0},  dim⁡H=3,  basis { 1−3x2, x, x3 }.  \boxed{\;H=\ker\varphi \text{ where } \varphi(p)=\int_{-1}^{1}p\,dx \text{ is linear} \Rightarrow H \text{ is a subspace};\quad H=\{p:\,3a_0+a_2=0\},\ \ \dim H = 3,\ \ \text{basis } \{\,1-3x^{2},\ x,\ x^{3}\,\}.\;}
We post more of this — worked solutions, CSAT trap breakdowns, guide chapters — a few times a week on Telegram. Free, no sign-in. Join

This solution is part of the Maths Coverage Map — 14 years, mapped. Get the take-away PDF free.