Positive part function

From Calculus
Revision as of 00:13, 20 September 2011 by Vipul (talk | contribs) (Created page with "==Definition== The '''positive part function''' is a function that takes as input any real number and outputs the same number if it is nonnegative, and 0 if it is negative. The ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

The positive part function is a function that takes as input any real number and outputs the same number if it is nonnegative, and 0 if it is negative. The positive part of x is denoted x+. It can also be defined as max{x,0}.

It can also be described using a piecewise definition:

x+:={x,x00,x<0

Graph