i am asked to draw the graph of this min and max functions. these functions are given.
$f_1(x) := 2, \quad f_2(x) := 3x, \quad f_3(x) := x^2$
now i need to draw the graph of these functions:
$g_1(x) := \min\{|f_1(x)|, |f_2(x)|\}, \quad g_2(x) := \max\{|f_1(x)|, |f_2(x)|\}$
the image and range of functions are $I \rightarrow \mathbb{R}$ with $I:=[-5,5]$
my question is, do i draw the whole functions graph even if i am asked for min or max? or do i draw just the min or max point?
thanks a lot
You’re to draw the graphs of the functions $g_1$ and $g_2$; both are functions on the domain $[-5,5]$, so each of your graphs should show the value of its function at each point of that domain.
The definition of $g_1$, for instance, means that at each point $x\in[-5,5]$, $$g_1(x)=\min\{|2|,|3x|\}=\min\{2,3|x|\}\;,$$ so you need to figure out what the graph of this function looks like. HINT: What’s different about the two cases $|x|\le\frac23$ and $\frac23\le|x|\le 5$?