IOQM Math Algebra DPP - 1

Q1. Given that

f(x)=x4+3x3+8x2kx+11f(x) = x^4 + 3x^3 + 8x^2 - kx + 11 is divisible by x+3x + 3, find the value of kk.

Solution:
Put f(-3) = 0.
Solving will give you k = -83/3.

Q2. Given that

f(x)=x4ax2bx+2f(x) = x^4 - ax^2 - bx + 2 is divisible by (x+1)(x+2)(x + 1)(x + 2), find the values of aa and bb.
Solution:
f(-1) = 0 and f(-2) = 0
Plug those values and solve.
You would get: a = 6, b = 3

Q3. Given that a polynomial f(x)f(x) has remainders 1, 2, 3 when divided by (x1),(x2),(x3)(x - 1), (x - 2), (x - 3), respectively. Find the remainder of f(x)f(x) when it is divided by (x1)(x2)(x3)(x - 1)(x - 2)(x - 3).
Solution:
By the remainder theorem:
f(1) = 1, f(2) = 2, f(3) = 3

Now, when we divide f(x) by (x-1)(x-2)(x-3) remainder's degree will be 1 less than divisor.
=> Remainder = ax^2 + bx + c
f(x) = Q(x).(x-1).(x-2).(x-3) + ax^2 + bx + c
f(1) = 1 = a + b + c
f(2) = 2 = 4a + 2b + c
f(3) = 3 = 9a + 3b + c
Solving these, we get: a = 0, b = 1, c = 0
=> R(x) = x.

Q4. 

"If x55qx+4rx^5 - 5qx + 4r is divisible by (x2)2(x - 2)^2, find the values of qq and rr."
Solution:
First approach:
x^5 - 5qx + 4r = (x-2)^2.(ax^3 + bx^2 + cx + d)
Now expand the RHS.
And equate the coefficients of same degree terms and solve the resulting equations.
You will get q = 16, r = 32.

Second approach:
Do long division of P(x)  = x^5 - 5qx + 4r by (x-2).

So

P(x)=(x2)Q(x)+(4r+3210q),P(x) = (x - 2)Q(x) + (4r + 32 - 10q),

where
Q(x)=x4+2x3+4x2+8x+(165q).Q(x) = x^4 + 2x^3 + 4x^2 + 8x + (16 - 5q).

Divisibility by (x2)(x - 2) forces the remainder to vanish:
4r + 32 - 10q = 0

And Q(2) = 0
which gives: 80 - 5q = 0 and q = 16.
Then r = 32.


Q5. Given that 

f(x)f(x) is a polynomial of degree 3, and its remainders are 2x52x - 5 and 3x+4-3x + 4 when divided by x21x^2 - 1 and x24x^2 - 4 respectively. Find the f(x).

Solution 1:
Let's say the first divisor leaves the quotient P(x) and second one leaves Q(x).
Let f(x) = a.x^3 + b.x^2 + c.x + d
f(x) = P(x).(x^2 - 1) + 2x - 5
f(x) = Q(x).(x^2 - 4) - 3x + 4
=> f(1) = -3, f(-1) = -7, f(2) = -2, f(-2) = 10

Step 3 — Convert those four function values into linear equations

