You are on page 1of 33

Krash (Sample)

Manual for Krash

Why Krash?
Towards the end of preparation, a student has lost the time to revise all the chapters from
his / her class notes / standard text books. This is the reason why K-Notes is specifically
intended for Quick Revision and should not be considered as comprehensive study material.
It’s very overwhelming for a student to even think about finishing 300-400 questions per
subject when the clock is ticking at the last moment. This is the reason why Kuestion serves
the purpose of being the bare minimum set of questions to be solved from each chapter
during revision.

What is Krash?
Krash is a combination of K-Notes and Kuestion which effectively becomes a great tool for
revision. A 50 page or less notebook for each subject which contains all concepts covered in
GATE Curriculum in a concise manner to aid a student in final stages of his/her preparation.
A set of 100 questions or less for each subject covering almost every type which has been
previously asked in GATE. Along with the Solved examples to refer from, a student can try
similar unsolved questions to improve his/her problem solving skills.

When do I start using Krash?


It is highly recommended to use Krash in the last 2-3 months before GATE Exam.

How do I use Krash?


Once you finish the entire K-Notes for a particular subject, you should practice the respective
Subject Test / Mixed Question Bag containing questions from all the Chapters to make best
use of it. Kuestion should be used as a tool to improve your speed and accuracy subject-
wise. It should be treated as a supplement to our K-Notes and should be attempted once
you are comfortable with the concepts and basic problem solving ability of the subject. You
should refer K-Notes before solving any “Type” problems from Kuestion.

© Kreatryx. All Rights Reserved. Reproduction or re-transmission of this material, in whole or in part,
in any form, or by means, electronic, mechanical, photocopying, recording, or otherwise, without
the prior written consent of Kreatryx, is a violation of copyright law. Any sale/resale of this material
is punishable under law. Subject to Ghaziabad Jurisdiction only.

© Kreatryx. All Rights Reserved. 1 www.kreatryx.com


Krash (Sample)

Krash - Sample

Engineering Maths
(Linear Algebra &
Differential Equation)

© Kreatryx. All Rights Reserved. 2 www.kreatryx.com


Krash (Sample)

© Kreatryx. All Rights Reserved. 3 www.kreatryx.com


Krash (Sample)

LINEAR ALGEBRA

MATRICES
A matrix is a rectangular array of numbers (or functions) enclosed in brackets. These
numbers (or function) are called entries of elements of the matrix.
2 0.4 8
Example:  order = 2 x 3, 2 = number of rows, 3 = number of columns
5 -32 0 

Special Type of Matrices

1. Square Matrix
A m x n matrix is called as a square matrix if m = n i.e. number of rows = number of columns
The elements aij when i = j a11a22 .........  are called diagonal elements

1 2
Example:  
4 5

2. Diagonal Matrix
A square matrix in which all non-diagonal elements are zero and diagonal elements may or
may not be zero.
1 0 
Example:  
0 5 

Properties
a. diag [x, y, z] + diag [p, q, r] = diag [x + p, y + q, z + r]
b. diag [x, y, z] × diag [p, q, r] = diag [xp, yq, zr]
1
c.  diag x, y, z   
 diag  1 , 1 , 1 
 x y z


t
d.  diag x, y, z   = diag [x, y, z]
n
e.  diag x, y, z    diag xn , yn , zn 
f. Eigen value of diag [x, y, z] = x, y & z
g. Determinant of diag [x, y, z] = xyz

3. Scalar Matrix
A diagonal matrix in which all diagonal elements are equal.

© Kreatryx. All Rights Reserved. 4 www.kreatryx.com


Krash (Sample)

4. Identity Matrix
A diagonal matrix whose all diagonal elements are 1. Denoted by I
Properties:
a. AI = IA = A
n
b. I  I
1
c. I  I
d. det(I) = 1

5. Null matrix
An m x n matrix whose all elements are zero. Denoted by O.
Properties:
a. A + O = O + A = A
b. A + (- A) = O

6. Upper Triangular Matrix


A square matrix whose lower off diagonal elements are zero.
3 4 5 
Example: 0 6 7 
0 0 9 

7. Lower Triangular Matrix


A square matrix whose upper off diagonal elements are zero.
3 0 0
Example:  4 6 0 
5 7 9 

8. Idempotent Matrix
A matrix is called Idempotent if A2  A
1 0 
Example:  
0 1 

9. Involutary Matrix
A matrix is called Involutary if A2  I .

© Kreatryx. All Rights Reserved. 5 www.kreatryx.com


Krash (Sample)

Matrix Equality
Two matrices  Amn and Bp  q are equal if

m=p; n=q i.e., both have same size


aij = bij for all values of i & j.

Addition of Matrices
For addition to be performed, the size of both matrices should be same.
If [C] = [A] + [B]
Then cij  aij  bij

