radical - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


simplify/radical

simplify expressions with radicals

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

simplify(expr, radical)

simplify(expr, radical, symbolic)

Parameters

expr

-

any expression

radical

-

literal name; radical

symbolic

-

(optional) literal name; symbolic

Description

• 

The simplify/radical command is used to simplify expressions which contain radicals.  For the case of square roots only, see simplify/sqrt. Additional simplification facilities for expressions containing radicals include the radnormal, rationalize, and combine commands.

• 

The simplify/radical command has three phases.  In the first phase, it tries to simplify each radical individually.  In the second phase, it looks at the set of all the radicals that appear in the expression and tries to eliminate radicals by writing one radical in terms of others.  Finally, the expression as a whole is normalized as a rational expression.

• 

The main simplification applied to individual radicals is

xnymnxmymnifsignumx=1,where0<m<n

  

Example 1: 24132313.

  

Example 2: π2xπx.

  

If sign of x is unknown, the user can force Maple to do this transformation either by using the assume facility, or by specifying the symbolic option. If the sign of x is unknown, and the symbolic option is given, x is assumed real and positive.

• 

The main simplification applied to the set of radicals is to try to write a radical as a constant times another radical.

  

Example 1: Given 30+2, apply 30152.

  

Example 2: Given 2x2+x1, apply 2x22x1.

• 

The main simplification applied during the rationalization of the resulting expression is the following.

  

Given xmn=xq+rn where 0<n<m, write this as xqArd, normalize, and replace the dummy A by x on output.

  

Example:x+13xx+1x+1AxAAx+1.

Examples

e2413&comma;2413&comma;2413

e2413&comma;242324&comma;−2413

(1)

simplifye&comma;radical

2313&comma;3236&comma;1+I3313

(2)

e613+2513&comma;613+1513

e613+2513&comma;613+1513

(3)

simplifye&comma;radical

613+523&comma;313213+513

(4)

e8b3a13

e8b3a13

(5)

simplifye&comma;radical

2b3a13

(6)

simplifye&comma;radical&comma;symbolic

2ba13

(7)

assumeb<0

simplifye&comma;radical

2b~a13

(8)

fx4+3x3y+3x2y2+xy313

fx4+3x3y+3x2y2+xy313

(9)

simplifyf&comma;radical

xx+y313

(10)

simplifyf&comma;radical&comma;symbolic

x+yx13

(11)

f2x+213+4x+413+3x313

f2x+213+4x+413+3x313

(12)

simplifyf&comma;radical

2x+213+2132x+213+3x313

(13)

fx+143xx+113

fx+143xx+113

(14)

simplifyf&comma;radical

x+113

(15)

See Also

assume

combine/radical

radnormal

rationalize

simplify/sqrt