SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
www.studentyogi.com                                                                                        www.studentyogi.com

         Code No: RR420803
                                                                                               Set No. 1
                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 metho d to nd 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. 2 1 - 3 2 - 3 3 + 6 - 4 =
              15; 4 1+2 2+3 -3 -4 4 = 10; 5 1+6 2 + 3-12 -4 = 5; 3 1- 2+2 3 +2 4 = 13
              using Gauss Elimination metho d.                                                                         [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 rst 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 0=93.3
              lit/min.                                                                                                     [16]

           6. The speci c 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 speci c heat and temperature is of the form: Cp/R=A+BT+C 2+D 3
              Estimate the coe cients using polynomial regression. What is the value of speci c
              heat at 700K.                                                                                                [16]

           7. (a) Explain the necessary and su cient conditions for the extreme of an uncon-
                    strained function.
               (b) Determine the nature of stationary point of the function f(x) = -3 5 + 10 3 -
                     20
                                                                                                                      [8+8]

           8. (a) Compare the Fibonacci method and mo di ed Fibonacci method by computing
                    the number of experiments required to get an accuracy of = 0.01.
               (b) Find the e ectiveness of Fibonacci method and modi ed Fibonacci metho d
www.studentyogi.com             www.studentyogi.com

         Code No: RR420803
                             Set No. 1
www.studentyogi.com                                                                           www.studentyogi.com

         Code No: RR420803
                                                                                         Set No. 2
                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 ro ot of the equation 3 2 5 = 0 by the Regula-falsi metho d
                       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 / 2 4
               =30 / , 2= 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 3-
               (b’ + RT/b) 2 + (a’/P)V - a’.b’/P =0 where a’, b’ are the average constants a’=2.3
                   106 atm( 3 )2 , b’=45.0 3/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 nding the extrema of an uncon-
                    strained single variable function.
                 (b) Minimize f(Q) = 4 Q + 16/Q using Newton Raphson method. Start with the
                      rst estimate at Q = 1.                                                            [8+8]

           8. (a) Compare the Fibonacci method and mo di ed Fibonacci method by computing
                    the number of experiments required to get an accuracy of 0.01.
                 (b) Find the e ectiveness of Fibonacci method and modi ed Fibonacci metho d
                      when the number of experiments is 10.                                             [8+8]
www.studentyogi.com                                                                                        www.studentyogi.com

         Code No: RR420803
                                                                                                Set No. 3
                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, nd 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 3 1 + 2 + 3=
               8; 2 1 - 3 2 - 2 3 = -5; 7 1 + 2 2 - 5 3 = 0. Calculate 1 and 3 by Cramers rule.[16]

           3. Develop a step-by-step computational pro cedure 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 2 - 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 2 (g) + 4 2( ) 2 2 ( ) + 4( ) the standard heat of
               reaction can be expressed as 0              T = H’ + T + ( /2) 2 + ( /3) 3 ; 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 speci c 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 speci c heat and temperature is of the form: Cp/R=A+BT+C 2+D 3
               Estimate the coe cients using polynomial regression. What is the value of speci c
               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, nd the stationary points and
                     test them for maxima or minima.                                                                  [8+8]

           8. Find the e ectiveness 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]
www.studentyogi.com                                                                                www.studentyogi.com

         Code No: RR420803
                                                                                              Set No. 4
                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, nd 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. 2 1 - 3 2 - 3 3 + 6 - 4 =
              15; 4 1+2 2+3 -3 -4 4 = 10; 5 1+6 2 + 3-12 -4 = 5; 3 1- 2+2 3 +2 4 = 13
              using Gauss Elimination metho d.                                                                 [16]

           4. (a) Solve the equation 2 - 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.4278 2
              Tc2.5 / c; b= 0.0867R c/ c ; c=512.6 K; c =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 nd the rate constant(k).
              Data: Initial reactant concentration CA0=2gmol/lit, - A=-d A/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, nd the stationary points and
                     test them for maxima or minima.                                                          [8+8]

           8. Minimize y = (2 - 9)2
              0 x 10 for 6 Fibonacci experiments.                                                              [16]

Weitere ähnliche Inhalte

Was ist angesagt?

Lesson 14: Exponential Growth and Decay
Lesson 14: Exponential Growth and DecayLesson 14: Exponential Growth and Decay
Lesson 14: Exponential Growth and Decay
Matthew Leingang
 
Fft presentation
Fft presentationFft presentation
Fft presentation
ilker Şin
 