i.e., elements in same position in the two matrices are added.

Subtraction of Matrices
[C] = [A] – [B] = [A] + [–B]
Difference is obtained by subtraction of all elements of B from elements of A.
Hence here also, same size matrices should be there.

Scalar Multiplication
The product of any m × n matrix A a jk  and any scalar c, written as cA, is the m × n matrix
 

cA = ca jk  obtained by multiplying each entry in A by c.


 

Multiplication of two matrices


Let  Am  n and Bp  q be two matrices and C = AB, then for multiplication, [n = p] should

hold. Then,
n
cik   aij b jk
j1

Properties:
 If AB exists then BA does not necessarily exists.
Example:  A 3  4 , B4  5 , then AB exits but BA does not exists as 5 ≠ 3
So, matrix multiplication is not commutative.
 Matrix multiplication is not associative.
A(BC) ≠ (AB)C .
 Matrix Multiplication is distributive with respect to matrix addition
A(B + C) = AB +AC

© Kreatryx. All Rights Reserved. 6 www.kreatryx.com


Krash (Sample)

 If AB = AC  B = C (if A is non-singular)
BA = CA  B = C (if A is non-singular)

Transpose of a matrix
If we interchange the rows by columns of a matrix and vice versa we obtain transpose of a
matrix.
1 3 
1 2 6 
eg., A = 2 4  ; AT   
6 5  3 4 5

Conjugate of a matrix
The matrix obtained by replacing each element of matrix by its complex conjugate.
Properties
a. A  A
b.  A  B  A  B
c. KA   K A
d.  AB   AB
Transposed conjugate of a matrix
The transpose of conjugate of a matrix is called transposed conjugate. It is represented by
A .

 A 

a. A

b.  A  B   A  B
c. KA    KA
d.  AB   B A

Trace of matrix
Trace of a matrix is sum of all diagonal elements of the matrix.

Classification of Real Matrix


T
a. Symmetric Matrix :  A   A
T
b. Skew symmetric matrix :  A   A

c. Orthogonal Matrix :  AT  A1 ; AA T =I 


© Kreatryx. All Rights Reserved. 7 www.kreatryx.com
Krash (Sample)

Note:
a. If A & B are symmetric, then (A + B) & (A – B) are also symmetric
b. For any matrix AAT is always symmetric.
 A + AT   A  AT 
c. For any matrix,   is symmetric &   is skew symmetric.
 2
   2 
d. For orthogonal matrices, A  1

Classification of complex Matrices



a. Hermitian matrix : A   A 
b. Skew – Hermitian matrix : A  A

c. Unitary Matrix : A  A 1 ; AA  1 
Determinants
Determinants are only defined for square matrices.
For a 2 × 2 matrix
a a 
   11 12  = a11a22  a12a21
 a21 a22 

Minors & co-factor


a11 a12 a13
If   a21 a22 a23
a31 a32 a33
a12 a13
Minor of element a21 : M21 
a32 a33
i j
Co-factor of an element aij   1  Mij
To design cofactor matrix, we replace each element by its co-factor

Determinant
Suppose, we need to calculate a 3 × 3 determinant
3 3 3
 
j1
 
a1 jcof a1 j  
j1
 
a2 jcof a2 j   a3jcof a3j 
j1
We can calculate determinant along any row or column of the matrix.

© Kreatryx. All Rights Reserved. 8 www.kreatryx.com


Krash (Sample)

Properties
 Value of determinant is invariant under row & column interchange i.e., A T  A

 If any row or column is completely zero, then A  0


 If two rows or columns are interchanged, then value of determinant is multiplied by -1.
 If one row or column of a matrix is multiplied by ‘k’, then determinant also becomes k
times.
 If A is a matrix of order n × n , then
KA  Kn A
 Value of determinant is invariant under row or column transformation
 AB  A * B
n
 An  A
1
 A 1 
A
Adjoint of a Square Matrix
T
Adj(A) = cof  A  

Inverse of a matrix
Inverse of a matrix only exists for square matrices
Adj  A 
A  
1

A
Properties
a. AA1  A1 A  I
b.  AB1  B1 A1
c.  ABC 1  C1B1 A1
T
 
1
d.  AT   A 1
e. The inverse of a 2 × 2 matrix should be remembered
1
a b  1  d b
  
c d ad  bc c a 
I. Divide by determinant.
II. Interchange diagonal element.
III. Take negative of off-diagonal element.

© Kreatryx. All Rights Reserved. 9 www.kreatryx.com


Krash (Sample)

Rank of a Matrix
a. Rank is defined for all matrices, not necessarily a square matrix.
b. If A is a matrix of order m × n,
then Rank (A) ≤ min (m, n)
c. A number r is said to be rank of matrix A, if and only if
 There is at least one square sub-matrix of A of order ‘r’ whose determinant is non-zero.
 If there is a sub-matrix of order (r + 1), then determinant of such sub-matrix should be 0.

