Loyola College M.Sc. Statistics April 2003 Programming Languages Question Paper PDF Download

 

LOYOLA  COLLEGE (AUTONOMOUS), CHENNAI-600 034.

M.Sc. DEGREE EXAMINATION – STATISTICS

second SEMESTER – APRIL 2003

ST   2803/  S  818   programming languages

28.04.2003

1.00 – 4.00                                                                                          Max: 100 Marks

 

PART A                               (10 ´ 2 = 20 Marks)

Answer ALL the questions

  1. What is the output of the following program?

#  include < iostream. h>

void main (  ).

{  int x, y, z;

x =10;

y = x++;

z = ++y;

cont <<y <<z; }

  1. Explain the switch structure.
  2. Write a program to get the output as

 

1      2        3       4        5

 

2     3       4        5

 

3      4       5

 

  • 5

 

5

  1. Write a recursive program to get the factorial of a number.
  2. What is prototyping?
  3. What is encapsulation?
  4. Explain destructor.
  5. What is a pointer variable?
  6. What is the use of the dot operator and scope resolution operator while using

a class?

  1. Explain strcpy ( ), strcat ( )

 

PART B                    (5 ´ 8 = 40 Marks)

 Answer any FIVE questions.

  1. Explain constructors with examples.
  2. Explain structures with examples.
  3. Write a program to find the largest element in a matrix.

 

 

 

 

  1. Illustrate how runtime polymorphism is achieved with the help of virtual functions.
  2. Explain the following
  3. i) ios : : in,    ii) ios :  : out       iii) ios :  : ate   iv) ios :  : no create
  4. v) ios: : bin vi) ios : : no replace.                                                              (6 ´ 1 ½)
  5. Illustrate the use of default arguments.
  6. Illustrate with an example the use of friend functions.
  7. Explain with an example passing objects as arguments.

PART C                                       (2 ´ 20 = 40 Marks)

Answer any TWO questions

 

  1. a) Using Trapezoidal rule, write a program to evaluate

 

  1. Write a program to find without using a separate function for factorials

Sin x  =                                    (10 +10)

with an error  .0001 between the consecutive terms.

 

  1. Explain the concept of function overloading and operator overloading

with examples.                                                                                        (5 +15)

 

  1. Explain the concept of simple inheritance, multiple inheritance and multilevel

inheritance with examples.                                                                    (4+8+8)

 

  1. Write an interactive menu driven program that will create a data file containing

the  telephone numbers and names of the customers and implement the

following tasks.

  1. Determine the telephone number of a given person.
  2. Determine the name if a telephone number is known.
  • Update the telephone number whenever there is a change. (20)

 

 

Go To Main page

 

 

Loyola College M.Sc. Statistics April 2003 Mathematical Statistics II Question Paper PDF Download

 

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI – 600 034.

M.Sc. DEGREE EXAMINATION – STATISTICS

FourTH SEMESTER – APRIL 2003

St 4953 / s 1072  –  mathematical statistics -ii

 

26.04.2003

1.00 – 4.00                                                                                                      Max : 100 Marks

 

                                                                section – A                                (10´ 2=20 marks)

      Answer ALL the questions. Each carries two marks.

 

  1. Define empirical distribution function.
  2. For the sample central moment compute E (b2).
  3. Let X1, X2, …, Xn be a sample from a Compute the .
  4. Define t and F statistics.
  5. Let X1, X2, X3, X4 be iid random variables with pdf f. Find the marginal pdf of the order statistic X(2) .
  6. Let X1, X2, … be iid N random variables. Show that is an unbiased and consistent estimator of  .
  7. Let X ~ N (0,q). Check if the family of pdf’s is complete.
  8. State Neyman-Pearson fundamental lemma.
  9. Define a likelihood ratio test.
  10. Define a process with independent increments.

 

 

 

                                                         section – B                                         (5´ 8=40 marks)

      Answer any FIVE questions. Each carries EIGHT marks.

 

  1. Let X(1), X(2), X(3) be the order statistics of iid random variables X1, X2, X3 with common pdf

Let Y1 = X(3) – X(2) and Y2 = X(2) . Show that Y1 and Y2 are independent.

  1. State and prove factorization criterion for determining sufficient statistics.
  2. State and prove Rao-Blackwell theorem.
  3. Let X1, X2, …,Xn be iid random variables, where both n and p are unknown. Find the estimates of p and n by the method of moments.
  4. Let X1, X2, …,Xn be a sample from U [q -, q + ]. Show that the statistic T(X1,X2,…,Xn) such that max Xi – T (X1, X2, …, Xn) min Xi +

 

is an MLE of q .

 

  1. Let X1, X2,…,Xn ~ U[0, q], q>0. Show that the family of uniform densities on [0,q] has
    an MLR in max

 

  1. (a)  Explain Chi-square test of goodness of fit.
  • Explain normal test for single proportion.
  1. (a) Classify the stochastic processes with respect to time and state space.
  • State the characteristics of the Brownian motion process.

 

 

 

                                                        section – C                                         (2´20=40 marks)

Answer any TWO questions. Each carries TWENTY marks.

 

  1. (a) Derive the distribution of   in sampling from a normal population.
  • Derive the pdf of Chi-square distribution.
  1. (a) State and prove Cramer-Rao inequality.
  • Let X ~ P (). Find the UMVUE of based on a sample of size one.
  1. (a)  Let X ~ N . Obtain a 100 confidence interval for based on a
    random sample of size n.
  • Let X ~ N (0, 1) under H0 and X ~ C (1, 0) under H1. Find an MP size  test of H0 against H1, and obtain the power of the test.
  • Explain F – test for the equality of population variances.
  1. (a) Establish Chapman – Kolmogorov equation and hence show that the   is
    the power of 1-step tpm.
  • State the postulates for Poisson process.
  • Show that if {N (t)} is a Poisson process, then for , the conditional distribution of N (s) given N (t) = n is binomial .

 

 

Go To Main page

Loyola College M.Sc. Statistics April 2003 Industrial Statistics Question Paper PDF Download

LOYOLA  COLLEGE (AUTONOMOUS), CHENNAI-600 034.

M.Sc. DEGREE  EXAMINATION  – STATISTICS

FourTh SEMESTER  – APRIL 2003

ST  4801/ S  1016   indusTrial STATISTICS

16.04.2003

1.00 – 4.00                                                                                             Max: 100 Marks

PART A                                       (10 ´ 2 = 20 Marks)

Answer ALL the questions.

 

  1. Discuss the logic and statistical basis underlying the general use of 3s limits on control charts.
  2. Mention the theoretical basis of p-chart and setup its control limits.
  3. How is lack of control of a process determined using control chart techniques?
  4. What is process capability ratio (PCR)?
  5. Briefly explain the process -capability analysis.
  6. What is Average run length (ARL)?
  7. Explain an attribute single sampling plan.
  8. What purpose does an OC curve serve?
  9. Define AOQ and give an expression for AOQ for a single sampling plan.
  10. Explain six-sigma quality.

 

PART B                                          (5 ´ 8 = 40 Marks)

Answer any FIVE questions.

 

  1. Define the terms : i) rational subgroups  ii) Specification limits

iii) natural tolerances iv) chance and assignable causes.

  1. For the following case, state:
  2. Which control charts(s) would be appropriate to use for ongoing

statistical process control;

  1. Why you suggest the chart(s) given in a); ?
  2. What assumptions are you making in suggesting the charts given in a)?

 

Case: A factory manufactures power sockets for use in the refining oil.  These

sockets look like those use by automobile mechanics, except that they are much

larger than and the surface in covered with block oxide instead of stainless steel

to indicate that they are specially designed for power tools.   The hexagonal

inside of  the socket is  prepared by an electrolytic method, and the resulting

diameter of the hexagon is very critical.

Rather than measure every possible diagonal in the socket, one diagonal is

selected at random. from each socket and recorded.  A sample of five

consecutively  produced sockets is taken each day, and the measures are made.

