Guest User

Untitled

a guest
Nov 18th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Factor[D[Sqrt[(x + 2)/(x - 1)], x]] == OPSoln
  2.  
  3. Apart@D[Sqrt[(x + 2)/(x - 1)], x] == Apart@OPSoln
  4. Simplify[D[Sqrt[(x + 2)/(x - 1)], x]] == OPSoln
  5. Apart@Expand@D[Sqrt[(x + 2)/(x - 1)], x] == Apart@Expand@OPSoln
  6.  
  7. OPSoln = 1/2 ((x + 2)/(x - 1))^(-1/2)* -3/(x - 1)^2
Add Comment
Please, Sign In to add comment