Linearly Independent and Dependent


Let X1 and X2 be the non-zero vectors
 If X1=kX2 or X2=kX1 then X1,X2 are said to be Linearly Dependent vectors.
 If X 1kX2 or X2  kX1 then X1,X2 are said to be Linearly Independent vectors.
Note:
Let X1,X2 ……………. Xn be n vectors of matrix A
 If rank(A)=no of vectors then vector X1,X2………. Xn are Linearly Independent
 If rank(A)<no of vectors then vector X1,X2………. Xn are Linearly Dependent

System of Linear Equations


There are two type of linear equations
 Homogenous equation
a11 x1  a12 x2  ..........  a1n xn  0
a21 x1  a22 x2  ..........  a2nxn  0
------------------------------------
------------------------------------
am1 x1  am2 x2  ..........  amnxn  0
This is a system of ‘m’ homogenous equations in ‘n’ variables
 a11 a12 a13   a1n   x1  0 
a a22   a2n   x  0 
 21   2  
Let A      ; x ; 0=  - 
     
   - 
am1 am2     amn m  n  xn  0 
n1 m1
This system can be represented as
AX = 0

© Kreatryx. All Rights Reserved. 10 www.kreatryx.com


Krash (Sample)

Important Facts
 Inconsistent system
Not possible for homogenous system as the trivial solution
T T
 x1 , x2 ....., xn   0,0,......,0  always exists.

 Consistent unique solution


If rank of A = r and r = n  |A| ≠ 0, so A is non-singular. Thus trivial solution exists.

 Consistent infinite solution


If r < n, number of independent equation < (number of variables) so, value of (n – r)
variables can be assumed to compute rest of r variables.
This solution set has the following additional properties:
1. If u and v are two vectors representing solutions to a homogeneous system, then the
vector sum u + v is also a solution to the system.
2. If u is a vector representing a solution to a homogeneous system, and r is any scalar,
then ru is also a solution to the system.

Non-Homogenous Equation
a11 x1  a12 x2  ..........  a1n xn  b1
a21 x1  a22 x2  ..........  a2n xn  b2
-------------------------------------
-------------------------------------
am1 x1  am2 x2  ..........  amnxn  bn
This is a system of ‘m’ non-homogenous equation for n variables.
 a11 a12   a1n   x1   b1 
     
 a21 a22   a2n   x2   b2 
A     ; X     ; B=  - 
     
     - 
a    b 
 m1 am2     amn m  n  xn   m m  1

 a11 a12  an b1 
a a22   b2 
 21 
Augmented matrix = [A | B] =    
 
 
am1 am2   amn bm 

© Kreatryx. All Rights Reserved. 11 www.kreatryx.com


Krash (Sample)

Conditions
 Inconsistency
If r(A) ≠ r(A | B), system is inconsistent

 Consistent unique solution


If r(A) = r(A | B) = n, we have consistent unique solution.

 Consistent Infinite solution


If r(A) = r (A | B) = r & r < n, we have infinite solution
Specifically, if p is any solution of the system Ax=B, then entire solution set can be described
as {p+v: v is any solution to Ax=O}.
The solution of system of equations can be obtained by using Gauss elimination Method.
(Not required for GATE)
Note:
 Let Anxn and rank(A)=r, then the number of Linearly Independent solutions of Ax = 0 is “n-
r”.

Cramer’s Rule
Suppose we have the following system of equations,
a1x  b1y  c1z  d1
a2 x  b2 y  c2 z  d2
a3 x  b3 y  c3 z  d3
We define the following matrices,
d1 b1 c1 a1 d1 c1
1  d2 b2 c2 2  a2 d2 c2
d3 b3 c3 a3 d3 c3
a1 b1 d1 a1 b1 c1
3  a2 b2 d2   a2 b2 c2
a3 b3 d3 a3 b3 c3
Then, the solution is given by,
1 2 3
x y z
  
This rule can only be applied in case of unique solution.

© Kreatryx. All Rights Reserved. 12 www.kreatryx.com


Krash (Sample)

Eigen values & Eigen Vectors


If A is n × n square matrix, then the equation
Ax = λ x is called Eigen value problem.
Where λ is called as Eigen value of A.
x is called as Eigen vector of A.
a11   a12  a1n 
 a a22     a2n 
Characteristic polynomial  A  I   21 
  
 
 am1 am2   amn   
Characteristic equation  A  I  0
The roots of characteristic equation are called as characteristic roots or the Eigen values.
To find the Eigen vector, we need to solve
 A  I x  0
This is a system of homogenous linear equation.
We substitute each value of λ one by one & calculate Eigen vector corresponding to each
Eigen value.

