Determining the time interval in a radiation counting problem

AI Thread Summary
The discussion revolves around determining the time interval in a radiation counting problem using a given formula. Participants explore how to manipulate the equation to isolate time (t) and consider integrating both sides from 0 to a specified time. There is clarification on the significance of the variable t' as a dummy variable for integration purposes. One participant concludes that they can express the probability function as 1 - exp(-Cn_dot * t) and successfully figures out how to sample the time. The conversation highlights the importance of understanding the integration process and the role of time variables in the context of radiation events.
SKT_90
Messages
13
Reaction score
0

Homework Statement


Given: Cn_dot = true event rate = 10 interactions/s
p(t')dt' = differential probability of an event

Homework Equations



p(t')dt' = Cn_dot * exp(-Cn_dot * t') dt'

The Attempt at a Solution


[/B]
I want to sample the time interval using python. But I'm not sure how to go about manipulating the formula to get t.

Should I integrate both sides from 0 to x and isolate for t? I'm not sure what to make of the LHS.
 
Physics news on Phys.org
What do you mean by "to get t"?
What do you want to do?
 
mfb said:
What do you mean by "to get t"?
What do you want to do?
I think if this is to be run through a program, then a suitable value for Δt should be chosen. Is that what you mean @SKT_90 ?
Also, what is the significance of t prime, vs just t?
It looks to me that if you integrate it from 0 to time T, you will have a probability function that it happens in T seconds.
 
scottdave said:
I think if this is to be run through a program, then a suitable value for Δt should be chosen. Is that what you mean @SKT_90 ?
Also, what is the significance of t prime, vs just t?
It looks to me that if you integrate it from 0 to time T, you will have a probability function that it happens in T seconds.

Hi scottdave,

Yes - this is what I mean to do. I think t' is just a dummy variable as stated in the question, so we can integrate it from 0 to t.
 
So i get :

1 - exp(-Cn_dot * t) = p(t)

I'm not sure how to sample the time from here?
 
nvm, figured it out
 
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...
Back
Top