What does $f^+:=\max(f,0)$ and $f^-:=\max(-f,0)$ mean?

$\begingroup$

Let $f$ be a continious function over an intervall with $f^+:=\max(f,0)$ and $f^-:=\max(-f,0)$

What does that mean graphically?

$\endgroup$ 2

1 Answer

$\begingroup$
  • $f^+$ is equal to
    • $f$ when $f$ is positive
    • $0$ when $f$ is negative
  • $f^-$ is equal to
    • $-f$ when $f$ is negative
    • $0$ when $f$ is positive

when plotting $f^+$ and $f^-$ together you will get the same as if you were plotting$g_1$ and $g_2$ with

  • $g_1 = |f|$
  • $g_2 = 0$
$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like