Fiveable

๐Ÿ’ฐIntro to Mathematical Economics Unit 3 Review

QR code for Intro to Mathematical Economics practice questions

3.5 Concavity and convexity

๐Ÿ’ฐIntro to Mathematical Economics
Unit 3 Review

3.5 Concavity and convexity

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
๐Ÿ’ฐIntro to Mathematical Economics
Unit & Topic Study Guides

Concavity and convexity are key concepts in mathematical economics, shaping how we analyze functions and their behavior. These properties are crucial for understanding optimization problems, utility maximization, and production efficiency in economic models.

Geometrically, concave functions curve downward like a bowl, while convex functions curve upward like a U-shape. Mathematically, they're defined by specific inequalities and can be identified using the second derivative test. These concepts are fundamental to modeling economic phenomena and decision-making processes.

Definition of concavity and convexity

  • Fundamental concepts in mathematical economics used to analyze functions and their behavior
  • Critical for understanding optimization problems, utility maximization, and production efficiency in economic models

Geometric interpretation

  • Concave functions curve downward, resembling a bowl shape (parabola opening downward)
  • Convex functions curve upward, resembling a U-shape (parabola opening upward)
  • Line segment connecting any two points on a concave function lies below or on the function
  • Line segment connecting any two points on a convex function lies above or on the function

Mathematical definition

  • Function f(x)f(x) is concave if f(ฮปx1+(1โˆ’ฮป)x2)โ‰ฅฮปf(x1)+(1โˆ’ฮป)f(x2)f(\lambda x_1 + (1-\lambda)x_2) \geq \lambda f(x_1) + (1-\lambda)f(x_2) for all x1x_1, x2x_2 in the domain and 0โ‰คฮปโ‰ค10 \leq \lambda \leq 1
  • Function f(x)f(x) is convex if f(ฮปx1+(1โˆ’ฮป)x2)โ‰คฮปf(x1)+(1โˆ’ฮป)f(x2)f(\lambda x_1 + (1-\lambda)x_2) \leq \lambda f(x_1) + (1-\lambda)f(x_2) for all x1x_1, x2x_2 in the domain and 0โ‰คฮปโ‰ค10 \leq \lambda \leq 1
  • Concave functions satisfy the inequality "โ‰ฅ" while convex functions satisfy "โ‰ค"

Second derivative test

  • For twice-differentiable functions, concavity determined by second derivative
  • If fโ€ฒโ€ฒ(x)โ‰ค0f''(x) \leq 0 for all xx in the domain, f(x)f(x) is concave
  • If fโ€ฒโ€ฒ(x)โ‰ฅ0f''(x) \geq 0 for all xx in the domain, f(x)f(x) is convex
  • Second derivative test provides a quick way to check concavity/convexity

Properties of concave functions

  • Important in economic analysis for modeling diminishing returns and risk aversion
  • Used in utility theory to represent consumer preferences and decision-making under uncertainty

Jensen's inequality

  • States that for a concave function f(x)f(x), f(E[X])โ‰ฅE[f(X)]f(E[X]) \geq E[f(X)]
  • Implies the expected value of a concave function is less than or equal to the function of the expected value
  • Crucial in understanding risk aversion in economics (certainty equivalent)

Concavity and optimization

  • Local maximum of a concave function is also a global maximum
  • Simplifies optimization problems in economics (maximizing utility, profit)
  • First-order conditions sufficient for finding global maximum in concave functions

Examples of concave functions

  • Logarithmic function: f(x)=logโก(x)f(x) = \log(x)
  • Square root function: f(x)=xf(x) = \sqrt{x}
  • Quadratic function with negative leading coefficient: f(x)=โˆ’ax2+bx+cf(x) = -ax^2 + bx + c (where a>0a > 0)
  • Cobb-Douglas production function with decreasing returns to scale

Properties of convex functions

  • Essential in modeling increasing returns to scale and risk-seeking behavior
  • Used in cost minimization problems and production theory

Jensen's inequality for convex functions

  • For a convex function f(x)f(x), f(E[X])โ‰คE[f(X)]f(E[X]) \leq E[f(X)]
  • Expected value of a convex function is greater than or equal to the function of the expected value
  • Applied in financial economics to understand risk preferences and option pricing

Convexity and optimization

  • Local minimum of a convex function is also a global minimum
  • Simplifies minimization problems in economics (cost minimization)
  • First-order conditions sufficient for finding global minimum in convex functions

Examples of convex functions

  • Exponential function: f(x)=exf(x) = e^x
  • Quadratic function with positive leading coefficient: f(x)=ax2+bx+cf(x) = ax^2 + bx + c (where a>0a > 0)
  • Absolute value function: f(x)=โˆฃxโˆฃf(x) = |x|
  • Cost functions with economies of scale

Strict vs weak concavity/convexity

  • Distinguishes between functions that strictly satisfy concavity/convexity conditions and those that do so weakly
  • Impacts the uniqueness and existence of optimal solutions in economic problems