Chapter 9 computation of the dft
Chapter 9 computation of the dftChapter 9 computation of the dft
Chapter 9 computation of the dft
mikeproud
 
Multilayer Neural Networks
Multilayer Neural NetworksMultilayer Neural Networks
Multilayer Neural Networks
ESCOM
 
Quantum assignment
Quantum assignmentQuantum assignment
Quantum assignment
Viraj Dande
 
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
Alexander Decker
 
BITS C464.doc
BITS C464.docBITS C464.doc
BITS C464.doc
butest
 

Was ist angesagt? (20)

lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
lassomodel, sparsity, multivariate modeling, NIR spectroscopy, biodiesel from...
 
Mgm
MgmMgm
Mgm
 
Lesson 14: Exponential Growth and Decay
Lesson 14: Exponential Growth and DecayLesson 14: Exponential Growth and Decay
Lesson 14: Exponential Growth and Decay
 
Local Volatility 1
Local Volatility 1Local Volatility 1
Local Volatility 1
 
Fft presentation
Fft presentationFft presentation
Fft presentation
 
Bertail
BertailBertail
Bertail
 
Fourier series 2
Fourier series 2Fourier series 2
Fourier series 2
 
Sect5 4
Sect5 4Sect5 4
Sect5 4
 
Chapter 9 computation of the dft
Chapter 9 computation of the dftChapter 9 computation of the dft
Chapter 9 computation of the dft
 
Multilayer Neural Networks
Multilayer Neural NetworksMultilayer Neural Networks
Multilayer Neural Networks
 
Quantum assignment
Quantum assignmentQuantum assignment
Quantum assignment
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
 
4th Semester Mechanincal Engineering (2012-December) Question Papers
4th Semester Mechanincal Engineering (2012-December) Question Papers4th Semester Mechanincal Engineering (2012-December) Question Papers
4th Semester Mechanincal Engineering (2012-December) Question Papers
 
1.differential approach to cardioid distribution -1-6
1.differential approach to cardioid distribution -1-61.differential approach to cardioid distribution -1-6
1.differential approach to cardioid distribution -1-6
 
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
 
Module 5 Sets
Module 5 SetsModule 5 Sets
Module 5 Sets
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
 
1st semester Physics stream (2013-June) Question Papers
1st semester Physics stream (2013-June) Question Papers 1st semester Physics stream (2013-June) Question Papers
1st semester Physics stream (2013-June) Question Papers
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
 
BITS C464.doc
BITS C464.docBITS C464.doc
BITS C464.doc
 

Andere mochten auch

Bernard Mohr Design Slides Short
Bernard Mohr Design Slides ShortBernard Mohr Design Slides Short
Bernard Mohr Design Slides Short
bukikpsi
 
明日から使える Java SE 7
明日から使える Java SE 7明日から使える Java SE 7
明日から使える Java SE 7
Yuichi Sakuraba
 

Andere mochten auch (18)

Computer & Computation
 Computer & Computation Computer & Computation
Computer & Computation
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 09 | YEAR 02
 
Brs management academy insert
Brs management academy insertBrs management academy insert
Brs management academy insert
 
EPM Assignment 2
EPM Assignment 2EPM Assignment 2
EPM Assignment 2
 
La fuentedelas7virgenes n.2
La fuentedelas7virgenes   n.2La fuentedelas7virgenes   n.2
La fuentedelas7virgenes n.2
 
Bernard Mohr Design Slides Short
Bernard Mohr Design Slides ShortBernard Mohr Design Slides Short
Bernard Mohr Design Slides Short
 
Saving Oxford Medicine
Saving Oxford MedicineSaving Oxford Medicine
Saving Oxford Medicine
 
Holly Stewart 2009
Holly Stewart 2009Holly Stewart 2009
Holly Stewart 2009
 
Raul
RaulRaul
Raul
 
明日から使える Java SE 7
明日から使える Java SE 7明日から使える Java SE 7
明日から使える Java SE 7
 
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
 
WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02
WIN WORLD INSIGHTS | ISSUE 07 | YEAR 02
 
Easy as Pie: The Complexities of Cookbook Indexing
Easy as Pie: The Complexities of Cookbook IndexingEasy as Pie: The Complexities of Cookbook Indexing
Easy as Pie: The Complexities of Cookbook Indexing
 
Online educational videos as a tool for promoting child neurology
Online educational videos as a tool for promoting child neurologyOnline educational videos as a tool for promoting child neurology
Online educational videos as a tool for promoting child neurology
 
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
 
