SOLUTION: Draw the graph of a function that decreases over the interval (-5, -2) and increases over the interval (-2, 4). (All I'm given is intervals)

Algebra ->  Graphs -> SOLUTION: Draw the graph of a function that decreases over the interval (-5, -2) and increases over the interval (-2, 4). (All I'm given is intervals)      Log On


   



Question 1143049: Draw the graph of a function that decreases over the interval (-5, -2) and increases over the interval (-2, 4). (All I'm given is intervals)
Found 3 solutions by Alan3354, josgarithmetic, greenestamps:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Draw the graph of a function that decreases over the interval (-5, -2) and increases over the interval (-2, 4). (All I'm given is intervals)
----------------
(-5,-2) is a point, not an interval.
Same for (-2,4).

Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
You choose the functions you want as long as each is decreasing in the first given interval and increasing in the second given interval. Your input variable does not include x at -2.

Answer by greenestamps(13198) About Me  (Show Source):
You can put this solution on YOUR website!


Despite what the other tutor (?) says, (-5, -2) and (-2, 4) are perfectly good intervals....

All you need is any continuous graph which, as you "walk" along the graph from x=-5 to x=-2, always has you walking "downhill", and which, as you walk along the graph from x=-2 to x=4 always has you walking "uphill".

Absolute value functions and parabolas are two common types of functions that can meet those requirements.

(1) y+=+abs%28x%2B2%29-3 is downhill from x=-5 to x=-2 and uphill from x=-2 to x=4:

graph%28400%2C400%2C-8%2C8%2C-8%2C8%2Cabs%28x%2B2%29-3%29

(2) y+=+%281%2F4%29%28x%2B2%29%5E2-3 is also downhill from x=-5 to x=-2 and uphill from x=-2 to x=4:

graph%28400%2C400%2C-8%2C8%2C-8%2C8%2C%281%2F4%29%28x%2B2%29%5E2-3%29

And of course there are an infinite number of other functions that satisfy the requirements.