Friday, 9 August 2013

Mechanics of solid-1

Aryabhatta Knowledge University
  Sem. iv   2013                               Time 3hr                            Full marks: 70
Mechanics of solid-1                        
Attempt any five questions in which question no 1 is compulsory
1.       Answer any seven from the following in short:
(a)    Explain internal and external forces.
(b)   Discuss generalized Hooke’s law.
(c)    Define the terms ‘longitudinal strain’, ‘lateral strain’ and ‘poison’s ratio’.
(d)   What do you mean by strain energy?  Illustrate clearly with suitable example.
(e)   How do you find the maximum bending moment in a beam?
(f)     How can you determine the maximum instantaneous deflection of a beam subjected to impact loading?
(g)    Define the term ‘pure torsion’.
(h)   Distinguish between major and minor principal stresses.
(i)      State the criteria for a thin cylinder. What types of stresses are induced in a thin cylindrical shell subjected to an internal pressure?
(j)     Define helical spring .name the two important types of helical springs.

2.       A steel bolt of 12 mm diameter passes through a brass tube of 16 mm diameter, 25 cm long and 20 mm external diameter. The bolt is tightened by nut at 15 degree Celsius so as to exert a compressive force 1500 kg on the tube .calculate the stress in each (a) 15 degree Celsius (b) when the temperature of the tube and bolt is raised to 50 degree Celsius.
Take
Eѕ =2х106kg/cm2
 αs= 12х10-6/°c
Eb = 1х106kg/cm2
αb= 19х10-6/°c
3.       Derive the torsion formula
T∕J=Ƭ∕r=Gθ/L
With assumption where all terms indicate usual meanings.
4.       A close –coiled helical spring, consisting of 8 coils , each having mean diameter 80 mm  and wire diameter 10 mm . The spring is fixed at one end and twisting moment of 10 Nm applied axially at other end in such a way that the spring tends to open . Determine (a) the maximum bending stress produced in the wire of the spring ,(b)the angle of twist ,(c) the resistance and (d) the number of turns after the application of torque. Take, E=2х10^5N/mm^2.
5.       Show that in a strained material under two dimensional stress system , the sum of normal  components of stresses acting on any two mutually perpendicular planes is constant . the principal stresses at a point in a strained material are √(σ₁2+σ₂2)/2
6.       Cast iron T section having overall depth 150 mm, flange and web 30 mm is used as bracket. The length of the bracket is 300mm. If the tensile stress is restricted to 20 n/mm2 , what will then be placed at the top of bracket ? What will then be the compressive stress developed?
7.       Draw the shear force ,bending moment and axial force diagrams for the beam supported and loaded as shown in the figure below:

8.       A cantilever AB of 6 m length is subjected to a u.d.l. of intensity w t/m spread over the entire length. Assuming rectangular cross section with depth equal to twice breadth , determine the minimum dimensions of the beam so that the vertical deflection at  the free end of does not exceed 1.5 cm and the maximum bending stress does not exceed 1000 kg/cm.Take E=2 x 106 kg/cm2
9.       Two round bars of varying diameter A and B are shown in Fig . Below made of same material. An axial blow on bar A produces a maximum stress of 100 N/mm2.Find the maximum stress produced by the same blow on the bar B. If the bar B is also stressed to 100 N/mm2, find the ratio of strain energies stored in the bars A and B.





                                                                                                                          techprojecthelper.blogspot.com


ARYABHATTA KNOWLEDGE UNIVERSITY
NUMERICAL METHOD AND COMPUTATIONAL TECHNIQUE
  Sem. iv   2013                                    Time 3hr                        Full marks: 70
Attempt any five questions in which question no 1 is compulsory
1.       Answer any seven from the following:
                (a)            In C++ ,a mathematical expression 137% 10 yields
(i)                  13
(ii)                13.7
(iii)               0
(iv)              7
               (b)            Which of the following statements is true about the break statement?
