All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Two ways to solve (Posted on 2023-03-20) Difficulty: 3 of 5
x^2-4=sqrt(x+4)

Hint: there is a tricky way to solve it !

No Solution Yet Submitted by Ady TZIDON    
Rating: 4.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Two methods, tricky and brute force | Comment 1 of 3
tricky way

The two solutions for x :
(-1 - sqrt(13))/2 ,   (1 + sqrt(17))/2

Notice that the LHS and RHS are each a parabola, though the RHS is rotated 90 degrees.  These 2 parabolas will have 4 intersection points, but due to the square root sign, y >= 0, so 2 of the 4 solutions will be rejected.

Let y = RHS and y = LHS
y = x^2 - 4
y^2 = x + 4
so there is a symmetric system:
y = x^2 - 4  eqn 1
x = y^2 - 4  eqn 2

Subtract:
(y-x) = x^2 - y^2 = (x-y)(x+y)
(y-x) - (x-y)(x+y) = 0
(y-x) + (y-x)(x+y) = 0
(y-x)(x+y+1) = 0
case 1:  y = -(x+1)   or   
case 2:  y = x
plug into eqn 2

case 1: y= -(x+1)
x = x^2 + 2x + 1 - 4
x^2 + x - 3 = 0
(x,y) = ( (-1-sqrt(13))/2, -(1-sqrt(13))/2 )
(x,y) = ( (-1+sqrt(13))/2, -(1+sqrt(13))/2 )  rejected

case 2:  y=x
x = x^2 - 4
x^2 - x - 4 = 0
(x,y) = ( (1+sqrt(17))/2, (1+sqrt(17))/2 )
(x,y) = ( (1-sqrt(17))/2, (1-sqrt(17))/2 )  rejected

---
The non-tricky way is to square both sides, getting a quartic equation where the x^4 coefficient is 1 and the x^3 coefficient is 0:
x^4 - 8x^2 - x + 12 = 0
Since there is no x^3 term, the quartic can be factored as:
(x^2 + ax + b)(x^2 - ax + c)  and we equate like terms to get:
-8 = b+c-a^2
-1 = ac-ab
12 = bc
This is solved with (a,b,c) = (1,-3,-4) giving:
(x^2 + x - 3)(x^2 - x - 4), the same two quadratics as above.
  Posted by Larry on 2023-03-20 11:32:45
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information