Exponential formula for Excel sheet

In summary, the conversation discusses measuring voltage on a battery and using a microcontroller to read the voltage with two measurements at 0.5 seconds and 2.5 seconds. The goal is to draw an exponential curve in Excel using only two values. It is suggested to use a model with parameters for the decay time constant and steady state voltage. Two plans are proposed - Plan A involves taking into account the steady state voltage, while Plan B suggests adjusting the timing for a more accurate measurement.
  • #1
MrNewton
42
3
TL;DR Summary
I have 2 values. #1 around 3.25V, #2 around 2.82V. I place them in excel, but want to make a graph with an exponential decrease between the 2 points (like a capacitor discharging) like attachment. What formula can i use in excel to make this curve?
Hello,

i am testing batteries for a project of mine. I first measure the voltage on the battery (OCV, Open Circuit Voltage), and then i place a load resistor over the battery. This results in a voltage drop with a exponential decrease in voltage like in the image. But i am working with a microcontroller, and i am using the 10 bits AD converter to read the voltage with the microcontroller. So with each load, i measure 2 voltages. #1 i measure right before 0.5s, so around 3.25V. The other point where i measure is at 2.5s, around 2.82V. With those values you can calculate the internal resistance of the battery. BUT: with those 2 points i cannot draw a curve like below. My question: How can i draw this curve in Excel, with only 2 values. I don't need the line of the curve to be exactly right, i just want the image of an exponential decrease in voltage from the OCV to the load voltage.
I do not want to use the ADC to measure all the values between 0.5 and 2.5 seconds because that would take a lot of memory in my case.https://www.physicsforums.com/attachments/265171
 
Physics news on Phys.org
  • #2
It seems you are looking for

##U = U_0 \cdot \exp \left( { - k \cdot t} \right)##

with

##k = \frac{{\ln \frac{{U_1 }}{{U_2 }}}}{{t_2 - t_1 }}##

##U_0 = \frac{{U_1 }}{{\exp \left( { - k \cdot t_1 } \right)}}##
 
  • #3
I cannot see your picture. Can you?

I don't need a picture to ask you this, how did you choose the particular values of 0.5 and 2.5 s and why only two? Since you only need a rough estimate of the exponential decay, it seems to me you will need as many measuring times as parameters in your model. It seems to me that the model you need to fit to is ##V(t)=V_0~e^{-t/\tau}+V_{\infty}##, where
##V(0)## = voltage at time ##t=0,##
##\tau## = decay time constant,
##V_{\infty}## = steady state voltage.

The key question here is, at t = 2.5 s has enough time elapsed for the circuit to have reached the steady state voltage at 2.83 V? I would recommend measuring ##V_{\infty}## separately, perhaps with a voltmeter, several minutes after adding the load. That way you will know its value and guide your thinking about what to do next.

Plan A. If ##V_{\infty}## is considerably less than the second measurement of 2.83 V, then you have a good set of points to do an exponential fit to the model I suggested. On Excel you would plot ##V(t)-V_{\infty}## vs. ##t## and ask it to do an exponential fit. That will give you ##V_0## and ##\tau##.

Plan B. If ##V_{\infty}## is close to 2.83 V (how close is "close" depends on the precision of your measurement), then you need to adjust the timing of your two measurements so that the second measurement is considerably more than 2.83 V. Then proceed as in Plan A.
 

1. What is the exponential formula for Excel sheet?

The exponential formula for Excel sheet is =EXP(x), where x is the number or cell reference to be raised to the power of e (approximately 2.71828).

2. How do I use the exponential formula in Excel?

To use the exponential formula in Excel, enter =EXP(x) into a cell, where x is the number or cell reference you want to raise to the power of e. Press Enter to calculate the result.

3. Can I use the exponential formula to calculate compound interest in Excel?

Yes, you can use the exponential formula to calculate compound interest in Excel. Simply replace x with the interest rate per period and use the number of periods as the power of e. For example, to calculate the future value of an investment with an annual interest rate of 5% after 10 years, you would use the formula =EXP(0.05*10).

4. What is the difference between the exponential formula and the power function in Excel?

The exponential formula in Excel is equivalent to raising a number to the power of e, while the power function (=POWER(x,y)) allows you to raise a number to any power, not just e. Additionally, the exponential formula is a built-in function in Excel, while the power function is a user-defined function.

5. Can I use the exponential formula in Excel to calculate growth rates?

Yes, the exponential formula can be used to calculate growth rates in Excel. To calculate the growth rate over a period of time, use the formula =EXP(LN(final value/initial value)/number of periods) - 1. This will give you the growth rate as a decimal, which can be converted to a percentage by multiplying by 100.

Similar threads

Replies
105
Views
7K
Replies
38
Views
3K
  • Advanced Physics Homework Help
Replies
22
Views
2K
Replies
8
Views
988
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
924
  • Classical Physics
Replies
12
Views
2K
Replies
3
Views
2K
  • Materials and Chemical Engineering
Replies
2
Views
1K
Replies
1
Views
962
  • General Engineering
Replies
3
Views
2K
Back
Top