The process will be to collect data for a month, which consists of 22 observations,

and  develop trial  control limits.

 

 

 

 

 

 

 

 

 

 

 

  1. A control chart indicates that the current process fraction non-conforming is

0.02. If 50 items are inspected each day, what is the probability of detecting a

shift  in the fraction  non-conforming to 0.04 on the first day after the shift?

By the end of the third day following the shift?

  1. Write a detailed note on the moving average control chart.
  2. Consider a modified control chart with center line at m= 0 and s =1.0. If n = 5, the tolerable fraction non-conforming is s = 0.00135 and the control limits

are at 3, sketch the OC curve for the chart.

  1. Viscosity measurements on polymer are made every 10 minutes by an on-line viscometer. Eighteen observation are shown below.  The target viscosity for this process is mo = 3200.

 

3169 3173 3162 3154 3139 3145 3160 3172 3175
3205 3203 3209 3208 3211 3214 3215 3209 3203

 

Construct a tabular cusum for this process using standardized values

of h = 8.01  and k = 0.25.

  1. For the sampling plan N =120, n1= n2 =13, c1 = 0 and c2 =1, obtain Pa, ASN

(full inspection), AOQ (defective found replaced) and ATI when the submitted

lot has the fraction non-conforming at p = 0.18

  1. What are acceptance and rejection lines of a sequential sampling plan for attributes? How are the OC and ASN values obtained for this plan?

 

PART C                                       (2 ´ 20 = 40 Marks)

Answer any TWO questions.

 

  1. a) Distinguish between c and u charts. Explain the situations where c and u

charts are applicable and how are the limits obtained for these charts.

  1. b) Explain the procedure of obtaining the OC curve for a p-chart

with an illustration.                                                                                (10+10)

  1. a) What are modified control charts? Explain the method of obtaining control

limits for modified control charts.

  1. b) Write a detailed note on control charts based  on extreme values.          (12+8)

 

  1. a) What purpose does a cumulative sum chart serve?
  2. b) Outline the procedure of constructing V-                                      (5+15)

 

  1. a) Explain with an illustration the methods of obtaining the probability of

acceptance   for a triple sampling plan.

  1. What are continuous sampling plans and mention a few situations where these

plans are applied.                                                                                   (10 +10)

 

 

Go To Main page

 

 

 

 

Loyola College M.Sc. Statistics April 2003 Computational Statistics  II Question Paper PDF Download

 

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI – 600 034.

M.Sc. DEGREE EXAMINATION – sTATISTICS

SECOND SEMESTER – APRIL 2003

ST 2804 / s 819  –  computational statistics – ii

 

30.04.2003

1.00 – 4.00                                                                                                     Max : 100 Marks

 

Answer any three questions.

 

  1. a) In a genetical experiment the frequencies observed in 4 different classes are 1997,
    906, 904,32. Theory predicts that these should be in the proportion
    and   respectively. Find the maximum likelihood estimate of the parameter q and
    also obtain the estimate of its variance.

 

  1. b) The following table gives the number of flower heads each having exactly ‘x’ gall cells.

 

No.of gall cells in a flower head 1 2 3 4 5 6 7 8 9 10
No.of flower

heads

287 272 196 79 29 20 2 0 1 0

Estimate the parameter ‘q’ by the method of maximum likelihood and also obtain its
asymptotic variance by assuming the frequency distribution of gall cells to be of truncated
Poisson type.                                                                                                               (14+20)

 

  1. a) A survey of 200 families with four children each revealed the following data :
No.of boys 0 1 2 3 4
No.of families 8 48 76 54 14

Assume that X ~ B (4, p) where ‘p’ is the probability of a child being a boy.

  • Obtain the MLE of

(ii) Obtain the MLE of the probability that a randomly selected family has atleast
3 boys.

 

  1. b) The following data relates to the results of a genetical experiment:
Gene type Relative frequencies Observed frequencies
I 508
II 432
III 397
IV 518

 

Estimate the parameter q by the method of modified minimum Chi-Square.    (17+17)

 

  1. a) Let X be the concentration in parts per billion of chromium in the blood of healthy
    person and Y be the same measurement done on a person with some disease.  8
    healthy persons and 10 persons with disease were taken up for studying and the
    following observations were obtained.
X 15 23 12 18 9 28 11 10
Y 25 20 35 15 40 16 10 22 18 33

It is believed that X and Y have normal distributions with variance s x2 and s y2 respectively.  Obtain 98% Confidence interval for the ratio.

 

  1. Obtain a 95% confidence interval for the parameter q of Poisson distribution based on the following data:                                                                                           (17+17)
No.of blood corpuscles 0 1 2 3 4 5
No.of Cells 142 156 96 27 5 1

 

  1. a) Let X1, X2, …,X5 be a random sample of SAT mathematical scores assumed to be
    N (m1,s2) and let Y1, Y2, …,Y8 be an independent random sample of SAT verbal
    scores assumed to be N(m2,s2). If the following data are observed find 90% confidence
    interval for m1 – m2 .

X1 = 644;         X2 = 493;         X3 = 532;         X4 = 462;         X5 = 565.

Y1 = 623;         Y2 = 472;         Y3 = 492;         Y4  = 661;        Y5 = 540;         Y6 = 502;         Y7 = 549;         Y8 = 518.

 

  1. b) Test for randomness of the following 14 observations at 5% level:
    4,     76.3,    85.6,    76.4,    88.4,    80.2,    85.6,    84.6,    78.3,    82.8,    88.1,    85.4,    87.7,    86.6.                                                                                        (20+14)

 

  1. a) Let Y ~ B (200, p). To test H0: p = 0.75 against H1: p > 0.75. we observe Y and reject
    H0 if Y150. Use the normal approximation to compute the level and power function
    of the test for values of  p starting from 0.75 at intervals of 0.02 up to 0.85.

 

  1. b) Let X1, X2, …,Xn be a random sample from a normal distribution with mean ‘m’ and
    variance 64. Show that C = {(x1, x2, …, xn):}  is a best critical region for testing
    H0: m = 80 against H1: m = 76. Find ‘n’ and ‘c’ so that  = 0.05 and b = 0.05
    (17+17)

 

Go To Main page

Loyola College M.Sc. Statistics April 2003 Advanced Operations Research Question Paper PDF Download

LOYOLA  COLLEGE (AUTONOMOUS), CHENNAI-600 034.

M.Sc. DEGREE  EXAMINATION  – STATISTICS

FourTh SEMESTER  – APRIL 2003

ST  4951/ S  1052   advanced operations  reSEaRCH

26.04.2003

1.00 – 4.00                                                                                             Max: 100 Marks

 

 

SECTION A                      (10 ´ 2 = 20 Marks)

Answer ALL the questions.

  1. State the Bellman’s principle of optimality.
  2. Define a general non-linear programming problem.
  3. What is posynomial and where it is used?
  4. Define the mathematical formulation of an quadratic programming problem.
  5. Define separable programming problem with an example.
  6. Convert the chance constraint into equivalent deterministic constraint for the following problem.

Min  Z = 3x1+ 4x2

St   Pr (3x1-2x2 £ b1) ³

 

x1, x2 ³ 0, where b1, b2, b3 are independent random variables uniformly distributed

in the intervals (-2,2), (0,2) and (0,4) respectively.

  1. Explain the concept of integer programming problem.
  2. Explain the mathematical model of a stochastic linear program.
  3. Explain a scenario where the goal programming concepts are applied.
  4. State the Kuhn-Tucker conditions to solve an NLPP program.

 

SECTION B                                   (5 ´ 8 = 40 Marks)

Answer any FIVE questions

  1. Explain Wolfe’s Algorithm in solving a non linear programming problem.
  2. Solve the following geometric programming problem

 

  1. Explain clearly the piece wise linear approximation.
  2. Solve the following Integer programming problem

Max Z = x1+ x2

s.t     3x1+ 2x2 £ 5

x2 £ 2

