Finding the unknowns of irrational equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 4K views
asd1249jf

Homework Statement


For the following irrational equation

[tex]x^2 + 7x + 10 + \sqrt{x^2 + 7x + 12} = 0[/tex]

Find all possible unknown of X.

Homework Equations



None. Just your ability to solve equations.

The Attempt at a Solution



First of all, I am not allowed to use a calculator to solve this (During an exam).

Second of all, I am not sure why this is considered as irrational equation, but I went ahead and attempted to solve it.

[tex]x^2+7x+10 = -\sqrt{x^2+7x+12}[/tex]
[tex]x^2+7x+10 = -\sqrt{(x+4)(x+3)}[/tex]
[tex](x^2+7x+10)^2 = (x+4)(x+3)[/tex]
[tex]x^4+14x^3+140x + 69x^2 + 100 = x^2 + 7x + 12[/tex]
[tex]x^4 + 14x^3 + 68x^2 + 133x + 88 = 0[/tex]

And I am completely stuck here. I know no method which you can solve this fourth order equation by hand (Remember, NO CALCULATORS TO SOLVE THIS)

Any ideas?
 
Physics news on Phys.org
The only thing you can try to do is to factor. And it only can be factored into two quadratics. And it would take a considerable amount of trial and error to find that. Do you want me to say that it's a really poor exam question? Because I would agree with that.
 
I don't know any way to do it either. I wonder if there's a misprint; if the 10 was a 12, it would be much easier ...
 
Dick said:
The only thing you can try to do is to factor. And it only can be factored into two quadratics. And it would take a considerable amount of trial and error to find that. Do you want me to say that it's a really poor exam question? Because I would agree with that.

Unfortunately, it actually is an exam question (Supposedly solvable). This was a question from Korean National Standarized Test. From what I heard, there's a real simpler way of doing this, but I just cannot figure out what it is.

http://img385.imageshack.us/img385/5272/12qu6.jpg
 
Last edited by a moderator:
And yes, this can be solved very easily.

Set [tex]u = x^2 + 7x + 10[/tex]

[tex]u + \sqrt{u + 2} = 0[/tex]

[tex]\sqrt{u + 2} = -u[/tex]

[tex]u + 2 = u^2[/tex]

[tex]u^2 - u - 2 = 0[/tex]

u = 2, -1

Now set the each corresponding u to two different equations

[tex]x^2 + 7x + 10 = 2[/tex]

[tex]x^2 + 7x + 10 = -1[/tex]

Solve for x.