<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>exponential random variable &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/exponential-random-variable/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Sat, 08 Feb 2020 01:30:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>exponential random variable &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>Expected Value and Variance of Exponential Random Variable</title>
		<link>https://yutsumura.com/expected-value-and-variance-of-exponential-random-variable/</link>
				<comments>https://yutsumura.com/expected-value-and-variance-of-exponential-random-variable/#respond</comments>
				<pubDate>Sat, 08 Feb 2020 01:30:34 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[expectation]]></category>
		<category><![CDATA[expected value]]></category>
		<category><![CDATA[exponential distribution]]></category>
		<category><![CDATA[exponential random variable]]></category>
		<category><![CDATA[integral by parts]]></category>
		<category><![CDATA[standard deviation]]></category>
		<category><![CDATA[variance]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7252</guid>
				<description><![CDATA[<p>Let $X$ be an exponential random variable with parameter $\lambda$. (a) For any positive integer $n$, prove that \[E[X^n] = \frac{n}{\lambda} E[X^{n-1}].\] (b) Find the expected value of $X$. (c) Find the variance of&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/expected-value-and-variance-of-exponential-random-variable/" target="_blank">Expected Value and Variance of Exponential Random Variable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 757</h2>
<p>Let $X$ be an exponential random variable with parameter $\lambda$.</p>
<p><strong>(a)</strong> For any positive integer $n$, prove that<br />
		\[E[X^n] = \frac{n}{\lambda} E[X^{n-1}].\]
<p><strong>(b)</strong> Find the expected value of $X$.</p>
<p><strong>(c)</strong> Find the variance of $X$.</p>
<p><strong>(d)</strong> Find the standard deviation of $X$.</p>
<p><span id="more-7252"></span><br />

<h2>Solution.</h2>
<h3>Solution of (a)</h3>
<p>	Recall that the probability density function $f(x)$ of an exponential random variable with parameter $\lambda$ is given by<br />
			\begin{align*}<br />
			f(x) =<br />
			\begin{cases}<br />
				\lambda e^{-\lambda x} &#038; \text{ if } x \geq 0\\<br />
				0 &#038; \text{ if } x < 0
			\end{cases}
			\end{align*}
			and the parameter $\lambda$ must be positive.
			
			
			It follows from this and the definition of expectation, we get
		\begin{align*}
		E[X^n] &#038;= \int_0^{\infty} x^n \cdot \lambda	e^{-\lambda x} dx.
		\end{align*}
		
		Applying integral by parts with 
		\[u = x^n, dv=\lambda e^{-\lambda x} dx\]
		and hence
		\[du = nx^{n-1}dx, v = -e^{-\lambda x},\]
		we obtain (from $\int u dv = uv - \int v du$) 
		\begin{align*}
			E[X^n] &#038;= \int_0^{\infty} x^n \cdot \lambda	e^{-\lambda x} dx\\[6pt]
			&#038;= \left[x^n \cdot (-e^{-\lambda x})\right]_0^{\infty} - \int_0^{\infty} (-e^{\lambda x}) \cdot nx^{n-1} dx\\[6pt]
			&#038;= 0 + n \int_0^{\infty} e^{\lambda x} x^{n-1} dx\\[6pt]
			&#038;= \frac{n}{\lambda} \int_0^{\infty} x^{n-1} \cdot \lambda e^{\lambda x}  dx\\[6pt]
			&#038;= \frac{n}{\lambda} E[X^{n-1}].
		\end{align*}
		This proves the required equality
		\[E[X^n] = \frac{n}{\lambda} E[X^{n-1}].\]
		



<h3>Solution of (b)</h3>
<p>The expected value $E[X]$ can be obtained from the formula we just proved in part (a) by substituting $n=1$. Thus, we have<br />
		\begin{align*}<br />
		E[X] = \frac{1}{\lambda} E[1] = \frac{1}{\lambda}.<br />
		\end{align*}</p>
<h3>Solution of (c)</h3>
<p>We calculate the variance using the formula<br />
		\[V(X) = E[X^2] &#8211; (E[X])^2.\]
		We know $E[X] = 1/\lambda$ from part (b). To compute $E[X^2]$, let $n=2$ in the formula in part (a). Then<br />
		\begin{align*}<br />
		E[X^2] &#038;= \frac{2}{\lambda}E[X]\\[6pt]
		&#038;=	\frac{2}{\lambda} \cdot \frac{1}{\lambda}\\[6pt]
		&#038;= \frac{2}{\lambda^2}.<br />
		\end{align*}<br />
		Combining these, we obtain<br />
		\begin{align*}<br />
		V(X) &#038;= E[X^2] &#8211; (E[X])^2\\[6pt]
		&#038;= \frac{2}{\lambda^2} &#8211; \frac{1}{\lambda^2}\\[6pt]
		&#038; = \frac{1}{\lambda^2}.<br />
		\end{align*}<br />
		Therefore, the variance of $X$ is<br />
		\[V(X) = \frac{1}{\lambda^2}.\]
<h3>Solution of (d)</h3>
<p>Taking the square root of the variance $V(X)$, we obtain the standard deviation<br />
		\[\sigma = \frac{1}{\lambda}.\]
<button class="simplefavorite-button has-count" data-postid="7252" data-siteid="1" data-groupid="1" data-favoritecount="4" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">4</span></button><p>The post <a href="https://yutsumura.com/expected-value-and-variance-of-exponential-random-variable/" target="_blank">Expected Value and Variance of Exponential Random Variable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/expected-value-and-variance-of-exponential-random-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7252</post-id>	</item>
	</channel>
</rss>
