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 such that
has integer roots, given that
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:
and is root of
Find max. possible value of ?
Solution:
Given:
Substitute into the equation:
Expand:
Combine like terms:
Rewriting:
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.
Simplifies to:
Or more cleanly:
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:
are real & distinct numbers,
such that , then
the roots of equation
are ___
a) Real & distinct
b) Imaginary
c) Equal
d) Negative
Solution:
Discriminant of the given quadratic can be written in 2 ways:
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
Definition of absolute value:
Let , then:
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
Analyzing the denominator:
Ex6:
Find sum of roots of the quadratic whose roots are
Solution:
High powers of
Eventual answer should be 42.
Ex7:
If & are roots of equation
then roots of quadratic
are ___
Solution:
Using the given equation:
(x-a).(x-b) - c =
=>
Ex8:
If & are roots of
and
Find the value of
Solution:
Given:
Multiply both sides by :
Which leads to:
From earlier steps:
Add the two equations:
This simplifies to the recurrence relation for :
Using the recurrence relation:
Apply it for :
Rearranged:
Divide both sides by :
So, the final answer is:
Comments
Post a Comment