Recent content by uart
- 
	U
A Distribution of Range of Samples taken from N(0,1)
Just updating this thread. As far as I call tell this distribution is not commonly named or tabulated. It can however be computed from the following equation, which is a general expression for the distribution of the range (W) of a sample of random variables with distribution,density F(x),f(x)...- uart
 - Post #2
 - Forum: Set Theory, Logic, Probability, Statistics
 
 - 
	U
A Distribution of Range of Samples taken from N(0,1)
I recently came across a distribution called the "Studentized Range" (for example, implemented as ptukey(x,n,dof) and qtukey(x,n,dof) in the R software package). Essentially it's the distribution of the range (max sample value - min sample value), for a sample (size n) taken from a student_t...- uart
 - Thread
 - Replies: 1
 - Forum: Set Theory, Logic, Probability, Statistics
 
 - 
	U
Probability of Getting 1 Jack when taking 5 cards from a deck
That's correct. You can do it either by direct counting of permutations, or by conditional probability (Bayes' thm). If by counting, let n1 be the total number of permutation containing exactly one jack (in the first 3 cards), n2 be the total number of permutations containing exactly 2 jacks...- uart
 - Post #6
 - Forum: Precalculus Mathematics Homework Help
 
 - 
	U
Probability of Getting 1 Jack when taking 5 cards from a deck
Be careful with the wording in part b. "Considering that in the first 3 cards there is a jack" The results are different depending upon whether you take that to mean "exactly one jack", or whether you take it to mean "one or more jacks". Personally I what have thought it meant one or more...- uart
 - Post #3
 - Forum: Precalculus Mathematics Homework Help
 
 - 
	U
Number of Die Throws until you get a repeated number
I'm pretty sure that *is* the manually calculated expected value.- uart
 - Post #28
 - Forum: Precalculus Mathematics Homework Help
 
 - 
	U
Software for finding functions
No, this is the part that you are not understanding. You are never finding the exact value of the integral, because you never have an exact function to integrate in the first place. Numerical integrals like Simpson rule DO find the exact value of an integral, the integrand being the parabola...- uart
 - Post #18
 - Forum: Precalculus Mathematics Homework Help
 
 - 
	U
Software for finding functions
The whole thing is inherently an approximation, from the measurements themselves down to the accuracy to which the spines fit the actual profile. Even if you do "exact" (algebraic) integration of the resulting spline functions, it's still an approximation as the spline itself is an...- uart
 - Post #16
 - Forum: Precalculus Mathematics Homework Help
 
 - 
	U
Software for finding functions
Ok that makes sense to do it that way then. Normally the easiest way to measure the volume with a physical bottle you have in hand is to pour the contents into measuring jug or other suitable container. Or if measuring the outer volume of a complex shape to submerge it and measure the volume...- uart
 - Post #14
 - Forum: Precalculus Mathematics Homework Help
 
 - 
	U
Software for finding functions
Ok that's good to know, it's an actual bottle. Are you trying to find the "outer" volume or are you accounting for the wall thickness? Yes by arbitrary positions I mean can you measure the radius at arbitrary points along the axis. From your description it appears that you can. Was it asked...- uart
 - Post #12
 - Forum: Precalculus Mathematics Homework Help
 
 - 
	U
Software for finding functions
What form is the data that you have about the bottle. Is it given as a scaled drawing, or is it given as a discrete set of points? (or perhaps it's an actual physical bottle you have?) I'm wondering if you can you sample the radii at arbitrary locations or not. It would help if you could you...- uart
 - Post #10
 - Forum: Precalculus Mathematics Homework Help
 
 - 
	U
Software for finding functions
If you're just using measured points then you're usually best off to use a numerical integrator like Simpson's rule or a Gauss quadrature. Essentially these methods both fit a polynomial to the points and calculate the area/volume in the one hit. For the case of Simpson's rule the polynomial...- uart
 - Post #4
 - Forum: Precalculus Mathematics Homework Help
 
 - 
	U
I Prove series identity (Alternating reciprocal factorial sum)
Just sketching out a proof based on anuttarasammyak's insights. \frac{1}{k! \, n!} + \frac{-1}{(k+1)! \, (n-1)!} + \frac{1}{(k+2)! \, (n-2)!} \cdots \frac{(-1)^n}{(k+n)! \, (0)!} = \frac{1}{(k-1)! \, n! \, (k+n)} Multiplying both sides by (k+n)! puts the proposed identity into the following...- uart
 - Post #5
 - Forum: General Math
 
 - 
	U
I Prove series identity (Alternating reciprocal factorial sum)
Thanks all. Yes I did try induction first up, but I didn't get anywhere with it. That's a great approach anuttarasammyak, looks very promising. And using the combinations property that, _nC_r = \, _{n-1}C_r + \, _{n-1}C_{r-1} with the end condition that _nC_0 = \, _{n-1}C_0, I'm pretty...- uart
 - Post #4
 - Forum: General Math
 
 - 
	U
I Prove series identity (Alternating reciprocal factorial sum)
This alternating series indentity with ascending and descending reciprocal factorials has me stumped. \frac{1}{k! \, n!} + \frac{-1}{(k+1)! \, (n-1)!} + \frac{1}{(k+2)! \, (n-2)!} \cdots \frac{(-1)^n}{(k+n)! \, (0)!} = \frac{1}{(k-1)! \, n! \, (k+n)} Or more compactly, \sum_{r=0}^{n} (...- uart
 - Thread
 - Factorial Identity Reciprocal Series Sum
 - Replies: 4
 - Forum: General Math
 
 - 
	U
B Is this way of teaching the quadratic solutions really anything new?
I can see some benefits for early students in terms connecting it to the parabola axis of symmetry (-b/2a), and also some good practice with difference of two squares expansion/factorization. Also could be useful in introducing students to the concept of substitution of a variable in an...- uart
 - Post #7
 - Forum: General Math