Important Facts
a. If x is an eigenvector of A corresponding to λ, the KX is also an Eigenvector where K is a
constant.
b. If a n × n matrix has ‘n’ distinct Eigen values, we have ‘n’ linearly independent Eigen
vectors.
c. Eigen Value of Hermitian/Symmetric matrix are real.
d. Eigen value of Skew - Hermitian / Skew – Symmetric matrix are purely imaginary or zero.
e. Eigen Value of unitary or orthogonal matrix are such that | λ | = 1.
f. If 1 , 2 ......., n are Eigen value of A, k 1 ,k2 .......,kn are Eigen values of kA.

g. Eigen Value of A 1 are reciprocal of Eigen value of A.


A A A
h. If 1, 2 ...., n are Eigen values of A, , , ........., are Eigen values of Adj(A).
1 2 n
i. Sum of Eigen values = Trace (A)
j. Product of Eigen values = |A|
k. In triangular or diagonal matrix, Eigen values are diagonal elements.

© Kreatryx. All Rights Reserved. 13 www.kreatryx.com


Krash (Sample)

Cayley - Hamiltonian Theorem


Every matrix satisfies its own Characteristic equation.
e.g., If characteristic equation is
C1n  C2n  1 ......  Cn  0
Then, C1An  C2An  1  ......  CnI  O
Where I is identity matrix
O is null matrix

DIFFERENTIAL EQUATION
 The order of a deferential equation is the order of highest derivative appearing in it.
 The degree of a differential equation is the degree of the highest derivative occurring in it,
after the differential equation is expressed in a form free from radicals & fractions.

For equations of first order & first degree


 Variable Separation method
Collect all function of x & dx on one side.
Collect all function of y & dy on other side.
like f(x) dx = g(y) dy
Solution:  f  x  dx   g  y  dy  c
dz
Example:  1  x tanz  1
dx

dz
 x tanz
dx

dz
 xdx
tanz

 cot z dz   xdx
x2
log  sinz   c
2

© Kreatryx. All Rights Reserved. 14 www.kreatryx.com


Krash (Sample)

 Linear Differential Equations


An equation is linear if it can be written as:
y' P  x  y  r  x 
If r(x) = 0 ; equation is homogenous
else r(x) ≠ 0 ; equation is non-homogeneous

y(x) = ce 
 p x dx
is the solution for homogenous form
for non-homogenous form, h =  P  x  dx

y  x   eh   ehrdx  c 
 
dx
Example: t x t
dt

dx x
Divide by t,  1
dt t

IF  e1/tdt  elogt  t

t2

Solution is x  t  1  t dt 
2
c

 Exact differential equation


An equation of the form
M(x, y) dx + N (x, y) dy = 0
For equation to be exact.
M N
 ; then only this method can be applied.
y x
The solution can be given by any one of the following two equations,

 Mdx   terms of N not containing 'x' dy = c (y  constant)

 Ndy   terms of M not containing 'y' dx = c (treat x as constant)

Else, some special terms can be rearranged as given below,


xdy  ydx   x  1  ydx  xdy  ydx  xdy
d log  xy    d log      
xy   y x / y  y 2
 xy

  y   xdy  ydx   x   ydx  xdy


d log     d tan1     2
  x  xy   y  x  y2

© Kreatryx. All Rights Reserved. 15 www.kreatryx.com


Krash (Sample)

  y  xdy  ydx  2  xdx  ydy  


d tan1    2
 x  x  y2   
d log x2  y 2   
  x2  y 2


 

 ex   yexdx  exdy   ey   xey dy  ey dx 


d     d    
y  y2   x   x2 

 x2   2xydx  x2dy   y 2   2xydy  y 2dx 


d     d    
 y  y2   x   x2 

 x2   2xy 2dx  2x2 ydy   y 2   2x2 ydy  2xy 2dx 


d 2     d 2    
y   y4  x   x4 

 1 
Example:  y  cosy   dx   x  x siny  1  dy  0
 2 x

1
 ydx  xdy    cos ydx  x sin ydy   dx  dy  0
2 x

1
d  xy   d  x cos y   dx  dy  0
2 x

xy  xcos y  x  y  0

 Integrating factors
An equation of the form
P(x, y) dx + Q (x, y) dy = 0
This can be reduced to exact form by multiplying both sides by IF.
Rule I
If the given equation Pdx + Qdy = 0 (1) isn’t an exact equation but it is a homogenous
1
equation and Px + Qy  0, then  (2) is an integrating factor of (1).
Px  Qy
Rule II
In the given equation Pdx  Qdy  0  (1) is not exact equation but it is in the form

1
f  xy  ydx  g  xy  xdy  0 and Px  Qy   0 . Then IF  ...............(2)
Px  Qy

© Kreatryx. All Rights Reserved. 16 www.kreatryx.com


