For what real a , do the roots of the equation x 2 − 2 x − a 2 + 1 = 0 lie between the roots of the equation x 2 − 2 ( a + 1 ) x + a ( a − 1 ) = 0 ?
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.
This is my solution:
x 2 − 2 x − a 2 + 1 = 0 ...1
x 2 − 2 ( a + 1 ) x + a ( a − 1 ) = 0 ...2
Doing a process called completing the square for equation 1 :
( x − 1 ) 2 − a 2 = 0
Solving for x:
x = a ± 1
Completing the square for 2:
( x − ( a + 1 ) ) 2 − 3 a − 1 = 0
Now subbing x = a ± 1 into ( x − ( a + 1 ) ) 2 − 3 a − 1 :
( 1 ± 1 − a − 1 ) 2 − 3 a − 1
This has to be < 0 because of the nature of a parabola. **
1 ± 1 − a − 1 ) 2 − 3 a − 1 < 0
a 2 ( ± 1 − 1 ) 2 − 3 a − 1 < 0
there are 2 conditions to be met:
a 2 ( 1 − 1 ) 2 − 3 a − 1 < 0
− 3 a < 1
a > − 1 / 3
a 2 ( − 1 − 1 ) 2 − 3 a − 1 < 0
4 a 2 − 3 a − 1 < 0
( a − 1 ) ( 4 a + 1 ) < 0
− 1 / 4 < a < 1
Therefore : − 1 / 4 < a < 1
**(note: If you are interested on why it is <0 draw a parabola opening upwards that has 2 roots choose a point between them and evaluate the parabola at that point)
Problem Loading...
Note Loading...
Set Loading...
Let α < β be the roots of x 2 − 2 x − a 2 + 1 = 0 and γ < δ those of x 2 − 2 ( a + 1 ) x + a ( a − 1 ) = 0 . Then we have γ < α < β < δ .
⎩ ⎨ ⎧ α = 2 2 − 4 + 4 a 2 − 4 = 1 − a β = 1 + a
⎩ ⎨ ⎧ γ = 2 2 ( a + 1 ) − 4 ( a + 1 ) 2 − 4 a ( a − 1 ) = 1 + a − 3 a + 1 δ = 1 + a + 3 a + 1
⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ 1 + a − 3 a + 1 < 1 − a 1 + a + 3 a + 1 > 1 + a ⇒ 2 a < 3 a + 1 4 a 2 − 3 a − 1 < 0 ( 4 a + 1 ) ( a − 1 ) < 0 x ∈ ( − 4 1 , 1 ) ⇒ 3 a + 1 > 0 a ∈ ( − ∞ , − 3 1 )
Therefore, the answer is x ∈ ( − 4 1 , 1 )