student
intparts
perform integration by parts
Calling Sequence
Parameters
Description
Examples
intparts(f, u)
f
-
expression of the form Int(u*dv, x)
u
factor of the integrand to be differentiated
Important: The student package has been deprecated. Use the superseding commands, Student[Calculus1][IntRules] and Student[Calculus1][Rule], instead.
Carry out integration by parts on an unevaluated integral (expressed in terms of Int).
The function returns uv−∫duvⅆx as its value.
The command with(student,intparts) allows the use of the abbreviated form of this command.
withstudent:
intpartsIntxklnx,x,lnx
lnxxk+1k+1−∫xk+1xk+1ⅆx
intpartsIntsinxx+sinx,x,sinx
sinxx+12x2−∫cosxx+12x2ⅆx
See Also
IntegrationTools/Parts
Student
student(deprecated)[changevar]
student(deprecated)[powsubs]
Student[Calculus1][IntRules]
Student[Calculus1][Rule]
Download Help Document