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 u⁢v−∫du⁢vⅆx as its value.
The command with(student,intparts) allows the use of the abbreviated form of this command.
with⁡student:
intparts⁡Int⁡xk⁢ln⁡x,x,ln⁡x
ln⁡x⁢xk+1k+1−∫xk+1x⁢k+1ⅆx
intparts⁡Int⁡sin⁡x⁢x+sin⁡x,x,sin⁡x
sin⁡x⁢x+12⁢x2−∫cos⁡x⁢x+12⁢x2ⅆx
See Also
IntegrationTools/Parts
Student
student(deprecated)[changevar]
student(deprecated)[powsubs]
Student[Calculus1][IntRules]
Student[Calculus1][Rule]
Download Help Document