Izzhov
- 120
- 0
What does it mean for a function to be convex (or concave) on an interval [a,b]? I understand what a function is and what an interval is, but I don't get what "convexity" is.
The discussion revolves around the concept of convexity for functions defined on an interval, exploring both the mathematical definitions and intuitive understandings of convex and concave functions. It includes considerations of differentiability and examples to illustrate the concepts.
Participants generally agree on the definitions of convexity and concavity, but there are multiple perspectives on the implications of these definitions, particularly regarding non-differentiable functions and specific examples. The discussion remains open with no consensus on all aspects.
Some definitions and examples provided may depend on specific mathematical contexts or assumptions about differentiability, which are not fully resolved in the discussion.
Data said:A (twice-differentiable) function is concave at a point if its second derivative is negative at that point. Similarly a function is convex at a point if its second derivative is positive at that point.
You can extend the definition to functions that aren't differentiable also; see http://en.wikipedia.org/wiki/Concave_function.
Intuitively: A concave (or "concave down") function is one that is "cupped" downwards. For example, the parabola [itex]-x^2[/itex] is concave throughout its domain, and the parabola [itex]x^2[/itex] is convex throughout its domain.
There are functions which are "cupped" but don't actually have the cup shape. For example, [itex]1/x[/itex] is concave on the negative reals and convex on the positive reals, however it doesn't have any extrema at all.
Another way to present it is: A function [itex]f[/itex] is convex on an interval if the set of points above its graph on that interval is a convex set; that is, if[itex]p = (x_1, y_1)[/itex] and [itex]q = (x_2, y_2)[/itex] are points with [itex]x_1, x_2[/itex] on the interval of interest, [itex]y_1 \geq f(x_1)[/itex], and [itex]y_2 \geq f(x_2)[/itex], then the straight line joining [itex]p[/itex] to [itex]q[/itex] lies entirely above the graph of [itex]f[/itex]. Then you can define [itex]f[/itex] is concave whenever [itex]-f[/itex] is convex.