Determining Capacitance from Dimensional Analysis of V(t)

In summary: RCIn summary, the equations V(t)=IR(1-e^{t/RC}) and ln|IR - V(t)| = ln|IR|-t/RC are used to express the relationship between voltage, resistance, and capacitance in a circuit. The constant V0 is introduced in the logarithmic integral to account for the units involved, and its value is typically chosen to be 1 in order to simplify the calculations. This constant is not physically significant and is only used for mathematical purposes.
  • #1
Nusc
760
2
[tex]

V(t)=IR(1-e^{t/RC}) \rightarrow ln|IR - V(t)| = ln|IR|-t/RC

[/tex]

The first equation below has units of voltage.

the logarithm has units of voltage, but what does ln|IR| and ln|V| physically mean?


The purpose of this question is that if you plot the natural logarithm of the voltage versus time, it should yield a straight line with slope -1/RC and intercept ln|V_c|.

From which you can determine the capacitance given a known resistance.
 
Physics news on Phys.org
  • #2
Hi Nusc! :smile:

yes, you're right …

technically the equation is dimensionally wrong …

anything inside a ln() has to be dimensionless, so it should really be ln(|(IR - V)/IR|) = -t/RC,

or ln(|(IR - V)/V0|) = ln(|IR|/V0|) - t/RC, where V0 is some voltage chosen at random just to make the dimensions right. :rolleyes:

In practice, we choose V0 = 1 in whatever units we're using, but without bothering to mention it. :wink:
 
  • #3
I don't like the idea of introducing an arbitrary voltage.

What if your actually measuring the voltage of the capacitor? The resistance is due to the voltmeter. I need to know what, in your case, V_0 physically is and where does it arise? The voltage of what?
 
Last edited:
  • #4
Hi Nusc! :smile:

(try using the X2 tag just above the Reply box :wink:)
Nusc said:
I don't like the idea of introducing an arbitrary voltage.

ok, then use the first formula, ln(|(IR - V)/IR|) = -t/RC. :smile:
What if your actually measuring the voltage of the capacitor? The resistance is due to the voltmeter. I need to know what, in your case, V_0 physically is and where does it arise? The voltage of what?

V0 is arbitrary … it can be anything

in practice, it's 1 volt (so as not to change the maths!) :wink:
 
  • #5
You said in practice, can you convince me from an experimental point of view? I just don't like introducing quantities such as V0 or IR without any justification.

I_c(t) + I_R(t) = I

i=dQ/dt implies I_c(t) = dQ/dt = d/dt C*V(t) = C d/dt V(t)

V_R(t) = I_R(t) * RThe above equations imply

C d/dt V(t)+V(t)/R = I

Then we get V(t) = IR(1-e^(-t/RC))

This is understood mathematically but from an experimental point of view I'm not sure whether this is safe. This is important to me.

Thanks
 
  • #6
Nusc said:
The above equations imply

C d/dt V(t)+V(t)/R = I

Then we get V(t) = IR(1-e^(-t/RC))

This is understood mathematically but from an experimental point of view I'm not sure whether this is safe.

I don't follow you …

the second equation obviously is a solution of the first, and there's nothing dimensionally suspect about it …

what worries you about it? :confused:
 
  • #7
Sorry, so that second equation you mentioned:
V(t) = IR(1-e^(-t/RC)) is a solution of the first C d/dt V(t)+V(t)/R = I, yes and there is nothing dimensionally suspect about it. What worries me is introducing V0 (or arbitrarily dividing by IR in ln(|(IR - V)/IR|) = -t/RC.)
 
  • #8
The division by IR is not arbitrary at all - that's what you get when you solve the differential equation [tex]C \frac{\mathrm{d}V}{\mathrm{d}t} + \frac{V}{R} = I[/tex]. As you know (I suppose), whenever you do an integral, you wind up with an "arbitrary" constant that is in fact determined by the boundary terms (for example, that [tex]V(0) = 0[/tex] or whatever it is). Here IR is that constant.
 
  • #9
Nusc said:
What worries me is introducing V0 (or arbitrarily dividing by IR in ln(|(IR - V)/IR|) = -t/RC.)

Can't improve on diazona's :smile: reply!

