SlideShare a Scribd company logo
1 of 5
Download to read offline
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]

More Related Content

What's hot

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...mathsjournal
 
Lesson 14: Exponential Growth and Decay
Lesson 14: Exponential Growth and DecayLesson 14: Exponential Growth and Decay
Lesson 14: Exponential Growth and DecayMatthew Leingang
 
Local Volatility 1
Local Volatility 1Local Volatility 1
Local Volatility 1Ilya Gikhman
 
Fft presentation
Fft presentationFft presentation
Fft presentationilker Şin
 
Chapter 9 computation of the dft
Chapter 9 computation of the dftChapter 9 computation of the dft
Chapter 9 computation of the dftmikeproud
 
Multilayer Neural Networks
Multilayer Neural NetworksMultilayer Neural Networks
Multilayer Neural NetworksESCOM
 
Quantum assignment
Quantum assignmentQuantum assignment
Quantum assignmentViraj Dande
 
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...mathsjournal
 
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-6Alexander Decker
 
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
 
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...Pierre Jacob
 
BITS C464.doc
BITS C464.docBITS C464.doc
BITS C464.docbutest
 
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...Pierre Jacob
 

What's hot (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
 
BITS C464.doc
BITS C464.docBITS C464.doc
BITS C464.doc
 
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...
 

Similar to C O M P U T E R A P P L I C A T I O N I N C H E M I C A L E N G I N E E R I N G J N T U M O D E L P A P E R{Www

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 2014Dover Solutions India
 
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 2013Dover Solutions India
 
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}guest3f9c6b
 
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 ...guestd436758
 
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{Wwwguest3f9c6b
 
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 2014Dover Solutions India
 
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 2010Dover Solutions India
 
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{Wwwguest3f9c6b
 
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.pdfselememg
 
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
 
Applied mathematics iv
Applied mathematics   ivApplied mathematics   iv
Applied mathematics ivAnand Gadge
 
Master’s theorem Derivative Analysis
Master’s theorem Derivative AnalysisMaster’s theorem Derivative Analysis
Master’s theorem Derivative AnalysisIRJET Journal
 
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 2013Dover Solutions India
 

Similar to C O M P U T E R A P P L I C A T I O N I N C H E M I C A L E N G I N E E R I N G J N T U M O D E L P A P E R{Www (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
 

More from guest3f9c6b

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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}guest3f9c6b
 
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}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
 

More from 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}
 
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}
 
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}
 
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}
 
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}
 

Recently uploaded

Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
[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.pdfhans926745
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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 interpreternaman860154
 

Recently uploaded (20)

Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
[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
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 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)
 
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
 

C O M P U T E R A P P L I C A T I O N I N C H E M I C A L E N G I N E E R I N G J N T U M O D E L P A P E R{Www

  • 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]