MHB Solving Quadratic Equations without CD: Better Direction?

Click For Summary
The discussion explores a method for solving quadratic equations without relying on traditional approaches. It suggests using a substitution, setting u = x + x^{-1}, which simplifies the problem into a cubic equation. The cubic equation u^3 + u^2 - 2u - 30 is factored, leading to solutions for u. Completing the square in x allows for the determination of specific roots based on the value of u. This method provides a streamlined approach to solving quadratic equations effectively.
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
image_58c02a2c-ed92-432b-b126-3cc91b934a6920220115_111052.jpg

ok this was posted on LinkedIn and sure it has already be answered
but usually these types of problems are resolved by way too many steps
so just wanted to proceed with this without looking at previous attempts

my first reaction was to get a CD but would introduce a bigger problem
however with the exp i presume you could do this by Quadratics and grouping

or is there a better direction?
 
Mathematics news on Phys.org
Set u = x + x^{-1}. Then x^2 + x^{-2} = u^2 - 2 and x^3 + x^{-3} = u^3 - 3u so that u^3 + u^2 - 2u - 30 = (u- 3)(u^2 + 4u - 10) = 0. Then completing the square in x gives <br /> (2x - u)^2 = u^2 - 4 and the choice u = 3 leads directly to <br /> (2x - 3)^2 = 5. The other roots u = -2 \pm \sqrt{14} lead to <br /> x^2 + 2x \mp \sqrt{14}x + 1 = 0.
 
Last edited:
  • Like
Likes dextercioby, fresh_42 and topsquark