HP Prime for All

English  Русский 

Syntax

ibpdv(Expr1,Expr2,[Var],[Real1],[Real2])

Description

Integration by parts of Expr1=u(Var)*v'(Var) with Expr2= v'(Var) (or 0) as 2nd argument. You can specify a variable of integration and also the bounds of integration (Real1 and Real2).

Example

ibpdv(x*ln(x),1) returns (-1/4)*x^2+(1/2)*(x^2)*ln(x)

ibpdv — Discussion