Krash (Sample)

Rule III
1  P Q  1  P Q 
If    is a function of x, then R(x) =    . Then, Integrating Factor
Q  y x  Q  y x 

IF = exp   R  x  dx 
Rule IV

 Q P   Q P 
Otherwise, if 1 P    is a function of y then, S(y) = 1 P    . Then, Integrating
 x y   x y 
Factor, IF = exp   S  y  dy 

 Bernoulli’s equation
dy
The equation  Py  Qyn
dx
Where P & Q are function of x
Divide both sides of the equation by yn & put y
1  n
z
dz
 P 1  n z  Q 1  n
dx
This is a linear equation & can be solved easily.

 Clairaut’s equation


An equation of the form y = Px + f (P), is known as Clairaut’s equation where P = dy dx 
The solution of this equation is y = cx + f (c) where c = constant

Linear Differential Equation of Higher Order


Constant coefficient differential equation
dn y dn1 y
 k1  ..............  kn y  X
dxn dxn1
Where X is a function of x only
a. If y1 , y 2 ,.........., yn are n independent solution, then
c1 y1  c2 y 2  ..........  cn yn  x is complete solution
where c1 ,c2 ,..........,cn are arbitrary constants.

b. The procedure of finding solution of nth order differential equation involves computing
complementary function (C. F) and particular Integral (P. I).

© Kreatryx. All Rights Reserved. 17 www.kreatryx.com


Krash (Sample)

c. Complementary function is solution of


dn y dn1 y
 k1  .............  kn y  0
dxn dxn1
d. Particular integral is particular solution of
dn y dn1 y
 k1  ............  kn y  x
dxn dxn1
e. y = CF + PI is complete solution

Finding complementary function


Method of differential operator
d dy
Replace by D →  Dy
dx dx
Similarly,
dn n dn y
by D →  Dn y
dxn dxn
dn y dn1 y
 k1  ............  kn y  0 becomes
dxn dxn1
Dn  k1Dn1  ...........  kn  y  0
Let m1 ,m2 ,............,mn be roots of
Dn  k1Dn1 ................  K n  0 ………….(i)
Case I: All roots are real & distinct
D  m1 D  m2  ............ D  mn   0 is equivalent to (i)
m1x m2x
y = c1e  c2e  ...........  cnemnx is solution of differential equation
Case II: If two roots are real & equal i.e., m1  m2  m
m3x
y =  c1  c2 x  emx  c3e  ..........  cnemnx
Case III: If two roots are complex conjugate
m1   j ; m2   j

y = ex c1 'cos x  c2 'sinx   ..........  cnemnx

Finding particular integral


Suppose differential equation is
dn y dn1 y
 k  ..........  kn y  X
dxn 1
dxn1
Particular Integral,

© Kreatryx. All Rights Reserved. 18 www.kreatryx.com


Krash (Sample)

W1  x  W2  x  Wn  x 
PI = y1  Xdx  y 2  Xdx  ..........  yn  Xdx
W x W x W x
Where y1 , y 2 ,............y n are solutions of Homogenous from of differential equations.
y1 y2  yn y1 y 2  yi1 0  yn
y1 ' y2 '  yn ' y1 ' y 2 '  yi1 ' 0 yn '
W x  Wi  x  
  0
n n n n n n
y1  y 2   yn  y1  y 2   yi1 1 n
yn 

Wi  x  is obtained from W(x) by replacing ith column by all zeroes & last 1.
e3x

Example: D2  6D  9 y   x2
e3x
D  3 y  x2
2

Finding Complimentary Function,


D  3,3
y   c1  c2 x  e3x  c1e3x  c2 xe3x
y1 y2

Wronskian is given by,


e3x xe3x
W  e6x
3e3x 3xe  e
3x 3x

0 xe3x
W1   xe3x
1 3xe  e
3x 3x

e3x 0
W2   e3x
3e3x 1
Coefficients for Particular integral can be computed as,
e3x xe3x
A    dx   logx
x2 e6x
e3x e3x 1
B   2  6x dx   logx
x e x
yP  Ay1  By 2

Euler-Cauchy Equation
An equation of the form
dn y n1 d
n1
y
xn n  k 1 x  ..........  kn y  0 is called as Euler-Cauchy theorem
dx dx 1
n

© Kreatryx. All Rights Reserved. 19 www.kreatryx.com


Krash (Sample)

Substitute y = xm
The equation becomes
m m  1 ........ m  n  k1m(m  1)......... m  n  1   .............  kn  xm  0
 
The roots of equation are
Case I: All roots are real & distinct
m1 m2
y  c1 x  c2 x  ...........  cnxmn
Case II: Two roots are real & equal
m1  m2  m
m3
y  c1  c2 nx  xm  c3 x
mn
 ........  cnx
