ReduceCopy to clipboard.
✖
Reduce

Details and Options




- The statement expr can be any logical combination of:
-
lhs==rhs equations lhs!=rhs inequations lhs>rhs or lhs>=rhs inequalities expr∈dom domain specifications {x,y,…}∈reg region specification ForAll[x,cond,expr] universal quantifiers Exists[x,cond,expr] existential quantifiers - The result of Reduce[expr,vars] always describes exactly the same mathematical set as expr.
- Reduce[{expr1,expr2,…},vars] is equivalent to Reduce[expr1&&expr2&&…,vars].
- Reduce[expr,vars] assumes by default that quantities appearing algebraically in inequalities are real, while all other quantities are complex.
- Reduce[expr,vars,dom] restricts all variables and parameters to belong to the domain dom.
- If dom is Reals, or a subset such as Integers or Rationals, then all constants and function values are also restricted to be real.
- Reduce[expr&&vars∈Reals,vars,Complexes] performs reductions with variables assumed real, but function values allowed to be complex.
- Reduce[expr,vars,Integers] reduces Diophantine equations over the integers.
- Reduce[…,x∈reg,Reals] constrains x to be in the region reg. The different coordinates for x can be referred to using Indexed[x,i].
- Reduce[expr,{x1,x2,…},…] effectively writes expr as a combination of conditions on x1, x2, … where each condition involves only the earlier
.
- Algebraic variables in expr free of the
and of each other are treated as independent parameters.
- Applying LogicalExpand to the results of Reduce[expr,…] yields an expression of the form
, where each of the
can be thought of as representing a separate component in the set defined by expr.
- The
may not be disjoint and may have different dimensions. After LogicalExpand, each of the
has the form
.
- Without LogicalExpand, Reduce by default returns a nested collection of conditions on the
, combined alternately by Or and And on successive levels.
- When expr involves only polynomial equations and inequalities over real or complex domains, then Reduce can always in principle solve directly for all the
.
- When expr involves transcendental conditions or integer domains, Reduce will often introduce additional parameters in its results.
- When expr involves only polynomial conditions, Reduce[expr,vars,Reals] gives a cylindrical algebraic decomposition of expr.
- Reduce can give explicit representations for solutions to all linear equations and inequalities over the integers and can solve a large fraction of Diophantine equations described in the literature.
- When expr involves only polynomial conditions over real or complex domains, Reduce[expr,vars] will always eliminate quantifiers, so that quantified variables do not appear in the result.
- The following options can be given:
-
Backsubstitution False whether to give results unwound by backsubstitution » Cubics False whether to use explicit radicals to solve all cubics » GeneratedParameters C how to name parameters that are generated » Modulus 0 modulus to assume for integers » Quartics False whether to use explicit radicals to solve all quartics » - Reduce[expr,{x1,x2,…},Backsubstitution->True] yields a form in which values from equations generated for earlier
are backsubstituted so that the conditions for a particular
have only minimal dependence on earlier
. »
Examples
open allclose allBasic Examples (4)Summary of the most common use cases
Reduce equations and inequalities:

https://wolfram.com/xid/0dekea-bbcs6e


https://wolfram.com/xid/0dekea-jh476


https://wolfram.com/xid/0dekea-rxwr9


https://wolfram.com/xid/0dekea-b814g1

Reduce a quantified expression:

https://wolfram.com/xid/0dekea-cdza69

Reduce with geometric region constraints:

https://wolfram.com/xid/0dekea-m1hbjg


https://wolfram.com/xid/0dekea-b209ra

Scope (83)Survey of the scope of standard use cases
Basic Uses (5)
Find an explicit description of the solution set of a system of equations:

https://wolfram.com/xid/0dekea-f7t5t

