MHB Solve Equations for Variable dp/dL with Expert Help

  • Thread starter Thread starter samiwarraich
  • Start date Start date
AI Thread Summary
The discussion focuses on solving equations for the variable dp/dL, with emphasis on isolating (dp/dL)^(1/B) before raising both sides to the B power. Users express the need to solve multiple equations for dp/dL and inquire about software options for assistance. Mathematica is suggested as a viable tool, with a specific code example provided for solving one equation. Additionally, the user asks if MATLAB can be used for this purpose and seeks guidance on how to begin. The conversation highlights the need for effective computational tools in solving complex equations.
samiwarraich
Messages
3
Reaction score
0
Can soView attachment 2339me one help to these equation for variable dp/dL
 

Attachments

  • Equation.png
    Equation.png
    15.6 KB · Views: 87
Mathematics news on Phys.org
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.
 
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.

YEs i need both equation to solve for dp/dL.Can you do this for me or tell me any software that can do this kind of operation
 
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.
 
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.

I have Matlab Installed can it be solved if yes then help me to start with
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top