{A+B+C+D=3(f(1))A+BC+D=7(f(1))8A+4B+2C+D=2(f(2))8A+4B2C+D=10(f(2))\begin{cases} A + B + C + D = -3 & (f(1)) \\ -A + B - C + D = -7 & (f(-1)) \\ 8A + 4B + 2C + D = -2 & (f(2)) \\ -8A + 4B - 2C + D = 10 & (f(-2)) \\ \end{cases}

Solving these you will get A,B,C,D and hence f(x).

Solution 2:

Let's say the first divisor leaves the quotient P(x) and second one leaves Q(x).
f(x) = P(x).(x^2 - 1) + 2x - 5
f(x) = Q(x).(x^2 - 4) - 3x + 4

Since f(x) is of degree 3 and divisors are of degree 2 => quotients are of degree 1.
=> P(x) = ax + b, Q(x) = cx + d
f(x)

 = (ax + b)(x^2 - 1) + 2x - 5 = a.x^3 + b.x^2 + x(2-a) - b - 5
=  (cx + d)(x^2 - 4) -3x + 4 = c.x^3 + d.x^2 - x(4c + 3) - 4d +4

Equating coeffiecients of terms of same degrees:
a = c
b = d
a-2 = 3 + 4c
4d - 4 = b + 5
Solving these, you would get:
a = -5/3, b = 3, c = 11/3, d = -8
So f(x) = (-5/3).x^3 + 3.x^2 + (11/3).x - 8

Q6. Factorize:

x3+7x2+14x+8f(x)=x^{3}+7x^{2}+14x+8 


a. Systematic search for rational roots (Rational-Root Theorem)

All possible rational roots are

factors of rfactors of the leading coefficient.\frac{\text{factors of }r}{\text{factors of the leading coefficient}}.

Because the polynomial is monic, that list is just the ± divisors of rr:

±1,  ±2,  ±4,  ±8.\pm1,\;\pm2,\;\pm4,\;\pm8.

Evaluate f(x)f(x) at each of these (synthetic division makes this a 10-second job per value).
Stop when you hit one that gives zero; that value is a root.

Example
f(1)=(1)3+7(1)2+14(1)+8=1+714+8=0f(-1)=(-1)^{3}+7(-1)^{2}+14(-1)+8=-1+7-14+8=0.
So x=1x=-1 is a root.


b. Divide out the discovered linear factor

Use synthetic division or long division to peel off (xa)(x-a) once a root aa is found.
You are left with a quadratic

f(x)=(xa)(x2+bx+c).f(x)=(x-a)(x^{2}+bx+c).

Continuing the example, dividing by x+1x+1 gives
x2+6x+8x^{2}+6x+8.


c. Factor the quadratic (always possible in closed form)

  • If it has integer roots, you can usually spot them quickly.

  • Otherwise, apply the quadratic formula to get exact (possibly irrational) roots.

For x2+6x+8x^{2}+6x+8:
discriminant 62418=46^{2}-4\cdot1\cdot8=4, so the roots are
3±(3)28=2,4-3\pm\sqrt{( -3)^{2}-8}= -2,\,-4.
Hence the quadratic factors as (x+2)(x+4)(x+2)(x+4).


d. Put it all together

f(x)=(xa)(x+u)(x+v).f(x)=(x-a)(x+u)(x+v).

Final answer for the example:

x3+7x2+14x+8=(x+1)(x+2)(x+4).\boxed{\,x^{3}+7x^{2}+14x+8=(x+1)(x+2)(x+4)\,}.


Why this method is “foolproof”

  1. Finite checklist: The Rational-Root Theorem turns “guessing” into a finite checklist you can’t miss.

  2. Guaranteed finish:

    • If you find at least one rational root, you reduce to a quadratic, which you can always solve exactly.

    • If none of the candidate rational numbers gives 0, you know the cubic has no rational factor—it is irreducible over ℚ and any further factorisation requires real/complex (Cardano’s) roots, but you have certainty that you’re done as far as rational factors are concerned.


Q7. (CHINA/1995) Given that the sum of squares of roots to the equation
2x2+ax2a+1=02x^2 + ax - 2a + 1 = 0
is 7147 \dfrac{1}{4}, find the value of aa.

Solution:

Let the two roots of

2x2+ax2a+1=02x^{2}+ax-2a+1=0

be r1r_{1} and r2r_{2}.


1. Express the needed symmetric sums

r1+r2=BA=a2,r1r2=CA=2a+12.\begin{aligned} r_{1}+r_{2}&=-\frac{B}{A}=-\frac{a}{2}, \\[4pt] r_{1}r_{2}&=\frac{C}{A}=\frac{-2a+1}{2}. \end{aligned}


2. Write the sum of the squares of the roots

r12+r22=(r1+r2)22r1r2=(a2)22(2a+12)=a24+2a1.r_{1}^{2}+r_{2}^{2}=(r_{1}+r_{2})^{2}-2r_{1}r_{2} =\left(-\frac{a}{2}\right)^{2}-2\left(\frac{-2a+1}{2}\right) =\frac{a^{2}}{4}+2a-1.


3. Impose the given condition

a24+2a1=294(714=294).\frac{a^{2}}{4}+2a-1=\frac{29}{4}\qquad\Bigl(7\dfrac14=\frac{29}{4}\Bigr).

Multiply by 44:

a2+8a4=29        a2+8a33=0.a^{2}+8a-4=29\;\;\Longrightarrow\;\;a^{2}+8a-33=0.


4. Solve for aa

a=8±(8)24(1)(33)2=8±64+1322=8±142.a=\frac{-8\pm\sqrt{(-8)^{2}-4(1)(-33)}}{2} =\frac{-8\pm\sqrt{64+132}}{2} =\frac{-8\pm14}{2}. a=3ora=11\boxed{\,a=3\quad\text{or}\quad a=-11\,}

(Both values give real roots and satisfy the required sum-of-squares.)


Q8. Given that 

α\alpha and β\beta are the real roots of x22x1=0x^2 - 2x - 1 = 0, find the value of
5α4+12β3.

There’s a neat algebraic shortcut, so you never have to write the actual decimal roots.


1. Use the fact that every root satisfies its own quadratic

For the equation

x22x1=0x2=2x+1,x^{2}-2x-1=0 \quad\Longrightarrow\quad x^{2}=2x+1,

any power xnx^{n} (with n2n\ge 2) can be reduced to a linear expression in xx.


2. Reduce the required powers

For α\alpha

α2=2α+1,α3=α(α2)=α(2α+1)=2α2+α=2(2α+1)+α=5α+2,α4=α(α3)=α(5α+2)=5α2+2α=5(2α+1)+2α=12α+5.\begin{aligned} \alpha^{2} &= 2\alpha+1,\\[2pt] \alpha^{3} &= \alpha(\alpha^{2})=\alpha(2\alpha+1)=2\alpha^{2}+\alpha =2(2\alpha+1)+\alpha=5\alpha+2,\\[2pt] \alpha^{4} &= \alpha(\alpha^{3})=\alpha(5\alpha+2)=5\alpha^{2}+2\alpha =5(2\alpha+1)+2\alpha=12\alpha+5. \end{aligned}

For β\beta

Exactly the same steps give

β3=5β+2.\beta^{3}=5\beta+2.


3. Plug into the expression

5α4+12β3=5(12α+5)+12(5β+2)=60α+25+60β+24=60(α+β)+49.\begin{aligned} 5\alpha^{4}+12\beta^{3} &=5(12\alpha+5)+12(5\beta+2)\\[2pt] &=60\alpha+25+60\beta+24\\[2pt] &=60(\alpha+\beta)+49. \end{aligned}


4. Use the Vieta relations

For x22x1=0x^{2}-2x-1=0,

α+β=2,αβ=1.\alpha+\beta = 2, \qquad \alpha\beta = -1.

Hence

5α4+12β3=60(2)+49=120+49=169.5\alpha^{4}+12\beta^{3}=60(2)+49=120+49=169.


169\boxed{169}


Why this works (the “trick” in a sentence): any polynomial in α\alpha or β\beta can be reduced modulo their minimal polynomial x22x1x^{2}-2x-1, so high powers collapse down to linear forms that depend only on the simple Vieta sums.

Q9.  (CHINA/1997) Given that 

α\alpha and β\beta are the real roots of x2+19x97=0x^2 + 19x - 97 = 0, and

1+α1α+1+β1β=mn,\frac{1 + \alpha}{1 - \alpha} + \frac{1 + \beta}{1 - \beta} = -\frac{m}{n},

where mm and nn are two relatively prime natural numbers. Find the value of m+nm + n.

Solution:

Solution Sketch

  1. Roots of the quadratic
    For x2+19x97=0x^{2}+19x-97=0 let the real roots be α,β\alpha,\beta.

    α+β=19,αβ=97(Vieta).\alpha+\beta = -19,\qquad \alpha\beta = -97 \quad\text{(Vieta).}
  2. Target expression
    Define f(t)=1+t1tf(t)=\dfrac{1+t}{1-t}. We need

    E=f(α)+f(β)=1+α1α+1+β1β.E=f(\alpha)+f(\beta)=\frac{1+\alpha}{1-\alpha}+\frac{1+\beta}{1-\beta}.
  3. Combine the two fractions

    E=(1+α)(1β)+(1+β)(1α)(1α)(1β).E=\frac{(1+\alpha)(1-\beta)+(1+\beta)(1-\alpha)}{(1-\alpha)(1-\beta)}.
  4. Evaluate the numerator

    (1+α)(1β)=1β+ααβ,(1+β)(1α)=1α+βαβ,Sum=22αβ=2(1αβ).(1+\alpha)(1-\beta)=1-\beta+\alpha-\alpha\beta,\\ (1+\beta)(1-\alpha)=1-\alpha+\beta-\alpha\beta,\\ \text{Sum}=2-2\alpha\beta=2(1-\alpha\beta).
  5. Evaluate the denominator

    (1α)(1β)=1(α+β)+αβ=1(19)+(97)=77.(1-\alpha)(1-\beta)=1-(\alpha+\beta)+\alpha\beta =1-(-19)+(-97)=-77.
  6. Substitute Vieta values

    E=2(1(97))77=29877=19677=2811.E=\frac{2(1-(-97))}{-77}=\frac{2\cdot98}{-77}=-\frac{196}{77}=-\frac{28}{11}.
  7. Identify m,nm,n and sum
    Coprime positive integers: m=28,  n=11m=28,\;n=11.

    m+n=28+11=39.m+n = 28+11 = \boxed{39}.

Q10. The product of two of the four roots of the quartic equation

x418x3+kx2+200x1984=0x^4 - 18x^3 + kx^2 + 200x - 1984 = 0
is 32-32. Determine the value of kk.

Solution:

A “build-the-factor” route

Instead of working with all four roots at once, you can manufacture the quadratic that must contain the two special roots and then force the quartic to split into two quadratics.


1. Give those two roots a home

If the two roots have product 32-32, call them rr and ss.
They satisfy

x2(r+s)x+rs  =  0x2Px32,x^{2}-(r+s)x+rs \;=\;0\quad\Longrightarrow\quad x^{2}-Px-32,

where P=r+sP=r+s.

So the quartic must factor as

(x2Px32)(x2+Ax+B).\boxed{(x^{2}-Px-32)\,(x^{2}+Ax+B)}.

(The second quadratic, with the remaining two roots t,ut,u, has unknown coefficients A=t+uA=t+u and B=tuB=tu.)


2. Expand and match coefficients

(x2Px32)(x2+Ax+B)=x4+(AP)x3+(BAP32)x2+(32ABP)x+32B.\begin{aligned} (x^{2}-Px-32)(x^{2}+Ax+B) &= x^{4} + (A-P)x^{3} + (B-AP-32)x^{2} \\ &\quad + (-32A-BP)x + 32B. \end{aligned}

Compare with

x418x3+kx2+200x1984.x^{4}-18x^{3}+kx^{2}+200x-1984.

That gives the system

{AP=18,BAP32=k,32ABP=200,32B=1984.\begin{cases} A-P = -18,\\[4pt] B-AP-32 = k,\\[4pt] -32A-BP = 200,\\[4pt] 32B = -1984. \end{cases}


3. Solve the little system

  1. From the constant term
    32B=1984B=62.32B=-1984 \Rightarrow B= -62.

  2. From the linear term

    32A(62)P=200    32A+62P=200.(★)-32A -(-62)P =200 \;\Longrightarrow\; -32A+62P=200. \tag{★}
  3. From the cubic term

    AP=18    A=P18.(✦)A-P=-18 \;\Longrightarrow\; A = P-18. \tag{✦}

    Insert (✦) into (★):

    32(P18)+62P=200        94P=376        P=18847.-32(P-18)+62P = 200 \;\;\Rightarrow\;\; 94P = -376 \;\;\Rightarrow\;\; P = -\frac{188}{47}.
  4. Then A=P18=65847.A = P-18 = -\dfrac{658}{47}.

  5. Finally, from the quadratic-term equation

    k=BAP32=(62)(65847)(18847)32.k = B - AP - 32 = (-62) - \Bigl(-\tfrac{658}{47}\Bigr)\Bigl(-\tfrac{188}{47}\Bigr) - 32.

    The product APAP works out to 5656, so

    k=625632=86.k = -62 - 56 - 32 = 86.

Result

A completely different (but equally legitimate) path arrives at the same answer:

k=86.\boxed{k = 86}.

The key idea was to introduce an explicit quadratic factor with the known product 32-32, expand the factorisation, and match coefficients—no symmetric-sum algebra required.

Q11. 

Find all a,ba, b, such that the roots of x3+ax2+bx8=0x^3 + ax^2 + bx - 8 = 0 are real and in G.P.

Solution:
Let the 3 roots be p,pr,pr^2.
Multiplication of roots  = 8 = p^3.r^3 => pr = 2
=> Second root is 2.
We can rewrite the roots as 2/r,2,2r
Sum of roots = -a = 2(1 + 1/r + r)
Pairwise sum = b = 4(1/r + 1 + r)
=> b = -2a
This gives us the basic condition for generating (a,b) pairs.

Now we can limit the interval of a and hence b.
2 methods to do that:
Method 1:
Divide the original equation by (x-2).
Quotient will be a quadratic.
For the roots of quotient to be real(as stated in the question), its discriminant >= 0.
If you do that you will get (a+6).(a-2) >= 0
Now 2 possibilities:
a+6 >= 0 AND a-2 >= 0 => a is [2, Inf)
a+6 <= 0 AND a-2 <= 0 => a is (-Inf,6]
So answer: a belongs to [2, Inf) U  (-Inf,6]

Method 2:
a = -2(1 + r + 1/r)
Let's focus on 1 + r + 1/r.
By AM GM inequality:
For r > 0
1 + r + 1/r >= 3 
=> 2.(1 + r + 1/r) >= 6
=> -2.(1 + r + 1/r) <= -6
=> a <= -6

For r < 0:
1 + r + 1/r <= -1
=> 2.(1 + r + 1/r) <=  -2
=> -2.(1 + r + 1/r) >= 2
=> a >= 2

So interval for a is (-Inf,-6] U [2, Inf)
And b = -2a.

Q12. Let p(x)p(x) be a polynomial with degree 2008 and leading coefficient 1 such that
p(0)=2007,p(1)=2006,p(2)=2005,,p(2007)=0p(0) = 2007, \, p(1) = 2006, \, p(2) = 2005, \, \ldots, \, p(2007) = 0; determine p(2008)p(2008).
Solution:

Answer:

p(2008)=2008!    1.p(2008)=2008!\;-\;1.

Why this works (quick outline)

  1. You’re told p(x)p(x) is degree 2008 with leading coefficient 1 and

    p(k)=2007kfor k=0,1,,2007. p(k)=2007-k \qquad\text{for }k=0,1,\dots,2007.
  2. Form a new polynomial

    q(x)=p(x)+x2007. q(x)=p(x)+x-2007.

    For every k=0,,2007k=0,\dots,2007:

    q(k)=p(k)+k2007=(2007k)+k2007=0, q(k)=p(k)+k-2007 =(2007-k)+k-2007=0,

    so each of those integers is a root of qq.

  3. A monic polynomial whose roots are exactly 0,1,,20070,1,\dots,2007 is

    R(x)=x(x1)(x2)(x2007). R(x)=x(x-1)(x-2)\dotsm(x-2007).

    Both qq and RR are monic of degree 2008 and share all 2008 roots, so they must be identical:

    q(x)=R(x). q(x)=R(x).
  4. Hence

    p(x)=R(x)x+2007. p(x)=R(x)-x+2007.
  5. Evaluate at x=2008x=2008:

    p(2008)=R(2008)2008+2007=[(2008)(2007)1]1=2008!1. p(2008)=R(2008)-2008+2007=\bigl[(2008)(2007)\dotsm1\bigr]-1 =2008!-1.

That’s the whole story—no massive expansion required!

Q13.

If P(x)P(x) denotes a polynomial of degree nn, such that
P(k)=1k for k=1,2,3,,n+1,P(k) = \frac{1}{k} \text{ for } k = 1, 2, 3, \ldots, n+1,
determine P(n+2)P(n+2).

Solution:
Now the first instinct is to create a new function:
Q(x) = P(x) - 1/x
But now Q(x) is no longer a polynomial.
Because in a polynomial, all powers of x are positive integers.
So you can modify it a bit like this:
Q(x) = x.P(x) - 1.
Now Q(x) is a polynomial.

Q(1) = 0 = Q(2).... = Q(n+1)
=> Q(x) is a polynomial with n+1 roots.
Q(x) = K.(x-1)(x-2)....(x - (n+1))

To find K, Q(0) = K.(-1)^(n+1).(n+1)! = -1
=> K = (-1)^n.1/(n+1)!
P(n+2) = (Q(n+2) + 1)/(n+2)
={1/(n+2)}.{1+K.(n+1)!}
= (1+(-1)^n)/(n+2)
= 2/(n+2) when n is even 0 otherwise.

Q14. If one root of the equation 

2x26x+k=02x^2 - 6x + k = 0 is 12(a+5i)\frac{1}{2}(a + 5i) where i2=1i^2 = -1; k,aRk, a \in \mathbb{R},
find the values of ‘aa’ and ‘kk’.

Solution:
Complex roots occur in conjugate pairs.
So the other root is 1/2(a - 5i).
Sum of roots = 3 = a.
k/2 = 1/4(a^2 + 25) = 17/2 => k= 17.
Answer: a = 3, k = 17.

Q15. Show that, if 

a,b,ca, b, c are real numbers and ac=2(b+d)ac = 2(b + d), then, at least one of the equations
x2+ax+b=0x^2 + ax + b = 0 and x2+cx+d=0x^2 + cx + d = 0 has real roots.

Solution:
We will prove this by contradiction.
Let's say both the given equations don't have real roots.
So D < 0 for both.
a^2 - 4b < 0 => a^2 < 4b
c^2 - 4d < 0 => c^2 < 4d
Add both:
a^2 + c^2 < 4(b+d)
Use ac = 2(b+d) as given.
a^2 + c^2 < 2ac
(a-c)^2 < 0
Which is not possible.
Hence proved by contradiction.






Comments

Popular posts from this blog

IOQM 2024 Paper solutions (Done 1-21, 29)

Combinatorics DPP - RACE 6 - Q16 pending discussion

Algebra DPP 1.3 Quadratics