Determine the half lives of two radioisotopes

AI Thread Summary
To determine the half-lives of two radioisotopes in a neutron-activated copper sample, a method involving plotting ln(activity) versus time and using Excel's linest function was employed. The longer half-life isotope's contribution was isolated, allowing for the calculation of the shorter half-life component through further analysis. The main challenge identified is accurately determining the error on the fitted function, particularly how Poisson error affects this. Suggested solutions include using a weighted least squares method to account for varying data point errors and employing Monte Carlo simulations to estimate uncertainties. These approaches aim to enhance the accuracy of the fitted function's error estimation.
robbo157
Messages
1
Reaction score
0
Hi,

I am trying to determine the half lives of two radioisotopes in a neutron activated sample of copper. I have plotted the the ln(activity) vs. time and then used the linest function on excel to get a decay function for the longer half-life by assuming after a certain time, only the longer halflife isotope would contribute. This was then subtracted from the total activity and thus a value for the shorter halflife component could be determined through the linest function again. A minimum chi squared value was found through 'solver' on excel by altering the constants in this fitted function. Because I am fitting a hypothesis to data each chi squared component will be (observed count rate - fitted function rate)^2/fitted function rate. This then produced the best possible function to fit the data. The problem with determining the error on this function is: how does the poisson error of +-sqrt(N) on each data point affect the error on the fitted function?
I have tried settin the minimum chi squared to +1 its original value but this gives very small error values as might be expected...

Any help on this could well save my life.

Thanks,
Ben
 
Physics news on Phys.org


Hi Ben,

Thank you for sharing your approach and concerns regarding determining the half-lives of two radioisotopes in a neutron activated sample of copper. It seems like you have taken a thorough and well-thought-out approach to your analysis. However, as you mentioned, the main issue lies in determining the errors on your fitted function.

The poisson error on each data point, as you pointed out, can greatly affect the error on the fitted function. One way to account for this is to use a weighted least squares method, where the weight of each data point is taken into consideration in the calculation of the errors. This can be done by multiplying the chi squared values by the inverse of the square of the poisson error for each data point. This will give more weight to data points with smaller errors and less weight to data points with larger errors.

Another approach could be to use a Monte Carlo simulation, where you generate multiple sets of data points based on the original data and their poisson errors, and then fit a function to each set. The errors on the fitted function can then be determined from the spread of the fitted function values from the different sets of data. This method takes into account the uncertainties in the data points and can give a more accurate estimate of the error on the fitted function.

I hope these suggestions can help you in determining the errors on your fitted function. Good luck with your analysis!


 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top