Calculating Ozone Levels in a Room Using the Half-Life Equation

In summary, the conversation discusses the process of finding an equation to calculate the amount of ozone left in a room after a certain amount of time. The equation involves considering both the production and decomposition of ozone, with the latter following a rate formula similar to exponential decay. The conversation also mentions the need for knowledge of differential equations and basic integration and differentiation. The solution to the equation involves using the technique of separation of variables and performing integration.
  • #1
beamthegreat
116
7
Just recently I decided to buy an ozone generator that can produce 4 grams of ozone / hour. However, I did a little research and found that ozone has a half life of 12.5 hours at 35 Celsius.

For fun, I decided to find an equation that would let me know the amount of ozone left in the room after leaving the machine on for a certain time.

I tried for a while but found it to be extremely challenging since new ozone was being added every moment in time and I had to factor this into account. I believe calculus may be needed for this question.

However, I was able to find the maximum amount of ozone this machine was able to sustain, which is around 74.1532 by the following equation, so hopefully it might somehow help:

4/(1-0.5^0.08)

Can anyone help me find the equation?
 
Last edited:
Mathematics news on Phys.org
  • #2
And 74.1532 is supposed to be what units?
 
  • #3
The unit is in grams. Any luck on finding the equation?

So far the closest equation i could come up with is:

ozone(h)=4(h)-4[(1-0.5^(2/25*h)))+(1-0.5^(2/25*(h-1)))+(1-0.5^(2/25*(h-2))) ... (1-0.5^(2/25*(h-h))]

where h=hours and ozone is the amount of ozone is left in the room in grams.

The first part, 4(h) is basically the amount of ozone that can be generated if there is no half life.

The second part, in brackets [], is the amount that of ozone that is lost due to its half life.

However, the accuracy won't be very great since the ozone half life is only calculated once every hour.

To make this more accurate I have to somehow find an equation that simplifies the part in the bracket into an equation that calculates the half life in an infinitesimally small amount of time if you get what i mean.

Any help would be appreciated
 
Last edited:
  • #4
To elaborate, I could use a very small unit of time (i.e nanoseconds) to make it extremely accurate and the equation would become:

ozone(n)=4(3.6*10^12)(n) - 4(3.6*10^12) [(1-0.5^(12(3.6*10^12)*n)))+(1-0.5^(12(3.6*10^12)*(n-1)))+(1-0.5^(12(3.6*10^12)*(n-2))) ... (1-0.5^(12(3.6*10^12)*(n-n))]

where n=nanoseconds and ozone is the amount of ozone is left in the room in grams.

However, the equation still wouldn't be perfect and I could make it more accurate by using a shorter unit of time. And even if I used the new unit, I could still use a unit that is smaller an so on and so on.

I understand that the answer would be more accurate than enough for all practical purpose and I could use excel to calculate this but is there a more elegant way of doing this?
 
  • #5
beamthegreat said:
Just recently I decided to buy an ozone generator that can produce 4 grams of ozone / hour. However, I did a little research and found that ozone has a half life of 12.5 hours at 35 Celsius.

For fun, I decided to find an equation that would let me know the amount of ozone left in the room after leaving the machine on for a certain time.

I tried for a while but found it to be extremely challenging since new ozone was being added every moment in time and I had to factor this into account. I believe calculus may be needed for this question.

However, I was able to find the maximum amount of ozone this machine was able to sustain, which is around 74.1532 by the following equation, so hopefully it might somehow help:

4/(1-0.5^0.08)

Can anyone help me find the equation?

Are you familiar with differential equations? Just the theory of simple first order differential equations with separable variables will allow you to solve this problem.
 
  • #6
Unfortunately no, the calculus course I took only taught me how to do basic integration and differentiation. I'll probably have to take it in college though.
 
  • #7
beamthegreat said:
Unfortunately no, the calculus course I took only taught me how to do basic integration and differentiation. I'll probably have to take it in college though.

That could be a little tough. But it's easy to walk you through it, since it's only a very simple equation.

Let ##O## be the amount by weight of ozone in the room at anyone time. Naturally, ##O## is a function of time ##t##.

The rate of change of ozone is given by ##\frac{dO}{dt}##. Two things contribute to this, production and decomposition.

The first occurs at a constant rate of 4g/h. Let's simply denote that ##k##, for greater flexibility. The second happens at a variable rate, just like exponential decay. You can use the same rate formula here as well, i.e. ##-\lambda O##, where ##\lambda = \frac{\ln 2}{t_{\frac{1}{2}}}##. Because this is decay and not production, we need to put a negative sign before the rate. If you're unsure what I'm doing here, you should look up radioactive decay in more detail.

So now we can form the differential equation as:

##\frac{dO}{dt} = k - \lambda O##

We can now use a basic technique called separation of variables to "rearrange" the equation to:

##\frac{dO}{k - \lambda O} = dt##

Now you can integrate both parts to arrive at a solution. I'm going to impose bounds that allow a quick solution without needing to worry about constants.

##\int_0^{O(T)}\frac{dO}{k - \lambda O} = \int_0^Tdt##

Here, the lower bound is zero because that denotes the initial state when no ozone has been produced and ##O(T)## denotes the ozone concentration at time ##T##. I chose the big T to avoid confusion with the small t that I'm using as the integration variable.

Can you perform the integration of both sides? The RHS is trivial, and the LHS should be a familiar form.
 
  • #8
