You are not logged in.
Pages: 1
DRAW a graph of y=x+|x|
Offline
Hi rakhi
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
hi rakhi
Welcome to the forum!
When I get questions involving |x| I try to split the problem into three parts:
(i) What happens when x > 0 ?
(ii) What happens when x = 0 ?
(iii) What happens when x < 0 ?
(i) x > 0
abs(x) = x
so y = x + x = 2x
(ii) x = 0
y = 0
(iii) x < 0
abs(x) = -x
so y = x - x = 0
The graph below was made using the MIF function grapher at
http://www.mathsisfun.com/data/function … =-8&ymax=8
Hope that helps,
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Pages: 1