Case III: Two roots are complex conjugate of each other
m1    j ; m2    j

y = x A cos   nx   Bsin   nx     c3x 3  ...........  cnx n


m m

© Kreatryx. All Rights Reserved. 20 www.kreatryx.com


Krash (Sample)

Type 1: Linear Algebra

For Concepts, please refer to Engineering Mathematics K-Notes, Linear Algebra

Problems:

01. If for a matrix, rank equals both the number of rows and number of columns, then the
matrix is called
(A) Non-singular (B) singular
(C) transpose (D) minor

2 1 1
02. The equation 1 1 1  0 represents a parabola passing through the points.
y x2 x

(A) (0, 1), (0, 2), (0, -1) (B) (0, 0), (-1, 1), (1, 2)
(C) (1, 1), (0, 0), (2, 2) (D) (1, 2), (2, 1), (0, 0)

 a 1 
03. If matrix X   2  and X2  X  I  0 then the inverse of X is
 a  a  1 1  a

1  a 1  1a 1


(A)  a2 (B)  2
 a  
a  a  1 a 

 a 1  a2  a  1 a 
(C)  2  (D)  
 a  a  1 a  1  1 1  a

T
04. Consider the matrices X 43 , Y43 and P23 . The order of P  X T Y  P T  will be
1

 

(A) 2x2 (B) 3x3


(C) 4x3 (D) 3x4

1 1 1 
05. The rank of the matrix 1 1 0  is
1 1 1 

(A) 0 (B) 1
(C) 2 (D) 3

© Kreatryx. All Rights Reserved. 21 www.kreatryx.com


Krash (Sample)

 2 2 3
06. The matrix M   2 1 6  has given values -3, -3, 5. An eigen vector corresponding
 1 2 0 

to the eigen value 5 is 1 2 1 . One of the eigen vector of the matrix M3 is
T

1 8 1 1 2 1
T T
(A) (B)
T
1 1 1
T
(C) 1 3
2 1 (D)

07. The system of equations x + y + z = 6, x + 4y + 6z = 20, x + 4y + z   has no solutions


for values of  and  given by

(A)   6,   20 (B)   6,   20
(C)   6,   20 (D)   6,   20

T
08. Let P be 2x2 real orthogonal matrix and x is a real vector  x1 x 2  with length

 
12
x  x12  x22 . Then which one of the following statement is correct?

(A) px  x where at least one vector satisfies px  x


(B) px  x for all vectors x
(C) px  x where at least one vector satisfies px  x
(D) No relationship can be established between x and px

09.The characteristics equation of a 3 x 3 matrix P is defined as


     I  P  3  2   2  1  0 . If I denotes identity matrix then the inverse of P will be
(A) P 2  P  2I (B) P 2  P  I
(C)  P2  P  I  (D)  P2  P  2I 

10. A set of linear equations is represented by the matrix equations Ax = b. The necessary
condition for the existence of a solution for the system is

(A) A must be invertible


(B) b must be linearly dependent on the columns of A
(C) b must be linearly independent on the columns of A
(D) None.

© Kreatryx. All Rights Reserved. 22 www.kreatryx.com


Krash (Sample)

11. Consider a non-homogeneous system of linear equations represents mathematically an


over determined system. Such a system will be
(A) Consistent having a unique solution.
(B) Consistent having many solution.
(C) Inconsistent having a unique solution.
(D) Inconsistent having no solution.

12. The trace and determinant of a 2x2 matrix are shown to be -2 and -35 respectively. Its
eigen values are

(A) -30, -5 (B) -37, -1


(C) -7, 5 (D) 17.5, -2

© Kreatryx. All Rights Reserved. 23 www.kreatryx.com


Krash (Sample)

Type 2: Differential Equation


For Concepts, please refer to Engineering Mathematics K-Notes, Differential Equations.

Problems:

dy
01. For the differential equation f  x, y   g  x, y   0 to be exact is
dx

f g f g
(A)  (B) 
y x x y
2 f 2g
(C) f = g (D) 
x2 y 2
dy
02. The differential equation  py  Q , is a linear equation of first order only if,
dx
(A) P is a constant but Q is a function of y
(B) P and Q are functions of y (or) constants
(C) P is function of y but Q is a constant
(D) P and Q are function of x (or) constants

03. Biotransformation on of an organic compound having concentration (x) can be modelled


dx
using an ordinary differential equation  kx 2  0 , where k is reaction rate constant. If
dt
x = a at t = 0 then solution of the equation is
kx 1 1
(A) x  a e (B)   kt
x a

(C) x  a 1  ekt  (D) x = a + k t

04. Transformation to linear form by substituting v= y1n of the equation


dy
 p  t  y  q  t  yn , n > 0 will be
dt

