Nature of roots in Quadratic equations

For a.x^2 + b.x + c = 0 to have rational roots, necessary and sufficient conditions are:
1. b/a and c/a must be rational.
2. Discriminant must be square of a rational number.


Similarly for integer roots:
1. b/a and c/a must be integers.
2. Discriminant must be perfect square of an integer.

Let's go in some more detail here.
If b/a and c/a are integers I can rewrite the equation as:
x^2 + B.x + C = 0
where B = b/a and C = c/a.
roots = {-B +- sqrt(B^2 - 4C)}/2
Case 1: 
B is even.
roots = (even +- even)/2 = integer

Case 2:
B is odd.
roots = (odd +- odd)/2 = integer

So yeah, we are good.

Ex1:

Find possible values of kk such that
x2kx+4=0x^2 - kx + 4 = 0
has integer roots, given that k{10,9,8,,9,10}k \in \{-10, -9, -8, \ldots, 9, 10\}

Solution 1:
Discriminant >= 0 and Perfect square of an integer
=> k^2 - 16 = m^2 where m is an integer.
(k+m).(k-m) = 16
Now LHS can take on factors of 16:
1,16
2,8
4,4
8,2
16,1
-1,-16
-2,-8
-4,-4
-8,-2
-16,-1
Possible Integer values of (k,m) are:
5,3 | 5,-3
4,0
-5,3 | -5,-3
-4,0

So unique values of k: 5,-5,4,-4

Solution 2:
If the 2 roots are a,b then 
a + b = -k
a.b = 4
a,b are integers => 
(a,b) = (1,4)(2,2)(4,1)(-1,-4)(-2,-2)(-4,-4)
=> k = 1+4,2+2,-4,-5


Example 2: 

a,bZa, b \in \mathbb{Z} and a+ba + b is root of
x2+ax+b=0x^2 + ax + b = 0
Find max. possible value of b2b^2?


Solution:

Given:

a+bx2+ax+b=0a + b \rightarrow x^2 + ax + b = 0

Substitute a+ba + b into the equation:

(a+b)2+a(a+b)+b=0(a + b)^2 + a(a + b) + b = 0

Expand:

a2+b2+2ab+a2+ab+b=0a^2 + b^2 + 2ab + a^2 + ab + b = 0

Combine like terms:

2a2+3ab+b2+b=02a^2 + 3ab + b^2 + b = 0

Rewriting:

2a2+(3b)a+b2+b=02a^2 + (3b)a + b^2 + b = 0

Now we have got a quadratic equation in 'a'.
So
1) -3b/2 and (b^2 + b)/2 should be integers.
2) Discriminant should be square of an integer.

9b244(b2+b)2=m2\frac{9b^2}{4} - \frac{4(b^2 + b)}{2} = m^2

Simplifies to:

9b28b28b=4m29b^2 - 8b^2 - 8b = 4m^2

Or more cleanly:

b28b=4m2b^2 - 8b = 4m^2

b28b+16=4m2+16b^2 - 8b + 16 = 4m^2 + 16 (b4)2=4m2+16(b - 4)^2 = 4m^2 + 16 (b4)24m2=16(b - 4)^2 - 4m^2 = 16 (b42m)(b4+2m)=16(b - 4 - 2m)(b - 4 + 2m) = 16


Again we factorize like earlier.
And max value of b^2 will be 64.
Remember to satisfy 1) above also.

Here is the transcribed text from the image:


Ex3:
a,b,ca, b, c are real & distinct numbers,
such that a+b+c=0a + b + c = 0, then
the roots of equation

3ax2+5bx+7c=03a x^2 + 5b x + 7c = 0

are ___


a) Real & distinct
b) Imaginary
c) Equal
d) Negative


Solution:
Discriminant of the given quadratic can be written in 2 ways:

D=25(a+c)284acD = 25(a + c)^2 - 84ac =25a2+25c2+50ac84ac= 25a^2 + 25c^2 + 50ac - 84ac =25a2+25c234ac= 25a^2 + 25c^2 - 34ac =25a2+25c250ac+16ac= 25a^2 + 25c^2 - 50ac + 16ac D=25(ac)2+16acD = 25(a - c)^2 + 16ac


Use the first form of D to deduce that D > 0 when ac < 0.
Use the second form of D to deduce that D > 0 when ac > 0.
=> D > 0 always.
So roots are real and distinct.