x1, x2 ³ 0 and integers.

  1. Derive the Gomary’s constraint in solving an integer programming problem
  2. Solve the non linear programming problem using Lagrangian multipliers.

Maximize

s.t       x1+ x2 + x3 =15

2x1 -x2 +2x3 = 20

x1,  x2, x3 ³ 0

 

 

 

  1. Explain the concepts in solving the stochastic programming problem for

the following scenario  assuming the usual notations

(i) Aircraft Allocation problem    (ii) Two stage programming

  1. Solve the following cargo loading problem assuming the usual notations when

there is no volume restriction  (i.e., Q = ¥) , W = 5 and N = 3 with the

numerical  data given below

 

item (n) Weight (Wn) Value (Vn)
1 2 7
2 3 10
3 1 3

 

SECTION C                                  (2 ´ 20 = 40 Marks)

Answer any TWO questions.

  1. Explain Beale’s Algorithm in solving a non linear programming problem.
  2. Solve the following non linear programming problem using Beale’s Algorithm

 

s.t   x1 +2x2 £ 10

x1 + x2 £ 9

x1 ,x2 ³ 0

  1. a) Explain Branch and Bound Technique in solving an Integer programming

problem

  1. Derive the geometric -arithmetic mean inequality in solving a geometric

programming problem

21  a)   Explain the dynamic programming problem concepts in solving the Cargo

loading problem, assuming the usual notations.

  1. Solve the following linear programming problem through Dynamic programming problem

Max  Z = 3x1 + 4x2

s.t         2x1 + x2 £ 40

2x1 + 5x2 £ 180

x1, x2 ³ 0

  1. a) Approximate the following NLPP to LPP using separable convex

programming and piece wise linear combination concepts

 

Max f(x) = 3x1 + 2x2

                                                               

  1. Explain the scenario of n component system in series in Reliability and

provide a solution to solve using a Dynamic programming problem.

 

 

 

Go To Main page

Loyola College M.Sc. Statistics Nov 2003 Stochastic Processes Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI –600 034

M.Sc., DEGREE EXAMINATION – STATISTICS

THIRD SEMESTER – NOVEMBER 2003

ST-3800/S915 – STOCHASTIC PROCESSES

03.11.2003                                                                                                           Max:100 marks

1.00 – 4.00

SECTION-A

Answer ALL the questions.                                                                              (10×2=20 marks)

 

  1. Define a stochastic process clearly explaining the time and state space.
  2. Examine if a sequence of independent random variables possesses independent increment property.
  3. Define a Markov chain. Give an example.
  4. Let the transition probability matrix of a Markov chain with the state space S= {0,1,2,3} be P = . Find the periodicities of the states.
  5. Define i) recurrence and ii) mean recurrence time of state i.
  6. Describe a Poisson process.
  7. Define current life and excess life associated with a renewal process.
  8. Find the distribution of excess life if N(t) ~ P (l t).
  9. If {Xn} is martingale with respect to {Yn} , Show that E [Xn+k½Y0 Y1­­ ….Yn] = Xn for all k .
  10. Define Branching Process.

 

SECTION-B

Answer any FIVE questions.                                                                           (8×5=40 marks)

 

  1. State and establish Chapman – Kolmogorov equations satisfied by a discrete time Marhov – chain.
  2. Show that d(i) = g cd {n ³ 1 | f> 0}.
  3. Describe Yule process. Show that the marginal distirbution of the process is negative binomial with p = ebt if the initial size is greater than 1.
  4. Describe a Birth – Death process and derive kolmogorov forward differential equation.
  5. Show that the renewal function corresponding to the life time density

 

 

l2 x elx  ,   x > 0

f (x) =

0              ,    elsewhere

 

is given by      M (t) =

  1. Define a renewal process. Show that renewal function M(t) satisfies the renewal equation.
  2. Let Y0 = 0, and Y1, Y2….be iid random variables with E (Yk) = 0 and

E (Y) = s2, k = 1, 2, ….

Let X0 = 0 and Xn =  .

Show that {Xn}  is a martingale w.r.t {Yn}.

  1. Suppose the probability generating function of the off-spring distribution for a Branching process is f (s) = 0.1 + 0.4 s + 0.5 S2. Obtain the extinction probability.

 

SECTION-C

Answer any TWO  questions.                                                                          (2×20=40 marks)

 

  1. i) Show that if i j, then d(i) = d(j). (8)
  2. ii) Show that state i is recurrent if and only if . (12)
  3. i) Prove that the three dimensional symmetric random walk on the set of integers is a transient Markov chain.          (15)
  4. ii) Let {Xn, n ³ 0} be an irreducible FMC with doubly stochastic tpm. Show that the stationary probabilities are equal. (5)
  5. i) Show that the stationary distribution for a single server queueing model is geometric, and also show that the distribution of waiting time is an exponential.                         (7+8)
  6. ii) Derive Kolnogorov forward differential equations for Telephone trunking model. (5)
  7. i) Let the renewal counting process be Poisson. Find the joint distribution of  and .  Deduce that the two random variables are independent.                                                        (10)
  8. ii) State and prove elementary renewal theorem. (10)

 

 

Go To Main page

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Loyola College M.Sc. Statistics Nov 2003 Sampling Theory Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI –600 034

M.Sc., DEGREE EXAMINATION – STATISTICS

FIRST SEMESTER – NOVEMBER 2003

ST-1802/S717 – SAMPLING THEORY

08.11.2003                                                                                                           Max:100 marks

1.00 – 4.00

 

SECTION-A

 

Answer ALL  the questions.                                                                             (10×2=20 marks)

 

  1. Explain probability sampling design.
  2. Given N = 5, n = 3, X2 = 2, X3 = 3, X = 25. Compute p23 under Midzuno Sampling design.
  3. Distinguish between inclusion probabilities and inclusion indicators.
  4. List all possible Balanced Systematic Samples when N = 30 and n = 6.
  5. Define Des-Raj ordered estimator.
  6. Define Horvitz-Thompson estimator.
  7. Write a short note on Yates corrected estimator under Linear systematic sampling.
  8. Describe two phase sampling.
  9. When is stratified sampling used?
  10. Define proportional allocation.

 

SECTION-B

 

Answer any FIVE questions.                                                                           (5×8=40 marks)

 

  1. Derive variance of Horvitz-Thompson estimator in Yates-Grundy form.
  2. Explain Lahiri’s method and show that Lahiri’s method of selection is a probability proportional to size selection method.
  3. Write a note on Warner’s model.
  4. Explain ratio estimator, also derive the approximate bias and mean square error of the estimator.
  5. Compare Linear systematic sampling and simple random sampling in the presence of a linear trend.
  6. Develop Hartly-Ross unbiased ratio type estimator.
  7. Derive variances and covariances in the two cases of two phase sampling, assuming simple random sampling is used in both the phases of sampling.
  8. Describe Two-stage sampling. Give the unbiased estimator and also derive the variance of the unbiased estimator.

 

 

 

 

 

 

 

SECTION-C

Answer any TWO questions.                                                                           (2×20=40 marks)

 

  1. a) Derive V() for n = 2.            (15)
  2. b) For any fixed size sampling design yielding samples of size n, prove that

(5)

  1. a) Describe Midzuno sampling design and show that it is a sampling design. (5)
  2. b) Derive the first and second order inclusion probabilities under Midzuno sampling

design.                                                                                                                          (15)

  1. a) Develop Yates corrected estimator under linear systematic sampling. (10)
  2. b) Suppose from a sample of n units selected with simple random sampling (SRS) a

subsample of n’ units is selected with SRS duplicated and added to the original

sample. Derive the expected value and the approximate sampling variance of , the

sample mean based on the n+n’ units.                                                                         (10)

  1. a) Write a note on proportional allocation for a given cost. Also deduct V  under it

assuming SRS is used in all strata.                                                                             (10)

  1. b) A sampler has two strata with relative sizes and . He believes that

S1, S2 can be taken as equal.  For a given cost C = C1 n1 + C2 n2,  show that (assuming

Nh is large).

