In: Math
Three resistors with resistances R1, R2, R3 are connected in parallel across a battery with voltage V. By Ohm’s law, the current (amps) is
I = V* [ (1/R1) + (1/R2) + (1/R3) ]
Assume that R1, R2, R3, and V are independent random variables
where R1 ~ Normal (m = 10 ohms, s = 1.5 ohm)
R2 ~ Normal (m = 15 ohms, s = 1.5 ohm)
R3 ~ Normal (m =20 ohms, s = 1.0 ohms)
V ~ Normal (m = 120 volts, s = 2.0 volts
(a) Use Monte Carlo Simulation (10,000 random draws from each input random variable) to estimate the mean and standard deviation of the output variable current. (b) Assess whether the output variable current is normally distributed. (c) Assess whether the inverse of current squared (1/ I2 ) is normally distributed. (d) Estimate the probability that the current is less than 25 amps assuming that the inverse of current squared is normally distributed. (e) Compare your answer to (d) with your simulation results – how many of the 10,000 random results for current are below 25 amps via the Stat > Tables > Tally command?
The given formula for current (I) is
I = V* [ (1/R1) + (1/R2) + (1/R3) ]
where R1, R2, R3 are resistance's connected in parallel & V is the battery voltage
and R1 ~ Normal (m = 30 ohms, s = 0.60 ohm)
R2 ~ Normal (m = 25 ohms, s = 0.60 ohm)
R3 ~ Normal (m = 35 ohms, s = 0.60 ohm)
V ~ Normal (m = 120 volts, s = 1.0 volts)
A) We have to use Monte Carlo Simulation to generate 10,000 random values for current(I).
[The steps are given below to conduct the Monte Carlo simulation by using Minitab software]
Step - 1
First enter the variables name in the worksheet as given in the picture
Step - 2
Generate 10000 observations for R1,R2,R3 and V according to normal distribution with given mean & standard deviation. Use option Calc > Random data >Normal
Then Select the column for R1 and enter the mean & sd, click ok. Repeat the process for R2,R3 and V.
Step - 3
Use option Calc > Calculator to calculate the values for current(I) by using given formula. The formula is entered in the Expression window. Click ok.
we will get results in worksheet like as
Step - 4
To check normality of data generated for current(I), use option Stat > Basic Statistics > Graphical Summary
Then in the summary window, select the variable (I) & confidence interval (95.0) keep as it is and click ok.
The new window will display with all the information that we need.
|
Step - 5
To check the normality of inverse of current, create a new variable inv(I) in worksheet.
Then use option Calc > Calculator to calculate inverse values of current.
Use graphical summary option as given in step 4 to get the results.
|
Step - 6
To find the frequency for current below 12 amps in 10,000 random results, use option tat > Tables > Tally Individual variables
Then select the variable current(I) , tick the cumulative counts. Under session window, we will get the result for frequency for current(I), that is less than 12 amps
D)
|
E] We have to estimate the probability that the current is less than 12 amps assuming that the current is normally distributed.
i.e. we have to find P(I<12) assuming I ~ Normal (mean = 12.23, sd = 0.18)
P(I<12) = P(Z < (12-12.23)/0/18)
= P( Z < - 0.23/0.18)
= P(Z < - 1.28)
P(I <12) = 0.1 (from Z table)
It seems that, the probability calculated in (D) is same as probability in (E).
Thank you for asking. Please rate my
answer...!!