Skip to main content
8-Gravel
September 14, 2021
Solved

Equation not solving in Mathcad Prime

  • September 14, 2021
  • 7 replies
  • 4465 views
  1. T(R) -> Temperature is a function of resistance.  Therefore, if I want to find out a Temperature at a specific Resistance you can plug in a value of 10 kohms and get a corresponding value of Temperature -> degrees C.  -> This is Given.
  2. 3 Constants are provided and fixed.  They are givens.

JH_9781973_0-1631639967805.png

 

 

Goal -> Rewrite T(R) Equations so that Resistance is a function of Temperature -> i.e. R(T) := ???????

 

I would like the equation in a format where I plug in a temperature and get a corresponding resistance.

 

Again I am looking to rewrite T(R) as R(T):=

 

Can somebody help 

 

Best answer by LucMeekes

Note that, due to the third power, you get three possible solutions of R for every value of T.

So here is the general solution:

LucMeekes_0-1631648926996.png

With x, y and z defined numerically, you can have:

LucMeekes_1-1631648963266.png

Only the first of the three solutions gives a real answer (the other two are complex).

Assuming you don't want the complex answers, you can set:

LucMeekes_2-1631649100418.png

which yields:

LucMeekes_3-1631649126153.png

and of course, with:

LucMeekes_4-1631649222638.png

you get:

LucMeekes_5-1631649236784.png

Success!

Luc

7 replies

25-Diamond I
September 14, 2021

You may use a solve block or the "root" function.

Werner_E_1-1631644818670.png

 

 

The names T_ and R_ were chosen for the function arguments (and later for the abscissa variables) to avoid conflicts with the name of the two functions. Feel free to change them as you think is appropriate.

 

P6 sheet attached

 

23-Emerald V
September 14, 2021

Hi Werner,

 

Does the OP's cube enclose the other ln(R) expression, as well?

 

(I think the question also asked for a rewrite.  I'm guessing that didn't mean "solve by any means that works"?)

 

2021 09 14 B.png

 

Stuart

23-Emerald V
September 14, 2021

@StuartBruff wrote:

Hi Werner,

 

Does the OP's cube enclose the other ln(R) expression, as well?

 


Forget the above. You are correct.  It's my eyes that are the problem.  Definitely time for new glasses.  And there goes my new laptop fund.  😞

 

Stuart

LucMeekes23-Emerald IVAnswer
23-Emerald IV
September 14, 2021

Note that, due to the third power, you get three possible solutions of R for every value of T.

So here is the general solution:

LucMeekes_0-1631648926996.png

With x, y and z defined numerically, you can have:

LucMeekes_1-1631648963266.png

Only the first of the three solutions gives a real answer (the other two are complex).

Assuming you don't want the complex answers, you can set:

LucMeekes_2-1631649100418.png

which yields:

LucMeekes_3-1631649126153.png

and of course, with:

LucMeekes_4-1631649222638.png

you get:

LucMeekes_5-1631649236784.png

Success!

Luc