(10)

 

 

Go To Main page

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Loyola College M.Sc. Statistics Nov 2003 Operation Research Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI –600 034

M.Sc., DEGREE EXAMINATION – STATISTICS

THIRD SEMESTER – NOVEMBER 2003

ST-3802/S917 – OPERATION RESEARCH

07.11.2003                                                                                                           Max:100 marks

1.00 – 4.00

SECTION-A

Answer ALL questions.                                                                                   (10×2=20marks)

 

  1. Define ‘CONVEX HULL OF A SET’.
  2. What is meant by ‘SURPLUS VARIABLE’?
  3. Distinguish between ‘PRIMAL’ and ‘DUAL’ problem.
  4. When do we go for Big-M Method?
  5. State the MAX FLOW – MIN CUT theorem.
  6. What are the disadvantages of under stockings?
  7. Give any two applications of NETWORK?
  8. What is meant by ‘MINIMALSPANNING TREE’?
  9. Briefly explain the term ‘MIXED STRATEGY’.
  10. Define i) setup cost ii) Holding cost

 

SECTION-B

Answer any FIVE questions.                                                                           (5×8=40marks)

 

  1. a) What is meant by a CONVEX SET?
  2. b) Show that the set S = is a convex set.
  3. Explain VOGEL’S method to determine the Initial Assignments for a Transportation problem.
  4. Construct a 2×3 game and hence solve using graphical method.
  5. a) What is meant by BUFFER STOCK?
  6. b) Explain how to derive an expression for Buffer Stock.
  7. Solve the steady – state equation for M/M/1 queueing model.
  8. Distinguish between ‘TOTAL FLOAT’ and ‘FREE FLOAT’ with suitable illustration.
  9. When do we go for ABC – INVENTORY SYSTEM and VED – ANALYSIS? Explain briefly with neat diagram.
  10. Distinguish between ‘FORWARD PASS’ and ‘BACKWARD PASS’ with suitable illustration.

 

SECTION-C

Answer any TWO questions.                                                                           (2×20=40marks)

 

  1. a) Explain the BALANCED and UNBALANCED Transportation problem with an

example.

  1. Define the term DEGENERACY in transportation problem and hence construct a 3×3 degenerate transportation problem and find the optimal solution.        (6+14)
  2. a) Discuss in detail the industrial applications of QUEUENING THEORY.
  3. b) Derive the expressions Pn, Lq, Ls, Wq and Ws for (M/M/C) : (GD/¥/¥).        (8+12)
  4. a) Distinguish between ‘DETERMINISTIC’ and ‘PROBABILISTIC’ models with suitable

illustrations.

  1. b) Explain in detail the SINGLE – ITEM static model with price breaks, and derive the

optimum order quantity.                                                                                        (10+10)

  1. Write short notes on the following:
  2. TWO-PHASE METHOD
  3. ASSIGNMENT MODEL
  4. DOMINANCE PROPERTY
  5. PERT              (4X5=20)

 

 

Go To Main page

Loyola College M.Sc. Statistics Nov 2003 Computational Statistics – III Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI –600 034

M.Sc., DEGREE EXAMINATION – STATISTICS

THIRD SEMESTER – NOVEMBER 2003

ST-3803/S918 – COMPUTATIONAL STATISTICS – III

10.11.2003                                                                                                           Max:100 marks

1.00 – 4.00

SECTION-A

Answer any THREE  questions.                                                                     

 

  1. a) Solve the following L.P.P using SIMPLEX METHOD

MAXIMIZE         Z = 12 X1 + 15X2 +14 X3

subject to                     X1 + X2 + X3  100

-0.01 X2 + 0.02 X3  0

-0.01 X1 + 0.01 X2  0

X1, X2,      X3   0

  1. b) Solve the following game using graphical method:

 

Player -B

B1    B2

Player-A

(18+15.5)

  1. a) Construct a network based on the following data:

ACTIVITY:                       A         B         C         D         E          F          G

o      :                              3          2          2          2         1         4          1

tm    :                      6          5          4          3         3         6          5

tP      :                             9          8          6          10        11        8         15

PREDECESSOR:               –           –           A         B         B        C,D       E

 

 

Calculate

  • The expected time and SD for each activity
  • The CRITICAL PATH
  • The probability that the project will be completed by 18 weeks.
  1. b) Consider the inventory problem with 3 items (n = 3), the parameters of the problem are

shown below

Item                 KI                    bI                            hI                     a

1                      $10                  2 units             $ 0.3                1 sq.ft

2                      $5                    4 units             $ 0.1                1 sq.ft

3                      $15                  4 units             $ 0.2                1 sq.ft

 

Assume that the total available storage space area A= 25 Sq.feet.   Determine the

optimal order quantity for the three items.

 

(20+13.5)

 

 

 

  1. a) The following correlation were obtained among the responses auditory reaction times,

audiometric hearing loss,  WAIS comprehension and WAIS digital symbol for a

sample of   N = 47 males

 

  • determine the partial correlation of reaction time and hearing loss with the two WAIS subset scores held constant. Test the hypothesis of zero partial correlation at 5% level.
  • Compute the multiple correlation of reaction time with the other three variates. Test the hypothesis of independence of the first response and the last three.

(20)

  1. b) Let X ~ N  with the mean vector .  What is the

conditional distribution of X2  (X1 = 8, X3 = 5).                                                         (13.5)

 

1     2    3    4

  1. a) Consider a Markov chain with TPM
  • Examine whether the Markov chain is irreducible.
  • Also check whether the state 4 is ergodic
  • Find the stationary distribution (3.5+4+6)
  1. b) Let A = B =   =    and

to be distributed independently according to trivariate normal population with

respective parameters.

 

 

 

What are the distribution of the following linear transformation of those variates.

 

(i) AX              (ii)        BX                  (iii) (X’ A   Y’ B’)        (iv) (X’ A’   X’ B’)

 

(4×5=20marks)

 

 

 

 

 

  1. a) Consider a Markov chain {xn, n }with the state space S = {0 , 1, 2, 3, 4, 5} and one

step TPM given by

 

P  =

Find the equivalence classes and the periodicity of the states.

 

  1. b) For a Morkov chain with one step TPM 0        1       2

 

Find if the states are transient or recurrent.

 

 

Go To Main page

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Loyola College M.Sc. Statistics Nov 2003 Econometrics Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI –600 034

M.Sc., DEGREE EXAMINATION – STATISTICS

THIRD SEMESTER – NOVEMBER 2003

ST-3950/S919 – ECONOMETRICS

12.11.2003                                                                                                           Max:100 marks

1.00 – 4.00

SECTION-A

Answer ALL questions.                                                                                   (10X2=20 marks)

 

  1. What is meant by a generalized least square estimator?
  2. Explain auto regressive process.
  3. What are lagged variables?
  4. What are the properties of OLS estimators of a linear model Y =u?
  5. What is multi collinearity?
  6. Explain specification error.
  7. What is the auto correlation?
  8. What are the reasons for auto correlation disturbances?
  9. What are the sources of non spherical disturbances?
  10. Explain the homoscedasticity property.

 

SECTION-B

Answer any FIVE questions.                                                                           (5X8=40 marks)

 

  1. Consider the linear Y =u with E (u) = 0 and E(uu!) = Prove that an unbiased estimate of  is given by  where r is the residual vector.
  2. Derive the MLE of the parameters of the linear regression model Y =
  3. Derive the variance – covariance matrix of the autocorrelated disturbance terms?
  4. Explain in detail the concept of multi cotnearity.
  5. Explain the effect of excluding the relevant variables is the linear model Y =
  6. Explain clearly the concept of hetroscedasticity property.
  7. Explain the concept of structural change.
  8. Write short notes on (i) dummy variables (ii) seasonal adjustment.

 

SECTION-C

Answer any TWO questions.                                                                           (2X20=40 marks)

 

  1. For the general linear model Y =u, derive the least square estimator and

