0% found this document useful (0 votes)
295 views

Fe Tutorials Sem2

1. The document discusses several topics related to beta and gamma functions, differential equations, and numerical solutions of differential equations. It provides 17 problems related to evaluating integrals involving beta and gamma functions, solving linear and non-linear differential equations, and applying numerical methods like Euler's method, Runge-Kutta method to solve differential equations. 2. It also provides 15 problems related to applications of double and triple integrals to find areas, lengths, masses and volumes bounded by various curves and surfaces. The problems involve changing order of integration and evaluating integrals in polar coordinate systems. 3. Overall, the document covers a wide range of concepts related to special functions, differential equations and their numerical and analytical solutions, and applications of multiple

Uploaded by

narendasre
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
295 views

Fe Tutorials Sem2

1. The document discusses several topics related to beta and gamma functions, differential equations, and numerical solutions of differential equations. It provides 17 problems related to evaluating integrals involving beta and gamma functions, solving linear and non-linear differential equations, and applying numerical methods like Euler's method, Runge-Kutta method to solve differential equations. 2. It also provides 15 problems related to applications of double and triple integrals to find areas, lengths, masses and volumes bounded by various curves and surfaces. The problems involve changing order of integration and evaluating integrals in polar coordinate systems. 3. Overall, the document covers a wide range of concepts related to special functions, differential equations and their numerical and analytical solutions, and applications of multiple

Uploaded by

narendasre
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 8

Topic: Beta and Gamma Functions and DUIS 1)Evaluate the following:

1)
0

dx log x
4 y6

2)
,
0

x e 3) d x x. log( 1 ) x x , 0 ,

dx

0 0 , , , 2) State and prove the Duplication formula for Gamma functions.

4) y e
0

dy

5) e

x4

dx

6) 3 4 x dx
2

x4 7) x dx 0 4

3) State and prove relation between beta and gamma function.


m 1 x cos(ax)dx = 0

4) Prove that
1

m m cos 2 am
3 3

5) Solve i) 6) Evaluate the following

x (1 x ) dx
6 0
1 4

1 2

ii)

x 8 x dx
0
1
2 2

iii)

3 (1 x 4 ) 4 dx (1 + x 4 )2

sin 1) dx (1 + cos ) 2 0
4

2) x cos xdx
0

3) sin (1 + cos ) d
0

4)

x5 (2 + 3x)10

dx

7) Let

x p 1 (1 + x) dx = sin p 0
4

p(1 p ) =
then prove that

sin p and hence evaluate

1+ y
0

dy

8) Prove that

dx 1 n n = ( , ) (e x + e x ) n 4 2 2 0

and hence evaluate

sec h
0

xdx

Differentiation under integral sign

1) Prove that

a cos x =
0

dx

a 2 1 and hence deduce that

2) Evaluate
2

dx a = 3 (a cos x) 2 0 (a 2 1) 2 , ii) i) 2 dx a 2 sin 2 x + b 2 cos 2 x 0

dx 2 = 3 (2 cos x) 2 0 (3) 2

and hence show that

dx 1 1 = 2 + 2 2 2 2 2 2 (a sin x + b cos x) 4ab a b


xa b x x lo x d g 0

1) Evaluate

tan 1 ax tan1 bx b dx = log 0 x 2 a 2) Show that

3) Prove that

e ax e bx b a sin mxdx= tan1 tan1 0 x m m

Topic: Differential Equations Of First Order And First Degree Que. Solve the following differential equations :

1.

dy (1 + e ) + e y (1 x ) = 0 y dx
x y x

dy = sin( x + y ) + cos(x + y ) dx 2.
d y 2 x y = x x y 3. d
4. 5.

(4 x + 3 y 4)dx + (3x 7 y 3)dy = 0

(2 x 2 + 3 y 2 7) xdx+ (3x 2 + 2 y 2 8) ydy = 0

y x x y d d ( x +y ) 2
6. 7. 8. 9.

d x 2 1 x 2

(2 x log x xy )dy + 2 ydx = 0


