<< Chapter < Page Chapter >> Page >
This module introduces absolute value equations.

Absolute value is one of the simplest functions—and paradoxically, one of the most problematic.

On the face of it, nothing could be simpler: it just means “whatever comes in, a positive number comes out.”

5 = 5 alignl { stack { size 12{ \lline 5 \rline =5} {} #{} } } {}
5 = 5 size 12{ \lline - 5 \rline =5} {}

Absolute values seem to give us permission to ignore the whole nasty world of negative numbers and return to the second grade when all numbers were positive.

But consider these three equations. They look very similar—only the number changes—but the solutions are completely different.

Three simple absolute value equations
x = 10 size 12{ \lline x \rline ="10"} {} x = 10 size 12{ \lline x \rline = - "10"} {} x = 0 size 12{ \lline x \rline =0} {}
x = 10 size 12{x="10"} {} works. x = 10 size 12{x="10"} {} doesn’t work. x = 0 size 12{x=0} {} is the only solution.
Hey, so does x = 10 size 12{x= - "10"} {} ! Neither does x = 10 size 12{x= - "10"} {} .
Concisely, x = ± 10 size 12{x= +- "10"} {} . Hey... absolute values are never negative!

We see that the first problem has two solutions , the second problem has no solutions , and the third problem has one solution . This gives you an example of how things can get confusing with absolute values—and how you can solve things if you think more easily than with memorized rules .

For more complicated problems, follow a three-step approach.

  1. Do the algebra to isolate the absolute value.
  2. Then, think it through like the simpler problems above.
  3. Finally, do more algebra to isolate x .

In my experience, most problems with this type of equation do not occur in the first and third step. And they do not occur because students try to think it through (second step) and don’t think it through correctly. They occur because students try to take “shortcuts” to avoid the second step entirely.

Absolute value equation (no variable on the other side)

3 | 2 x + 1 | - 7 = 5 size 12{3 \lline 2x+1 \rline - 7=5} {}

  • Algebraically isolate the absolute value
    • 3 | 2 x + 1 | = 12 size 12{3 \lline 2x+1 \rline ="12"} {}
    • | 2 x + 1 | = 4 size 12{ \lline 2x+1 \rline =4} {}
  • Think!
    • For the moment, forget about the quantity 2 x + 1 size 12{2x+1} {} ; just think of it as something . The absolute value of “something” is 4. So, in analogy to what we did before, the “something” can either be 4, or –4. So that gives us two possibilities...
    • 2x + 1 = 4
    • 2x + 1 = 4
  • Algebraically solve (both equations) for x
    • 2 x = 3 size 12{2x=3} {} or 2 x = 5 size 12{2x= - 5} {}
    • x = 3 2 size 12{x= { { size 8{3} } over { size 8{2} } } } {} or x = 5 2 size 12{x= - { { size 8{5} } over { size 8{2} } } } {}

So this problem has two answers: x = 3 2 size 12{x= { { size 8{3} } over { size 8{2} } } } {} and x = 5 2 size 12{x= - { { size 8{5} } over { size 8{2} } } } {}

Got questions? Get instant answers now!

Absolute value equation (no variable on the other side)

6 x 2 5 + 7 = 4 size 12{ { {6 \lline x - 2 \lline } over {5} } +7=4} {}

  • 6 | x - 2 | 5 = -3
    6 | x - 2 | = -15
    | x - 2 | = -15 6 = -5 2
  • The absolute value of “something” is 2 1 2 . But wait—absolute values are never negative! It can’t happen! So we don’t even need a third step in this case: the equation is impossible.
  • No solution.
Got questions? Get instant answers now!

The “think” step in the above examples was relatively straightforward, because there were no variables on the right side of the equation. When there are variables on the right side, you temporarily “pretend” that the right side of the equation is a positive number, and break the equation up accordingly. However, there is a price to be paid for this slight of hand: you have to check your answers, because they may not work even if you do your math correctly.

Absolute value equation with variables on both sides

2x + 3 = 11 x + 42 size 12{ \lline 2x+3 \rline = - "11"x+"42"} {}

We begin by approaching this in analogy to the first problem above, x = 10 size 12{ \lline x \rline ="10"} {} . We saw that x size 12{x} {} could be either 10, or –10. So we will assume in this case that 2x + 3 size 12{2x+3} {} can be either 11 x + 42 size 12{ - "11"x+"42"} {} , or the negative of that, and solve both equations.

    Problem one

  • 2 x + 3 = -11 x + 42
  • 13 x + 3 = 42
  • 13 x = 39
  • x = 3

    Problem two

  • 2 x + 3 = - ( - 11 x + 42 )
  • 2 x + 3 = 11 x - 42
  • -9 x + 3 = -42
  • -9 x = -45
  • x = 5

So we have two solutions: x = 3 size 12{x=3} {} and x = 5 size 12{x=5} {} . Do they both work? Let’s try them both.

    Problem one

  1. 2 ( 3 ) + 3 = 11 ( 3 ) + 42 size 12{ \lline 2 \( 3 \) +3 \rline = - "11" \( 3 \) +"42"} {} .
    • 9 = 9 size 12{ \lline 9 \rline =9} {} .

    Problem two

  1. 2 ( 5 ) + 3 = 11 ( 5 ) + 42 size 12{ \lline 2 \( 5 \) +3 \rline = - "11" \( 5 \) +"42"} {} .
    • 13 = 13 size 12{ \lline "13" \rline = - "13"} {} .
Got questions? Get instant answers now!

We see in this case that the first solution, x = 3 size 12{x=3} {} , worked; the second, x = 5 size 12{x=5} {} , did not. So the only solution to this problem is x = 3 size 12{x=3} {} .

However, there was no way of knowing that in advance. For such problems, the only approach is to solve them twice, and then test both answers . In some cases, both will work; in some cases, neither will work. In some cases, as in this one, one will work and the other will not.

Whenever an absolute value equation has variables on both sides , you have to check your answer(s). Even if you do all the math perfectly, your answer(s) may not work.

OK, why is that? Why can you do all the math right and still get a wrong answer?

Remember that the problem x = 10 size 12{ \lline x \rline ="10"} {} has two solutions, and x = 10 size 12{ \lline x \rline = - "10"} {} has none. We started with the problem 2x + 3 = 11 x + 42 size 12{ \lline 2x+3 \rline = - "11"x+"42"} {} . OK, which is that like? Is the right side of the equation like 10 or –10? If you think about it, you can convince yourself that it depends on what x size 12{x} {} is . After you solve, you may wind up with an x size 12{x} {} -value that makes the right side positive; that will work. Or, you may wind up with an x size 12{x} {} -value that makes the right side negative; that won’t work. But you can’t know until you get there.

Questions & Answers

Biology is a branch of Natural science which deals/About living Organism.
Ahmedin Reply
what is phylogeny
Odigie Reply
evolutionary history and relationship of an organism or group of organisms
AI-Robot
ok
Deng
what is biology
Hajah Reply
cell is the smallest unit of the humanity biologically
Abraham
what is biology
Victoria Reply
what is biology
Abraham
HOW CAN MAN ORGAN FUNCTION
Alfred Reply
the diagram of the digestive system
Assiatu Reply
allimentary cannel
Ogenrwot
How does twins formed
William Reply
They formed in two ways first when one sperm and one egg are splited by mitosis or two sperm and two eggs join together
Oluwatobi
what is genetics
Josephine Reply
Genetics is the study of heredity
Misack
how does twins formed?
Misack
What is manual
Hassan Reply
discuss biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles
Joseph Reply
what is biology
Yousuf Reply
the study of living organisms and their interactions with one another and their environment.
Wine
discuss the biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles in an essay form
Joseph Reply
what is the blood cells
Shaker Reply
list any five characteristics of the blood cells
Shaker
lack electricity and its more savely than electronic microscope because its naturally by using of light
Abdullahi Reply
advantage of electronic microscope is easily and clearly while disadvantage is dangerous because its electronic. advantage of light microscope is savely and naturally by sun while disadvantage is not easily,means its not sharp and not clear
Abdullahi
cell theory state that every organisms composed of one or more cell,cell is the basic unit of life
Abdullahi
is like gone fail us
DENG
cells is the basic structure and functions of all living things
Ramadan
What is classification
ISCONT Reply
is organisms that are similar into groups called tara
Yamosa
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Advanced algebra ii: conceptual explanations. OpenStax CNX. May 04, 2010 Download for free at http://cnx.org/content/col10624/1.15
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Advanced algebra ii: conceptual explanations' conversation and receive update notifications?

Ask