Solving $8x-3+sqrt{x+2}-sqrt{x-1}=7 sqrt{x^2+x-2}$
$begingroup$
Solve the equation
$$8x-3+sqrt{x+2}-sqrt{x-1}=7 sqrt{x^2+x-2}$$
I have this idea: set $$sqrt{x+2}=a , x+2=a^2 , sqrt{x-1}=b.$$
So $$x-1=b^2 , 2a^2+6b^2 =8b-4$$ and $$x^2+x-2 =a^2b^2$$ and then I'd simplify, but it's still very hard to solve.
Any hint is appreciated.
algebra-precalculus problem-solving radicals substitution algebraic-equations
$endgroup$
add a comment |
$begingroup$
Solve the equation
$$8x-3+sqrt{x+2}-sqrt{x-1}=7 sqrt{x^2+x-2}$$
I have this idea: set $$sqrt{x+2}=a , x+2=a^2 , sqrt{x-1}=b.$$
So $$x-1=b^2 , 2a^2+6b^2 =8b-4$$ and $$x^2+x-2 =a^2b^2$$ and then I'd simplify, but it's still very hard to solve.
Any hint is appreciated.
algebra-precalculus problem-solving radicals substitution algebraic-equations
$endgroup$
2
$begingroup$
Please use Mathjax!
$endgroup$
– Le Anh Dung
Jan 14 at 3:26
3
$begingroup$
Your substitutions seem correct. One last thing though: Can $8x-3$ be written as a linear combination of $x+2$ and $x-1$? I.e: can we write $8x-3$ as $k(x+2) + l(x-1)$, where $k$ and $l$ are integers?
$endgroup$
– Aniruddh Venkatesan
Jan 14 at 3:35
add a comment |
$begingroup$
Solve the equation
$$8x-3+sqrt{x+2}-sqrt{x-1}=7 sqrt{x^2+x-2}$$
I have this idea: set $$sqrt{x+2}=a , x+2=a^2 , sqrt{x-1}=b.$$
So $$x-1=b^2 , 2a^2+6b^2 =8b-4$$ and $$x^2+x-2 =a^2b^2$$ and then I'd simplify, but it's still very hard to solve.
Any hint is appreciated.
algebra-precalculus problem-solving radicals substitution algebraic-equations
$endgroup$
Solve the equation
$$8x-3+sqrt{x+2}-sqrt{x-1}=7 sqrt{x^2+x-2}$$
I have this idea: set $$sqrt{x+2}=a , x+2=a^2 , sqrt{x-1}=b.$$
So $$x-1=b^2 , 2a^2+6b^2 =8b-4$$ and $$x^2+x-2 =a^2b^2$$ and then I'd simplify, but it's still very hard to solve.
Any hint is appreciated.
algebra-precalculus problem-solving radicals substitution algebraic-equations
algebra-precalculus problem-solving radicals substitution algebraic-equations
edited Jan 14 at 5:21
Michael Rozenberg
101k1591193
101k1591193
asked Jan 14 at 3:24
HeartHeart
27017
27017
2
$begingroup$
Please use Mathjax!
$endgroup$
– Le Anh Dung
Jan 14 at 3:26
3
$begingroup$
Your substitutions seem correct. One last thing though: Can $8x-3$ be written as a linear combination of $x+2$ and $x-1$? I.e: can we write $8x-3$ as $k(x+2) + l(x-1)$, where $k$ and $l$ are integers?
$endgroup$
– Aniruddh Venkatesan
Jan 14 at 3:35
add a comment |
2
$begingroup$
Please use Mathjax!
$endgroup$
– Le Anh Dung
Jan 14 at 3:26
3
$begingroup$
Your substitutions seem correct. One last thing though: Can $8x-3$ be written as a linear combination of $x+2$ and $x-1$? I.e: can we write $8x-3$ as $k(x+2) + l(x-1)$, where $k$ and $l$ are integers?
$endgroup$
– Aniruddh Venkatesan
Jan 14 at 3:35
2
2
$begingroup$
Please use Mathjax!
$endgroup$
– Le Anh Dung
Jan 14 at 3:26
$begingroup$
Please use Mathjax!
$endgroup$
– Le Anh Dung
Jan 14 at 3:26
3
3
$begingroup$
Your substitutions seem correct. One last thing though: Can $8x-3$ be written as a linear combination of $x+2$ and $x-1$? I.e: can we write $8x-3$ as $k(x+2) + l(x-1)$, where $k$ and $l$ are integers?
$endgroup$
– Aniruddh Venkatesan
Jan 14 at 3:35
$begingroup$
Your substitutions seem correct. One last thing though: Can $8x-3$ be written as a linear combination of $x+2$ and $x-1$? I.e: can we write $8x-3$ as $k(x+2) + l(x-1)$, where $k$ and $l$ are integers?
$endgroup$
– Aniruddh Venkatesan
Jan 14 at 3:35
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The domain gives $xgeq1$ and we need to solve that
$$sqrt{x+2}-sqrt{x-1}=7sqrt{x^2+x-2}-8x+3.$$
Now, since $sqrt{x+2}-sqrt{x-1}geq0,$ we obtain
$$7sqrt{x^2+x-2}-8x+3geq0$$ or
$$frac{97-sqrt{2989}}{30}leq xleqfrac{97+sqrt{2989}}{30}.$$
Thus, we need to solve
$$left(sqrt{x+2}-sqrt{x-1}right)^2=left(7sqrt{x^2+x-2}-(8x-3)right)^2$$ or
$$(112x-44)sqrt{x^2+x-2}=113x^2-x-90$$ or
$$(112x-44)^2(x^2+x-2)=(113x^2-x-90)^2$$ or
$$225x^4-2914x^3+12669x^2-21468x+11972=0$$ or
$$(25x-146)(x-2)(9x^2-46x+41)=0,$$ which gives the answer:
$$left{2,frac{23+4sqrt{10}}{9}right}.$$
Also, your idea helps.
Indeed, we got the following system:
$$a^2-b^2=3$$ and
$$8(a^2-2)-3+a-b=7ab.$$
From the second equation we obtain:
$$b=frac{8a^2+a-19}{7a+1},$$ which gives
$$a^2-left(frac{8a^2+a-19}{7a+1}right)^2=3$$ or
$$(5a+14)(a-2)(3a^2-2a-13)=0$$ and the rest is smooth.
$endgroup$
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%2f3072817%2fsolving-8x-3-sqrtx2-sqrtx-1-7-sqrtx2x-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The domain gives $xgeq1$ and we need to solve that
$$sqrt{x+2}-sqrt{x-1}=7sqrt{x^2+x-2}-8x+3.$$
Now, since $sqrt{x+2}-sqrt{x-1}geq0,$ we obtain
$$7sqrt{x^2+x-2}-8x+3geq0$$ or
$$frac{97-sqrt{2989}}{30}leq xleqfrac{97+sqrt{2989}}{30}.$$
Thus, we need to solve
$$left(sqrt{x+2}-sqrt{x-1}right)^2=left(7sqrt{x^2+x-2}-(8x-3)right)^2$$ or
$$(112x-44)sqrt{x^2+x-2}=113x^2-x-90$$ or
$$(112x-44)^2(x^2+x-2)=(113x^2-x-90)^2$$ or
$$225x^4-2914x^3+12669x^2-21468x+11972=0$$ or
$$(25x-146)(x-2)(9x^2-46x+41)=0,$$ which gives the answer:
$$left{2,frac{23+4sqrt{10}}{9}right}.$$
Also, your idea helps.
Indeed, we got the following system:
$$a^2-b^2=3$$ and
$$8(a^2-2)-3+a-b=7ab.$$
From the second equation we obtain:
$$b=frac{8a^2+a-19}{7a+1},$$ which gives
$$a^2-left(frac{8a^2+a-19}{7a+1}right)^2=3$$ or
$$(5a+14)(a-2)(3a^2-2a-13)=0$$ and the rest is smooth.
$endgroup$
add a comment |
$begingroup$
The domain gives $xgeq1$ and we need to solve that
$$sqrt{x+2}-sqrt{x-1}=7sqrt{x^2+x-2}-8x+3.$$
Now, since $sqrt{x+2}-sqrt{x-1}geq0,$ we obtain
$$7sqrt{x^2+x-2}-8x+3geq0$$ or
$$frac{97-sqrt{2989}}{30}leq xleqfrac{97+sqrt{2989}}{30}.$$
Thus, we need to solve
$$left(sqrt{x+2}-sqrt{x-1}right)^2=left(7sqrt{x^2+x-2}-(8x-3)right)^2$$ or
$$(112x-44)sqrt{x^2+x-2}=113x^2-x-90$$ or
$$(112x-44)^2(x^2+x-2)=(113x^2-x-90)^2$$ or
$$225x^4-2914x^3+12669x^2-21468x+11972=0$$ or
$$(25x-146)(x-2)(9x^2-46x+41)=0,$$ which gives the answer:
$$left{2,frac{23+4sqrt{10}}{9}right}.$$
Also, your idea helps.
Indeed, we got the following system:
$$a^2-b^2=3$$ and
$$8(a^2-2)-3+a-b=7ab.$$
From the second equation we obtain:
$$b=frac{8a^2+a-19}{7a+1},$$ which gives
$$a^2-left(frac{8a^2+a-19}{7a+1}right)^2=3$$ or
$$(5a+14)(a-2)(3a^2-2a-13)=0$$ and the rest is smooth.
$endgroup$
add a comment |
$begingroup$
The domain gives $xgeq1$ and we need to solve that
$$sqrt{x+2}-sqrt{x-1}=7sqrt{x^2+x-2}-8x+3.$$
Now, since $sqrt{x+2}-sqrt{x-1}geq0,$ we obtain
$$7sqrt{x^2+x-2}-8x+3geq0$$ or
$$frac{97-sqrt{2989}}{30}leq xleqfrac{97+sqrt{2989}}{30}.$$
Thus, we need to solve
$$left(sqrt{x+2}-sqrt{x-1}right)^2=left(7sqrt{x^2+x-2}-(8x-3)right)^2$$ or
$$(112x-44)sqrt{x^2+x-2}=113x^2-x-90$$ or
$$(112x-44)^2(x^2+x-2)=(113x^2-x-90)^2$$ or
$$225x^4-2914x^3+12669x^2-21468x+11972=0$$ or
$$(25x-146)(x-2)(9x^2-46x+41)=0,$$ which gives the answer:
$$left{2,frac{23+4sqrt{10}}{9}right}.$$
Also, your idea helps.
Indeed, we got the following system:
$$a^2-b^2=3$$ and
$$8(a^2-2)-3+a-b=7ab.$$
From the second equation we obtain:
$$b=frac{8a^2+a-19}{7a+1},$$ which gives
$$a^2-left(frac{8a^2+a-19}{7a+1}right)^2=3$$ or
$$(5a+14)(a-2)(3a^2-2a-13)=0$$ and the rest is smooth.
$endgroup$
The domain gives $xgeq1$ and we need to solve that
$$sqrt{x+2}-sqrt{x-1}=7sqrt{x^2+x-2}-8x+3.$$
Now, since $sqrt{x+2}-sqrt{x-1}geq0,$ we obtain
$$7sqrt{x^2+x-2}-8x+3geq0$$ or
$$frac{97-sqrt{2989}}{30}leq xleqfrac{97+sqrt{2989}}{30}.$$
Thus, we need to solve
$$left(sqrt{x+2}-sqrt{x-1}right)^2=left(7sqrt{x^2+x-2}-(8x-3)right)^2$$ or
$$(112x-44)sqrt{x^2+x-2}=113x^2-x-90$$ or
$$(112x-44)^2(x^2+x-2)=(113x^2-x-90)^2$$ or
$$225x^4-2914x^3+12669x^2-21468x+11972=0$$ or
$$(25x-146)(x-2)(9x^2-46x+41)=0,$$ which gives the answer:
$$left{2,frac{23+4sqrt{10}}{9}right}.$$
Also, your idea helps.
Indeed, we got the following system:
$$a^2-b^2=3$$ and
$$8(a^2-2)-3+a-b=7ab.$$
From the second equation we obtain:
$$b=frac{8a^2+a-19}{7a+1},$$ which gives
$$a^2-left(frac{8a^2+a-19}{7a+1}right)^2=3$$ or
$$(5a+14)(a-2)(3a^2-2a-13)=0$$ and the rest is smooth.
edited Jan 14 at 5:20
answered Jan 14 at 5:06
Michael RozenbergMichael Rozenberg
101k1591193
101k1591193
add a comment |
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%2f3072817%2fsolving-8x-3-sqrtx2-sqrtx-1-7-sqrtx2x-2%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
2
$begingroup$
Please use Mathjax!
$endgroup$
– Le Anh Dung
Jan 14 at 3:26
3
$begingroup$
Your substitutions seem correct. One last thing though: Can $8x-3$ be written as a linear combination of $x+2$ and $x-1$? I.e: can we write $8x-3$ as $k(x+2) + l(x-1)$, where $k$ and $l$ are integers?
$endgroup$
– Aniruddh Venkatesan
Jan 14 at 3:35