• We are pleased to announce that the winner of our Feedback Prize Draw for the Winter 2024-25 session and winning £150 of gift vouchers is Zhao Liang Tay. Congratulations to Zhao Liang. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2025 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.
  • Please be advised that the SP1, SP5 and SP7 X1 deadline is the 14th July and not the 17th June as first stated. Please accept out apologies for any confusion caused.

Mode of a Beta(3,5)

M

mcallist

Member
Hi there,
Could someone please break down the steps to finding the roots of the following equation?
Thanks a lot,
Tom

210x(1-x)^3(1-3x)
 
is it
\(210*x\left(1-x\right)^3 \left(1-3x\right) = ?\)
or
\( f(x) = 210*x\left(1-x\right)^3 \left(1-3x\right)\)
 
It's the top one. Just trying to find the roots when it's set to zero. Cheers
 
The equation will be equal to zero if either x=0 or (1-x) is equal to zero or (1-3x) is equal to zero.
Thus we get, x can be equal to zero or 1 or 1/3. ( By solving the 3 above components for zero)
 
Another way of solving for mode is to use constraint maximization of two variables i.e.

if \( X \sim Beta(3,5) \) then the mode of \(X\) is the solution of the problem
\begin{align*} \max_{x\in (0,1)}& B(3,5)x^2(1-x)^4 \\ & \Leftrightarrow \\ \max_{x,y\in (0,1)}& x^2y^4 \quad st. x+y=1\\ & \Leftrightarrow \\ \max_{x,y\in (0,1)}& 2\ln(x)+4\ln(y) \quad st. x+y=1\\ \end{align*}
Now by plotting the level curves of both the function and the constraint, we see the solution satisfies the following equations:
  • \(\dfrac{y}{2x} = 1 \leftrightarrow y = 2x\)
  • \( x+y = 1\)
This gives \( (x^*,y^*) = (1/3,2/3) \) therefore mode of \(X\) as \(1/3\)
 
Back
Top