Use ToRules and ReplaceRepeated (//.) to list the solutions:

https://wolfram.com/xid/0dekea-bjh4ez

Find an explicit description of the solution set of a system of inequalities:

https://wolfram.com/xid/0dekea-kd4ejl

Find solutions over specified domains:

https://wolfram.com/xid/0dekea-efblcw


https://wolfram.com/xid/0dekea-fxm3wr


https://wolfram.com/xid/0dekea-eof3rj

The solution set may depend on symbolic parameters:

https://wolfram.com/xid/0dekea-sz7e7

Representing solutions may require introduction of new parameters:

https://wolfram.com/xid/0dekea-m15o6r


https://wolfram.com/xid/0dekea-mcip9w


https://wolfram.com/xid/0dekea-dyk2qj

Complex Domain (16)

https://wolfram.com/xid/0dekea-ezsmap

A univariate polynomial equation:

https://wolfram.com/xid/0dekea-lerc4n

A multivariate polynomial equation:

https://wolfram.com/xid/0dekea-e137xc

Systems of polynomial equations and inequations can always be reduced:

https://wolfram.com/xid/0dekea-coyrmp

A quantified polynomial system:

https://wolfram.com/xid/0dekea-dqcpmy


https://wolfram.com/xid/0dekea-swnvu

Transcendental equations solvable in terms of inverse functions:

https://wolfram.com/xid/0dekea-ei0sno


https://wolfram.com/xid/0dekea-uuuqt

In this case there is no solution:

https://wolfram.com/xid/0dekea-h4i66s

Equations involving elliptic functions:

https://wolfram.com/xid/0dekea-b9x03n

Equations solvable using special function zeros:

https://wolfram.com/xid/0dekea-cznzrk


Solving this system does not require the Riemann hypothesis:

https://wolfram.com/xid/0dekea-pc97yl

Elementary function equation in a bounded region:

https://wolfram.com/xid/0dekea-10t1z

Holomorphic function equation in a bounded region:

https://wolfram.com/xid/0dekea-fssx58

Here Reduce finds some solutions but is not able to prove there are no other solutions:

https://wolfram.com/xid/0dekea-dlszza


Equation with a purely imaginary period over a vertical stripe in the complex plane:

https://wolfram.com/xid/0dekea-mlngs5

Doubly periodic transcendental equation:

https://wolfram.com/xid/0dekea-idy7j6

A system of transcendental equations solvable using inverse functions:

https://wolfram.com/xid/0dekea-befei3

A square system of analytic equations over a bounded box:

https://wolfram.com/xid/0dekea-8glqy4

Real Domain (26)

https://wolfram.com/xid/0dekea-fskac

A univariate polynomial equation:

https://wolfram.com/xid/0dekea-dhq5bv

A univariate polynomial inequality:

https://wolfram.com/xid/0dekea-bjw1kd

A multivariate polynomial equation:

https://wolfram.com/xid/0dekea-mt2k2q

A multivariate polynomial inequality:

https://wolfram.com/xid/0dekea-dy7eco

Systems of polynomial equations and inequalities can always be reduced:

https://wolfram.com/xid/0dekea-bsu17f

A quantified polynomial system:

https://wolfram.com/xid/0dekea-d6xrhv


https://wolfram.com/xid/0dekea-cdubtk


https://wolfram.com/xid/0dekea-dyni8


https://wolfram.com/xid/0dekea-fphl0y


https://wolfram.com/xid/0dekea-l2az10


https://wolfram.com/xid/0dekea-biwli8

Transcendental equations, solvable using inverse functions:

https://wolfram.com/xid/0dekea-tfnsh


https://wolfram.com/xid/0dekea-obvohx

Transcendental inequalities, solvable using inverse functions:

https://wolfram.com/xid/0dekea-ez8lus


https://wolfram.com/xid/0dekea-0hv9g

Inequalities involving elliptic functions:

https://wolfram.com/xid/0dekea-5kltkz

Transcendental equation, solvable using special function zeros:

https://wolfram.com/xid/0dekea-hb5v2w

Transcendental inequality, solvable using special function zeros:

https://wolfram.com/xid/0dekea-bb404h


https://wolfram.com/xid/0dekea-dhdgkq

High-degree sparse polynomial equation:

https://wolfram.com/xid/0dekea-imbp1a

Algebraic equation involving high-degree radicals:

https://wolfram.com/xid/0dekea-penng

Equation involving irrational real powers:

https://wolfram.com/xid/0dekea-i46va


https://wolfram.com/xid/0dekea-b65h95

Elementary function equation in a bounded interval:

https://wolfram.com/xid/0dekea-beor2b

Holomorphic function equation in a bounded interval:

https://wolfram.com/xid/0dekea-k3cxtw

Meromorphic function inequality in a bounded interval:

https://wolfram.com/xid/0dekea-414sp


Periodic elementary function equation over the reals:

https://wolfram.com/xid/0dekea-d6vn1

Transcendental systems solvable using inverse functions:

https://wolfram.com/xid/0dekea-s4nr6


https://wolfram.com/xid/0dekea-pu71op

Systems exp-log in the first variable and polynomial in the other variables:

https://wolfram.com/xid/0dekea-k1k6ul


https://wolfram.com/xid/0dekea-if6ejd


https://wolfram.com/xid/0dekea-egms13

Systems elementary and bounded in the first variable and polynomial in the other variables:

https://wolfram.com/xid/0dekea-fvz3v9


https://wolfram.com/xid/0dekea-ejllf0

Systems analytic and bounded in the first variable and polynomial in the other variables:

https://wolfram.com/xid/0dekea-fb6mv5


https://wolfram.com/xid/0dekea-hn9wkc

Square systems of analytic equations over bounded regions:

https://wolfram.com/xid/0dekea-pfhd6f

Integer Domain (13)

https://wolfram.com/xid/0dekea-sz2ju

A linear system of equations and inequalities:

https://wolfram.com/xid/0dekea-fulreq

A univariate polynomial equation:

https://wolfram.com/xid/0dekea-km7sh0

A univariate polynomial inequality:

https://wolfram.com/xid/0dekea-36h74


https://wolfram.com/xid/0dekea-g1rl8c


https://wolfram.com/xid/0dekea-bk2dj1


https://wolfram.com/xid/0dekea-cwbm4i


https://wolfram.com/xid/0dekea-enjls9


https://wolfram.com/xid/0dekea-hsrd0b


https://wolfram.com/xid/0dekea-ealuoj

A bounded system of equations and inequalities:

https://wolfram.com/xid/0dekea-jqvrli

A high-degree system with no solution:

https://wolfram.com/xid/0dekea-jjwul

Transcendental Diophantine systems:

https://wolfram.com/xid/0dekea-b6qb0s


https://wolfram.com/xid/0dekea-j84jjc

A polynomial system of congruences:

https://wolfram.com/xid/0dekea-cpi4z8

Diophantine equations with irrational coefficients:

https://wolfram.com/xid/0dekea-pqty2d


https://wolfram.com/xid/0dekea-e5jmj1

Modular Domains (5)

https://wolfram.com/xid/0dekea-cud08z

A univariate polynomial equation:

https://wolfram.com/xid/0dekea-7mc9q

A multivariate polynomial equation:

https://wolfram.com/xid/0dekea-ew4oo

A system of polynomial equations and inequations:

https://wolfram.com/xid/0dekea-dxz908

Reduce a quantified polynomial system:

https://wolfram.com/xid/0dekea-kzgfqy

Finite Field Domains (4)

https://wolfram.com/xid/0dekea-cfndqf


https://wolfram.com/xid/0dekea-f6gotk


https://wolfram.com/xid/0dekea-hef9nj


https://wolfram.com/xid/0dekea-dyppb

Systems of polynomial equations:

https://wolfram.com/xid/0dekea-fi2b3p


https://wolfram.com/xid/0dekea-fna1o8

Systems involving quantifiers:

https://wolfram.com/xid/0dekea-xqu6d


https://wolfram.com/xid/0dekea-bfs72u

Mixed Domains (4)
Mixed real and complex variables:

https://wolfram.com/xid/0dekea-mc1m3r

Find real values of and complex values of
for which
is real and less than
:

https://wolfram.com/xid/0dekea-bd6p0y

Reduce an inequality involving Abs[x]:

https://wolfram.com/xid/0dekea-galb24


https://wolfram.com/xid/0dekea-trfi3

Mixed integer and real variables:

https://wolfram.com/xid/0dekea-dfizh0

Geometric Regions (10)
Constrain variables to basic geometric regions in 2D:

https://wolfram.com/xid/0dekea-cj1l3s

https://wolfram.com/xid/0dekea-j43jsk


https://wolfram.com/xid/0dekea-hva169

Constrain variables to basic geometric regions in 3D:

https://wolfram.com/xid/0dekea-gnofuq


https://wolfram.com/xid/0dekea-cndxyv

Project a 3D region onto the -
plane:

https://wolfram.com/xid/0dekea-b9wofb

https://wolfram.com/xid/0dekea-f0x42s


https://wolfram.com/xid/0dekea-e2xsp0


https://wolfram.com/xid/0dekea-cstveu

https://wolfram.com/xid/0dekea-lnng1w

A parametrically defined region:

https://wolfram.com/xid/0dekea-juwcyb

https://wolfram.com/xid/0dekea-jfcbti


https://wolfram.com/xid/0dekea-mi7sv6

https://wolfram.com/xid/0dekea-rvd4y

The solution of restricted to the intersection:

https://wolfram.com/xid/0dekea-bnj88s

Eliminate quantifiers over a Cartesian product of regions:

https://wolfram.com/xid/0dekea-7ilig6

https://wolfram.com/xid/0dekea-cj0wcw

Regions dependent on parameters:

https://wolfram.com/xid/0dekea-9d869w

https://wolfram.com/xid/0dekea-cffh6i


https://wolfram.com/xid/0dekea-pj2sm0

Use to specify that
is a vector in
:

https://wolfram.com/xid/0dekea-cnu18n

https://wolfram.com/xid/0dekea-bs74dt


https://wolfram.com/xid/0dekea-i3d948

https://wolfram.com/xid/0dekea-sf1ee

Options (6)Common values & functionality for each option
Backsubstitution (1)
Since y appears after x in the variable list, Reduce may use x to express the solution for y:

https://wolfram.com/xid/0dekea-godrm3

With Backsubstitution->True, Reduce gives explicit numeric values for y:

https://wolfram.com/xid/0dekea-vu2kh

Cubics (1)
By default, Reduce does not use general formulas for solving cubics in radicals:

https://wolfram.com/xid/0dekea-ej107d

With Cubics->True, Reduce solves all cubics in terms of radicals:

https://wolfram.com/xid/0dekea-jxrryz

GeneratedParameters (1)
Reduce may introduce new parameters to represent the solution:

https://wolfram.com/xid/0dekea-cmun55

Use GeneratedParameters to control how the parameters are generated:

https://wolfram.com/xid/0dekea-cwwkfe

Modulus (1)
Quartics (1)
By default, Reduce does not use general formulas for solving quartics in radicals:

https://wolfram.com/xid/0dekea-ggptus

With Quartics->True, Reduce solves all quartics in terms of radicals:

https://wolfram.com/xid/0dekea-diye9s

WorkingPrecision (1)
Finding the solution with exact computations takes a long time:

https://wolfram.com/xid/0dekea-joy4r1

With WorkingPrecision->100, Reduce finds a solution fast, but it may be incorrect:

https://wolfram.com/xid/0dekea-kjnccl

Applications (9)Sample problems that can be solved with this function
Basic Applications (1)
Prove geometric inequalities for ,
, and
sides of a triangle:

https://wolfram.com/xid/0dekea-ddll4f
Prove an inequality for triangles:

https://wolfram.com/xid/0dekea-du8l7

Prove an inequality for acute triangles:

https://wolfram.com/xid/0dekea-drjp4o

Polynomial Root Problems (1)
Find conditions for a quartic to have all roots equal:

https://wolfram.com/xid/0dekea-dm5wo0

https://wolfram.com/xid/0dekea-dp4mfy

Using Subresultants:

https://wolfram.com/xid/0dekea-by6uvl

Parametrization Problems (1)
Plot a space curve given by an implicit description:

https://wolfram.com/xid/0dekea-isi6u

https://wolfram.com/xid/0dekea-b5j5yf


https://wolfram.com/xid/0dekea-gcg9qy


https://wolfram.com/xid/0dekea-b4xr8u


https://wolfram.com/xid/0dekea-esadtv

Plot the projection of the space curve on the -
plane:

https://wolfram.com/xid/0dekea-g489md


https://wolfram.com/xid/0dekea-ljihs


https://wolfram.com/xid/0dekea-fgqx2b


https://wolfram.com/xid/0dekea-e00aj1

Integer Problems (3)

https://wolfram.com/xid/0dekea-eylfw

Find a sequence of Pythagorean triples:

https://wolfram.com/xid/0dekea-fko26k

Find how to pay $2.27 postage with 10-, 23- and 37-cent stamps:

https://wolfram.com/xid/0dekea-fw1flg

The same task can be accomplished with IntegerPartitions:

https://wolfram.com/xid/0dekea-hzps68

Show that there are only five regular polyhedrons:

https://wolfram.com/xid/0dekea-fsl8o7

Each face for a regular -gon contributes
edges, but they are shared, so they are counted twice:

https://wolfram.com/xid/0dekea-d73ypo
Each face for a regular -gon contributes
vertices, but they are shared, so they are counted
times:

https://wolfram.com/xid/0dekea-c2gv6p
Using Euler's formula , find the number of faces:

https://wolfram.com/xid/0dekea-b43ybo

For this last formula to be well defined, the denominator needs to be positive and an integer:

https://wolfram.com/xid/0dekea-mp2k0s

Hence the following five cases:

https://wolfram.com/xid/0dekea-f23x4o

Compare this to the actual counts in PolyhedronData:

https://wolfram.com/xid/0dekea-bty3wp

Geometry Problems (3)
The region ℛ is a subset of if is true. Show that Disk[{0,0},{2,1}] is a subset of Rectangle[{-2,-1},{2,1}]:

https://wolfram.com/xid/0dekea-18g7a

https://wolfram.com/xid/0dekea-c2c6yf


https://wolfram.com/xid/0dekea-dplxmk

Show that Cylinder[]⊆Ball[{0,0,0},2]:

https://wolfram.com/xid/0dekea-bthjls

https://wolfram.com/xid/0dekea-ba7xve


https://wolfram.com/xid/0dekea-fn0f55

For a finite point set , the Voronoi cell for a point
can be defined by
, which corresponds to all points closer to
than any other point
for
. Find a simple formula for a Voronoi cell, using Reduce:

https://wolfram.com/xid/0dekea-c2vonx
The Voronoi cell associated with pts〚1〛 is given by:

https://wolfram.com/xid/0dekea-dnyuwe

The resulting cell is given by an intersection of half-spaces:

https://wolfram.com/xid/0dekea-j7z1wq


https://wolfram.com/xid/0dekea-m7qwo

Find simple formulas for all Voronoi cells:

https://wolfram.com/xid/0dekea-bbuaot

https://wolfram.com/xid/0dekea-f2r9m2


https://wolfram.com/xid/0dekea-pbkn5

Properties & Relations (10)Properties of the function, and connections to other functions
The result of reduction is equivalent to the original system:

https://wolfram.com/xid/0dekea-e3jlj

https://wolfram.com/xid/0dekea-cbfyvu


https://wolfram.com/xid/0dekea-fhj7nj

ToRules and ReplaceRepeated can be used to backsubstitute finite solution sets:

https://wolfram.com/xid/0dekea-jlc68y


https://wolfram.com/xid/0dekea-g6pjv9

Use Expand to simplify a result of substitution involving simple radicals:

https://wolfram.com/xid/0dekea-c2fj6

To simplify expressions involving algebraic numbers,, use RootReduce:

https://wolfram.com/xid/0dekea-hewd61


https://wolfram.com/xid/0dekea-hmxpfb

To find solution instances, use FindInstance:

https://wolfram.com/xid/0dekea-buc7ih


https://wolfram.com/xid/0dekea-bdrytq

Solve represents solutions of complex equations in terms of replacement rules:

https://wolfram.com/xid/0dekea-gk8aad

Solve omits solutions involving equations on parameters:

https://wolfram.com/xid/0dekea-hmgag


https://wolfram.com/xid/0dekea-eyqsa8

For transcendental equations, Solve may not give all solutions:

https://wolfram.com/xid/0dekea-ea501u



https://wolfram.com/xid/0dekea-e9it8x

Using inverse functions allows Solve to find some solutions fast:

https://wolfram.com/xid/0dekea-cnjb7c


Finding the complete solution may take much longer, and the solution may be large:

https://wolfram.com/xid/0dekea-dtv6ol

This finds the values of for which x 2 is a solution:

https://wolfram.com/xid/0dekea-lafmqw


https://wolfram.com/xid/0dekea-c6fxzo

SolveAlways gives the values of parameters for which complex equations are always true:

https://wolfram.com/xid/0dekea-d84317

This solves the same problem using Reduce:

https://wolfram.com/xid/0dekea-5n5rp

Resolve eliminates quantifiers, possibly without solving the resulting quantifier‐free system:

https://wolfram.com/xid/0dekea-nq0ez


https://wolfram.com/xid/0dekea-gsmoto

Eliminate eliminates variables from systems of complex equations:

https://wolfram.com/xid/0dekea-l19n1

This solves the same problem using Resolve:

https://wolfram.com/xid/0dekea-mvxma

Reduce additionally solves the resulting equations:

https://wolfram.com/xid/0dekea-ekfiuo

Possible Issues (3)Common pitfalls and unexpected behavior
Because appears in an inequality, it is assumed to be real;
is allowed to be complex:

https://wolfram.com/xid/0dekea-dc88kb

When domain Reals is specified, ,
, and Sqrt[x] are required to be real:

https://wolfram.com/xid/0dekea-jqf0f3

This allows complex values of for which both sides of the inequality are real:

https://wolfram.com/xid/0dekea-olc8o

Reduce does not solve equations that depend on branch cuts of Wolfram Language functions:

https://wolfram.com/xid/0dekea-ii4id


Plot the region where the first condition is nonzero:

https://wolfram.com/xid/0dekea-luzrfr

Removable singularities of input equations are generally not considered valid solutions:

https://wolfram.com/xid/0dekea-ssq1n2


https://wolfram.com/xid/0dekea-zows00

However, solutions may include removable singularities that are cancelled by automatic simplification:

https://wolfram.com/xid/0dekea-2vcfa3

The removable singularity at is cancelled by evaluation:

https://wolfram.com/xid/0dekea-1xtv8x

Here the removable singularity at is cancelled by Together, which is used to preprocess the equation:

https://wolfram.com/xid/0dekea-you5oc


https://wolfram.com/xid/0dekea-dmxlbo

Wolfram Research (1988), Reduce, Wolfram Language function, https://reference.wolfram.com/language/ref/Reduce.html (updated 2024).
Text
Wolfram Research (1988), Reduce, Wolfram Language function, https://reference.wolfram.com/language/ref/Reduce.html (updated 2024).
Wolfram Research (1988), Reduce, Wolfram Language function, https://reference.wolfram.com/language/ref/Reduce.html (updated 2024).
CMS
Wolfram Language. 1988. "Reduce." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2024. https://reference.wolfram.com/language/ref/Reduce.html.
Wolfram Language. 1988. "Reduce." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2024. https://reference.wolfram.com/language/ref/Reduce.html.
APA
Wolfram Language. (1988). Reduce. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Reduce.html
Wolfram Language. (1988). Reduce. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Reduce.html
BibTeX
@misc{reference.wolfram_2025_reduce, author="Wolfram Research", title="{Reduce}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/Reduce.html}", note=[Accessed: 04-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_reduce, organization={Wolfram Research}, title={Reduce}, year={2024}, url={https://reference.wolfram.com/language/ref/Reduce.html}, note=[Accessed: 04-April-2025
]}