find Var  .

  1. a) State and prove gauses Markov theorem.
  2. b) Derive the test procedures to test the linear hypothesis H:Rb = S for the general linear

model.

  1. a) What are the properties of OLS estimators under Non spherical disturbances?
  2. b) Explain the Drubin – Watson test to test for auto correlation. (8+12)
  3. a) Explain cochrane – orcutt iterative estimation procedure used in the presence of

autocorrelated disturbance.

  1. b) Describe the ALMON Lag model to estimate the parameters of a distributed Lag

model.                                                                                                              (10+10)

 

 

Go To Main page

Loyola College M.Sc. Statistics Nov 2003 Multivariate Analysis Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI –600 034

M.Sc., DEGREE EXAMINATION – STATISTICS

THIRD SEMESTER – NOVEMBER 2003

ST-3801/S916 – MULTIVARIATE ANALYSIS

05.11.2003                                                                                                           Max:100 marks

1.00 – 4.00

SECTION-A

Answer ALL the questions.                                                                              (10×2=20 marks)

 

  1. Let X ~ N . Obtain the conditional distribution of X1 given X2 = x2.
  2. Write the characteristic function of bivariate normal distribution.
  3. Explain how the collinearity problem can be solved in the multiple regression

Y = Xb + Î.

  1. If X and Y are two independent standard normal variables, obtain the distribution of two times of the mean of these two variables.
  2. Let X be trinormal with

m =  and   compute  .

  1. Define Fisher’s Z – transformation.
  2. Explain classification problem into two classes.
  3. Write down any four similarity measures used in cluster analysis.
  4. Distinguish between principal component and factor analysis.
  5. What is meant by residual plot?

 

SECTION-B

Answer any FIVE  questions.                                                                          (5×8=40 marks)

 

  1. Define multiple correlation coefficient between X1 and X2, …., Xp. Show that the multiple correlation coefficient between X1 and X2, …., Xp has the expression

.

  1. Let Y ~ Np ( 0, å) . Show that Y1 has – distribution.
  2. Test at level 0.05 whether m = in a bivariate normal population with s11 = s22 = 5 and s12 = -2 ,   by using the sample mean vector  based on a sample of size 10.
  3. How will you test the equality of covariance matrices of two multivariate normal distributions on the basis of independent samples drawn from two populations?
  4. Derive the characteristic function of Wishart distribution.
  5. In Principal component analysis derive the first principal component.
  6. Obtain the rule to assign an observation of unknown origin to one of two p-variate normal populations having the same dispersion matrix.
  7. Outline single linkage and complete linkage clustering procedures with an example.

 

SECTION-C

Answer any TWO  questions.                                                                          (2×20=40 marks)

 

  1. a) Derive the MLE of å when the sample is from Np (m, å).
  2. b) Define Hottelling’s T2 – statistic.
  3. c) Using the likelihood ratio test procedure, show that the rejection region for testing m =

mo against m ¹ mo is given by

T2 = n( S-1 (³  T.                                                             (10+3+7)

  1. a) Prove that under some assumptions (to be stated), Variance- covariance matrix can be

written as å = LL1 +  in the factor analysis model.  Also discuss the effect of an

orthogonal transformation.

  1. b) Let X1,X2,…., Xp have covariance matrix å with eigen value vector pairs (l1, e1),…,

(lp, ep),  l1 l2 ….. ≥ lp 0,   then prove that

s11 + s22 + …..+ spp = ,

Where ,  Yi  represents the i – th principal component.

  1. c) Explain the principal component (principal factor) method of estimating L in the factor

analysis model.                                                                                                  (10+5+5)

  1. a) Explain the method of extracting canonical correlations and canonical variables. Also

explain how the theory of canonical correlation is helpful in the analysis of multivariate

data.

  1. b) State an establish the additive property of Wishart distribution. (10+10)
  2. Write shot notes on:-
  3. Roy’s Union – Intersection principle
  4. Step – Wise regression
  5. Mohalanobis Squared distance. (5+10+5)

 

Go To Main page

 

 

Loyola College M.Sc. Statistics Nov 2003 Measure Theory Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI –600 034

M.Sc., DEGREE EXAMINATION – STATISTICS

FIRST SEMESTER – NOVEMBER 2003

ST-1801/S716 – MEASURE THEORY

06.11.2003                                                                                                           Max:100 marks

1.00 – 4.00

SECTION-A

Answer ALL the questions.                                                                              (10×2=20 marks)

 

  1. For a sequence {An} of sets, if An A, show that .
  2. Define a monotone increasing sequence of sets and give its limt.
  3. Show that a s – field is a monotone class.
  4. Define the indicator function of a set A.
  5. Show that the set rational numbers is a Borel set.
  6. If X is a simple function, show that is a simple function.
  7. If X1 and X2 are measurable functions with respect to prove that max { X1, X2} is measurable w.r.t     .
  8. If = {1,2,3,4},      is the power set of , μ {f} = 0, μ {1} = , μ {1,2} = ,

μ {1,2,3} =  μ (W) = 1, is μ a measure on (W,     )?

  1. If μ is a measure, show that μ ≤ .
  2. If = [0,1] and μ is the Lebesgue measure, write down the value of , where C is the set of rationals, A = [0, 3/4] and B = [1/2, 1].

 

SECTION-B

Answer any FIVE questions.                                                                           (5×8=40 marks)

 

  1. Prove that there exists a unique and minimal s-field on a given non – empty class of sets.
  2. Define Borel s – field of subsets of real line. Show that the minimal s – field generated by the class of all open intervals is a Borel s – field.          (2+6)
  3. a) Define a finitely additive and a countably additive set functions.
  4. b) Let W = {-3, -1, 0, 1, 3} and for A W, let l (A) = with l1 = min (l, O), show that l is not even finitely additive.
  5. If l is an extended real valued s – additive set function on a ring  such that l(A) > – for every A Î Â, show that l is continuous at every set A Î Â.
  6. If X1 and X2 are measurable functions w.r.t show that (X1 + X2) is also measurable w.r.t.    prove that lim inf Xn is measurable w.r.t      .
  7. Define the Lebesgue – Stieltjes (LS) measure induced by a distribution function F on IR. If μ is the LS measure induced by

F(x) =   1 – e-x     if x > 0

 

  • if x ≤ 0,

then find (a) μ (0, 2) (b) μ [-1, +1] and (c) μ (A), where A = {0, 1, 2, 3, 4}.                 (2+6)

  1. Show that a measure on a s – field can be extended to a complete measure.
  2. State and establish Fatou’s lemma.

 

SECTION-C

 

Answer any TWO questions.                                                                           (2×20=40 marks)

 

  1. a) Distinguish between (i) a ring and a field (ii) a ring and a s – ring.
  2. b) Define the minimal s-field containing a given class of sets. Give an example.
  3. c) Show that the inverse image of a s-field is a s-field.
  4. a) Define (i) extension of a measure (ii) completion of a measure. (6)
  5. b) State and prove the Caratheodory extension theorem. (14)
  6. a) Prove that if 0 ≤ Xn X, then . (8)
  7. b) If X and Y are measurable functions on a measure space, show that

.                                                                                (12)

  1. a) If X ≥ 0 is an integrable function, prove that j (A) = A a measurable set,

defines a measure, which is absolutely continuous with respect to the measure m.  (10)

  1. b) State and prove the Lebesgue “dominated” convergence theorem. Is the

“denominated” condition necessary?  Justify your answer.                                     (10)

 

 

Go To Main page

 

 

 

 

 

Loyola College M.Sc. Statistics Nov 2003 Computational Statistics – I Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI –600 034

M.Sc., DEGREE EXAMINATION – STATISTICS

FIRST SEMESTER – NOVEMBER 2003

ST-1804/S719 – COMPUTATIONAL STATISTICS – I

13.11.2003                                                                                                           Max:100 marks

1.00 – 4.00

SECTION-A

Answer any THREE questions. 

 All questions carry equal marks                                                        

 

  1. a) Compare the exact mean square error of ratio estimator with the variance of Hartely-

