1
$\begingroup$

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

3 Answers 3

1

For each $x$ in $[-5,5]$, $g_1 (x)$ will be whichever is lower: $|f_1(x)|$ or $|f_2(x)|$. What you might find useful is to plot both $|f_1|$ and $|f_2|$ on the same graph, and it will be clear at any point which is lower. This however, will not be the answer per se, because the graph of $y=g_1(x)$ is not the same as the two graphs together.

2

If we write $f(x)=\min (h(x),g(x))$, we are referring to the function whose value at any $x$ is the minimum of the two values of $h(x)$ and $g(x)$, so you should sketch the graphs of the functions.

For example, if $h(x)=0$ for $x<0$, $h(x)=1$ for $x\geq 0$, $g(x)=1$ for $x<0$ and $g(x)=0$ for $x\geq 0$ then $f(x)=0$ for all $x$.

  • 0
    oh okay thanks much2012-12-09
1

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$?

  • 0
    great, thanks man2012-12-09