( x 4 e x 2mxy 2 )dx + 2mx 2 ydy = 0 ( y 4 + 2 y )dx + ( xy 3 + 2 y 4 4 x)dy = 0 ( x 4 + y 4 )dx xy 3 dy = 0

y ( x 2 y 2 + 2)dx + x(2 2 x 2 y 2 )dy = 0 10.


11.

dy y log y + =0 dx x log y 12.


13.If 14.

x n is an integrating factor of ( x 4 e x 2mxy 2 )dx + 2mx 2 ydy = 0 Find n .


2 tan 1 y

(1 + y )dx = (e

x)dy

dy = e x y (e x e y ) 15. dx (1 + y 2 ) dx = (tan 1 y x)dy 16.


17.
y dx = x yx 2 cos y dy

dy y + = y3xn x 18. dx dy x + y = y 3 x n +1 19. dx dr + (2r cot + sin 2 )d = 0 20.


Topic: Numerical Solutions Of Differential Equations
dy =x+y Q.1 Using Euler's method find the approximate value of y where dx ,

y(0)=1 , h=0.2 at x=1.

1 dy = xy 3 Q.2 Use Taylor's Series method to find y(1.1) given dx ; y(1)=1. Obtain solution of the differential equation directly and compare the answer. dy = 2 + xy Q.3 Using Euler's method find the approximate value of y where dx , y(1)=1 taking h=0.2 at x=2.

dy = x+ y dx Q.4 Using Euler's modified method find y where with y(0)=1 at


x=0.5, h=0.25. Q.5 Using Runge-Kutta method of order four find y(0.2) with h=0.1 given
d y 1 = d x x + y ; y(0)=1

Q.6 Find y when x=0.05 by Euler's modified method , taking h=0.05; given that

dy = x2 +y dx ; y(0)=1.
dy = ( x3 + y 2 ) dx Q.7 Using Taylor's Series method find the solution of with

y(0)=1 at x= 0.1
d y y =1 + x x , y(1)=2 for x=1.2 using Runge-Kutta Method Q.8 Find y where d

of second order and compare it with it's exact value.


dy = 2x + y 2 dx Q.9 Solve ; x(0)=0, y(0)=1 choosing h=0.1 by Runge-Kutta method

of fourth order. Q.10 Apply Runge-Kutta method of fourth order to find approximate value of y

dy = xy 2 where dx , x0=2 , y0= -1 for x=2.2 taking h=0.2 and compare


with exact value. TOPIC - LINEAR DIIFERENTIAL EQUATION Q:1 Solve the following
d3y dy 2 3 1. dx - 4 dx = 2 cosh 2 x

2.