Ross unbiased estimator using the following population data assuming simple random

sampling is done with sample size 3.

Booth No. Votes polled in 1991 election Votes polled in 1996 election
1

2

3

4

5

1024

886

950

1251

684

964

931

1014

895

768

  1. b) Consider a finite population of size 30 where the population units are arranged in

ascending order with respect to the levels,

Label : 1          2          3 …………..30

Y    : 13        21        29………….245

YI = 5+8i,   i = 1, 2, ……. 30.

Draw a linear systematic sample of size 6 and estimate the population total using Yates

corrected estimator and give your comments.                                                     (20+14)

  1. a) To estimate the volume of timer available in forest area consisting of 36 geographical

regions,  a sample of size 6 is drawn using random group method.  The following table

gives the data collected.

S.No. No.of trees Volume of timber

(in cubic units)

Total no. of trees
1

2

3

4

5

6

46

73

50

48

36

20

112.6

143.6

121.2

98.7

76.3

42.3

243

180

140

70

107

90

Estimate the total volume of timber assuming that there are 2800 trees in the forest

area and also estimate the variance of your estimator.  (Here it is assumed that the

random groups are all of equal size).

  1. b) A sample survey is conducted with the aim of estimating the total yield of paddy, the

area is divided into 5 strata and from each stratum 4 plots are selected by the method of

simple random sampling without replacement (SRSWOR).  Using the data given below

obtain the estimate of total yield along with the variance of the estimator.

Stratum No. Total No. of plots Yield of paddy for 4 plots
1

2

3

4

5

105

87

76

98

64

104     182     148       87

108      64       132     156

110      281     120     114

96      102     141    111

112     128      124    118

 

(17+17)

  1. a) Show that (A­-1)T = (A­T)-1 for the following matrix.
  2. b) Find g inverse for the given rectangular matrix.

 

  1. c) Find the rank of the given matrix.

 

(14+10+10)

  1. a) Find BT A-1 B without finding A-1 for given matrices A and B.
  2. b) A population containing 420 birds of same weight and age were taken for a stimulus

study.  The birds were divided into 60 equal groups.  They were then given the stimulus

to increase the growth.  The following data gives the frequency distribution of those

with significance increase in weight at the end of 6 weeks.  Fit a truncated binomial

distribution an test the goodness of fit at 5% level of significance.

No.of weeks:   1          2          3          4          5          6

No. of groups: 5          12        18        15        7          3

(14+20)

  1. a) For the following distribution, fit a negative binomial distribution and test the goodness

of fit at 5% level of significance.

X:        0          1          2          3          4          5

F:         212      128      37        18        3          2

  1. b) Fit a distribution of the type p(x) = where p1 (x) = pqx-1 , x = 1,2,…

0 ≤ p ≤ 1 and  Also test the goodness of fit at 5%

level.

X:        0          1          2          3          4          5          6          7          8

F:         72        110      119      58        28        12        4          2          2

(14+20)

 

Go To Main page

 

 

Loyola College M.Sc. Statistics Nov 2003 Analysis Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI –600 034

M.Sc., DEGREE EXAMINATION – STATISTICS

FIRST SEMESTER – NOVEMBER 2003

ST-1800/S715 – ANALYSIS

04.11.2003                                                                                                           Max:100 marks

1.00 – 4.00

SECTION-A

Answer ALL questions.                                                                                   (10×2=20marks)

 

  1. Let Z be the set of all integers. Construct a function form Z to Z which is not one to one and also not onto.
  2. Define a metric on a non-empty set x.
  3. The real valued function f on R2 – is defined by f (x, y) = .  Show that

lim f (x,y) does not exist as (x, y)  (0, 0) .

  1. State weirstrass’s approximation theorem.
  2. If is a convergent sequence in a metric space (X, P) then prove that it is a cauchy sequence.
  3. If Un = O (1/nk-2), for what value of k converges?
  4. Define the upper limit and lower limit of a sequence.
  5. Find and also the double limit of xmn as m,n where xmn  = .
  6. Let f: Rm.  Define the linear derivative of f at .
  7. From the infinite series where obtain the expansion for log (1+x).

 

SECTION-B

Answer any FIVE questions.                                                                           (5×8=40marks)

 

  1. Show that the space R’ is complete.
  2. State and prove cauchy’s inequality.
  3. Prove that the union of any collection of open sets is open and the intersection of any collection of closed sets is closed.
  4. a) Show that f (x) = x  is not uniformly convergent
  5. b) Let and be metric spaces. Let the sequence fn : converge to f uniformly on x. If C is a point at which each fn is continuous, then show that f is continuous at C.
  6. Let V, W be normed vector spaces. If the function f : V W  is linear, then show that the following statements are equivalent.
  7. f is continuous on V
  8. there is a point at which f is continuous.
  • is bounded for
  1. Examine for convergence of if
  2. un =
  3. Let (be a metric space and let f1, f2, …..fn be functions on X to R.  The function

f = (f1, f2, …..fn)  : is given by f(x) = (f1(x) … fn (x).  Prove that f is continuous at x0 if and only if f1, f2,…..fn  are continuous.

  1. If f : is differentiable at then prove that the linear derivative of f at  is unique.

 

SECTION-C

Answer any TWO questions.                                                                           (2×20=40marks)

 

  1. a) Let (and be metric spaces.  Prove that the following condition is

necessary and sufficient for the function f :  to be continuous on X:

whenever G is open in Y, then f-1 (G) is open in X.

  1. b) Show that if is a metric on x then so is given by  (x, y) =  and P and

are equivalent.                                                                                                   (12+8)

  1. a) State and prove Banach’s fixed point theorem.
  2. b) State and prove Heine – Borel theorem.                 (10+10)
  3. a) State and prove d’ alembert’s ratio test
  4. b) Discuss the convergence of where
  5. c) Discuss the convergence and absolute convergence of

(8+8+4)

  1. a) Show that a necessary and sufficient condition that fis that, given

there is a dissection D of [a, b] such that S (D, f, g) – s (D, f, g) < .

  1. b) If fI, f2 R [g i a, b] then prove that f1 f2 R [g i a, b]
  2. c) If f R [ g i a, b] then show that      (7+7+6)

 

 

 

Go To Main page

 

 

 

Loyola College M.Sc. Physics April 2003 Mathematical Physics Question Paper PDF Download

 

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI – 600 034.

M.Sc. DEGREE EXAMINATION – PHYSICS

SECOND SEMESTER – APRIL 2003

PH 2803 / PH 825  –  MATHEMATICAL PHYSICS

 

28.04.2003

1.00 – 4.00                                                                                                      Max : 100 Marks

                                                                PART – A                                       (10´ 2=20 marks)

      Answer ALL questions.

 

  1. Starting from the general equation of a circle in the xy plane A (x2 +y2) + Bx + Cy +D=0 arrive at the z z* representation for a circle.
  2. State Liouville’s theorem.
  3. Develop Laurent series of about z = -2.
  4. Write the Jacobian of the transformation .
  5. Show that the Dirac delta function .
  6. State convolution theorem.
  7. Solve the differential equation + .
  8. Obtain the orthonormalising constant for the series in the interval     (-L, L).
  9. Evaluate using the knowledge of Gamma function.
  10. Generate L2 (x) and L3 (x) using Rodrigue’s formula for laugerre

 

 

 

                                                                PART – B                                      (4´ 7.5=30 marks)

      Answer any FOUR.

 

  1. Obtain Cauchy Rieman equations from first principles of calculus of complex numbers.
  2. Determine a function which maps the indicated region of w plane on to the upper half of the z – plane

v                                                                           y

w plane                                                                    z plane

p                              T

 

Q                      s         u                     p1            Q1                 S1       T1         X

