Graphing absolute equations

50 Views Asked by At

If we have an absolute equation like this one: $$|x-1|+|x+1|=4$$ do I read it as $$|x-1|+|x+1|=y$$ or is it actually: $$|x-1|+|x+1|-4=y$$ The graphs are different so I'm confused which one is the right path to follow if I want to graph the function.

Also, if we have a normale equation like $$3x-2=4$$ do I still need to move the 4 over to the left side so it looks like a function $$3x-6=y$$ so I can graph it, or does it stay on the right side and is ignored when I am graphing my function $$3x-2=y$$?

2

There are 2 best solutions below

2
On BEST ANSWER

If you only have one variable you can‘t graph it, because the graph (the line) represents the infintely many solutions for the equation.

Exmaple: $2x+4y=3$ reform it: $y={3-2x \over 4}$, which you can graph.

If you only have one variable there are probably finitely many solutions (values for x that satisfy the equation). If x is bigger than 0, the equation simplifies to:

$(x-1)+(x+1)=4$

$2x = 4$

$x = 2$

So $x=2$ satisfies the equation and is a solution to it.

If x is smaller than 0, the equation reads:

$-(x-1)-(x+1)=4$

$-2x = 4$

$x = -2$

So the other solution is $x=-2$.

That‘s how you can find the values for x, so that the equation with absolute values is true.

You can‘t graph it, because there are only two solutions and the axes would stand for two variables.

0
On

Either way works. If we work with a simple example first to demonstrate the idea such as $3x-2=4$.

If we set $y=3x-2$ we can draw a graph of this and we want to see on the graph when $y=4$ (or equivalently, when the line intersects the line $y=4$). Alternatively we could rearrange our equation to say $3x-6=0$. Then we can set $y=3x-6$ and graph it. Now we want to see when $y$ is equal to $0$ on our graph (also called the roots). So both ways work, they will give you different graphs but when you look for the appropriate $y$-value they will give you the same answers.


If we now look at the original equation $|x-1|+|x+1|=4$. We are again faced with the choice of what to set $y$ to. And in fact we can set it to whatever we like although most things won't be very helpful.

If we set $y=|x-1|+|x+1|$ and draw the graph, then we are looking for points on the graph where $y=4$. If instead we choose to set $y=|x-1|+|x+1|-4$ we are looking for points where $y=0$. Both will give you the same answers for $x$. (The answers for $y$ will be different but it doesn't matter because we made up $y$, it's not in the question.)