Previous in Forum: CSA Certification Versus Elect. Inspector's Approval   Next in Forum: Studying Aircraft Takeoff & Landing in Poor Weather
Close
Close
Close
8 comments
Rate Comments: Nested
Power-User

Join Date: Nov 2005
Posts: 116
Good Answers: 7

Help: Cannot solve this equation

01/10/2006 9:56 AM

1/T = a + [b*ln(R)] + c*(ln(R))^3

This equation describes a temperature vs. resistance curve. a, b, c, and T are known values.

A few of us here are trying to solve this equation for "R". We believe it cannot be done. can anyone solve?

__________________
Once everyone is super, no one will be. - "Incrediboy"
Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
The Engineer
Engineering Fields - Engineering Physics - Physics... United States - Member - NY Popular Science - Genetics - Organic Chemistry... Popular Science - Cosmology - New Member Ingeniería en Español - Nuevo Miembro - New Member

Join Date: Feb 2005
Location: Albany, New York
Posts: 5060
Good Answers: 129
#1

I Can't Solve it

01/10/2006 11:35 AM

The way it is. Where does this equation come from? How is it derived? Is it a solution to a differntial equation? If so then maybe that equation could be solved for resistance.

Register to Reply
Commentator

Join Date: May 2005
Posts: 92
#2
In reply to #1

Re:I Can't Solve it

01/10/2006 11:53 AM

It can be solved graphically, I reckon. You would have to plot the final element (c*logR^3) first (just substitute it for 'y' for example), to obtain a trace for the cubic element. Plotting the first 2 elements together would then give you a second trace. Where these traces intersect on the graph would then give you a solution for 'R'. I can't see how it could be solved by transposing the equation to give a solution for 'R'. If there's a prize I'll try harder! :-)

__________________
There's no such thing as bad weather....only the wrong clothes!
Register to Reply
Power-User

Join Date: Nov 2005
Posts: 116
Good Answers: 7
#3
In reply to #2

Re:I Can't Solve it

01/10/2006 5:12 PM

The only prize I can offer is the satisfaction you would have knowing that you have solved for the elusive ln(R). Through manipulation of values, we have worked a way to get around solving the equation. This equation, however, has eluded us here for months and undoubtedly for years to come. It has gotten to the point where the ln(R) has become a common joke among us. We have multiple mech. engineers, and electrical, computer engineers and computer programers at this facility, all of which are stumped on how to algebraicly solve it. One of them suggesting that we solve for the cubed root which would yield 3 posible values for "R", but I don't think that would work because it is not the "R" that is cubed, but rather the (ln(R)) quantity that is cubed at the end of the equation. Please give it another shot algebraicly if at all possible.

__________________
Once everyone is super, no one will be. - "Incrediboy"
Register to Reply
The Engineer
Engineering Fields - Engineering Physics - Physics... United States - Member - NY Popular Science - Genetics - Organic Chemistry... Popular Science - Cosmology - New Member Ingeniería en Español - Nuevo Miembro - New Member

Join Date: Feb 2005
Location: Albany, New York
Posts: 5060
Good Answers: 129
#4
In reply to #3

Re:I Can't Solve it

01/10/2006 5:59 PM
Register to Reply
The Engineer
Engineering Fields - Engineering Physics - Physics... United States - Member - NY Popular Science - Genetics - Organic Chemistry... Popular Science - Cosmology - New Member Ingeniería en Español - Nuevo Miembro - New Member

Join Date: Feb 2005
Location: Albany, New York
Posts: 5060
Good Answers: 129
#6
In reply to #4

Re:I Can't Solve it

01/11/2006 9:07 AM

Sorry, I still have trouble putting links into comments. The links are there above, but the important one that I think answers your question was this one. http://www.atpsensor.com/ntc/steinhart/steinhart.h tml?=steinhart_main.html

Register to Reply
Anonymous Poster
#5

Finding "R"

01/11/2006 8:32 AM

"R" is the actual resistance of the thermocouple being used for your equation. Two dissimular metals combined at single juction, create a thermocouple. Thus, they create a current as their electrons flow across the juction. This electron flow can be measured in millivolts. The actual resistance of the thermocouple wire is your base number for the equation. It is measured in OHMS. At 0*C with the use of an ice bath, you will find the base value of the TC. Then you 212*F, boiling point of water, is also your top end of a known value. Once you have your output number for your TC, that is the millivolt reading at both these tempuratures, you can actually creat the linear curve of temperature point per millivolt. But you must have the resistance of the wire to be known.

Register to Reply
Guru
Technical Fields - Architecture - New Member Popular Science - Weaponology - New Member Engineering Fields - Control Engineering - New Member Engineering Fields - Electrical Engineering - New Member Engineering Fields - Electromechanical Engineering - New Member Hobbies - Fishing - New Member Hobbies - Target Shooting - New Member Hobbies - Hunting - New Member

Join Date: Dec 2005
Location: Clemson, South Carolina
Posts: 1722
Good Answers: 18
#8
In reply to #5

Re:Finding "R"

01/31/2006 2:20 PM

The eqution is for a negative temperature coefficient thermistor -- not a thermocouple.

__________________
We have met the enemy and he is us . . . Walt Kelly
Register to Reply
Participant

Join Date: Jan 2006
Posts: 1
#7

possible solution (?)

01/11/2006 9:18 AM

I'm not a Math expert but using standard Math-techniques I got this solution 1. rewrite equation to the form z^3 + p*z + q = 0 (which can be solved thanks to Girolamo Cardano) > z = ln(R) (A) > c*z^3 + b*z + a - (1/T) = 0 > z^3 + (b/c)*z + (a/c) - (1/(T*c)) = 0 (1) > p = b/c, q = (a/c) - (1/(T*c)) 2. Girolamo Cardano solution > z = u + v (C) > (1) u^3 + v^3 + q + (3*u*v + p) * (u + v) = 0 > u^3 + v^3 + q = 0 (2) AND 3*u*v + p = 0 (3) > (3) u = - (p/(3*v)) (D) > (2) - p^3 / (27*v^3) + v^3 + q = 0 > - p^3 + 27*(v^3)^2 + 27*q*(v^3) = 0 > x = v^3 (E) > 27*x^2 + 27*q*x - p^3 = 0 (4) 2. (4) is a standard 2nd grade equation with these solutions: > x(1,2) = ( - 27*q +/- SQRT( (27*q)^2 + 108*p^3 ) ) / 54 "+/-"; "+" for x1, "-" for x2 3. Reverse substitution of x1 and x2 > (E) gives v1 and v2 > (D) gives u1 and u2 > (C) gives z1 and z2 > (A) gives R1 = exp (z1) and R2 = exp (z2) If you work down the last equations with the basic values (a,b,c,T) you get 2 large equations which gives the R values directly.

Register to Reply
Register to Reply 8 comments
Copy to Clipboard

Users who posted comments:

Anonymous Poster (1); Bayes (3); Bill (1); Hiveda (1); SmithsEng (1); Stupott (1)

Previous in Forum: CSA Certification Versus Elect. Inspector's Approval   Next in Forum: Studying Aircraft Takeoff & Landing in Poor Weather

Advertisement