Solve the following system of equations (1)Solve the following system of equationsHow to solve this system of equations.Solve this system by rewriting in row-echelon form $x+y+z=6$, $2x-y+z=3$, $3x-z=0$solve a system of equations by matricesThe system of Diophantine equations.Solve system of trigonometric equationsNonlinear system Diophantus.How to solve system of equations involving square rootsSolve the system of nonlinear equationsIdeas to solve the following system of equations
What is the opposite of 'gravitas'?
Modify casing of marked letters
when is out of tune ok?
Is there a good way to store credentials outside of a password manager?
Your magic is very sketchy
Efficiently merge handle parallel feature branches in SFDX
How was Earth single-handedly capable of creating 3 of the 4 gods of chaos?
Time travel short story where a man arrives in the late 19th century in a time machine and then sends the machine back into the past
The plural of 'stomach"
Products and sum of cubes in Fibonacci
What to do with wrong results in talks?
voltage of sounds of mp3files
Can a monster with multiattack use this ability if they are missing a limb?
Is this Spell Mimic feat balanced?
Understanding "audieritis" in Psalm 94
How does residential electricity work?
Stereotypical names
What's the purpose of "true" in bash "if sudo true; then"
is this a spam?
Is there any easy technique written in Bhagavad GITA to control lust?
Increase performance creating Mandelbrot set in python
Hide Select Output from T-SQL
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
Should my PhD thesis be submitted under my legal name?
Solve the following system of equations (1)
Solve the following system of equationsHow to solve this system of equations.Solve this system by rewriting in row-echelon form $x+y+z=6$, $2x-y+z=3$, $3x-z=0$solve a system of equations by matricesThe system of Diophantine equations.Solve system of trigonometric equationsNonlinear system Diophantus.How to solve system of equations involving square rootsSolve the system of nonlinear equationsIdeas to solve the following system of equations
$begingroup$
Solve the following system of equations:
$$large
left {
beginaligned
sqrtx + 2(x - y + 3) &= sqrty\
x^2 + (x + 3)(2x - y + 5) &= x + 16
endaligned
right.$$
That is definitely not easy to solve for me.
I try to solve the question by letting $x + 2 = a$ and $x - y + 3 = b$ but it didn't work.
polynomials systems-of-equations
$endgroup$
add a comment |
$begingroup$
Solve the following system of equations:
$$large
left {
beginaligned
sqrtx + 2(x - y + 3) &= sqrty\
x^2 + (x + 3)(2x - y + 5) &= x + 16
endaligned
right.$$
That is definitely not easy to solve for me.
I try to solve the question by letting $x + 2 = a$ and $x - y + 3 = b$ but it didn't work.
polynomials systems-of-equations
$endgroup$
add a comment |
$begingroup$
Solve the following system of equations:
$$large
left {
beginaligned
sqrtx + 2(x - y + 3) &= sqrty\
x^2 + (x + 3)(2x - y + 5) &= x + 16
endaligned
right.$$
That is definitely not easy to solve for me.
I try to solve the question by letting $x + 2 = a$ and $x - y + 3 = b$ but it didn't work.
polynomials systems-of-equations
$endgroup$
Solve the following system of equations:
$$large
left {
beginaligned
sqrtx + 2(x - y + 3) &= sqrty\
x^2 + (x + 3)(2x - y + 5) &= x + 16
endaligned
right.$$
That is definitely not easy to solve for me.
I try to solve the question by letting $x + 2 = a$ and $x - y + 3 = b$ but it didn't work.
polynomials systems-of-equations
polynomials systems-of-equations
edited Mar 17 at 14:17
Maria Mazur
48.5k1260121
48.5k1260121
asked Mar 17 at 13:59
Lê Thành ĐạtLê Thành Đạt
30611
30611
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Let $a=sqrtx+2$ and $b=sqrty$, then first equation is $$a^3+a-ab^2=b$$ so $$ a(a-b)(a+b)+a-b=0$$
and thus $$(a-b)(a^2+ab+1)=0$$
Case 1: $a=b$ so $y=x+2$:...
Case 2: $a^2+ab =-1$ is impossible since $a,bgeq 0$.
$endgroup$
add a comment |
$begingroup$
Hint: Squaring the first equation and factorizing we get
$$(x-y+2)(x^2-xy+6x-2y+9)=0$$ so we get
$$x-y+2=0$$
or
$$x^2-xy+6x-2y+9=0$$
Can you proceed now?
$endgroup$
$begingroup$
Where is the other system?
$endgroup$
– Dr. Sonnhard Graubner
Mar 20 at 15:48
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3151575%2fsolve-the-following-system-of-equations-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Let $a=sqrtx+2$ and $b=sqrty$, then first equation is $$a^3+a-ab^2=b$$ so $$ a(a-b)(a+b)+a-b=0$$
and thus $$(a-b)(a^2+ab+1)=0$$
Case 1: $a=b$ so $y=x+2$:...
Case 2: $a^2+ab =-1$ is impossible since $a,bgeq 0$.
$endgroup$
add a comment |
$begingroup$
Let $a=sqrtx+2$ and $b=sqrty$, then first equation is $$a^3+a-ab^2=b$$ so $$ a(a-b)(a+b)+a-b=0$$
and thus $$(a-b)(a^2+ab+1)=0$$
Case 1: $a=b$ so $y=x+2$:...
Case 2: $a^2+ab =-1$ is impossible since $a,bgeq 0$.
$endgroup$
add a comment |
$begingroup$
Let $a=sqrtx+2$ and $b=sqrty$, then first equation is $$a^3+a-ab^2=b$$ so $$ a(a-b)(a+b)+a-b=0$$
and thus $$(a-b)(a^2+ab+1)=0$$
Case 1: $a=b$ so $y=x+2$:...
Case 2: $a^2+ab =-1$ is impossible since $a,bgeq 0$.
$endgroup$
Let $a=sqrtx+2$ and $b=sqrty$, then first equation is $$a^3+a-ab^2=b$$ so $$ a(a-b)(a+b)+a-b=0$$
and thus $$(a-b)(a^2+ab+1)=0$$
Case 1: $a=b$ so $y=x+2$:...
Case 2: $a^2+ab =-1$ is impossible since $a,bgeq 0$.
answered Mar 17 at 14:13
Maria MazurMaria Mazur
48.5k1260121
48.5k1260121
add a comment |
add a comment |
$begingroup$
Hint: Squaring the first equation and factorizing we get
$$(x-y+2)(x^2-xy+6x-2y+9)=0$$ so we get
$$x-y+2=0$$
or
$$x^2-xy+6x-2y+9=0$$
Can you proceed now?
$endgroup$
$begingroup$
Where is the other system?
$endgroup$
– Dr. Sonnhard Graubner
Mar 20 at 15:48
add a comment |
$begingroup$
Hint: Squaring the first equation and factorizing we get
$$(x-y+2)(x^2-xy+6x-2y+9)=0$$ so we get
$$x-y+2=0$$
or
$$x^2-xy+6x-2y+9=0$$
Can you proceed now?
$endgroup$
$begingroup$
Where is the other system?
$endgroup$
– Dr. Sonnhard Graubner
Mar 20 at 15:48
add a comment |
$begingroup$
Hint: Squaring the first equation and factorizing we get
$$(x-y+2)(x^2-xy+6x-2y+9)=0$$ so we get
$$x-y+2=0$$
or
$$x^2-xy+6x-2y+9=0$$
Can you proceed now?
$endgroup$
Hint: Squaring the first equation and factorizing we get
$$(x-y+2)(x^2-xy+6x-2y+9)=0$$ so we get
$$x-y+2=0$$
or
$$x^2-xy+6x-2y+9=0$$
Can you proceed now?
answered Mar 17 at 14:07
Dr. Sonnhard GraubnerDr. Sonnhard Graubner
78.1k42867
78.1k42867
$begingroup$
Where is the other system?
$endgroup$
– Dr. Sonnhard Graubner
Mar 20 at 15:48
add a comment |
$begingroup$
Where is the other system?
$endgroup$
– Dr. Sonnhard Graubner
Mar 20 at 15:48
$begingroup$
Where is the other system?
$endgroup$
– Dr. Sonnhard Graubner
Mar 20 at 15:48
$begingroup$
Where is the other system?
$endgroup$
– Dr. Sonnhard Graubner
Mar 20 at 15:48
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3151575%2fsolve-the-following-system-of-equations-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown