Consider the set of all polynomials of degree less than or equal to 4 with rational coefficients. a) Prove that it has a vector space structure over the field of numbers rational. b) Prove that the polynomials 1,x−2,(x−2)2,(x−2)3 and (x−2)4 form a base of this space. c) Express the polynomial 7+2x−45x2+3x4 in the previous base.
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
### Part (a) 1. Definition of the Set: Consider the set P of all polynomials of degree less than or equal to 4 with rational coefficients. This set can be written as: P={a0+a1x+a2x2+a3x3+a4x4∣ai∈Q,0≤i≤4}
2. Vector Space Axioms: To prove that P has a vector space structure over the field of rational numbers Q, we need to verify the following axioms: - Closure under Addition: If p(x) and q(x) are in P, then p(x)+q(x) is also in P. - Closure under Scalar Multiplication: If p(x) is in P and c∈Q, then c⋅p(x) is also in P. - Existence of Additive Identity: The zero polynomial 0 is in P. - Existence of Additive Inverses: For every p(x)∈P, there exists −p(x)∈P such that p(x)+(−p(x))=0. - Associativity and Commutativity of Addition: Polynomial addition is associative and commutative. - Distributivity of Scalar Multiplication: Scalar multiplication distributes over both polynomial addition and scalar addition.
3. Verification: - Closure under Addition: If p(x)=a0+a1x+a2x2+a3x3+a4x4 and q(x)=b0+b1x+b2x2+b3x3+b4x4, then: p(x)+q(x)=(a0+b0)+(a1+b1)x+(a2+b2)x2+(a3+b3)x3+(a4+b4)x4 Since ai,bi∈Q, ai+bi∈Q, so p(x)+q(x)∈P.
- Closure under Scalar Multiplication: If p(x)=a0+a1x+a2x2+a3x3+a4x4 and c∈Q, then: c⋅p(x)=ca0+ca1x+ca2x2+ca3x3+ca4x4 Since ai∈Q and c∈Q, cai∈Q, so c⋅p(x)∈P.
- Existence of Additive Identity: The zero polynomial 0=0+0x+0x2+0x3+0x4 is in P.
- Existence of Additive Inverses: For p(x)=a0+a1x+a2x2+a3x3+a4x4, the additive inverse is −p(x)=−a0−a1x−a2x2−a3x3−a4x4, which is in P.
- Associativity and Commutativity of Addition: Polynomial addition is associative and commutative by the properties of rational numbers.
- Distributivity of Scalar Multiplication: Scalar multiplication distributes over both polynomial addition and scalar addition by the properties of rational numbers.
Thus, P satisfies all the axioms of a vector space over Q.
### Part (b) 1. Linear Independence: To show that the polynomials 1,x−2,(x−2)2,(x−2)3,(x−2)4 are linearly independent, assume: a(x−2)4+b(x−2)3+c(x−2)2+d(x−2)+e=0 for some a,b,c,d,e∈Q.
2. Expand the Polynomial: a(x−2)4+b(x−2)3+c(x−2)2+d(x−2)+e=0 Expanding each term: a(x−2)4=a(x4−8x3+24x2−32x+16) b(x−2)3=b(x3−6x2+12x−8) c(x−2)2=c(x2−4x+4) d(x−2)=d(x−2) e=e
3. Combine Like Terms: ax4+(b−8a)x3+(24a−6b+c)x2+(−32a+12b−4c+d)x+(16a−8b+4c−2d+e)=0
4. Set Coefficients to Zero: For the polynomial to be identically zero, each coefficient must be zero: ⎩⎨⎧a=0b−8a=024a−6b+c=0−32a+12b−4c+d=016a−8b+4c−2d+e=0 Solving these equations: a=0⟹b=0⟹c=0⟹d=0⟹e=0
Since the only solution is a=b=c=d=e=0, the polynomials are linearly independent.
5. Spanning the Space: Any polynomial of degree less than or equal to 4 can be written as a linear combination of 1,x−2,(x−2)2,(x−2)3,(x−2)4. Therefore, these polynomials span the space.
Thus, 1,x−2,(x−2)2,(x−2)3,(x−2)4 form a basis for the vector space.
### Part (c) 1. Express the Polynomial: We need to express 7+2x−45x2+3x4 in terms of the basis 1,x−2,(x−2)2,(x−2)3,(x−2)4.
2. Use Taylor Series Expansion: Compute the Taylor series of 3x4−45x2+2x+7 at x=2.
3. Compute the Coefficients: 3(x−2)4+24(x−2)3+27(x−2)2−82(x−2)−121
Therefore, the polynomial 7+2x−45x2+3x4 can be written as: 3(x−2)4+24(x−2)3+27(x−2)2−82(x−2)−121
The final answer is 3(x−2)4+24(x−2)3+27(x−2)2−82(x−2)−121
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.