(and if using, or imagining, V0 worries you , then … don't use it! :wink:)​
 
  • #10
tiny-tim said:
Can't improve on diazona's :smile: reply!

(and if using, or imagining, V0 worries you , then … don't use it! :wink:)​

If you don't use it then the log of that function doesn't physically make sense, I just needed a justification for V0.
 
  • #11
Nusc said:
If you don't use it then the log of that function doesn't physically make sense, I just needed a justification for V0.

I meant use ln(|(IR - V)/IR|) = -t/RC instead.

The mathematical justification for V0 is that it works.

There's no physical meaning to it … as i said, V0 is arbitrary. :wink:
 
  • #12
Let's prove it then:
[tex]
c\frac{d}{dt} V(t)+\frac{V(t)}{R}&=&I,
[/tex]
[tex]
I &=& e^{\int^{t}_{t_{0}} \frac{1}{RC} dt} =e^{ \frac{t}{RC}}
[/tex]
[tex]
\frac{d}{dt}(V(t)e^{\frac{t}{RC}}) &=& \frac{I}{C}e^{\frac{t}{RC}
[/tex][tex]
V(t)e^{\frac{t}{RC}}|^{t}_{t0} &=& \frac{I}{c} \int_{t0}^{t} e^{\frac{t'}{RC}} dt'
[/tex]
[tex]
V(t)e^{\frac{t}{RC}} - V(t0) &=& \frac{IRC}{C} e^{\frac{t'}{RC}}|^t_{t0}
[/tex]
[tex]
V(t)e^{\frac{t}{RC}} - V(t0) &=& IRe^{\frac{t}{RC}}-IRe^{\frac{t0}{RC}}
[/tex]

Taking t0 to be 0
[tex]
V(t) - e^{\frac{-t}{RC}}V(0) &=& IR( 1 - e^{\frac{-t}{RC}})
[/tex]
[tex]
IR-V(t) &=& e^{\frac{-t}{RC}}(1-V(0))
[/tex]
[tex]
ln|IR-V(t)| &=& -\frac{t}{RC}(1-V(0))
[/tex]

I don't see where the division of V0 you speak of comes from the differential equation and if you set V0 to be 1 in this case the RHS gives zero. Please prove it to me and don't just say it's true. The RHS has limits so it's not arbitrary.
 
Last edited:
  • #13
Hi Nusc! :smile:

Sorry, I don't understand that at all.

You seem to be introducing V0 for no reason … you don't need it unitl the line in which "ln" first appears. :wink:

(are you confusing V0 with V(t0)?)
 
  • #14
I can't follow your solution, Nusc, but here's mine:

First, this is the differential equation we want to solve.
[tex]C\frac{\mathrm{d}}{\mathrm{d}t} V(t)+\frac{V(t)}{R} = I[/tex]
Now, there are many different ways to solve this equation. One is to change variables by [tex]V(t) = u(t) + IR[/tex] and rewrite the equation as
[tex]C\frac{\mathrm{d}}{\mathrm{d}t} u(t)+\frac{u(t) + IR}{R} = I[/tex]
which, by simple algebra, becomes
[tex]\frac{\mathrm{d}}{\mathrm{d}t} u(t) = -\frac{u(t)}{RC}[/tex]
and then
[tex]\frac{\mathrm{d}u}{u} = -\frac{\mathrm{d}t}{RC}[/tex]
Now we can integrate on both sides,
[tex]\int_{t_0}^{t} \frac{\mathrm{d}u}{u} = -\int_{t_0}^{t}\frac{\mathrm{d}t}{RC}[/tex]
When you do the integral on the left, you get
[tex]\int_{t_0}^{t} \frac{\mathrm{d}u}{u} = \mathrm{ln}\frac{u(t)}{u(t_0)}[/tex]
and the one on the right gives
[tex]-\int_{t_0}^{t}\frac{\mathrm{d}t}{RC} = -\frac{t}{RC}[/tex]
Equating the two, we get
[tex]\mathrm{ln}\frac{u(t)}{u(t_0)} = -\frac{t}{RC}[/tex]
and exponentiating:
[tex]\frac{u(t)}{u(t_0)} = e^{-\frac{t}{RC}}[/tex]
and then multiplying by [tex]u(t_0)[/tex]:
[tex]u(t) = u(t_0) e^{-\frac{t}{RC}}[/tex]
Now we can substitute back in [tex]u(t) = V(t) - IR[/tex], the inverse of the previous substitution:
[tex]V(t) - IR = (V(t_0) - IR) e^{-\frac{t}{RC}}[/tex]
and then
[tex]V(t) = V(t_0)e^{-\frac{t}{RC}} + IR\left(1 - e^{-\frac{t}{RC}}\right) [/tex]
If [tex]V(t_0) = 0[/tex], the first term is just zero and we're left with
[tex]V(t) = IR\left(1 - e^{-\frac{t}{RC}}\right) [/tex]

The need for an arbitrary constant [tex]V_0[/tex] comes in when you do the logarithmic integral. In elementary calculus they tell us that
[tex]\int_{t_0}^{t} \frac{\mathrm{d}V}{V} = \mathrm{ln}V(t) - \mathrm{ln}V(t_0)[/tex]
But then again, in elementary calculus, all variables represent pure numbers - no units. Unfortunately, this doesn't make sense if V has units, because you can't take the logarithm of a unit. For that reason, we introduce a constant [tex]V_0[/tex] with the same units as [tex]V(t)[/tex] and say that
[tex]\int_{t_0}^{t} \frac{\mathrm{d}V}{V} = \mathrm{ln}\frac{V(t)}{V_0} - \mathrm{ln}\frac{V(t_0)}{V_0}[/tex]
Why is this valid? Well, as you know, it's a property of logarithms that
[tex]\mathrm{ln}a - \mathrm{ln}b = \mathrm{ln}\frac{a}{b}[/tex]
So in the first case
[tex]\mathrm{ln}V(t) - \mathrm{ln}V(t_0) = \mathrm{ln}\frac{V(t)}{V(t_0)}[/tex]
and in the second case
[tex]\mathrm{ln}\frac{V(t)}{V_0} - \mathrm{ln}\frac{V(t_0)}{V_0} = \mathrm{ln}\frac{V(t)/V_0}{V(t_0)/V_0} = \mathrm{ln}\frac{V(t)}{V(t_0)}[/tex]
They're equal to the same thing and, thus (transitive property of equality) equal to each other.

P.S. Thanks for the words of support tiny-tim ;-)
 
  • #15
tiny-tim said:
Hi Nusc! :smile:

Sorry, I don't understand that at all.

You seem to be introducing V0 for no reason … you don't need it unitl the line in which "ln" first appears. :wink:

(are you confusing V0 with V(t0)?)

The I i defined above is just the integration factor.

I am not introducing V0 for no reason, V(t0) is just V(0) for t0 = 0.
 
  • #16
diazona said:
The need for an arbitrary constant [tex]V_0[/tex] comes in when you do the logarithmic integral. In elementary calculus they tell us that
[tex]\int_{t_0}^{t} \frac{\mathrm{d}V}{V} = \mathrm{ln}V(t) - \mathrm{ln}V(t_0)[/tex]
But then again, in elementary calculus, all variables represent pure numbers - no units. Unfortunately, this doesn't make sense if V has units, because you can't take the logarithm of a unit. For that reason, we introduce a constant [tex]V_0[/tex] with the same units as [tex]V(t)[/tex] and say that
[tex]\int_{t_0}^{t} \frac{\mathrm{d}V}{V} = \mathrm{ln}\frac{V(t)}{V_0} - \mathrm{ln}\frac{V(t_0)}{V_0}[/tex]
Why is this valid? Well, as you know, it's a property of logarithms that
[tex]\mathrm{ln}a - \mathrm{ln}b = \mathrm{ln}\frac{a}{b}[/tex]
So in the first case
[tex]\mathrm{ln}V(t) - \mathrm{ln}V(t_0) = \mathrm{ln}\frac{V(t)}{V(t_0)}[/tex]
and in the second case
[tex]\mathrm{ln}\frac{V(t)}{V_0} - \mathrm{ln}\frac{V(t_0)}{V_0} = \mathrm{ln}\frac{V(t)/V_0}{V(t_0)/V_0} = \mathrm{ln}\frac{V(t)}{V(t_0)}[/tex]
They're equal to the same thing and, thus (transitive property of equality) equal to each other.

P.S. Thanks for the words of support tiny-tim ;-)

I got the same result in a different way. So I'll just quote what I don't understand.
You mention logarithmic integral, but when I talk about the logs in first few posts, I just took the log of the solution for V(t). There's no reason to integrate again.

Recall,

students are measuring the voltage of a charging capacitor. The resistance comes from the voltmeter 10M ohms.
So the idea is that using the equation for a log, students get a linear fit and they can determine the capacitance. The log solution I wrote at the beginning works, but the physical meaning of logarithm with units inside does not make sense physically.

Because what your saying when you choose V0 = 1 V means that the capacitor is initially charged at 1 volt. This is not true. The capacitors are discharged when you short the circuit.

And please show me explicitly how you get from:
[tex]
V(t) = V(t_0)e^{-\frac{t}{RC}} + IR\left(1 - e^{-\frac{t}{RC}}\right)
[/tex]
to
[tex]
ln(|(IR - V)/V(t_0|) = -t/RC
[/tex]
 
Last edited:
  • #17
Any ideas?
 
  • #18
Nusc said:
Because what your saying when you choose V0 = 1 V means that the capacitor is initially charged at 1 volt

No, V0 is not V(0), V0 is arbitrary.

In V(t) = IR(1 - e-t/RC), you have already chosen the constant of integration so that V(0) = 0.

You then rewrite that as IR - V(t) = IRe-t/RC,

and in order to take logs, you then have to divide by an arbitrary V0 (which we always take to be 1 volt, because dividing by 1 is so easy :smile:),

to get ln((IR - V(t))/V0) = ln(IR/V0) - t/RC

(or, of course, you can just write ln((IR - V(t))/IR) = -t/RC)
 
  • #19
How sad.Thanks!
 
  • #20
Nusc said:
How sad.


Thanks!
um... does that mean all is clear now?
 
  • #21
No. It does not physically make sense to me from an experimental view to divide out the voltage.

And introducing this arbitrary voltage complicates the error analysis. Does anyone have any suggestions?
 
  • #22
I don't think I even understand what you mean by making sense from an experimental view. Do you have some reason to doubt that dividing by a constant voltage is a valid thing to do?

The arbitrary voltage is an exact value so it doesn't change the error analysis at all.
 
  • #23
It's valid mathematically of course. But what does it mean experimentally to divide by an arbitrary voltage? Forget this for now.
 
  • #24
Nusc said:
It's valid mathematically of course. But what does it mean experimentally to divide by an arbitrary voltage? Forget this for now.
It doesn't mean anything experimentally. It's only necessary because the natural logarithm is defined only for unitless quantities, and that's a purely mathematical reason.

Note that if the natural logarithm were defined for quantities with units (and if that definition were consistent with everything else in mathematics) then you wouldn't need to divide by the arbitrary voltage. You can try to come up with such a definition, if you want. But I don't think it's possible.

EDIT: actually, now that I think about it... you could say that the arbitrary voltage is related to our choice of a unit system. After all, the volt itself is a fairly arbitrary choice. You could just as well use, say, the elementary charge divided by Planck energy as your unit of voltage. So I guess, in some sense, dividing by an arbitrary voltage is equivalent to choosing a unit to measure the potential difference in. If your voltmeter displays in volts, that's your arbitrary voltage. Of course, it makes sense that the equations must be independent of the arbitrary voltage because a physical system will behave the same way no matter which units you choose to measure it in.
 
Last edited:
  • #25
Nusc said:
But what does it mean experimentally to divide by an arbitrary voltage?
This actually is a fairly subtle point that usually doesn't matter, but seems to be a source of confusion here. If my answer adds more confusion feel free to ignore it.

Division by an arbitrary voltage is the same thing as selecting your units for measuring the potential difference. For example, suppose we are measuring the height of a man. We might use a meter stick and find that the man is 2 m tall. What this actually means is that the dimensionless ratio between the height of the man and the length of the meter stick is 2. I.e. L(man)/L(meter) = 2 -> L(man) = 2 m. In this sense all dimensionful measurements are actually dimensionless ratios to some standard with the same dimensions.

So if you divide by one Volt you are simply stating that you are using base SI units. On the other hand, if you divide by one statvolt then you are using base CGS units. If you divide by some other voltage then you are using some other units.

In this case the equation works out such that the choice of units does not matter, but that is not always the case. In other situations, where the choice of units matters there will be an explicit division by a non-arbitrary voltage and the argument to the transcendental function will be explicitly non-dimensional. The voltage on the bottom of such an equation defines a kind of "natural" unit of potential difference for the system in question.
 
  • #26
DaleSpam said:
This actually is a fairly subtle point that usually doesn't matter, but seems to be a source of confusion here. If my answer adds more confusion feel free to ignore it.

Division by an arbitrary voltage is the same thing as selecting your units for measuring the potential difference. For example, suppose we are measuring the height of a man. We might use a meter stick and find that the man is 2 m tall. What this actually means is that the dimensionless ratio between the height of the man and the length of the meter stick is 2. I.e. L(man)/L(meter) = 2 -> L(man) = 2 m. In this sense all dimensionful measurements are actually dimensionless ratios to some standard with the same dimensions.

So if you divide by one Volt you are simply stating that you are using base SI units. On the other hand, if you divide by one statvolt then you are using base CGS units. If you divide by some other voltage then you are using some other units.

In this case the equation works out such that the choice of units does not matter, but that is not always the case. In other situations, where the choice of units matters there will be an explicit division by a non-arbitrary voltage and the argument to the transcendental function will be explicitly non-dimensional. The voltage on the bottom of such an equation defines a kind of "natural" unit of potential difference for the system in question.

That is useful.

Thank you!
 
  • #27
For what it's worth, when I was first taught mathematics at grammar school/secondary school/high school level, many many decades ago at the age of 11, my maths teacher insisted that it was wrong to talk about "a voltage V", but you ought to say "a voltage V Volts". With that understanding, V is a dimensionless number (the ratio of your voltage to 1V), not a voltage, so there's no reason not to take its logarithm.

That's not the way that physicists usually view it, who do usually think of V as a voltage, in which case the units are irrelevant as long as you use consistent units throughout (usually, but not compulsorarily, SI units).
 

1. What is Capacitance?

Capacitance is a measure of an object's ability to store an electrical charge. It is defined as the ratio of the charge stored on the object to the potential difference across the object. The unit of capacitance is the farad (F).

2. What is Dimensional Analysis?

Dimensional analysis is a mathematical method used to analyze and solve problems by looking at the dimensions of physical quantities involved. It involves breaking down complex equations into simpler components and checking the dimensions of each component to ensure they are consistent.

3. How is Capacitance determined using Dimensional Analysis of V(t)?

To determine Capacitance using Dimensional Analysis of V(t), we need to consider the dimensions of voltage (V) and time (t). Capacitance is defined as C = Q/V, where Q is the charge and V is the potential difference. Through dimensional analysis, we can see that the dimensions of capacitance are C = Q/V = (Coulombs) / (Volts). Therefore, to determine capacitance from V(t), we can use the formula C = Q/V and plug in the dimensions of charge and voltage.

4. How does Dimensional Analysis help in determining Capacitance?

Dimensional analysis helps in determining capacitance by providing a systematic way to analyze and solve complex problems. By breaking down the equations into simpler components and checking their dimensions, we can ensure that our calculations are accurate and consistent. This method also helps us in identifying any errors or inconsistencies in our calculations.

5. What are some common applications of determining Capacitance from Dimensional Analysis of V(t)?

Determining capacitance from dimensional analysis of V(t) is commonly used in various fields such as electrical engineering, physics, and chemistry. It is essential in designing and analyzing circuits, calculating the energy storage capacity of capacitors, and in understanding the behavior of dielectric materials. It is also used in industries such as telecommunications, electronics, and power systems.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
10
Views
1K
Replies
1
Views
3K
Replies
19
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
0
Views
485
  • Introductory Physics Homework Help
Replies
2
Views
1K
  • Classical Physics
Replies
6
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
16
Views
1K
Replies
11
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
9
Views
2K
Back
Top