student(deprecated)/intparts - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


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

student

  

intparts

  

perform integration by parts

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

intparts(f, u)

Parameters

f

-

expression of the form Int(u*dv, x)

u

-

factor of the integrand to be differentiated

Description

• 

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.

Examples

Important: The student package has been deprecated. Use the superseding commands, Student[Calculus1][IntRules] and Student[Calculus1][Rule], instead.

> 

with⁡student:

> 

intparts⁡Int⁡xk⁢ln⁡x,x,ln⁡x

ln⁡x⁢xk+1k+1−∫xk+1x⁢k+1ⅆx

(1)
> 

intparts⁡Int⁡sin⁡x⁢x+sin⁡x,x,sin⁡x

sin⁡x⁢x+12⁢x2−∫cos⁡x⁢x+12⁢x2ⅆx

(2)

See Also

IntegrationTools/Parts

Student

student(deprecated)[changevar]

student(deprecated)[powsubs]

Student[Calculus1][IntRules]

Student[Calculus1][Rule]