Presentation is loading. Please wait.

Presentation is loading. Please wait.

Solution of Equations Example Problem Desire to find the temperature (T) that corresponds to a desired pressure, P.

Similar presentations


Presentation on theme: "Solution of Equations Example Problem Desire to find the temperature (T) that corresponds to a desired pressure, P."— Presentation transcript:

1 Solution of Equations Example Problem Desire to find the temperature (T) that corresponds to a desired pressure, P

2 Method 1 You do the algebra to rearrange the equation: Then substitute for A, B, C, & P (without units!)

3 Method 2 Let Mathcad do the algebra for you Put the “T” in the blue edit box, click Symbolic / Variable / Solve Copy / paste the solution to a variable

4 Method 3 Solve the problem “approximately” using the “root” function in Mathcad This function takes an initial guess at the solution and numerically finds a root. Good for finding a single root of a non-linear function

5 Method 3 A := 7.02447 B := 1160.0 C := 224.0 Desire T where P = 760 mm Hg For acetone, with P in mm Hg and T in C, A, B, C are:

6 Method 3 A := 7.02447 B := 1160.0 C := 224.0 P des := 760 Define the pressure function

7 Guessestimate a TTg := 76 Method 3 Use the root function T := root(P des -P(T g ),T g ))T = 55.946 Root drives the first argument to zero by adjusting the second argument.

8 Method 4 “Solve” block or Given / find block Note: Given & Find are keywords in Mathcad! Define all variables, including guesses for the unknowns Start with “Given” keyword Type equations using = (ctrl =) sign. Close with find (list of unknowns)

9 A := 7.02447 B := 1160.0 C := 224.0 P des := 760Tg := 76 Given T := find(T g ) T = 55.946 Solve block

10 A := 7.02447 B := 1160.0 C := 224.0 Method 5 Plot the data and solve graphically.

11 Method 4 Can have multiple unknowns in solve block: S1 := 1L S2 := 0.5L S3 := 1L S4 := 0.5 L Given

12 Method 4 := Find(S2,S3,S4) =         0. 666446739 0. 841389008 0. 82472784  L


Download ppt "Solution of Equations Example Problem Desire to find the temperature (T) that corresponds to a desired pressure, P."

Similar presentations


Ads by Google