student(deprecated)/intparts - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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 uvduvⅆ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.

withstudent:

intpartsIntxklnx,x,lnx

lnxxk+1k+1xk+1xk+1ⅆx

(1)

intpartsIntsinxx+sinx,x,sinx

sinxx+12x2cosxx+12x2ⅆx

(2)

See Also

IntegrationTools/Parts

Student

student(deprecated)[changevar]

student(deprecated)[powsubs]

Student[Calculus1][IntRules]

Student[Calculus1][Rule]