SlideShare a Scribd company logo
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
 
Mgm
MgmMgm
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
 
Local Volatility 1
Local Volatility 1Local Volatility 1
Local Volatility 1
Ilya Gikhman
 
Fft presentation
Fft presentationFft presentation
Fft presentation
ilker Şin
 
Bertail
BertailBertail
Bertail
eric_gautier
 
Fourier series 2
Fourier series 2Fourier series 2
Fourier series 2
Dr. Nirav Vyas
 
Sect5 4
Sect5 4Sect5 4
Sect5 4
inKFUPM
 
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
 
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
 
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
BGS Institute of Technology, Adichunchanagiri University (ACU)
 
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
Alexander 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
 
Module 5 Sets
Module 5 SetsModule 5 Sets
Module 5 Sets
guestcc333c
 
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
 
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
BGS Institute of Technology, Adichunchanagiri University (ACU)
 
BITS C464.doc
BITS C464.docBITS C464.doc
BITS C464.doc
butest
 
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 2014
Dover Solutions India
 
Applied mathematics 40
Applied mathematics 40Applied mathematics 40
Applied mathematics 40
Dover 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 2013
Dover 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
 
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
BGS Institute of Technology, Adichunchanagiri University (ACU)
 
Cf dfinal1 (may11)
Cf dfinal1 (may11)Cf dfinal1 (may11)
Cf dfinal1 (may11)
parabajinkya0070
 
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
guest3f9c6b
 
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
Dover 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 2010
Dover 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{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
 
Applied mathematics iv
Applied mathematics   ivApplied mathematics   iv
Applied mathematics iv
Anand Gadge
 
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
Dr.Ravindra Kshirsagar P.G Department of Zoology Modern College Ganeshkhind Pune
 
Master’s theorem Derivative Analysis
Master’s theorem Derivative AnalysisMaster’s theorem Derivative Analysis
Master’s theorem Derivative Analysis
IRJET Journal
 
Laboratory 7
Laboratory 7Laboratory 7
Laboratory 7
Shafiul Omam
 
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
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
Dover 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

Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
Neo4j
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
Safe Software
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Neo4j
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
Fwdays
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
c5vrf27qcz
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Pitangent Analytics & Technology Solutions Pvt. Ltd
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
operationspcvita
 
"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota
Fwdays
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Principle of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptxPrinciple of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptx
BibashShahi
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 

Recently uploaded (20)

Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
 
"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota"Choosing proper type of scaling", Olena Syrota
"Choosing proper type of scaling", Olena Syrota
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Principle of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptxPrinciple of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptx
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 

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]