⎩ ⎨ ⎧ x 3 + 5 x 2 + p x + q = 0 x 3 + x 2 + p x + r = 0
For variables p , q independent of x , if the two equations above share exactly two common roots, find the sum of the two uncommon roots.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Does this solution implicitly use the assumption that α = β ?
Hint: Can the roots of eq (3) be α , β and 1 ?
JEE Style : On observing, if we take p = q = r = 0 , then the two equations share exactly two common roots i.e. 0 and 0. Then the equations become quite simple and hence the uncommon roots come out to be − 1 , − 5 .
Hence the sum of uncommon roots is − 6
Log in to reply
Sir , can you please explain why or how you have taken p=q=r=0 ? @Sandeep Bhardwaj
Log in to reply
Because, if you take p=q=r=0, then the given equations have exactly two common roots i.e .0,0 (0 being repeated common root). Hence on doing so, we get the given condition of the problem satisfied.
Problem Loading...
Note Loading...
Set Loading...
Let x 3 + 5 x 2 + p x + q = 0 − > e q ( 1 )
x 3 + x 2 + p x + r = 0 − > e q ( 2 )
Let the 2 common roots be α , β .
Therefore, the roots of eq(1) are α , β , x 1
Similarly, the roots of eq(2) are α , β , x 2
Subtracting eq(2) from eq(1), we get
4 x 2 + ( q − r ) = 0 -> eq(3)
This equation has the roots α , β .
[Note: We are able to subtract eq(1) and eq(2), only because we have substituted α , β in the given equations in place of 'x' . Hence the roots of eq(3) are α , β ]
From eq(3), we get
α + β = 0
α + β + x 1 = -5
x 1 = − 5
α + β + x 2 = -1
∴ x 2 = − 1
∴ x 1 + x 2 = − 6