-b                     +b                                                 -1                 +1

  1. Develop half-range Fourier sine series for the function f (x) = x ; 0 < x < 2. Use the results to develop the series .
  2. Verify that the system y11 + ; y1(0) = 0 and y (1) = 0 is a Sturm-Liouville System. Find the eigen values and eigen functions of the system and hence form a orthnormal set of functions.
  3. (a) If f (x) = obtain Parseval’s Identity
    where  Pk (x) stands for Legendre polynomials.
  • Prove that  (x) = 2n – 1 Hn (x) where Hn (x) stands for Hermite polynomials.(4+3.5)

 

 

                                                               PART – C                                      (4´12.5=50 marks)

Answer any FOUR.

 

  1. Show that u (x, y) = Sin x Coshy + 2 Cos x Sinhy + x2 +4 xy – y2 is harmonic Construct f (z) such that u  + iv is analytic.
  2. (a)  Evaluate  using contour integration.

(b)  Using suitable theorems evaluate  c : .                                  (7+5.5)

  1. (a) The current i and the charge q in a series circuit containing an inductance L and
    capacitance C and emf E satisfy the equations L  and i = . Using
    Laplace Transforms solve the equation and express i interms of circuit parameters.
  • Find , where L-1 stands for inverse Laplace transform.                 (3.5)
  1. Solve the boundary value problem . with Y (0, t) = 0; yx (L, t) = 0
    y (x, 0) = f (x) ;  yt (x, 0)  = 0  and  and Interpret physically.
  2. Solve Bessels differential equation using Froebenius power series method.

 

 

 

 

Go To Main page

Loyola College M.Sc. Physics Nov 2003 Statistical Mechanics Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI – 600 034

M. Sc. DEGREE EXAMINATION – PHYSICS

FIRST SEMESTER – NOVEMBER 2003

PH 1801 / PH 721 – STATISTICAL MECHANICS

06.11.2003                                                                                              Max.   : 100 Marks

1.00 – 4.00

 

PART – A

Answer ALL the questions.                                                                         (10 x 2 = 20)

 

  1. Distinguish between micro states and macro states.

 

  1. What is meant by stationary ensemble?

 

  1. Distinguish between canonical and grand canonical ensembles.

 

  1. How does the vibrational contribution to the specific heat of a system vary with temperature?

 

  1. What is the significance of the temperature To for an ideal Bose-Einstein gas?

 

  1. Sketch the Fermi-Disc distribution function for a gas in 3-d at T = 0 and at T > 0.

 

  1. What are white dwarfs?

 

  1. What is the implication of Einstein’s result for the energy fluctuations of black body radiation?

 

  1. Give the relations which represent the Wiener-Khintchine theorem.

 

  1. Write down the Boltzmann transport equation.

 

 

PART – B

 

Answer any FOUR questions.                                                                                (4 x 7.5 = 30)

 

  1. State and explain the basic postulates of statistical mechanics.

 

  1. Obtain the Sackur-Tetnode equation by considering and ideal gas in canonical ensemble.

 

  1. Apply the Bose-Einstein statistics to photons and obtain Planck’s law for black body radiation. Hence obtain the Stefan-Boltzmann law.

 

  1. Show that the specific heat of an ideal Fermi-Dirac gas is directly proportional to temperature when T << TF.

 

  1. Calculate the energy fluctuation for a canonical ensemble. Show that if the fluctuations are very small, it is practically a micro canonical ensemble.

-2-

 

PART – C

 

Answer any FOUR questions.                                                                              (4 x 12.5 = 50)

 

  1. a) Prove Liouiville theorem.

 

  1. b) Explain Gibbs paradox and discuss how it is resolved. (5 + 7.5)

 

  1. a) Show that Boltzmann counting appears as a natural consequence of the symmetry of wave function in quantum theory.                          (5)

 

  1. b) Discuss the features of Gibbs canonical ensemble. Derive an expression for the probability distribution of the canonical ensemble. (7.5)

 

  1. a) Discuss the thermodynamic properties of an ideal Bose-Einstein gas. (7.5)

 

  1. b) How does Landau explain the super fluidity of He4 using the spectrum of phonons and rotons?              (5)

 

  1. a) Show that the fractional fluctuation in concentration is smaller than the MB case for FD statistics and larger for BE statistics. ( 7.5)

 

  1. b) State and explain Nyquist theorem.              (5)

 

  1. Obtain the Boltzmann transport equation. Using it determine the distribution function in the presence of collisions.

 

 

Go To Main page

 

 

 

 

 

 

 

 

Loyola College M.Sc. Physics Nov 2003 Spectroscopy Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI – 600 034

M. Sc. DEGREE EXAMINATION – PHYSICS

FIRST SEMESTER – NOVEMBER 2003

PH 1804 / PH 725 – SPECTROSCOPY

11.11.2003                                                                                              Max.   : 100 Marks

1.00 – 4.00

PART – A

 

Answer ALL the questions.                                                                         (10 x 2 = 20)

 

  1. How are molecules classified on the basis of moment of inertia? Give one example for each.
  2. The moment of inertia of OCS molecule is 137.95 x 10-47 kg-m2. Calculate the rotation constant.
  3. What type of spectroscopy is best suited for H2? Give reasons.
  4. Explain with an example, the rule of mutual exclusion.
  5. What is Fortrat parabola?
  6. The band origin of a transition in C2 is observed at 19378 cm-1 while the rotational fine structure indicates that the rotational constants in excited and ground states are respectively B1 = 1.7527 cm-1 and B11 = 1.6326 cm-1. Estimate the position of the band head.
  7. Define quadruple moment of a nucleus.
  8. Give the importance of double resonance technique.
  9. Calculate the magnetic field strength required to get transition frequency of 60 MHz for hydrogen nuclei.
  10. A Mossbauer nucleus has spin 1/2 and 3/2 in the ground state and excited state respectively. Sketch the Spectrum when combined electric and magnetic fields are present.
PART – B

 

Answer any FOUR                                                                                     (4 x 7.5 = 30)

 

  1. a) Explain the factors that determine the intensity of a spectral line. Obtain an expression for J at which maximum population occurs.

 

  1. b) The separation between lines in the rotational spectrum of HCl molecules was found to be 20.92 cm-1. Calculate the bond length.

 

  1. a) How many normal modes of vibration area possible for H2O? Show by sketch the fundamental vibrational modes of H2O molecule.

 

  1. b) Outline the theory of Raman spectrum on the basis of (1) Classical theory and (2) Quantum theory.

 

  1. Explain the importance of Franck-Condon principle in explaining the intensity of molecular Spectrum.
  2. Discuss the T1 and T2 relaxation mechanism in NMR. Derive an expression for the relaxation time T1.
  3. Explain with a neat diagram, the functioning of Electron energy loss spectrometer.
-2-
PART – C

 

 

Answer any FOUR                                                                                   (4 x 12.5 = 50)

 

  1. (a) Explain, with theory, the spectrum of a linear diatomic molecule of rigid rotor type. Deduce the correction for non-rigid type.

 

(b) Calculate the frequency of  NO  molecule whose force constant is 1609 Nm-1.

 

  1. (a) Explain Born-Oppenheimer      Describe, with theory,  the rotation – vibration spectra of a diatomic molecule.

 

(b) The fundamental and first overtone transition of   14N, 16O are centered at 1876.06 cm-1 and 3724.20 cm-1 respectively. Equivalent the equilibrium frequency, anharmonicity constant and zero point energy.

 

  1. Obtain an expression for the Dissociation energy of a molecule. The Vibrational Structure of the absorption Spectrum of O2 becomes a continuum at 56,876 cm-1. If the upper electronic state dissociates into one ground state atom and one excited atom with excitation energy 15,875 cm-1, estimate the dissociation energy of ground state of O2 in cm-1 and kJ / mole.

 

  1. Explain the principle of ESR. Sketch a neat diagram and explain the functioning of ESR Spectrometer.

 

  1. Outline the importance of ‘RAIRS’ technique in characterising the absorbed surfaces on a specimen.

 

 

 

Go To Main Page

Loyola College M.Sc. Physics Nov 2003 Solid State Physics Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI – 600 034

M.Sc. DEGREE EXAMINATION – PHYSICS