Plant biology (258121) biology ii (243102)
Plant biology (258121) biology ii (243102)Plant biology (258121) biology ii (243102)
Plant biology (258121) biology ii (243102)
 
Steve Jobs's Best Quotes
Steve Jobs's Best QuotesSteve Jobs's Best Quotes
Steve Jobs's Best Quotes
 

Ähnlich wie Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}

M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Www
M A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{WwwM A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{Www
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Www
guest3f9c6b
 
Algorithm of problem solving with example.pdf
Algorithm of problem solving with example.pdfAlgorithm of problem solving with example.pdf
Algorithm of problem solving with example.pdf
selememg
 
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
C H E M I C A L R E A C T I O N E N G I N E E R I N G I J N T U M O D E L ...
C H E M I C A L R E A C T I O N E N G I N E E R I N G  I  J N T U  M O D E L ...C H E M I C A L R E A C T I O N E N G I N E E R I N G  I  J N T U  M O D E L ...
C H E M I C A L R E A C T I O N E N G I N E E R I N G I J N T U M O D E L ...
guest3f9c6b
 

Ähnlich wie Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com} (20)

12 mmd11 applied mathematics -dec 2013,jan 2014
12 mmd11 applied mathematics -dec 2013,jan 201412 mmd11 applied mathematics -dec 2013,jan 2014
12 mmd11 applied mathematics -dec 2013,jan 2014
 
Applied mathematics 40
Applied mathematics 40Applied mathematics 40
Applied mathematics 40
 
10 mmd11 applied mathematics - june, july 2013
10 mmd11  applied mathematics - june, july 201310 mmd11  applied mathematics - june, july 2013
10 mmd11 applied mathematics - june, july 2013
 
Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}
Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}
Chemical engineering thermo dynamics Ii Jntu Model Paper{Www.Studentyogi.Com}
 
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
 
4th Semester Mechanical Engineering (2013-June) Question Papers
4th Semester Mechanical Engineering (2013-June) Question Papers 4th Semester Mechanical Engineering (2013-June) Question Papers
4th Semester Mechanical Engineering (2013-June) Question Papers
 
Cf dfinal1 (may11)
Cf dfinal1 (may11)Cf dfinal1 (may11)
Cf dfinal1 (may11)
 
