samiwarraich
- 3
- 0
Can soView attachment 2339me one help to these equation for variable dp/dL
Ackbach said:Do you need to solve all of these for $dp/dl?$ The second one is straight-forward. For any of the equations with $(dp/dl)^{1/B}$, first isolate $(dp/dl)^{1/B}$ on one side of the equation, and then raise both sides to the $B$ power.
Solve[q==Pi((1/(2A) (p'[L])^(1/B)(B/(3B+1))((D/2)^((3B+1)/B)-Lambda^((3B+1)/B))-(C/3)((D/2)^3-Lambda^3))),p'[L]]
Ackbach said:As an example, you can give Mathematica the following code, and it will solve the first one for $p'(L)$:
Code:Solve[q==Pi((1/(2A) (p'[L])^(1/B)(B/(3B+1))((D/2)^((3B+1)/B)-Lambda^((3B+1)/B))-(C/3)((D/2)^3-Lambda^3))),p'[L]]
I tried it on Wolfram Alpha, but it didn't understand the command.