How can I solve this absolute value equation?Solve an absolute value equation simultaneouslyHow to graph an absolute value equation?How to solve an equation with lots of square roots?How to solve this absolute value equation?Quadratic Absolute Value InequalityQuadratic Absolute Value EquationHow to solve this absolute value equation and summation question??Rewrite an expression without absolute value signsSolving a System of Equations with an Absolute ValueSolve Differential equation with absolute value
How to move the player while also allowing forces to affect it
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
How would photo IDs work for shapeshifters?
Why doesn't a const reference extend the life of a temporary object passed via a function?
Need help identifying/translating a plaque in Tangier, Morocco
Why is my log file so massive? 22gb. I am running log backups
Why do we use polarized capacitors?
Is domain driven design an anti-SQL pattern?
Are white and non-white police officers equally likely to kill black suspects?
Is ipsum/ipsa/ipse a third person pronoun, or can it serve other functions?
Is there any use for defining additional entity types in a SOQL FROM clause?
New order #4: World
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
Is Social Media Science Fiction?
Why is the design of haulage companies so “special”?
If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?
Manga about a female worker who got dragged into another world together with this high school girl and she was just told she's not needed anymore
Why was the "bread communication" in the arena of Catching Fire left out in the movie?
What causes the sudden spool-up sound from an F-16 when enabling afterburner?
Is there a familial term for apples and pears?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Where else does the Shulchan Aruch quote an authority by name?
What are the advantages and disadvantages of running one shots compared to campaigns?
Email Account under attack (really) - anything I can do?
How can I solve this absolute value equation?
Solve an absolute value equation simultaneouslyHow to graph an absolute value equation?How to solve an equation with lots of square roots?How to solve this absolute value equation?Quadratic Absolute Value InequalityQuadratic Absolute Value EquationHow to solve this absolute value equation and summation question??Rewrite an expression without absolute value signsSolving a System of Equations with an Absolute ValueSolve Differential equation with absolute value
$begingroup$
This is the equation:
$|sqrtx-1 - 2| + |sqrtx-1 - 3| = 1$
Any help would be appreciated. Thanks!
algebra-precalculus radicals absolute-value
New contributor
$endgroup$
add a comment |
$begingroup$
This is the equation:
$|sqrtx-1 - 2| + |sqrtx-1 - 3| = 1$
Any help would be appreciated. Thanks!
algebra-precalculus radicals absolute-value
New contributor
$endgroup$
1
$begingroup$
What did you try? For example, transfer one of the terms on the left to the right and then square both sides.
$endgroup$
– астон вілла олоф мэллбэрг
Apr 5 at 6:47
add a comment |
$begingroup$
This is the equation:
$|sqrtx-1 - 2| + |sqrtx-1 - 3| = 1$
Any help would be appreciated. Thanks!
algebra-precalculus radicals absolute-value
New contributor
$endgroup$
This is the equation:
$|sqrtx-1 - 2| + |sqrtx-1 - 3| = 1$
Any help would be appreciated. Thanks!
algebra-precalculus radicals absolute-value
algebra-precalculus radicals absolute-value
New contributor
New contributor
New contributor
asked Apr 5 at 6:45
Jill and JillJill and Jill
303
303
New contributor
New contributor
1
$begingroup$
What did you try? For example, transfer one of the terms on the left to the right and then square both sides.
$endgroup$
– астон вілла олоф мэллбэрг
Apr 5 at 6:47
add a comment |
1
$begingroup$
What did you try? For example, transfer one of the terms on the left to the right and then square both sides.
$endgroup$
– астон вілла олоф мэллбэрг
Apr 5 at 6:47
1
1
$begingroup$
What did you try? For example, transfer one of the terms on the left to the right and then square both sides.
$endgroup$
– астон вілла олоф мэллбэрг
Apr 5 at 6:47
$begingroup$
What did you try? For example, transfer one of the terms on the left to the right and then square both sides.
$endgroup$
– астон вілла олоф мэллбэрг
Apr 5 at 6:47
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Let $a =sqrtx-1$,
$|a-2|+|a-3|=1$
Check for solutions in the different regions for $a$.
Region 1: $a<2$.
Then we have $(2-a)+(3-a)=1$, i.e. $5-2a=1$, so that $a=2$.
Region 2: $2leq aleq 3$. We have $(a-2)+(3-a)=1$. This is true for every such $a$.
Final region 3: $3<a$. We have $(a-2)+(a-3)=1$ so that $a=3$.
In summary, $2 leq sqrtx-1 leq 3$.
Thus $5 leq x leq 10$.
$endgroup$
$begingroup$
I think you have the equation wrong. There should be a one on the right side not a three.
$endgroup$
– Shervin Sorouri
Apr 5 at 6:57
1
$begingroup$
yeah it's being sorted
$endgroup$
– George Dewhirst
Apr 5 at 6:57
$begingroup$
For region $(1)$ we must have $(2-a)+(3-a) = 1.$ Same for region $(2)$.
$endgroup$
– Dbchatto67
Apr 5 at 6:57
add a comment |
$begingroup$
Let $x$ be a solution of the equation. Notice $x geq 1$, since $sqrtx-1$ has its domain as $x geq 1$.
If $x geq 10$, then each of the absolute value is just the term inside (i.e.$|sqrtx-1-2| = sqrtx-1-2$ and similarly $|sqrtx-1-3| =sqrtx-1-3$) so that the given equation in this case becomes $2sqrtx-1-5=1$. Solve for $x$ you get $x=10$. Thus we have shown that IF there is a solution that is greater than or equal to $10$ then $x$ must be $10$; we have not yet proven that $10$ is a solution. However, we can check that $x=10$ is a solution by plugging it back in.
If $10 > x geq 5$ then $|sqrtx-1-2| = sqrtx-1-2$ and $|sqrtx-1-3| =-sqrtx-1+3$ so that the given equation becomes (after simplification) $1=1$; this does not give us a new information, but we can check that any number $x$ such that $10 > x geq 5$ satisfies the original equation.
If $5 > x geq 1$ then $|sqrtx-1-2| = -sqrtx-1+2$ and $|sqrtx-1-3| = -sqrtx-1+3$, so that the given equation becomes (after simplification) $sqrtx-1=2$, implying $x=5$, contradicting our assumption that $5 > x$. Thus, there cannot be any solution in this case.
Hence, the solution are $5 leq x leq 10$.
In general, any time you see an absolute value in a given equation, it's a good idea to divide into cases according to whether each expression in an absolute value is negative or non-negative.
$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
);
);
Jill and Jill is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3175596%2fhow-can-i-solve-this-absolute-value-equation%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-1$,
$|a-2|+|a-3|=1$
Check for solutions in the different regions for $a$.
Region 1: $a<2$.
Then we have $(2-a)+(3-a)=1$, i.e. $5-2a=1$, so that $a=2$.
Region 2: $2leq aleq 3$. We have $(a-2)+(3-a)=1$. This is true for every such $a$.
Final region 3: $3<a$. We have $(a-2)+(a-3)=1$ so that $a=3$.
In summary, $2 leq sqrtx-1 leq 3$.
Thus $5 leq x leq 10$.
$endgroup$
$begingroup$
I think you have the equation wrong. There should be a one on the right side not a three.
$endgroup$
– Shervin Sorouri
Apr 5 at 6:57
1
$begingroup$
yeah it's being sorted
$endgroup$
– George Dewhirst
Apr 5 at 6:57
$begingroup$
For region $(1)$ we must have $(2-a)+(3-a) = 1.$ Same for region $(2)$.
$endgroup$
– Dbchatto67
Apr 5 at 6:57
add a comment |
$begingroup$
Let $a =sqrtx-1$,
$|a-2|+|a-3|=1$
Check for solutions in the different regions for $a$.
Region 1: $a<2$.
Then we have $(2-a)+(3-a)=1$, i.e. $5-2a=1$, so that $a=2$.
Region 2: $2leq aleq 3$. We have $(a-2)+(3-a)=1$. This is true for every such $a$.
Final region 3: $3<a$. We have $(a-2)+(a-3)=1$ so that $a=3$.
In summary, $2 leq sqrtx-1 leq 3$.
Thus $5 leq x leq 10$.
$endgroup$
$begingroup$
I think you have the equation wrong. There should be a one on the right side not a three.
$endgroup$
– Shervin Sorouri
Apr 5 at 6:57
1
$begingroup$
yeah it's being sorted
$endgroup$
– George Dewhirst
Apr 5 at 6:57
$begingroup$
For region $(1)$ we must have $(2-a)+(3-a) = 1.$ Same for region $(2)$.
$endgroup$
– Dbchatto67
Apr 5 at 6:57
add a comment |
$begingroup$
Let $a =sqrtx-1$,
$|a-2|+|a-3|=1$
Check for solutions in the different regions for $a$.
Region 1: $a<2$.
Then we have $(2-a)+(3-a)=1$, i.e. $5-2a=1$, so that $a=2$.
Region 2: $2leq aleq 3$. We have $(a-2)+(3-a)=1$. This is true for every such $a$.
Final region 3: $3<a$. We have $(a-2)+(a-3)=1$ so that $a=3$.
In summary, $2 leq sqrtx-1 leq 3$.
Thus $5 leq x leq 10$.
$endgroup$
Let $a =sqrtx-1$,
$|a-2|+|a-3|=1$
Check for solutions in the different regions for $a$.
Region 1: $a<2$.
Then we have $(2-a)+(3-a)=1$, i.e. $5-2a=1$, so that $a=2$.
Region 2: $2leq aleq 3$. We have $(a-2)+(3-a)=1$. This is true for every such $a$.
Final region 3: $3<a$. We have $(a-2)+(a-3)=1$ so that $a=3$.
In summary, $2 leq sqrtx-1 leq 3$.
Thus $5 leq x leq 10$.
edited Apr 5 at 6:58
answered Apr 5 at 6:54
George DewhirstGeorge Dewhirst
7414
7414
$begingroup$
I think you have the equation wrong. There should be a one on the right side not a three.
$endgroup$
– Shervin Sorouri
Apr 5 at 6:57
1
$begingroup$
yeah it's being sorted
$endgroup$
– George Dewhirst
Apr 5 at 6:57
$begingroup$
For region $(1)$ we must have $(2-a)+(3-a) = 1.$ Same for region $(2)$.
$endgroup$
– Dbchatto67
Apr 5 at 6:57
add a comment |
$begingroup$
I think you have the equation wrong. There should be a one on the right side not a three.
$endgroup$
– Shervin Sorouri
Apr 5 at 6:57
1
$begingroup$
yeah it's being sorted
$endgroup$
– George Dewhirst
Apr 5 at 6:57
$begingroup$
For region $(1)$ we must have $(2-a)+(3-a) = 1.$ Same for region $(2)$.
$endgroup$
– Dbchatto67
Apr 5 at 6:57
$begingroup$
I think you have the equation wrong. There should be a one on the right side not a three.
$endgroup$
– Shervin Sorouri
Apr 5 at 6:57
$begingroup$
I think you have the equation wrong. There should be a one on the right side not a three.
$endgroup$
– Shervin Sorouri
Apr 5 at 6:57
1
1
$begingroup$
yeah it's being sorted
$endgroup$
– George Dewhirst
Apr 5 at 6:57
$begingroup$
yeah it's being sorted
$endgroup$
– George Dewhirst
Apr 5 at 6:57
$begingroup$
For region $(1)$ we must have $(2-a)+(3-a) = 1.$ Same for region $(2)$.
$endgroup$
– Dbchatto67
Apr 5 at 6:57
$begingroup$
For region $(1)$ we must have $(2-a)+(3-a) = 1.$ Same for region $(2)$.
$endgroup$
– Dbchatto67
Apr 5 at 6:57
add a comment |
$begingroup$
Let $x$ be a solution of the equation. Notice $x geq 1$, since $sqrtx-1$ has its domain as $x geq 1$.
If $x geq 10$, then each of the absolute value is just the term inside (i.e.$|sqrtx-1-2| = sqrtx-1-2$ and similarly $|sqrtx-1-3| =sqrtx-1-3$) so that the given equation in this case becomes $2sqrtx-1-5=1$. Solve for $x$ you get $x=10$. Thus we have shown that IF there is a solution that is greater than or equal to $10$ then $x$ must be $10$; we have not yet proven that $10$ is a solution. However, we can check that $x=10$ is a solution by plugging it back in.
If $10 > x geq 5$ then $|sqrtx-1-2| = sqrtx-1-2$ and $|sqrtx-1-3| =-sqrtx-1+3$ so that the given equation becomes (after simplification) $1=1$; this does not give us a new information, but we can check that any number $x$ such that $10 > x geq 5$ satisfies the original equation.
If $5 > x geq 1$ then $|sqrtx-1-2| = -sqrtx-1+2$ and $|sqrtx-1-3| = -sqrtx-1+3$, so that the given equation becomes (after simplification) $sqrtx-1=2$, implying $x=5$, contradicting our assumption that $5 > x$. Thus, there cannot be any solution in this case.
Hence, the solution are $5 leq x leq 10$.
In general, any time you see an absolute value in a given equation, it's a good idea to divide into cases according to whether each expression in an absolute value is negative or non-negative.
$endgroup$
add a comment |
$begingroup$
Let $x$ be a solution of the equation. Notice $x geq 1$, since $sqrtx-1$ has its domain as $x geq 1$.
If $x geq 10$, then each of the absolute value is just the term inside (i.e.$|sqrtx-1-2| = sqrtx-1-2$ and similarly $|sqrtx-1-3| =sqrtx-1-3$) so that the given equation in this case becomes $2sqrtx-1-5=1$. Solve for $x$ you get $x=10$. Thus we have shown that IF there is a solution that is greater than or equal to $10$ then $x$ must be $10$; we have not yet proven that $10$ is a solution. However, we can check that $x=10$ is a solution by plugging it back in.
If $10 > x geq 5$ then $|sqrtx-1-2| = sqrtx-1-2$ and $|sqrtx-1-3| =-sqrtx-1+3$ so that the given equation becomes (after simplification) $1=1$; this does not give us a new information, but we can check that any number $x$ such that $10 > x geq 5$ satisfies the original equation.
If $5 > x geq 1$ then $|sqrtx-1-2| = -sqrtx-1+2$ and $|sqrtx-1-3| = -sqrtx-1+3$, so that the given equation becomes (after simplification) $sqrtx-1=2$, implying $x=5$, contradicting our assumption that $5 > x$. Thus, there cannot be any solution in this case.
Hence, the solution are $5 leq x leq 10$.
In general, any time you see an absolute value in a given equation, it's a good idea to divide into cases according to whether each expression in an absolute value is negative or non-negative.
$endgroup$
add a comment |
$begingroup$
Let $x$ be a solution of the equation. Notice $x geq 1$, since $sqrtx-1$ has its domain as $x geq 1$.
If $x geq 10$, then each of the absolute value is just the term inside (i.e.$|sqrtx-1-2| = sqrtx-1-2$ and similarly $|sqrtx-1-3| =sqrtx-1-3$) so that the given equation in this case becomes $2sqrtx-1-5=1$. Solve for $x$ you get $x=10$. Thus we have shown that IF there is a solution that is greater than or equal to $10$ then $x$ must be $10$; we have not yet proven that $10$ is a solution. However, we can check that $x=10$ is a solution by plugging it back in.
If $10 > x geq 5$ then $|sqrtx-1-2| = sqrtx-1-2$ and $|sqrtx-1-3| =-sqrtx-1+3$ so that the given equation becomes (after simplification) $1=1$; this does not give us a new information, but we can check that any number $x$ such that $10 > x geq 5$ satisfies the original equation.
If $5 > x geq 1$ then $|sqrtx-1-2| = -sqrtx-1+2$ and $|sqrtx-1-3| = -sqrtx-1+3$, so that the given equation becomes (after simplification) $sqrtx-1=2$, implying $x=5$, contradicting our assumption that $5 > x$. Thus, there cannot be any solution in this case.
Hence, the solution are $5 leq x leq 10$.
In general, any time you see an absolute value in a given equation, it's a good idea to divide into cases according to whether each expression in an absolute value is negative or non-negative.
$endgroup$
Let $x$ be a solution of the equation. Notice $x geq 1$, since $sqrtx-1$ has its domain as $x geq 1$.
If $x geq 10$, then each of the absolute value is just the term inside (i.e.$|sqrtx-1-2| = sqrtx-1-2$ and similarly $|sqrtx-1-3| =sqrtx-1-3$) so that the given equation in this case becomes $2sqrtx-1-5=1$. Solve for $x$ you get $x=10$. Thus we have shown that IF there is a solution that is greater than or equal to $10$ then $x$ must be $10$; we have not yet proven that $10$ is a solution. However, we can check that $x=10$ is a solution by plugging it back in.
If $10 > x geq 5$ then $|sqrtx-1-2| = sqrtx-1-2$ and $|sqrtx-1-3| =-sqrtx-1+3$ so that the given equation becomes (after simplification) $1=1$; this does not give us a new information, but we can check that any number $x$ such that $10 > x geq 5$ satisfies the original equation.
If $5 > x geq 1$ then $|sqrtx-1-2| = -sqrtx-1+2$ and $|sqrtx-1-3| = -sqrtx-1+3$, so that the given equation becomes (after simplification) $sqrtx-1=2$, implying $x=5$, contradicting our assumption that $5 > x$. Thus, there cannot be any solution in this case.
Hence, the solution are $5 leq x leq 10$.
In general, any time you see an absolute value in a given equation, it's a good idea to divide into cases according to whether each expression in an absolute value is negative or non-negative.
answered Apr 5 at 6:59
Cute BrownieCute Brownie
1,085417
1,085417
add a comment |
add a comment |
Jill and Jill is a new contributor. Be nice, and check out our Code of Conduct.
Jill and Jill is a new contributor. Be nice, and check out our Code of Conduct.
Jill and Jill is a new contributor. Be nice, and check out our Code of Conduct.
Jill and Jill is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3175596%2fhow-can-i-solve-this-absolute-value-equation%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
1
$begingroup$
What did you try? For example, transfer one of the terms on the left to the right and then square both sides.
$endgroup$
– астон вілла олоф мэллбэрг
Apr 5 at 6:47