dv dv
(A)  1  n pv  1  n q (B)  1  n pv  1  n q
dt dt
dv dv
(C)  1  n pv  1  n q (D)  1  n pv  1  n q
dt dt

© Kreatryx. All Rights Reserved. 24 www.kreatryx.com


Krash (Sample)

d2 y dy
05. For
2
 4  3y  3e2x , the particular integral is
dx dx
1 2x 1 2x
(A) e (B) e
15 5
2x
(C) 3e (D) C1ex  C2e3x

dy
06. Solution of the differential equation 3y  2x  0 represents a family of
dx
(A) ellipses (B) circles
(C) parabolas (D) hyperbolas

07. Which one of the following differential equation has a solution given by the function
 
y  5sin  3x  
 3
dy 5 dy 5
(A)  cos  3x   0 (B)   cos3x   0
dx 3 dx 3
d2 y d2 y
(C)  9y  0 (D)  9y  0
d2 x dx2

3
 dy  2 d3 y
08. The order and degree of a differential equation 3
4   y 0 are
dx  dx 
respectively
(A) 3 and 2 (B) 2 and 3
(C) 3 and 3 (D) 3 and 1

..
09. The maximum value of the solution y (t) of the differential equation y(t)+ y (t) = 0 with
.
initial conditions y  0   1 and y(0) = 1, for t ≥ 0 is
(A) 1 (B) 2
(C)  (D) 2

10. It is given that y  2y  y  0 , y(0) = 0 & y(1) = 0. What is y(0.5) ?

(A) 0 (B) 0.37


(C) 0.82 (D) 1.13

© Kreatryx. All Rights Reserved. 25 www.kreatryx.com


Krash (Sample)

11. A body originally at 60° cools down to 400 in 15 minutes when kept in air at a
temperature of 25°c. What will be the temperature of the body at the end of 30 minutes?
(A) 35.2° C (B) 31.5°C
(C) 28.7°C (D) 15°C

d2 y dy  dy 
12. The solution  2  17y  0 ; y  0   1,    0 in the range 0  x  
dx 2 dx dx
  x  4
4
is given by

 1   1 
(A) ex cos 4x  sin4x  (B) ex cos 4x  sin4x 
 4   4 

 1   1 
(C) e4x cos 4x  sin x (D) e4x cos 4x  sin4x 
 4   4 

© Kreatryx. All Rights Reserved. 26 www.kreatryx.com


Krash (Sample)

Solutions
Type 1: Linear Algebra

01. Ans: (A)


Solution: Rank=no. of rows=no. of columns
A  0 As all rows & columns are linearly independent
A=Non-Singular matrix

02. Ans: (B)


2 1 1
Solution: I  1 1 1  0
y x2 x
By just looking at matrix I we can conclude that:-
 One solution of above matrix is (0,0) as row3’s all elements are zero hence |I|=0
 Second solution is (1,2) as R1=R3  Linearly dependent rows
 Third solution is (-1,1) as R2=R3  Linearly dependent rows

03. Ans: (B)


Solution: X2  X  I Multiplying by X1
X  I  X1I
Or
1 0  a 1   1a 1 
X 1  I  X    2   2 
 0 1   a  a  1 1  a   a  a  1 a 

04. Ans: (A)


T T
 1 T 
 
and P X T y

 
PT   PY 1 X T
1
Solution: X 43 , Y43 & P23 P 
   
Matrix operation Order
X  T
3 4
Y 43
X YT
33

X Y 
1
T
33

P X Y   T 1
23

P  X Y P T 1 T
22

© Kreatryx. All Rights Reserved. 27 www.kreatryx.com


Krash (Sample)

05. Ans: (C)


Solution: R1 
Replace
 R1  R3 ,

0 0 0 
 
 
1 1 0
We get A  
 1
1 1 
  
 B 2 
A 0
Rank=2

06. Ans: (B)


Solution: Eigen values=-3, 3, 5
1 
 
Eigen vector corresponding to 5 is  2 
 1 
 
For M3  Eigen values  -27, 27, 125
But Eigen vector will remains the same
T
1 2  1
 

07. Ans: (B)


1 1 1 6 
 
Solution:  A | B   1 4 6 20 
1 4  u 
 
For no solution
  A     A | B  n
  A  n
A 0
1  4  24   1 6     1  4  4   0
4  24  6    0
3  18    6
But  A | B  0

1  4u  80  1 20  u  6  4  4   0 => u  20

© Kreatryx. All Rights Reserved. 28 www.kreatryx.com


Krash (Sample)

08. Ans: (B)


Solution: Orthogonal matrix, PT  P1 .............. 1
Note: Orthogonal matrix presence the length of vector [Euclidean Norm]
X  X1X2 
X 
XT   1 
 X 2 

PX  PX  PX   X TP TPX


2 T
 
From (1)

    X IX 
