SOLUTION: Please may you help me solve:f(x)=|6-2x|+|X-1|-2X giving the necessary arguments before graphing.what is the range of the function?whenf(x)>0?
Algebra ->
Functions
-> SOLUTION: Please may you help me solve:f(x)=|6-2x|+|X-1|-2X giving the necessary arguments before graphing.what is the range of the function?whenf(x)>0?
Log On
Question 1085663: Please may you help me solve:f(x)=|6-2x|+|X-1|-2X giving the necessary arguments before graphing.what is the range of the function?whenf(x)>0? Answer by ikleyn(52787) (Show Source):
The critical points are 6-2x = 0, i.e. x = 3; and x-1=0, i.e. x = 1.
If x < 1, then 6 - 2x > 0 and hence |6-2x} = (6-2x);
x - 1 < 0 and hence |x-1| = (1-x);
thus the entire function is f(x) = (6-2x) + (1-x) - 2x = 7 - 5x.
If 1 < x < 3, then 6 - 2x > 0 and hence |6-2x} = (6-2x);
x - 1 > 0 and hence |x-1| = (x-1);
thus the entire function is f(x) = (6-2x) + (x-1) - 2x = 5 - 3x.
Lastly, if x > 3 then 6 - 2x < 0 and hence |6-2x} = (-6+2x);
x - 1 > 0 and hence |x-1| = (x-1);
thus the entire function is f(x) = (-6+2x) + (x-1) - 2x = -7 + x.
So you have the expressions for f(x) piecewise linear and can draw it like this
Plot y = |6-2x|+|X-1|-2X
The referred lessons are the part of this online textbook under the topic
"Plotting Absolute values functions ".
The strategy is to break up the entire set of real numbers into sub-domains (ranges) where the absolute value of linear term
is a linear function, and then to plot all these piece-wise linear functions.