SOLUTION: Graph the function y = |x+1|

Algebra ->  Rational-functions -> SOLUTION: Graph the function y = |x+1|      Log On


   



Question 180374: Graph the function y = |x+1|
Found 2 solutions by Mathtut, Electrified_Levi:
Answer by Mathtut(3670) About Me  (Show Source):
You can put this solution on YOUR website!
plot points
:
say x=1 then y=abs(x+1) =abs(2)=2
(1,2)
:
say x=-3 then y=abs(x+1)=abs(-2)=2
:
(-3,2)
:
you can plot as many points as you think it takes to get a picture of what the graph will look like
:
hope that helps


graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cabs%28x%2B1%29%29

Answer by Electrified_Levi(103) About Me  (Show Source):
You can put this solution on YOUR website!
Hi, Hope I can help,
.
Graph the function y = |x+1|
.
Absolute value is how far the number is on the number line. Absolute value makes any number inside them positive.
.
+abs+%28+-9%29+=+9+
.
+abs+%28+-20+%29+=+20+
.
+abs+%28+3+%29+=+3+
.
Knowing this principle
.
+y+=+abs+%28+x+%2B+1+%29+
.
We know that "y" will always be positive, since "y" equals an absolute value
.
All absolute value graphs look like a "V", the very point that the two lines meet will always be where "y" equals "0" ( since "0" is neither positive or negative, it doesn't have absolute value ), the "V" goes out from this point
.
Let us graph a few points
.
+y+=+abs+%28+x+%2B+1+%29+
.
First we replace "x" with any number
.
We will replace "x" with (-1)
.
+y+=+abs+%28+x+%2B+1+%29+ = +y+=+abs+%28+%28-1%29+%2B+1+%29+ = +y+=+abs+%28+0+%29+,
.
+y+=+0+
.
+x+=+-1+
.
Points are given as (x,y)
.
Our point is ( -1,0 )
.

.
We need to find at least two more points to make the graph, we need a point with "x" as a positive number, and one with "x" as a negative number
.
We will replace "x" with "5"
.
+y+=+abs+%28+x+%2B+1+%29+ = +y+=+abs+%28+5+%2B+1+%29+ = +y+=+abs+%28+6+%29+
.
+y+=+6+
.
+x+=+5+
.
Our point is (x,y), ( 5,6 )
.

.
We will now replace "x" with a negative number
.
We will replace "x" with +-+12+
.
+y+=+abs+%28+x+%2B+1+%29+ = +y+=+abs+%28+%28-12%29+%2B+1+%29+ = +y+=+abs+%28+-11+%29+
.
+y+=+11+ ( since absolute value makes all negatives positive )
.
+y+=+11+
.
+x+=+-12+
.
Our point is (x,y) , ( -12,11 )
.

.
We could now draw the equation, by drawing a line from ( -1,0 ) to ( -12, 11 ) then keep drawing the line after ( -12 , 11 ), then we would draw a line from (-1,0) to (5,6) and beyond
.
We could find more points if we wanted to,
.
"x" as (-7), +y+=+abs+%28+x+%2B+1+%29+ = +y+=+abs+%28+%28-7%29+%2B+1+%29+ = +y+=+abs+%28+-6+%29+
.
+y+=+6+ ( absolute value )
.
+x+=+-7+
.
Our point is ( -7,6 )
.

.
"x" as "10", +y+=+abs+%28+x+%2B+1+%29+ = +y+=+abs+%28+10+%2B+1+%29+ = +y+=+abs+%28+11+%29+
.
+y+=+11+
.
+x+=+10+
.
Our point is (10,11)
.

.
Here is the graph
.

.
(for some reason graph doesn't make a complete "V" for some reason, don't worry )
.
Hope I helped, Levi