student(deprecated)/changevar - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : student(deprecated)/changevar

student

  

changevar

  

perform a change of variables

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

changevar(s, f)

changevar(s, f, u)

changevar(t, g, v)

Parameters

s

-

expression of the form h(x) = g(u), defining x as a function of u

f

-

expression such as Int(F(x), x = a...b)

u

-

name of the new integration (summation) variable.

t

-

set of equations defining a multivariate change of variables

g

-

Double or Triple integral

v

-

list of the new variables

Description

• 

Important: The student package has been deprecated. Use the superseding commands, IntegrationTools[Change] and Student[MultivariateCalculus][ChangeOfVariables], instead.

• 

The changevar function performs a ``change of variables'' for integrals, sums, or limits.

• 

The first argument is an equation defining the new variable in terms of the old variable. If more than two variables are involved, the new variable must be given as the third argument. The second argument is the expression to be rewritten and usually contains Int, Sum, or Limit.

• 

The changevar command acts like powsubs if none of Int, Sum, or Limit appears in f.

• 

The change of variables may be implicitly defined, for example, x2+2=2u2.

• 

The unevaluated forms Int, Limit, and Sum should be used, rather than int, limit, and sum. They can be evaluated later by using the value command.

• 

Limited capabilities exist in connection with double and triple integrals. In this case, the equations defining the multivariate change of variables are given as a set, and the new variables are given in a list.

• 

The command with(student,changevar) allows the use of the abbreviated form of this command.

Examples

Important: The student package has been deprecated. Use the superseding commands, IntegrationTools[Change] and Student[MultivariateCalculus][ChangeofVariables], instead.

withstudent:

changevarcosx+1=u,Intcosx+13sinx,x,u

u3ⅆu

(1)

changevarx=sinu,Intsqrt1x2,x=a..b,u

arcsinaarcsinbsinu2+1cosuⅆu

(2)

changevarx=rcost,y=rsint,Doubleint1,x,y,t,r

rⅆtⅆr

(3)

See Also

IntegrationTools[Change]

PDEtools[dchange]

Student

student(deprecated)[Int]

student(deprecated)[Limit]

student(deprecated)[powsubs]

student(deprecated)[Sum]

Student[MultivariateCalculus][ChangeOfVariables]

subs

value