Definitions and distinctions

  • Strictly concave functions have f(ฮปx1+(1โˆ’ฮป)x2)>ฮปf(x1)+(1โˆ’ฮป)f(x2)f(\lambda x_1 + (1-\lambda)x_2) > \lambda f(x_1) + (1-\lambda)f(x_2) for all x1โ‰ x2x_1 \neq x_2 and 0<ฮป<10 < \lambda < 1
  • Strictly convex functions have f(ฮปx1+(1โˆ’ฮป)x2)<ฮปf(x1)+(1โˆ’ฮป)f(x2)f(\lambda x_1 + (1-\lambda)x_2) < \lambda f(x_1) + (1-\lambda)f(x_2) for all x1โ‰ x2x_1 \neq x_2 and 0<ฮป<10 < \lambda < 1
  • Weak concavity/convexity allows for equality in the above conditions
  • Linear functions are both weakly concave and weakly convex

Implications for optimization

  • Strictly concave/convex functions guarantee unique global optima
  • Weakly concave/convex functions may have multiple optimal solutions
  • Affects the uniqueness of equilibria in economic models (consumer choice, market equilibrium)

Concavity/convexity in higher dimensions

  • Extends the concept to functions of multiple variables
  • Critical for analyzing multivariate economic models and optimization problems

Hessian matrix

  • Square matrix of second-order partial derivatives of a function
  • For a function f(x1,x2,...,xn)f(x_1, x_2, ..., x_n), the Hessian HH has elements Hij=โˆ‚2fโˆ‚xiโˆ‚xjH_{ij} = \frac{\partial^2f}{\partial x_i \partial x_j}
  • Used to determine concavity/convexity of multivariable functions

Positive and negative definiteness

  • Hessian is negative definite for strictly concave functions
  • Hessian is positive definite for strictly convex functions
  • Negative semi-definite Hessian implies weak concavity
  • Positive semi-definite Hessian implies weak convexity

Economic applications

  • Concavity and convexity concepts fundamental to many economic theories and models
  • Help in understanding and predicting economic behavior and decision-making

Utility functions

  • Typically assumed to be concave, reflecting diminishing marginal utility
  • Concavity implies risk aversion in expected utility theory
  • Logarithmic utility functions (concave) often used in economic models

Production functions

  • Can be concave (diminishing returns to scale) or convex (increasing returns to scale)
  • Cobb-Douglas production function concave when sum of exponents is less than 1
  • Convex production functions model economies of scale

Cost functions

  • Often convex, reflecting increasing marginal costs
  • Short-run cost functions typically U-shaped (convex)
  • Long-run cost functions can be concave for economies of scale

Quasi-concavity and quasi-convexity

  • Weaker forms of concavity and convexity
  • Important in economic theory for modeling preferences and production technologies

Definitions and properties

  • Function f(x)f(x) is quasi-concave if f(ฮปx1+(1โˆ’ฮป)x2)โ‰ฅminโก{f(x1),f(x2)}f(\lambda x_1 + (1-\lambda)x_2) \geq \min\{f(x_1), f(x_2)\} for all x1x_1, x2x_2 and 0โ‰คฮปโ‰ค10 \leq \lambda \leq 1
  • Function f(x)f(x) is quasi-convex if f(ฮปx1+(1โˆ’ฮป)x2)โ‰คmaxโก{f(x1),f(x2)}f(\lambda x_1 + (1-\lambda)x_2) \leq \max\{f(x_1), f(x_2)\} for all x1x_1, x2x_2 and 0โ‰คฮปโ‰ค10 \leq \lambda \leq 1
  • Upper level sets of quasi-concave functions are convex
  • Lower level sets of quasi-convex functions are convex

Economic significance

  • Quasi-concave utility functions sufficient for consumer theory results
  • Allows for more flexible modeling of preferences (non-satiation)
  • Quasi-convex production functions model technologies with non-decreasing returns to scale

Concavity/convexity in constrained optimization

  • Essential for solving economic problems with constraints (budget constraints, resource limitations)
  • Determines the nature and uniqueness of optimal solutions

Kuhn-Tucker conditions

  • Generalize the method of Lagrange multipliers for inequality constraints
  • Provide necessary conditions for optimality in constrained problems
  • Sufficient for global optima when objective function is concave (maximization) or convex (minimization)

Second-order sufficiency conditions

  • Ensure that critical points identified by first-order conditions are indeed optima
  • For maximization, require negative definiteness of bordered Hessian
  • For minimization, require positive definiteness of bordered Hessian

Graphical analysis

  • Visual representation of concavity and convexity
  • Aids in understanding function behavior and optimization

Concave vs convex curves

  • Concave curves lie below their tangent lines
  • Convex curves lie above their tangent lines
  • Concave functions have decreasing slopes, convex functions have increasing slopes
  • Useful for quick identification of function type in economic graphs

Inflection points

  • Points where the function changes from concave to convex or vice versa
  • Second derivative changes sign at inflection points
  • Important in analyzing S-shaped production functions or cost curves

Numerical methods

  • Computational techniques for analyzing and optimizing concave/convex functions
  • Essential for solving complex economic models and empirical analysis

Determining concavity/convexity

  • Finite difference methods to approximate second derivatives
  • Interval arithmetic for rigorous verification of concavity/convexity
  • Machine learning algorithms for classifying function types in high-dimensional spaces

Optimization algorithms

  • Gradient descent methods for convex minimization problems
  • Newton's method for finding roots of first derivatives
  • Interior point methods for constrained optimization of convex/concave functions
  • Simulated annealing for global optimization of non-convex functions