student
changevar
perform a change of variables
Calling Sequence
Parameters
Description
Examples
changevar(s, f)
changevar(s, f, u)
changevar(t, g, v)
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
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=2⁢u2.
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.
Important: The student package has been deprecated. Use the superseding commands, IntegrationTools[Change] and Student[MultivariateCalculus][ChangeofVariables], instead.
with⁡student:
changevar⁡cos⁡x+1=u,Int⁡cos⁡x+13⁢sin⁡x,x,u
∫−u3ⅆu
changevar⁡x=sin⁡u,Int⁡sqrt⁡1−x2,x=a..b,u
∫arcsin⁡aarcsin⁡b−sin⁡u2+1⁢cos⁡uⅆu
changevar⁡x=r⁢cos⁡t,y=r⁢sin⁡t,Doubleint⁡1,x,y,t,r
∫∫rⅆtⅆr
See Also
IntegrationTools[Change]
PDEtools[dchange]
Student
student(deprecated)[Int]
student(deprecated)[Limit]
student(deprecated)[powsubs]
student(deprecated)[Sum]
Student[MultivariateCalculus][ChangeOfVariables]
subs
value
Download Help Document