2
PX  X TP 1PX T
 X T X  X2

09. Ans: (D)


Solution: Characteristic equation= 2  2  2  1  0 . Every matrix satisfies its characteristic
equation [Cayley Hamiltonian theorem]
P3  P2  2P  I

Px Multiplying by P1   P2  P  2I  P 1 

10. Ans: (C)


Solution: This equation will be solvable even for non-square matrix A of B vector is linearly
independent of columns of A.

11. Ans: (D)


Solution: Over determined system will have no solution as number of equations are more
than number of unknowns.

12. Ans: (C)


Solution:  Eigen  2 &  Eigen  35
1  2  2 & 12  35

1 2  1   35
12  21  35  0
1  7 or  2  5

© Kreatryx. All Rights Reserved. 29 www.kreatryx.com


Krash (Sample)

Type 2: Differential Equation

01. Ans: (B)


   
Solution: f x, y dy  g x, y dx  0
N M

For exact differential equation


M N f g
  
y x x y

02. Ans: (D)


Solution: For linear differential equation:-
dy
 Py  Q
dx

 
P & Q must be function of x Or constant  k f  x  
0

 

03. Ans: (B)


dx
Solution:  kx2  0 , x t 0  a
dt
dx
 kx 2  Variable separate type
dt
dx 1
x 2
 k  dt  
x
 kt  c

At t=0
1
 c
a
1 1
  kt
x a

04. Ans: (A)


dy
Solution:  Py  q.y n [ Bernoulli’s equation]………….(i)
dt
Let V  y
1n

dv  n dy
 1  n  y  
dt dt

© Kreatryx. All Rights Reserved. 30 www.kreatryx.com


Krash (Sample)

dy yn dv
 ................... 2 
dt 1  n dt
Equation (1) can be written as
dy
 Py    q
1 n
y n
dt
dv
 Pv  q
1  n dt
dv
 1  n pv  1  n q
dt

05. Ans: (B)


d
Solution: Let  D, f D   D2  4D  3  0
dx
3e2x 3e2x e2x
P.I   
f  2 15 5

06. Ans: (A)


Solution: 3ydy  2xdx  0 [Variable separable]
On integration
3y 2 y2
 x2  K [Ellipse, x2  ]
2 2
k
3
For circle, coefficient of x2  coefficient of y 2

07. Ans: (C)


 
Solution: y  5sin  3x   ............. 1  On differentiating both sides
 3
dy  
 5 3 cos  3x  
dx  3
Again differentiating both
d2 y    
 5 33 sin  3x    9 5  sin  3x  
dx 2
 3  3
d2 y
From (1)  9y  0
dx2

© Kreatryx. All Rights Reserved. 31 www.kreatryx.com


Krash (Sample)

08. Ans: (A)


3
d3 y  dy 
Solution:  4   y
2

dx  dx 
3

On squaring both sides


2
 d3 y   dy 3 
 3   16   y 
2

 dx   dx  

Order=3, Degree=2

09. Ans: (D)


Solution: m2  1  0
m  i
Solution
y  C1 cos x  C2 sin x

y 0  1 => C1  1 and y 0  1 => C2  1


y  cos x  sinx  2 sin x  450 

y max  2 at
4

10. Ans: (A)


Solution: y  2y  y  0
y 0  0 & y 1  0
m2  2m  1  0

m  1 
2
0 m=-1 (Replacing Roots)
Solution
y  e x C1  xC2 
y 0  0  C1
y  e x  xC2 

y 1   0  C2  0
Solution of difference equation
y0

y  0.5   0

© Kreatryx. All Rights Reserved. 32 www.kreatryx.com


Krash (Sample)

11. Ans: (B)


Solution: By Newton’s law of cooling (0=Temp)
Q 0  Secondary temperature
Q1  Initial temperature
d
 k  Q  Q 0 
dt
dQ
 k  Q  Q    dt
0

lnQ  Q   k  t  c  Q  Q
0 0
 ekt .ekc
Q  Pekt  Q 0
At t  0  P  Q1  Q0
P  600  250  350
Q  35ekt  25

After, 15 minutes 40  25  35e   : K  .0565


k 15

After, 30minutes
Q  35e0.56530  25  31.48  31.50 C

12. Ans: (A)


d
Solution: Let  my
dx
Then, m2  2m  17  0
m  1  4i
Solution,
y  ex C1 cos 4x  C2 sin4x
y 0  1 => 1  C1
y  ex cos 4x  C2 sin4x
On differentiating both sides
y  ex cos 4x  C2 sin4x   ex 4sin4x  4C2 cos 4x 

At y    0 : 0  4C2  1
4
C2   1
4
 sin 4x 
Solution= y  e x cos 4x 
 4 

© Kreatryx. All Rights Reserved. 33 www.kreatryx.com

You might also like