Piecewisesmooth
Piecewisesmooth, often written as piecewise-smooth, denotes a class of functions that are smooth on each piece of a finite partition of their domain but may fail to be smooth at the partition points. A common formalization is: a function f: [a,b] → R is piecewisesmooth if there exists a finite sequence a = x0 < x1 < ... < x_m = b such that on each open interval (x_{i-1}, x_i) the function is C^k for some k (typically k = 1 or k = 2), and f is continuous on [a,b]. At the breakpoints the function may not be differentiable, and derivatives can have jump discontinuities, though the exact continuity requirements at the breakpoints vary by context.
In practice, piecewisesmooth is used to describe functions that are smooth on each subinterval of a partition,
Examples help illustrate the idea. The absolute value function |x| on [-1,1] is piecewise smooth: it is
Applications of piecewisesmooth functions appear across numerical analysis, computer graphics, and applied mathematics. They model curves