(D

2D + 1 y = e x + 1

d3y d2y dy 3 2 +9 27 y 3 dx dx 3. dx = cos 3x

4.

(D

+ 8 D 2 + 16 y = sin 2 x

5. 7.

d2y dy 4 + 4 y = x 2 + e x + cos 2 x 2 dx dx

6.

(D

3D + 2 y = x 2 e 2 x

(D

3D + 2 y = 2e x sin ( x / 2 )

2 2 8. ( D + 4)Y = x sin 2 x 9.

(D

+ 4 = x sin x

Q:2 Apply method of variation of parameter to solve

1.

(D

2 D + 2 y = e x tan x

2.

d2y 1 +y= 2 1 + sin x dx

3.

(D

1 y =

2 1+ ex

4.

d2y dy 2 3 y = x 2 + sin 2 x dx dx 2

5.

(D

D y = e x sin x 6.

(D

2D 3 y = e 4 x

Solve the following


2 d2y dy dy 2 d y x 3 x + 5 y = sin ( log x ) x x + 4 y = cos( log x ) + x sin ( log x ) 2 2 dx dx 1. dx 2 . dx 2 2 d y dy sin ( log x ) + 1 d y dy x 2 2 3x + y = x 2 2 + x + y = log x. sin ( log x ) dx x dx 3. dx 4 . dx 2 3 d y dy x x2 2 + x y = 2 dx x + 1 by method of variation of parameter 5 . dx 2 2 d3y d 2 y dy y dy x3 2 d y x + 3x 2 + + = 4 log x x +x y= 2 3 2 dx x dx dx x +1 6 . dx 7 . dx 2 2 d y dy d y dy x 2 2 2 x + 2 y = x 1 1+ x2 + (1 + x ) + y = 4 cos( log(1 + x ) ) 2 dx dx dx 8 . dx 9. 2 2 dy 2 d y 2 d y ( 5 + 2 x ) 2 6( 5 + 2 x ) + 8 y = 6 x ( x + 2) 2 4( x + 2) dy + 6 y = x dx dx dx dx 10. 11. 2

12.

(1 + x )

d2y dy + (1 + x ) + y = sin ( 2 log(1 + x ) ) 2 dx dx

13.
2

( 3x + 2 )

d2y dy + 3( x + 2) 36 y = 3x 2 + 4 x + 1 2 dx dx

d2y ( 2 x + 1) 2 2( 2 x + 1) dy 12 y = x 2 dx dx 14.
2

15.

(1 + x )

d2y dy + (1 + x ) + y = 2 sin ( log(1 + x ) ) 2 dx dx

Topic: Rectification and Double Integral, Change of order, Polar forms


x Find the total length of the curve a
3 2

1) of the curve if a=b

y + b

=1

. Hence deduce the total length

2) 3)

y 2 = 8 x cut off by its latus rectum. Find the length of the arc of the parabola

4) Find the total length of the cardiode r = a(1 + cos ) and show that the line = 3 divides the upper arc of the cardiode into two equal parts. 5) 6)

r = a cos .

Find the total length of the cardiode r = a(1 cos ) lying outside of the circle

y = e x from (0,1) to (1,e). Find the length of the arc of


1 y = x 1 x 3 from the origin to the Prove that the length of the arc of the curve
2 2

point P(x,y) is given by 7) 8)

s2 = y2 +

2 2 Find the length of the upper arc of one loop of the curve r = a cos( 2 ) .

r = a sin 3 ( 3) . Fiind the total length of the curve

4 2 x 3 . Hence rectify the loop.

2a = 1 + cos r 9) Show that for the parabola the arc intercepted between the vertex
and the extremity of the latus rectum is

a[ 2 + log(1 + 2 )]

Double Integral, Change of order, Polar forms

1. 2.

Show that Evaluate where R is the region bounded by y2 = 2x, y = x.

x2 + y2 = 2x,

3. Evaluate triangle having vertices at (0,0), (1,0),(1,1) 4.

where R is the region of the of the

over the circle x2 + y2 = 2a in the first quadrant.

5. 6. Evaluate

2 2 over one loop of the lemniscates r = a cos 2

where R is the first quadrant of the ellipse

2x2 + y2 = 1 7. Evaluate where R is the region outside the circle r = 1 but inside the cardiode r = 1 + cos Change the order of integration and hence or otherwise evaluate them
2 x2

ZZ
8.
0 0

dydx
9.
10.

11.

12.

13.

14.

15.

Topic: Applications of Double Integral, Triple integral


1] Find the area of the following domain in XY-plane bounded by A) y = 3x - x2 , y = x B) 3 y2 = 26x and 5x2 = 9y with surface density

2] Find the mass contained in the ellipse ( x + y)2.

3] Using double integral, find the volume V of the following solids bounded by A) y = x2 , x = y2 , z = 0, z = 12 + y - x2 and B) Sphere of radius b 4] Find by double integration, the area which lies inside the cardioids and outside the circle r = a. 5] Solve 6] Solve taken over the volume bounded by planes

x = 0, y = 0, z = 0, and the plane x + y + z = 1. 7] Using triple integral, compute the volume bounded by (x - 1)2 + (y - 1)2 = 1 8] Evaluate over the region bounded above by xy = z, z = 0, and

z = 1 + x2 + y2, below by z = 0, and the sides x2 + y2 = 4. 9] Find the volume of the solid bounded by paraboloid 10] . and the

You might also like