1. (i)
Step 1: Use the Factor Theorem.
Given that (x−1) is a factor of f(x)=ax4+x3−12x2−x+2, by the Factor Theorem, f(1)=0.
Substitute x=1 into f(x):
f(1)=a(1)4+(1)3−12(1)2−(1)+2=0
a+1−12−1+2=0
a−10=0
a=10
The value of the constant a is 10.
Step 2: Verify that f(−1)=0.
Now, substitute a=10 into f(x), so f(x)=10x4+x3−12x2−x+2.
Substitute x=−1 into f(x):
f(−1)=10(−1)4+(−1)3−12(−1)2−(−1)+2
f(−1)=10(1)+(−1)−12(1)+1+2
f(−1)=10−1−12+1+2
f(−1)=9−12+1+2
f(−1)=−3+1+2
f(−1)=0
This verifies that f(−1)=0.
1. (ii)
Step 1: Define the roots.
Let the roots of the equation x2+(k+1)x+k=0 be α and 2α.
Step 2: Apply Vieta's formulas.
For a quadratic equation Ax2+Bx+C=0, the sum of roots is −AB and the product of roots is AC.
In this equation, A=1, B=(k+1), C=k.
Sum of roots:
α+2α=−(k+1)
3α=−(k+1)(1)
Product of roots:
α⋅2α=k
2α2=k(2)
Step 3: Solve the system of equations for k.
From equation (1), express α in terms of k:
α=−3k+1
Substitute this expression for α into equation (2):
2(−3k+1)2=k
29(k+1)2=k
2(k2+2k+1)=9k
2k2+4k+2=9k
2k2+4k−9k+2=0
2k2−5k+2=0
Step 4: Solve the quadratic equation for k.
Factor the quadratic equation:
2k2−4k−k+2=0
2k(k−2)−1(k−2)=0
(2k−1)(k−2)=0
This gives two possible values for k:
2k−1=0⟹k=21
k−2=0⟹k=2
The values of the constant k are 21and2.