I took a wild stab at it. Not sure if its correct or not.

http://postimg.org/image/ja8hsz93h/

Ok I just checked it after uploading and surely that can't be the answer. There are no variables in the equation at all!

Just realized another mistake: e^ln4=4 so the answer would be 0.

Can anyone check and see what I did wrong?
 
Last edited by a moderator:
  • #9
beamthegreat said:
I took a wild stab at it. Not sure if its correct or not.

http://postimg.org/image/ja8hsz93h/

Ok I just checked it after uploading and surely that can't be the answer. There are no variables in the equation at all!

Just realized another mistake: e^ln4=4 so the answer would be 0.

Can anyone check and see what I did wrong?

No, that isn't correct.

A bit of general advice: it's bad practice to substitute your constants in too early. It's much easier to see the form and recognise if it "looks" correct if you leave your constants as symbols till the last step.

Could you please clarify if this is homework? I am limited by forum policy in how explicitly I can help you if it is.
 
Last edited by a moderator:
  • #10
This isn't homework, I'm currently in break and have tons of time to kill. It should also be a good warm up for me to be prepared for college.

Anyways, I tried it again from scratch and the answers looks somewhat sensible.

http://postimg.org/image/drm4mtwg1/
 
Last edited by a moderator:
  • #11
OK, if this isn't homework, then here's how you solve it:

$$\int_0^{O(T)}\frac{dO}{k - \lambda O} = \int_0^Tdt$$

$$-\frac{1}{\lambda}[\ln(k-\lambda O(T)) - \ln k] = T - 0$$

$$\ln\frac{k - \lambda O(T)}{k} = -\lambda T$$

$$1 - \frac{\lambda O(T)}{k} = e^{-\lambda T}$$

And hence,

$$O(T) = \frac{k}{\lambda}(1 - e^{-\lambda T})$$

It's instructive to sketch this curve. Note that at ##T=0##, ##O=0##, as we would expect that the initial ozone concentration is zero. But the more interesting thing happens at very large values of ##T##. Let ##T \to \infty##. The exponential term vanishes at the limit. Then:

$$\lim_{T \to \infty}O(T) = \frac{k}{\lambda} = \frac{kt_{\frac{1}{2}}}{\ln 2}$$

That's the "limiting" amount of ozone you can produce after a "very long" time. If you plug in the numbers, you'll get a value very close to what you got before, but this is more accurate.
 
  • Like
Likes 1 person
  • #12
That's a rather long-winded way to go about it.

We don't need to know ## O ## as a function of time, we just need to note that steady state is reached when the rate of decay equals the rate of production i.e. ## \lambda O_s = k ## so ## O_s = \frac{k}{\lambda} ##. Substituting for ## \lambda ## we have directly $$ O_s = \frac{kt_h}{\ln 2} $$
 
  • #13
MrAnchovy said:
That's a rather long-winded way to go about it.

We don't need to know ## O ## as a function of time, we just need to note that steady state is reached when the rate of decay equals the rate of production i.e. ## \lambda O_s = k ## so ## O_s = \frac{k}{\lambda} ##. Substituting for ## \lambda ## we have directly $$ O_s = \frac{kt_h}{\ln 2} $$

Yes, that's fine, but the OP wanted to know this:

For fun, I decided to find an equation that would let me know the amount of ozone left in the room after leaving the machine on for a certain time.

How would he be able to do that without solving the d.e.?
 
  • #14
Curious3141 said:
Yes, that's fine, but the OP wanted to know this:



How would he be able to do that without solving the d.e.?

Oh he wouldn't of course - I misread the OP. I thought he was just asking for the correct equation for the steady state (rather than the approximation based on 1 hour decay he gave).
 

What is the hard half life equation?

The hard half life equation is a mathematical formula used to calculate the amount of time it takes for a substance to decay by half. It is often used in physics and chemistry to measure the rate of radioactive decay or chemical reactions.

How do you use the hard half life equation?

To use the hard half life equation, you need to know the initial amount of the substance, the current amount of the substance, and the rate of decay. The equation is t = (ln 2) / k, where t is the half life, ln is the natural logarithm, and k is the rate of decay. Simply plug in the values and solve for t.

What is the significance of the hard half life equation?

The hard half life equation is significant because it allows scientists to predict the amount of time it will take for a substance to decay by half. This information is crucial in understanding the behavior of radioactive elements, as well as the effects of certain chemical reactions.

What are the limitations of the hard half life equation?

The hard half life equation assumes that the rate of decay remains constant over time, which is not always the case. In certain situations, the rate of decay may change due to external factors, making the equation less accurate.

Can the hard half life equation be applied to all substances?

No, the hard half life equation can only be applied to substances that undergo exponential decay. Substances that decay by other means, such as linear decay, cannot be accurately measured using this equation.

Similar threads

  • Mechanical Engineering
Replies
6
Views
1K
  • Biology and Chemistry Homework Help
Replies
2
Views
1K
Replies
5
Views
1K
  • High Energy, Nuclear, Particle Physics
Replies
3
Views
1K
Replies
1
Views
2K
Replies
2
Views
5K
  • Introductory Physics Homework Help
Replies
4
Views
2K
  • Introductory Physics Homework Help
Replies
24
Views
2K
  • Advanced Physics Homework Help
Replies
2
Views
1K
Replies
1
Views
3K
Back
Top