Why does this function have a unique shape?

AI Thread Summary
The function f(x) = abs(x+4) + abs(3-x) exhibits a unique shape due to the nature of absolute value functions, which create distinct linear segments based on the values of x. To understand its shape, it is helpful to break the function into piecewise segments by analyzing the behavior of each absolute value component across different intervals. For example, when x is less than -4, the expressions simplify differently than when x is between -4 and 3. Creating a table of values for x ranging from -6 to 6 can also clarify how the function behaves at various points. Analyzing these segments will reveal why the graph has its specific shape.
abdo799
Messages
168
Reaction score
4
basically, i am given a function and told to sketch it. f(x)=abs(x+4) + abs(3-x)
i didnt know how to do it, so i used this site ( http://rechneronline.de/function-graphs/ )
it gave this graph with a really weird shape , can anyone explain it??
i tried to google it to find the answer, but i didnt even know what to type and search
 
Physics news on Phys.org
Surely, if no other way, you could just make a table of values for x from say -6 to 6. How hard can that be? Try it.
 
LCKurtz said:
Surely, if no other way, you could just make a table of values for x from say -6 to 6. How hard can that be? Try it.

i did the sketch , i need to know why it has this shape
 
abdo799 said:
i did the sketch , i need to know why it has this shape

Try writing your function as a muti-piece formula. For example, if ##x < -4## what would ##|x+4|## and ##|3-x|## be without the absolute value signs. Then try ##-4<x<3## and so on. Remember ##|x| = x,~x>0## and ##|x| = -x,~x<0##.
 
Back
Top