For what values of a does the equation
x − 5 = a x + 2
have 2 real solutions?
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.
Excellent solution. If you wanted an even more thorough reason on why a should be positive, use the Mean Value Theorem.
Log in to reply
Can you elaborate?
Log in to reply
IF WE PUT VALUE -1/4 ,IT ALSO GIVES 2 REAL SOLUTIONS
Log in to reply
@Sanskar Jaiswal – With a = − 4 1 the only real solution I can find is 1 6 − 4 7 . What other real solution did you find?
Log in to reply
@Brian Charlesworth – 1 6 + 4 7 .
Log in to reply
@Sanskar Jaiswal – But that value of x would make the left-hand side of the equation positive and the right-hand side negative.
Log in to reply
@Brian Charlesworth – The question states we need to find value of 'a' for which the 'equation' has 2 real roots
Log in to reply
@Sanskar Jaiswal – But with a = − 4 1 the value 1 6 + 4 7 is not a solution to the equation x − 5 = a x + 2 , since this value would make the left-hand side 4 . 6 4 5 7 5 . . . . and the right-hand side − 4 . 6 4 5 7 5 . . . . So with this value of a there is only one real solution, namely 1 6 − 4 7 , so should not be included in the solution interval.
Log in to reply
@Brian Charlesworth – thank you for the solution
It involves differential calculus. I can write out a formal proof if you really want to see it.
Very tricky but excellent question.
Brian Charlesworth's solution is shorter, but here is the way that I solved this problem. First note that x − 5 = a x + 2 ⇒ a 2 x 2 + ( 4 a − 1 ) x + 9 = 0 . The maximum number of solutions this equation can have is 2. And if one is particularly mindful, she will try to prove that a must be a real number (assuming a could possibly come from the set of complex numbers). This can be realized in the following way. Let α and β be real roots of the equation. By Vieta's formulas we must have α β = a 2 9 and α + β = a 2 1 − 4 a . After dividing these equations and applying some simple manipulation, one can find that a = 4 1 − 9 4 α β α + β . So, as long as both roots are nonzero (which they are since substituting x = 0 in the quadratic leads to 9 = 0 ), a is a real number. Next, note a 2 x 2 + ( 4 a − 1 ) x + 9 = 0 ⇔ ± x − 5 = a x + 2 . However, we want something equivalent to x − 5 = a x + 2 . Leaving a bit of deciphering to the reader, one can come up with the relationship: x − 5 = a x + 2 ⇔ a x + 2 ≥ 0 ∧ ± x − 5 = a x + 2 ⇔ a x + 2 ≥ 0 ∧ a 2 x 2 + ( 4 a − 1 ) x + 9 = 0 . Therefore, all one has to do now is ensure two things: the discriminant of the quadratic is positive and the leading coefficient is nonzero (so that there are two solutions to the quadratic) and a x + 2 ≥ 0 for each solution. First I find the values of a for which the discriminant is positive: ( 4 a − 1 ) 2 − 4 a 2 ( 9 ) = − 2 0 a 2 − 8 a + 1 > 0 ⇔ − 2 1 < a < 1 0 1 . Also a = 0 because, otherwise, the equation would reduce to a linear equation. Now, alongside that, we need to test the solutions via the quadratic formula in the inequality a x + 2 ≥ 0 (noting that the inequality must be satisfied by both roots). 2 a 1 − 4 a ± − 2 0 a 2 − 8 a + 1 + 2 ≥ 0 (The " ± " is in the sense that both must satisfy the inequality.) Since I am going to multiply each side of the inequality by 2 a , it is necessary to consider separate cases for when a is positive and a is negative, as one always should whenever multiplying each side of an inequality by a variable. Assume a > 0 . 2 a 1 − 4 a ± − 2 0 a 2 − 8 a + 1 + 2 ≥ 0 ⇔ 1 − 4 a ± − 2 0 a 2 − 8 a + 1 + 4 a ≥ 0 ⇔ 1 ≥ ± − 2 0 a 2 − 8 a + 1 ⇔ 1 ≥ − 2 0 a 2 − 8 a + 1 ⇔ 1 ≥ − 2 0 a 2 − 8 a + 1 ⇔ a ( 5 a + 2 ) ≥ 0 ⇔ a > 0 . Now assume a < 0 . 2 a 1 − 4 a ± − 2 0 a 2 − 8 a + 1 + 2 ≥ 0 ⇔ 1 − 4 a ± − 2 0 a 2 − 8 a + 1 + 4 a ≤ 0 ⇔ 1 ≤ ± − 2 0 a 2 − 8 a + 1 . Since 1 is not less than or equal to a negative number, there can be no values of a such that a < 0 . So, in conclusion, x − 5 = a x + 2 has two distinct solutions iff 0 < a < 1 0 1 .
That's really detailed! It's similar to how I did it.
Problem Loading...
Note Loading...
Set Loading...
Quick solution: The graph y = x − 5 is an increasing function lying entirely in the first quadrant, so the only way a straight line can intersect it at two distinct points is if the slope of that line is positive. Thus the given equation can only have two real solutions if a > 0 , and only one of the given options, namely 0 < a < 1 0 1 , satisfies this (necessary but not sufficient) condition.
More thoroughly, now that we've established that we must have a > 0 and that any points of intersection will be in the first quadrant, we can use the "square both sides" approach without concern for extraneous solutions. Doing this, we have that
x − 5 = ( a x ) 2 + 4 a x + 4 ⟹ a 2 x 2 − ( 1 − 4 a ) x + 9 = 0
⟹ x = 2 a 2 ( 1 − 4 a ) ± ( 1 − 4 a ) 2 − 3 6 a 2 = 2 a 2 ( 1 − 4 a ) ± − 2 0 a 2 − 8 a + 1 .
We will then obtain two distinct (positive) solutions for x if the discriminant is > 0 :
− 2 0 a 2 − 8 a + 1 > 0 ⟹ − 2 0 ( a 2 + 5 2 a + 2 5 1 ) + 2 5 2 0 + 1 > 0
⟹ − 2 0 ( a + 5 1 ) 2 + 5 9 > 0 ⟹ ( a + 5 1 ) 2 < 1 0 0 9
⟹ a + 5 1 < 1 0 3 ⟹ a < 1 0 1 .
Thus we require that 0 < a < 1 0 1 .