Reformulating a simple cost function - combining 2 variables

Click For Summary
SUMMARY

The discussion focuses on reformulating a cost function for energy consumption in a house with an energy storage system. The original equation, c(t) = Price(t) * (Energy_consumed(t) - eff*Energy_out + (1/eff)*Energy_out), incorporates variables energy_in and energy_out. The user seeks to express this equation solely in terms of a single variable "energy," where positive values indicate energy discharge and negative values indicate charging. A proposed solution involves using case definitions to simplify the equation based on the state of the battery.

PREREQUISITES
  • Understanding of energy storage systems and their operation
  • Familiarity with mathematical functions and case definitions
  • Knowledge of efficiency constants in energy systems
  • Basic principles of electricity pricing and consumption
NEXT STEPS
  • Research mathematical case functions in energy economics
  • Explore energy management systems for residential applications
  • Study the impact of efficiency constants on energy cost calculations
  • Learn about dynamic pricing models in electricity markets
USEFUL FOR

Energy analysts, electrical engineers, and homeowners interested in optimizing energy consumption and costs through effective use of energy storage systems.

bradyj7
Messages
117
Reaction score
0
Hi there,

I have an equation below for the cost of energy for a house per hour. The house has an energy storage system (i.e.a very large battery) installed. You can charge the battery up and energy from the battery can be used to power the building. For example you can charge the battery when electricity prices are low and then you can use the energy in the battery to supply energy to the building when electricity prices are high so that the building does not have to purchase electricity at expensive times.

The equation is written in terms of the price of electricity, the energy consumed, efficiency constant and the variables energy_in and energy_out of the battery.

c(t) = Price(t) * (Energy_consumed(t) - eff*Energy_out + (1/eff)*Energy_out)

In a single hour energy can only enter of or be discharged from the battery. Therefore, when energy_in is positive, energy_out will always be zero and vice versa. You'll notice that this equation is written in terms of energy_in and energy_out, both variables can only be positive.

My question is as follows: I'd like to reformulate the equation to be only written in terms of the variable "energy" instead of as it is currently with energy_in and nergy_out. The new variable will be >0 when energy is discharged (out) and <0 when it is charged (in).

I was hoping if somebody could tell me if this possible?

Thank you for reading this.

Sincerely
 
Mathematics news on Phys.org
bradyj7 said:
Hi there,

I have an equation below for the cost of energy for a house per hour. The house has an energy storage system (i.e.a very large battery) installed. You can charge the battery up and energy from the battery can be used to power the building. For example you can charge the battery when electricity prices are low and then you can use the energy in the battery to supply energy to the building when electricity prices are high so that the building does not have to purchase electricity at expensive times.

The equation is written in terms of the price of electricity, the energy consumed, efficiency constant and the variables energy_in and energy_out of the battery.

c(t) = Price(t) * (Energy_consumed(t) - eff*Energy_out + (1/eff)*Energy_out)

In a single hour energy can only enter of or be discharged from the battery. Therefore, when energy_in is positive, energy_out will always be zero and vice versa. You'll notice that this equation is written in terms of energy_in and energy_out, both variables can only be positive.

My question is as follows: I'd like to reformulate the equation to be only written in terms of the variable "energy" instead of as it is currently with energy_in and energy_out. The new variable will be >0 when energy is discharged (out) and <0 when it is charged (in).

I was hoping if somebody could tell me if this possible?
Sure, you can write the definition of the function using cases.
$$c(t) = \begin{cases} \text{Price(t)} * (\text{E}_{\text{ext}}(t) -\text{eff} * \text{E}_{\text{batt}}) & \text{if E}_{\text{batt}} \ge 0 \\
\text{Price(t)} * (\text{E}_{\text{ext}}(t) + \frac 1 {\text{eff}} * \text{E}_{\text{batt}}) & \text{if E}_{\text{batt}} \lt 0 \end{cases}$$

For the sake of simplifying the equation, I replaced Energy_consumed by Eext, and Energy by Ebatt.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
31
Views
4K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K