THIRD SEMESTER – NOVEMBER 2003

PH 3801 / PH 921 – SOLID STATE PHYSICS

 

05-11-2003                                                                                            Max.   : 100 Marks

1.00 – 4.00

 

PART – A

 

Answer ALL question.                                                                                (10 x 2 = 20)

 

  1. Define the reciprocal lattice vector .

 

  1. What is a Van der Waal’s interaction?

 

  1. Outline the principles involved in the inelastic scattering of neutrons by PHONONS.

 

  1. State the implications of observing harmonic lattice vibrations.

 

  1. What is size effect?
  2. State Mathiessen rule
  3. What is a Fermi sphere?

 

  1. Distinguish between metals and insulators on the basis of energy bands and the number of electrons per primitive cell.

 

  1. State the difference in the paramagnetic behaviour of rare earth and iron group salts.

 

  1. State Curie-Weiss law and its significance.

 

PART – B

Answer any FOUR questions only                                                             (4 x 7.5 = 30)

 

  1. Obtain the dispersion relation for the one dimensional monoatomic lattice and PLOT w  .

 

  1. Discuss how the nearly FREE electron model for a monoatomic lattice of lattice constant ‘a’ establishes origin of energy gap.

 

  1. What are the three different zone schemes for studying Fermi surface? Explain.

 

  1. Describe the three phonon collision process and briefly EXPLAIN its role in causing thermal resistivity.

 

  1. What are Magnons? Show that the fractional change of magnetization is proportional to T3/2.

-2-

 

PART – C

 

Answer any FOUR questions only.                                                          (4 x 12.5 = 50)

 

  1. Obtain the wave equation for an electron in a periodic potential of lattice constant ‘a’. Hence give the proof of Bloch theorem.

 

  1. a) Derive a quantitative expression for the electronic heat capacity of a free electron gas at low temperatures.     (8.5)

 

  1. b) Quantitatively account for the electrical conductivity as a motion of the Fermi sphere.      (4)

 

  1. a) Apply quantum theory to obtain Curie’s law of para magnetism. (8)

 

  1. b) Describe briefly de Haas Van Alphen effect.     (4.5)

 

  1. a) Explain Ferromagnetic domains. (5)

 

  1. b) Establish theoretically the existence of Bloch Wall between domains in a ferromagnet.                                                         (7.5)

 

  1. Write short notes on any TWO of the following

 

  1. DEBYE’S T3-law.
  2. Isoentropic cooling by demagnetization
  • Paulis Spin paramagnetism

 

 

 

Go To Main Page

 

 

 

Loyola College M.Sc. Physics Nov 2003 Solid State Physics II Question Paper PDF Download

 

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI – 600 034

M.Sc. DEGREE EXAMINATION – PHYSICS

FOURTH SEMESTER – NOVEMBER 2003

PH 4801 / PH 1017 – SOLID STATE PHYSICS II

 

30.10.2003                                                                                          Max.   : 100 Marks

1.00 – 4.00

 

 

PART – A

 

Answer all the questions.                                                                                 (10 x 2 = 20)

 

  1. Explain the physical basis of the effective mass.

 

  1. Discuss the Mott – metal insulation transition with a suitable example.

 

  1. List the microwave and infrared properties of superconductors.

 

  1. Outline briefly, the various methods of measuring the B.E of excitons.

 

  1. Explain the nature of piezoelectricity and hence obtain the piezoelectric equations for polarization and elastic strain.

 

  1. What is meant by “zero field splitting”?

 

  1. Discuss the role of isotope effect on superconductivity.

 

  1. With necessary diagrams, explain the mechanism responsible for the mobility of a dislocation.

 

  1. Distinguish between the Burger vector of a screw dislocation and that of an edge dislocation.

 

  1. Explain the formation of a hole trapped color centre with suitable example.

 

PART – B

 

Answer any FOUR questions only                                                                   (4 x 7.5 = 30)

 

  1. Explain the thermoelectric effects in semiconductors and hence obtain the Kelvin’s relation for irreversible thermodynamics.

 

  1. Derive the dispersion relation for electromagnetic waves and discuss in detail the conditions to be satisfied for the propagation or attenuation of em waves.

 

  1. State the essential conditions required in the formation of Freckle exciton and obtain the energy eigen values.

 

  1. Explain the thermodynamics of the super conducting transition and obtain the expression for stabilization energy density of the super conducting state at absolute zero.

 

  1. Discuss in detail, the Landau’s theory of phase transition and explain the second order phase transition.

-2-

 

 

PART – C

 

Answer any FOUR questions only.                                                                (4 x 12.5 = 50)

 

  1. Derive the expression for the intrinsic carrier concentration and hence form the law of mass action. Prove that the Fermi level lies in the middle of the forbidden gap.

 

  1. a) Discuss in detail, the electrostatic screening behavior of electron gas and obtain the

relation connecting the es potential and charge concentration.                             (7)

 

  1. Using the Thomas-Fermi approximation, derive the expression for the dielectric function of an electron gas.             (5.5)

 

  1. a) Distinguish between A.C. Josephson and D.C. Josephson effects. (3.5)

 

  1. b) Prove that the current of superconductor pairs across the junction depends on the phase difference  in the case of D.C Josephon effect.                                                       (9)

 

  1. Derive the Block equations of motion and obtain the equations for (i) the power absorption and (ii) half width of the resonance at half maximum power.

 

  1. a) What are lattice vacancies? Explain the mechanisms of forming the Schottky and Freckle defects with relevant diagrams.             (5.5)

 

  1. b) Derive the expression for the number of defects formed in the Schottky type with special references to ionic crystals. (7)

 

 

Go To Main Page

Loyola College M.Sc. Physics Nov 2003 Quantum Mechanics II Question Paper PDF Download

LOYOLA COLLEGE (AUTONOMOUS), CHENNAI – 600 034

M. Sc., DEGREE EXAMINATION – PHYSICS

THIRD SEMESTER – NOVEMBER 2003

PH 3800 / PH 920 – QUANTUM MECHANICS II

 

03.11.2003                                                                                           Max.   : 100 Marks

1.00 – 4.00

SECTION – A

 

Answer ALL the questions.                                                                         (10 x 2 = 20)

 

  1. If the eigen values of A are ‘a’, then show that where  is the projection operator.
  2. Prove that e-i a Px / is unitary when a is a real parameter.
  3. Evaluate <jm | J – J + | jm>
  4. Show that e
  5. What is first Born approximation?
  6. State optical theorem.
  7. Explain dipole approximation.
  8. What are allowed and Forbidden transitions with respect to the selection rules of the dipole approximation.
  9. Mention the disadvantage of Klein – Gordan equation for relativistic particles.
  10. What is the significance of the negative energy state?

 

SECTION – B

 

Answer any FOUR questions.                                                                                (4 x 7.5 = 30)

 

  1. Show that has the form – i in the Schroedinger representation.
  2. Obtain the G.  Coefficients  for  the  coupling  of  two  spin  angular  momenta  (j1 = j2 = ½).
  3. Arrive at an expression for the scattering amplitude using Green’s functions.
  4. Explain the Schroedinger picture of time evolution.
  5. Obtain the explicit form for matrices in the Dirac Hamiltonian.

 

SECTION – C

 

Answer any FOUR questions.                                                                              (4 x 12.5 = 50)

 

  1. Arrive at an expression for a proper choice of basis set for commuting operators.
  2. Obtain the  matrix  representation for  J2, Jx,  Jy, Jz  in the |jm> basis for j = 1 and j = 3/2.
  3. Explain the partial wave analysis and derive an expression for the scattering amplitude in terms of phase shifts.
  4. Derive an expression for transition probability of upward and downward transition for an atom interacting with an electromagnetic radiation.
  5. Determine the eigenvalues and eigenfunctions of a free particle using Dirac’s Haneiltonian.

 

Go To Main Page

© Copyright Entrance India - Engineering and Medical Entrance Exams in India | Website Maintained by Firewall Firm - IT Monteur