Skip to main content

COMPUTER APPLICATION IN CHEMICAL ENGINEERING JNTU UNIVERSITY PREVIOUS YEAR QUESTION PAPER COLLECTION final year second semester chemical engineering students



IV B.Tech II Semester Regular Examinations, Apr/May 2007
COMPUTER APPLICATION IN CHEMICAL ENGINEERING
(Chemical Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆ ⋆ ⋆ ⋆ ⋆
1. Apply Runge-Kutta third order method to find an approximate value of y when x
=0.2 in steps of 0.1, given that dy/dx = x+y2 and y = 1 when x = 0. [16]
2. Solve by Cramer’s rule, the equations:2x1+5x2+3x3 = 1,-x1+2x2+x3=2,x1+x3+x2=
0. [16]
3. Find the solution to the set of equations shown below. 2x1 βˆ’ 3x2 βˆ’ 3x3 + 6x βˆ’ 4 =
15; 4x1+2x2+3xβˆ’3βˆ’4x4 = 10; 5x1+6x2+x3βˆ’12xβˆ’4 = 5; 3x1βˆ’x2+2x3+2x4 = 13
using Gauss Elimination method. [16]
4. (a) Solve the equation eβˆ’x - x = 0 by Newton-Raphson method.
(b) How does one choose the initial guess value of the root? [12+4]
5. An elementary liquid phase reaction A + B ! R+S is conducted in a multiple
reactor system in which 100liters capacity CSTR is used as the first unit and a
PFR is used as the second unit. Find the intermediate conversion between the
both the units using iterative method. Data: Initial molar ratio of B to A, M
=2, Reaction rate constant (k) =0.2 lit/gmol.min, CA0=0.5 gmol/lit and v0=93.3
lit/min. [16]
6. The specific heat of the Hexane was measured at various temperatures during the
heating and given in the following table
Temp(T),K 298 350 400 450 500 550
Cp/R 16.24 18.229 20.07 21.84 23.53 25.14
If the relationship between specific heat and temperature is of the form: Cp/R=A+BT+CT2+DT3
Estimate the coefficients using polynomial regression. What is the value of specific
heat at 700K. [16]
7. (a) Explain the necessary and sufficient conditions for the extreme of an uncon-
strained function.
(b) Determine the nature of stationary point of the function f(x) = -3x5 + 10x3 -
20
[8+8]
8. (a) Compare the Fibonacci method and modified Fibonacci method by computing
the number of experiments required to get an accuracy of Ξ± 0.01.
(b) Find the effectiveness of Fibonacci method and modified Fibonacci method
when the number of experiments is 10. [8+8]
⋆ ⋆ ⋆ ⋆ ⋆


IV B.Tech II Semester Regular Examinations, Apr/May 2007
COMPUTER APPLICATION IN CHEMICAL ENGINEERING
(Chemical Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆ ⋆ ⋆ ⋆ ⋆
1. Use Runge- Kutta 4th order method to approximate y at x = 0.1 and x = 0.2 for
dy/dx = x+y with x0 = 0 and y0 =1 and h = 0.1. [16]
2. Solve the following equations using Cramer’s rule: x+y+z = 3; x+2y+3z = 4;
x+4y+9z = 6. [16]
3. Solve by Gauss elimination method x + y + z = 6.6 x - y + z = 2.2 x + 2y + 3z
= 15.2. [16]
4. (a) Find a real root of the equation X3 βˆ’2X βˆ’5 = 0 by the Regula-falsi method
correct to three decimal places.
(b) How does one choose the initial value of the root . [12+4]
5. A gaseous mixture has the following composition (in molβ—¦/β—¦)CH4= 20β—¦/β—¦, C2H4
=30β—¦/β—¦, N2= 50β—¦/β—¦. Find the molar volume at 90 atm pressure and 100β—¦C using
Vander Waals equation of state with averaged constants of the following type V 3-
(b’ + RT/b)V 2 + (a’/P)V - a’.b’/P =0 where a’, b’ are the average constants a’=2.3
Γ—106 atm(cm3/gmol)2 , b’=45.0 cm3/gmol. Use the Newton Raphson method. [16]
6. A new microorganism has been discovered which at each cell division yields three
daughter cells. The growth rate data during the batch cultivation is given below
Time(t),h 0 .5 1 1.5 2.0


Dry Wt(X),g/l 0.1 0.15 0.23 0.34 0.51
Fit the above data using least square regression in the exponential growth model
x=a.ebt where a and b are constants. [16]
7. (a) Describe the Newton-Raphson method of finding the extrema of an uncon-
strained single variable function.
(b) Minimize f(Q) = 4 Q + 16/Q using Newton Raphson method. Start with the
first estimate at Q = 1. [8+8]
8. (a) Compare the Fibonacci method and modified Fibonacci method by computing
the number of experiments required to get an accuracy of Ξ± ≀ 0.01.
(b) Find the effectiveness of Fibonacci method and modified Fibonacci method
when the number of experiments is 10. [8+8]
⋆ ⋆ ⋆ ⋆ ⋆


IV B.Tech II Semester Regular Examinations, Apr/May 2007
COMPUTER APPLICATION IN CHEMICAL ENGINEERING
(Chemical Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆ ⋆ ⋆ ⋆ ⋆
1. Using Euler’s method, find an approximate value of y corresponding to x = 1, given
that dy/dx = x + y and y = 1 when x = 0. [16]
2. In a given electrical network, the equations for the currents i1, i2, i3 are 3i1+i2+i3=
8; 2i1 βˆ’3i2 βˆ’2i3 = -5; 7i1 +2i2 βˆ’5i3 = 0. Calculate i1 and i3 by Cramers rule.[16]
3. Develop a step-by-step computational procedure to solve the following equation by
Gauss elimination method x + 4y - z = -5; x + y - 6z = -12; 3x - y - z = 4. [16]
4. (a) Find the roots of X2
βˆ’ 25 = 0 numerically using Regula-falsi method.
(b) Write the computational procedure to evaluate the roots of the equation.
[10+6]
5. For the reaction CO2 (g) + 4H2(g) ! 2H2O(g) + CH4(g) the standard heat of
reaction can be expressed as H0
T = H’ + Ξ±T + ( Ξ²/2)T2 + ( Ξ³/3)T3 ; H’=-
148345 j; Ξ±=-62.54; Ξ²=46.3510βˆ’3 ; Ξ³= βˆ’7.21 Γ— 10βˆ’6 . Find the relevant
temperature at which standard heat of reaction is equal to -183950j using iterative
method. [16]
6. The specific heat of the Hexane was measured at various temperatures during the
heating and given in the following table
Temp(T),K 298 350 400 450 500 550
Cp/R 16.24 18.229 20.07 21.84 23.53 25.14
If the relationship between specific heat and temperature is of the form: Cp/R=A+BT+CT2+DT3
Estimate the coefficients using polynomial regression. What is the value of specific
heat at 700K. [16]
7. (a) Illustrate the importance of optimization techniques in chemical engineering
giving at least four examples.
(b) Given the function f(x) = 80/x + 20x + 20, find the stationary points and
test them for maxima or minima. [8+8]
8. Find the effectiveness of preplanned regular interval method, sequential two point
regular interval method, sequential dichotomous search and preplanned dichoto-
mous search when the number of experiments is 20. [16]
⋆ ⋆ ⋆ ⋆ ⋆


IV B.Tech II Semester Regular Examinations, Apr/May 2007
COMPUTER APPLICATION IN CHEMICAL ENGINEERING
(Chemical Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆ ⋆ ⋆ ⋆ ⋆
1. Using Euler’s method, find an approximate value of y corresponding to x = 1, given
that dy/dx = x + y and y = 1 when x = 0. [16]
2. Solve by Cramer’s rule, the equations:2x1+5x2+3x3 = 1,-x1+2x2+x3=2,x1+x3+x2=
0. [16]
3. Find the solution to the set of equations shown below. 2x1 βˆ’ 3x2 βˆ’ 3x3 + 6x βˆ’ 4 =
15; 4x1+2x2+3xβˆ’3βˆ’4x4 = 10; 5x1+6x2+x3βˆ’12xβˆ’4 = 5; 3x1βˆ’x2+2x3+2x4 = 13
using Gauss Elimination method. [16]
4. (a) Solve the equation X2 βˆ’ 25 = 0 numerically using Newton-Raphson method.
(b) Write the computational procedure to evaluate the roots of the equation .
[10+6]
5. Calculate the molar volume of methanol vapor at 400 K and 8 bar by using Redlich-
Kwong equation of stateV = [RT/P + b βˆ’ a(V βˆ’ b)/{T0.5.PV(V + b)}] Where a=0.4278R2
Tc2.5 /Pc; b= 0.0867RTc/Pc ;Tc=512.6 K; Pc =81 bar. Use the regular falsi method.
[16]
6. A zero order liquid phase reaction A!R is conducted in a constant volume batch
reactor and the following data were reported. Fit the data in the zero order rate
equation using least square regression technique and find the rate constant(k).
Data: Initial reactant concentration CA0=2gmol/lit, -rA=-dCA/dt=k. [16]
Time(t),min 0 0.25 0.5 0.75 1.0 1.25 1.50
Conversion(X) 0 0.11 0.19 0.31 0.39 0.51 0.60
7. (a) Illustrate the importance of optimization techniques in chemical engineering
giving at least four examples.
(b) Given the function f(x) = 80/x + 20x + 20, find the stationary points and
test them for maxima or minima. [8+8]
8. Minimize y = (2x βˆ’ 9)2
0 < x < 10 for 6 Fibonacci experiments. [16]
⋆ ⋆ ⋆ ⋆ ⋆


Comments

Popular posts from this blog

PROBABILITY AND STATISTICS previous question paper for JNTU university 2nd year first semester students Dept: CSE,IT,CSSE

PROBABILITY AND STATISTICS previous question paper for JNTU university 2nd year first semester students Dept: CSE,IT,CSSE PROBABILITY AND STATISTICS previous question paper for JNTU university 2nd year first semester students Dept: CSE,IT,CSSE II B.Tech I Semester Regular Examinations, November 2007 PROBABILITY AND STATISTICS ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ⋆ ⋆ ⋆ ⋆ ⋆ 1. (a) If A and B are events with P(A) = 1/3, P(B) = 1/4, and P(A U B) = 1/2, find i. P(A/B) ii. P(A \Bc ) (b) Three students A,B,C are in a running race. A and B have the same probability of wining and each is twice as likely to win as C. Find the probability that B or C wins. (c) The students in a class are selected at random one after the other for an examination. Find the probability that the boys and girls are alternate if there are i....

jntu previous year question paper MANAGERIAL ECONOMICS AND FINANCIAL ANALYSIS for 2nd year first semester CE and MMT department

jntu previous year question paper MANAGERIAL ECONOMICS AND FINANCIAL ANALYSIS  for 2nd year first semester  Mechanical Engineering,Electronics and Communication Engineering,Computer Science Engineering,Information Technology,Electronics and Telematics,Computer Science and Systems Engineering,Electronics and Computer Engineering,Production Engineering,Instrumentation and Control Engineering and Automobile Engineering jntu previous year question paper MANAGERIAL ECONOMICS AND FINANCIAL ANALYSIS  for 2nd year first semester  Mechanical Engineering,Electronics and Communication Engineering,Computer Science Engineering,Information Technology,Electronics and Telematics,Computer Science and Systems Engineering,Electronics and Computer Engineering,Production Engineering,Instrumentation and Control Engineering and Automobile Engineering III B.Tech I Semester Regular Examinations, November 2007 MANAGERIAL ECONOMICS AND FINANCIAL ANALYSIS (Common to Mechanical Engineering,Ele...

CHEMICAL REACTION ENGINEERING-I JNTU UNIVERSITY PREVIOUS YEAR QUESTION PAPER COLLECTION 3rd year first semester Chemical Engineering department

CHEMICAL REACTION ENGINEERING-I JNTU UNIVERSITY PREVIOUS YEAR QUESTION PAPER COLLECTION 3rd year first semester Chemical Engineering department CHEMICAL REACTION ENGINEERING-I JNTU UNIVERSITY PREVIOUS YEAR QUESTION PAPER COLLECTION 3rd year first semester Chemical Engineering department III B.Tech I Semester Regular Examinations, November 2007 CHEMICAL REACTION ENGINEERING-I (Chemical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ⋆ ⋆ ⋆ ⋆ ⋆ 1. The activation energy for the decomposition of N2O5 is 24630 cal/g mole (103 kJ/mole). (a) What will be the ratio of their rates at 00C and 250C (the rate being measured at the same concentration of reactant)? (b) If the rate constant of the reaction at 250C is 0.002 minβˆ’1 calculate the rate constant for the reaction at 500C [8+8] 2. A constant density first order reaction A ! P is carried out in a batch reactor. Data obtained are given as: Time(sec) 30 60 90 120 150 180 600 Concentr...