What would this curve be called?

8.2k Views Asked by At

In an resistor-capacitor circuit, the voltage stored is measured by taking the two values in Farads and Ohms - and the curve looks like this:

RC circuit voltage

What would this curve be called, logarithmic? exponential (inverse?) I have not a clue in how to explain the nature of the growth to somebody without showing them the actual picture.

4

There are 4 best solutions below

1
On BEST ANSWER

It's in general impossible to say what a curve is just from looking at a picture of it, but your curve could be a logistic curve, with equation

$$y(t) = \frac{1 - e^{-t}}{1+e^{-t}}$$

and which looks like this.

2
On

That is clearly an exponential curve:

$$i(t)=c-e^{a \cdot (b-t)}$$

for the graph to pass by $(0;0)$, you must have:

$$a \cdot b = \ln(c)$$

The precise values of $a$ and $b$ are very difficult to give, because I have not enough informations about the curve.

Example with $a=0.6$ and $b=5$ (and $c=e^3$)

3
On

Since it is a resistor-capacitor circuit, this means that the differential equation describing your system must be of the following type:

$$R\frac{dQ}{dt}+\frac{Q}{C}=U \; ,$$

in which $R$ is the resistance, $C$ the capacity, $Q$ the charge stored in the capacitor at some time, $U$ the voltage applied on the system by some external source like a DC battery.

Solving this system gives

$$Q(t)=CU+(Q_0-CU)e^{-\frac{t}{RC}} \; ,$$

in which $Q_0$ is the charge stored at time $0$. If you need the voltage stored, just divide by $C$ to get:

$$V(t)=U+(V_0-U)e^{-\frac{t}{RC}} \; ,$$

with $V_0=Q_0/C$. The figure you show is giving the current flowing through the system, but that is related to the voltage by $V=IR$. Also the $V$ in the picture is what I called $U$.

As Oltarus already mentioned, this is an exponential curve, and the phenomenon it describes is often termed "exponential relaxation".

0
On

Here's an easy formula that you can type into google to get a similar result

y = 1-(1-x)^4

y = 1-(x-1)^4

You can use from 0 to 1 to zoom in on this bit

https://www.google.com/search?q=y+%3D+1-%281-x%29%5E4+from+0+to+1