Ex4:

Find solution of

(x1)23x128=0(x - 1)^2 - 3|x - 1| - 28 = 0

Definition of absolute value:

x={xif x0xif x<0|x| = \begin{cases} x & \text{if } x \ge 0 \\ -x & \text{if } x < 0 \end{cases}

Let x1=t|x - 1| = t, then:

t23t28=0t^2 - 3t - 28 = 0


Solving this quadratic, we get:
t = 7,-4
But t = |x-1| means it can't be negative.
=> t = 7 => x = -6,8

Range of quadratic function:
y = ax^2 + bx + c
a > 0 => upward parabola.
=> no max value, only min value.
Min value will occur at vertex.
Vertex is in between the 2 roots.
1/2{-2b/2a} = -b/2a
Once you put this value, you will get:
y_min = -D/4a

Similarly when a < 0
y_max = -D/4a

Ex5:

Find max value of

y=1x22x+3y = \frac{1}{x^2 - 2x + 3}

Analyzing the denominator:

x22x+3x^2 - 2x + 3 min=(412)4=2,max=\text{min} = -\frac{(4 - 12)}{4} = 2, \quad \text{max} = \infty ymax=1min(x22x+3)y_{\text{max}} = \frac{1}{\min(x^2 - 2x + 3)} ymax=12y_{\text{max}} = \frac{1}{2}


Ex6:


x23x+5=0roots are α and βx^2 - 3x + 5 = 0 \quad \text{roots are } \alpha \text{ and } \beta

Find sum of roots of the quadratic whose roots are

α3+3α7andβ44β3+26β+3\alpha^3 + 3\alpha - 7 \quad \text{and} \quad \beta^4 - 4\beta^3 + 7\beta + 3


Solution:
High powers of α and β can be made linear by plugging them into the original equation.
Eventual answer should be 42.

Ex7:

If α\alpha & β\beta are roots of equation

(xa)(xb)=c(x - \alpha)(x - \beta) = c

then roots of quadratic

(xα)(xβ)+c=0(x - \alpha)(x - \beta) + c = 0

are ___


Solution:
Using the given equation:
(x-a).(x-b) - c =(xα)(xβ)
=> (xα)(xβ)+c= (x-a).(x-b)
Answer: a,b

Ex8:

If α\alpha & β\beta are roots of

x27x+9=0x^2 - 7x + 9 = 0

and

Pn=αn+βnP_n = \alpha^n + \beta^n

Find the value of

9P10+P1228P11\frac{9P_{10} + P_{12}}{28P_{11}}


Solution:


Given:

α27α+9=0\alpha^2 - 7\alpha + 9 = 0

Multiply both sides by αn2\alpha^{n-2}:

αn2(α27α+9)=αn20\alpha^{n-2}(\alpha^2 - 7\alpha + 9) = \alpha^{n-2} \cdot 0

Which leads to:

αn7αn1+9αn2=0\alpha^n - 7\alpha^{n-1} + 9\alpha^{n-2} = 0


From earlier steps:

αn7αn1+9αn2=0\alpha^n - 7\alpha^{n-1} + 9\alpha^{n-2} = 0 βn7βn1+9βn2=0\beta^n - 7\beta^{n-1} + 9\beta^{n-2} = 0

Add the two equations:

αn+βn7(αn1+βn1)+9(αn2+βn2)=0\alpha^n + \beta^n - 7(\alpha^{n-1} + \beta^{n-1}) + 9(\alpha^{n-2} + \beta^{n-2}) = 0


This simplifies to the recurrence relation for PnP_n:

Pn=7Pn19Pn2P_n = 7P_{n-1} - 9P_{n-2}



Using the recurrence relation:

Pn7Pn1+9Pn2=0P_n - 7P_{n-1} + 9P_{n-2} = 0

Apply it for n=12n = 12:

P127P11+9P10=0P_{12} - 7P_{11} + 9P_{10} = 0

Rearranged:

P12+9P10=7P11P_{12} + 9P_{10} = 7P_{11}

Divide both sides by 28P1128P_{11}:

P12+9P1028P11=728=14\frac{P_{12} + 9P_{10}}{28P_{11}} = \frac{7}{28} = \frac{1}{4}


So, the final answer is:

14


Comments

Popular posts from this blog

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

Combinatorics DPP - RACE 6 - Q16 pending discussion

IOQM 2023 solutions