Units

Thread Starter

boks

Joined Oct 10, 2008
218
\(-4,9\cdot10^{-6}m^3C^{-1}/1,71\cdot10^{-3}\Omega cm=-2,87\cdot10^3cm^2/Vs\)

Is this right, or have I made a mistake with the units and/or exponentials?
 

someonesdad

Joined Jul 7, 2009
1,583
Get yourself a copy of the GNU units program. It is one of the most-frequently-used programs on my computer. I especially like that I can go into the units.dat file and define my own custom units.

It indicates a units mistake. Back when dinosaurs roamed and one had to do such things manually, a table like that which was included in Resnick and Halliday (1960's editions) was very handy, as it gave all the common composite units in MKSA units, which enabled one to figure out such things. But the GNU units program is so much more convenient, has thousands of units, and doesn't make mistakes, as far as I know. :p

Rich (BB code):
You have: m3 C-1 / ohm cm
You want: cm2 / V s
conformability error
        m3 C-1 / ohm cm = 100 A^3 s^4 / kg
        cm2 / V s = 0.0001 A s^2 / kg
 

someonesdad

Joined Jul 7, 2009
1,583
Interesting...

Rich (BB code):
You have: 4.9e-6 m3/1.71e-3 C ohm cm
You want: cm2/V s
        4.9e-6 m3/1.71e-3 C ohm cm = 2865.4971 cm2/V s
As steveb said, this indicates your conversion was correct. I should have written my first conversion given as

m3 C^(-1) / ohm cm

as the - was being interpreted as subtraction, not the exponent. My bad.
 

steveb

Joined Jul 3, 2008
2,436
Interesting...

Rich (BB code):
You have: 4.9e-6 m3/1.71e-3 C ohm cm
You want: cm2/V s
        4.9e-6 m3/1.71e-3 C ohm cm = 2865.4971 cm2/V s
As steveb said, this indicates your conversion was correct. I should have written my first conversion given as

m3 C^(-1) / ohm cm

as the - was being interpreted as subtraction, not the exponent. My bad.
That's the difficult thing, isn't it. Even when we find a good computer tool, there is always the doubt that there is a bug, or that we made a mistake in implementation. At the same time, we can make mistakes if we do it out by hand.

Personally, I find that I need to use both the computer tools and the manual methods to be sure I'm right. If they both agree, the odds of lingering mistakes are much reduced. Either one alone is risky. Even double or triple checking hand work is not foolproof. We tend to repeat the same mistakes.

That GNU units program looks like a nice tool for double checking.
 

someonesdad

Joined Jul 7, 2009
1,583
That's the difficult thing, isn't it. Even when we find a good computer tool, there is always the doubt that there is a bug, or that we made a mistake in implementation. At the same time, we can make mistakes if we do it out by hand.

Personally, I find that I need to use both the computer tools and the manual methods to be sure I'm right. If they both agree, the odds of lingering mistakes are much reduced. Either one alone is risky. Even double or triple checking hand work is not foolproof. We tend to repeat the same mistakes.

That GNU units program looks like a nice tool for double checking.
Steve, you're so right. I try to pound into youngsters the importance of checking your work. I didn't check mine because I was too lazy to go find a reference. But I did learn a lesson about the GNU units program because your answer forced me to read the man page and figure out where I flubbed. Thanks.
 
Top