Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Integrate[
  2. phi[x] Log[phi[x]] + (1 - phi[x]) Log[1 - phi[x]] +
  3. chi phi[x] (1 - phi[x]) + (1/2) phi'[x]^2,
  4. {x, 12, 20}]
  5.  
  6. chi = 62/27;
  7. phi[x_] := x Log[x] + (1 - x) Log[1 - x] + chi x (1 - x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement