Can You Solve These Root-Based Simultaneous Equations Without Guessing?

  • Context: High School 
  • Thread starter Thread starter McLaren Rulez
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
McLaren Rulez
Messages
289
Reaction score
3
Given the simultaneous equations for real numbers x and y:

[itex]\sqrt{x}+y=7[/itex]

and

[itex]\sqrt{y}+x=11[/itex]

Find the solution. Guessing it is easy (the answers are 9 and 4) and the brute force way to do it is when you square and make subsitutions, ultimately leading to an equation of the fourth power in one variable.

Is there a more elegant but formal way, that doesn't require me to guess the answer?
 
Mathematics news on Phys.org
You can do it by substituting in each equation then solving for x or y. You still have to guess 9, but it gives you the other roots too.

[tex]x=(7-y)^2[/tex]
[tex]y=(11-x)^2[/tex]
After substitution I got:
[tex]x^4-44x^3+712x^2-5017x+12996=0[/tex]
Factorizing out x=9
[tex](x-9)(x^3-35x^2+397x-1444)=0[/tex]
Then you can use the cubic root formula:
http://en.wikipedia.org/wiki/Cubic_function#General_formula_of_roots
But instead I used:
http://www.wolframalpha.com/input/?i=root+of+x^4-44x^3+712x^2-5017x+12996
 
Maybe letting $a=\sqrt{x}$ and $b=\sqrt{y}$? I haven't tried it yet, but it might work.
 
There's the rational root theorem that'll give you all rational solutions to a polynomial.