(i)                  A break statement causes an exit only from the innermost loop
(ii)                A break statement causes an exit only from the innermost switch
(iii)               A break statement causes an exit only from all loops and switches
(iv)              A break statement causes an exit from the innermost loop or switches
                (c)            What is the process of converting one predefined type into another called?
(i)                  Type casting
(ii)                Expression
(iii)               Type promotion
(iv)              Type conversion
               (d)            The assignment statement a-=b; can also be written as
(i)                  a=b-1
(ii)                a=a-b
(iii)               a=a-(-b)
(iv)              a=b-a
               (e)            the operator which is used to access the address of a variable is
(i)                  &
(ii)                #
(iii)               @
(iv)              *
                 (f)            What do you mean by a difference equation?
                (g)            Define the order and degree of a difference equation with examples.
               (h)            What is the difference between an initial value problem and a boundary value problem ?
                  (i)            What do you mean by the order of convergence of an iterative method for finding the root of the equation f(x)=0 ?
                 (j)            When is the convergence of an iterative method for solving the equation f(x)=0 said to be (i) linear and (ii) quadratic?
2.       (a) find the root of the equation xtanx=1.28, that lies between 0 and 1, correct to two  places    of decimals, by bisection method

(b) Write a computer program using C/ C++ for the above equation using bisection method.
3.       (a) Find the Newton- raphson iterative formula for the reciprocal of a number N and hence find the value of 1/23, correct to 5 decimals.

(b) Write a computer program using C/C++ to find the smallest positive root /the largest negative root of the equation f(x)=0 , by using the simple iterative method.
4.       Solve the following system of equations by Jacobi’s iteration method and gauss-seidel’s method:
10x1+2x2 +x3=3
X1+ 10x2- x3=-22
-2X1+3x2+10 x3=22
5.       The population of a town Patna in the census is as given in the data. Estimate  the population in the year 1996 using Newton’s forward interpolation and backward interpolation formulae:
Year(x)
1961
1971
1981
1991
2001
Population (in 1000’s approx)
46
66
81
93
101
6.       (a) fit a curve of the form xy= a+bx2 to the following data by the method of least square :
X
1
2
4
6
8
Y
5.43
6.28
10.32
14.86
19.51
 (b) Write a computer program using C/C++ to fit a straight line of the form xy=a bx2 taking the above data, using the method of least square.
7.       The velocity of a particle at distance s from a point on its linear path is given in the following data :
S(m)
0
2.5
5.0
7.5
10.0
12.5
15.0
17.5
20.5
V(m/sec)
16
19
21
22
20
17
13
11
9
Estimate the time taken by the particle to traverse the distance of 20 meters , using Simpson’s one-third rule.
8.       (a) Find the value of y(1.1) ,using runge-kutta method of the fourth order , given that dy/dx=y2 +xy ;y(1)=1
(b) Write a computer program using C/c++ to solve the above differential equation at specified pivotal points, using runge –kutta method of the fourth order.

9.       Solve the boundary value problem v’’(x)- xy(x)=0 for xi=0, 1/3 ,2/3 , given that y(0)+y’(0)=1 and y(1)=1.

Monday, 22 July 2013

Biodata format

                                       BIODATA


Passport size photo
 
 

Name of the candidate      :          
Father/husband name       :           
Mother name                     :
Date of birth                      :           
Sex                                      :           
Address:                                                                                                                                
Permanent

Correspondence


Educational Qualification:
Name of examination
Board/University
Name of Institute
Passing year
percentage
Matriculation




Intermediate




Diploma




Graduation




skill                                             :             
Experience                                 :
Present status                            :              
Mobile no                                   :              
Email Id                                      :             
Nationality                                :              
Hobby                                         :
By sending this file I am agree that the information furnished above is true.
                      





 Date    :                                                                                          
 Place   :                                                                                                 
                                                                                             Name /Signature of the candidate