Guest User

Untitled

a guest
Feb 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. > int( (x-1)^2 * e^(-2*x), x);
  2. 2
  3. exp(-2 x ln(e)) exp(-2 x ln(e)) exp(-2 x ln(e)) x exp(-2 x ln(e))
  4. -1/2 --------------- + 1/2 --------------- - 1/4 --------------- - 1/2 ------------------
  5. ln(e) 2 3 ln(e)
  6. ln(e) ln(e)
  7.  
  8. (2 ln(e) - 1) x exp(-2 x ln(e))
  9. + 1/2 -------------------------------
  10. 2
  11. ln(e)
  12.  
  13.  
  14. > int( (x-1)^2 * exp(-2*x), x);
  15. 2
  16. -1/2 exp(-2 x) x + 1/2 exp(-2 x) x - 1/4 exp(-2 x)
Add Comment
Please, Sign In to add comment