F I N I T E E L E M E N T M E T H O D S J N T U M O D E L P A P E R{Www
F I N I T E  E L E M E N T  M E T H O D S  J N T U  M O D E L  P A P E R{WwwF I N I T E  E L E M E N T  M E T H O D S  J N T U  M O D E L  P A P E R{Www
F I N I T E E L E M E N T M E T H O D S J N T U M O D E L P A P E R{Www
 
10 mmd11 applied mathematics -dec 2013,jan 2014
10 mmd11 applied mathematics -dec 2013,jan 201410 mmd11 applied mathematics -dec 2013,jan 2014
10 mmd11 applied mathematics -dec 2013,jan 2014
 
08 mtp11 applied mathematics - dec 2009,jan 2010
08 mtp11  applied mathematics - dec 2009,jan 201008 mtp11  applied mathematics - dec 2009,jan 2010
08 mtp11 applied mathematics - dec 2009,jan 2010
 
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Www
M A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{WwwM A T H E M A T I C A L  M E T H O D S  J N T U  M O D E L  P A P E R{Www
M A T H E M A T I C A L M E T H O D S J N T U M O D E L P A P E R{Www
 
Algorithm of problem solving with example.pdf
Algorithm of problem solving with example.pdfAlgorithm of problem solving with example.pdf
Algorithm of problem solving with example.pdf
 
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
 
C H E M I C A L R E A C T I O N E N G I N E E R I N G I J N T U M O D E L ...
C H E M I C A L R E A C T I O N E N G I N E E R I N G  I  J N T U  M O D E L ...C H E M I C A L R E A C T I O N E N G I N E E R I N G  I  J N T U  M O D E L ...
C H E M I C A L R E A C T I O N E N G I N E E R I N G I J N T U M O D E L ...
 
Applied mathematics iv
Applied mathematics   ivApplied mathematics   iv
Applied mathematics iv
 
F.Y.B.Sc(2013 pattern) Old Question Papers:Dr.Kshirsagar
F.Y.B.Sc(2013 pattern) Old Question Papers:Dr.KshirsagarF.Y.B.Sc(2013 pattern) Old Question Papers:Dr.Kshirsagar
F.Y.B.Sc(2013 pattern) Old Question Papers:Dr.Kshirsagar
 
Master’s theorem Derivative Analysis
Master’s theorem Derivative AnalysisMaster’s theorem Derivative Analysis
Master’s theorem Derivative Analysis
 
Laboratory 7
Laboratory 7Laboratory 7
Laboratory 7
 
S.Y.B.Sc. 2013 Pattern Old question Paper
S.Y.B.Sc. 2013 Pattern Old question PaperS.Y.B.Sc. 2013 Pattern Old question Paper
S.Y.B.Sc. 2013 Pattern Old question Paper
 
12 epe11 applied mathematics - june, july 2013
12 epe11  applied mathematics - june, july 201312 epe11  applied mathematics - june, july 2013
12 epe11 applied mathematics - june, july 2013
 

Mehr von guest3f9c6b

Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
guest3f9c6b
 

Mehr von guest3f9c6b (20)

Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
 
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
 
English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}
 
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
 
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
 
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
 
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Kürzlich hochgeladen (20)

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}

  • 1. www.studentyogi.com www.studentyogi.com Code No: RR420803 Set No. 1 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 metho d to nd 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. 2 1 - 3 2 - 3 3 + 6 - 4 = 15; 4 1+2 2+3 -3 -4 4 = 10; 5 1+6 2 + 3-12 -4 = 5; 3 1- 2+2 3 +2 4 = 13 using Gauss Elimination metho d. [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 rst 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 0=93.3 lit/min. [16] 6. The speci c 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 speci c heat and temperature is of the form: Cp/R=A+BT+C 2+D 3 Estimate the coe cients using polynomial regression. What is the value of speci c heat at 700K. [16] 7. (a) Explain the necessary and su cient conditions for the extreme of an uncon- strained function. (b) Determine the nature of stationary point of the function f(x) = -3 5 + 10 3 - 20 [8+8] 8. (a) Compare the Fibonacci method and mo di ed Fibonacci method by computing the number of experiments required to get an accuracy of = 0.01. (b) Find the e ectiveness of Fibonacci method and modi ed Fibonacci metho d
  • 2. www.studentyogi.com www.studentyogi.com Code No: RR420803 Set No. 1
  • 3. www.studentyogi.com www.studentyogi.com Code No: RR420803 Set No. 2 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 ro ot of the equation 3 2 5 = 0 by the Regula-falsi metho d 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 / 2 4 =30 / , 2= 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 3- (b’ + RT/b) 2 + (a’/P)V - a’.b’/P =0 where a’, b’ are the average constants a’=2.3 106 atm( 3 )2 , b’=45.0 3/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 nding the extrema of an uncon- strained single variable function. (b) Minimize f(Q) = 4 Q + 16/Q using Newton Raphson method. Start with the rst estimate at Q = 1. [8+8] 8. (a) Compare the Fibonacci method and mo di ed Fibonacci method by computing the number of experiments required to get an accuracy of 0.01. (b) Find the e ectiveness of Fibonacci method and modi ed Fibonacci metho d when the number of experiments is 10. [8+8]
  • 4. www.studentyogi.com www.studentyogi.com Code No: RR420803 Set No. 3 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, nd 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 3 1 + 2 + 3= 8; 2 1 - 3 2 - 2 3 = -5; 7 1 + 2 2 - 5 3 = 0. Calculate 1 and 3 by Cramers rule.[16] 3. Develop a step-by-step computational pro cedure 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 2 - 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 2 (g) + 4 2( ) 2 2 ( ) + 4( ) the standard heat of reaction can be expressed as 0 T = H’ + T + ( /2) 2 + ( /3) 3 ; 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 speci c 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 speci c heat and temperature is of the form: Cp/R=A+BT+C 2+D 3 Estimate the coe cients using polynomial regression. What is the value of speci c 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, nd the stationary points and test them for maxima or minima. [8+8] 8. Find the e ectiveness 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]
  • 5. www.studentyogi.com www.studentyogi.com Code No: RR420803 Set No. 4 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, nd 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. 2 1 - 3 2 - 3 3 + 6 - 4 = 15; 4 1+2 2+3 -3 -4 4 = 10; 5 1+6 2 + 3-12 -4 = 5; 3 1- 2+2 3 +2 4 = 13 using Gauss Elimination metho d. [16] 4. (a) Solve the equation 2 - 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.4278 2 Tc2.5 / c; b= 0.0867R c/ c ; c=512.6 K; c =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 nd the rate constant(k). Data: Initial reactant concentration CA0=2gmol/lit, - A=-d A/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, nd the stationary points and test them for maxima or minima. [8+8] 8. Minimize y = (2 - 9)2 0 x 10 for 6 Fibonacci experiments. [16]