Solve ##\left| x+3 \right|= \left| 2x+1\right|##

  • Thread starter Thread starter RChristenk
  • Start date Start date
  • Tags Tags
    algebra-precalculus
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
RChristenk
Messages
73
Reaction score
9
Homework Statement
Solve ##\left| x+3 \right|= \left| 2x+1\right|##
Relevant Equations
Absolute values
Both sides are in absolute values, i.e. positive, so the solution is straightforward: ##\left| x+3 \right|= \left| 2x+1\right| \Rightarrow x+3=2x+1 \Rightarrow x=2##.

But the solution presents another case: ##x+3 = -(2x+1)##. How is this possible if both sides are in absolute values, i.e. positive?

I understand ##\left| x\right|= \pm c##, but when there are absolute values on both sides, I don't understand why you can remove the absolute values by setting one side to negative. Thanks for the help.
 
Physics news on Phys.org
If ##|x| = |y|## then there are four possible solutions:
$$x = y$$or$$x = -y$$or$$-x = y$$or$$-x = -y$$This, however, simplifies to two solutions.
$$x = y$$or$$x = -y$$
 
Reply
  • Like
Likes   Reactions: chwala, scottdave, Math100 and 3 others
RChristenk said:
Homework Statement: Solve ##\left| x+3 \right|= \left| 2x+1\right|##
Relevant Equations: Absolute values

Both sides are in absolute values, i.e. positive, so the solution is straightforward: ##\left| x+3 \right|= \left| 2x+1\right| \Rightarrow x+3=2x+1 \Rightarrow x=2##.

But the solution presents another case: ##x+3 = -(2x+1)##. How is this possible if both sides are in absolute values, i.e. positive?

If you were asked to solve [itex]|x| = |3|[/itex], would you exclude [itex]x = -3[/itex] as a solution?

Here, is there any reason to exlude the case [itex]-3 < x < -\frac12[/itex], where [itex]x + 3 > 0[/itex] but [itex]2x + 1 < 0[/itex]?
 
Reply
  • Like
Likes   Reactions: chwala, RChristenk and PeroK
RChristenk said:
I understand ##\left| x\right|= \pm c##, but when there are absolute values on both sides, I don't understand why you can remove the absolute values by setting one side to negative. Thanks for the help.
## |x| = c \Rightarrow x = \pm c ## where ## c \ge 0 ##. By using this, there will be ## |x+3| = |2x+1| \Rightarrow x+3 = \pm |2x+1| ## and finally ## x+3 = \pm (2x+1) ## because ## \pm |2x+1| ## can be rewritten as ## \pm (2x+1) ##.
 
Gavran said:
## |x| = c \Rightarrow x = \pm c ## where ## c \ge 0 ##. By using this, there will be ## |x+3| = |2x+1| \Rightarrow x+3 = \pm |2x+1| ## and finally ## x+3 = \pm (2x+1) ## because ## \pm |2x+1| ## can be rewritten as ## \pm (2x+1) ##.
You can skip a step in the above. ## |x+3| = |2x+1| \Rightarrow x+3 = \pm (2x+1) ##
 
Reply
  • Like
Likes   Reactions: chwala, Math100 and PeroK
Mark44 said:
You can skip a step in the above. ## |x+3| = |2x+1| \Rightarrow x+3 = \pm (2x+1) ##
Repitition of post ##2##. Cheers @Mark44