Exams › GATE › Engineering Mathematics
673 Engineering Mathematics questions with worked solutions.
163 questions
157 questions
154 questions
88 questions
43 questions
41 questions
25 questions
Q1. The smallest positive root of the equation x⁵ - 5x⁴ - 10x³ + 50x² + 9x - 45 = 0 lies in the range
Answer: 0 < x ≤ 2
The correct option is right because evaluating the polynomial at various points shows that it changes sign between 0 and 2, indicating a root exists in that interval. Specifically, the function is negative at 0 and positive at 2, confirming the presence of a root in the specified range.
Answer: u = x² + x f(y) + h(y)
Integrating d2u/dx2 = 2 twice with respect to x gives u = x^2 + x*f(y) + h(y), where the two integration 'constants' are arbitrary functions of y. This is option idx 1; the stored idx 3 with y*g(x) is incorrect.
Q3. What are the eigenvalues of the matrix [2, 1, 1; 1, 4, 1; 1, 1, 2]?
Answer: 1, 2, 5
The eigenvalues of a matrix are the solutions to its characteristic polynomial, which in this case yields the values 1, 2, and 5. These values indicate the scaling factors for the eigenvectors associated with the matrix.
Answer: Both P and Q are TRUE
The curl of the gradient of any scalar field is always zero, confirming statement P as true. Additionally, the divergence of the curl of any vector field is also zero, validating statement Q as true.
Q5. The sum of the following infinite series is: 1/1! + 1/2! + 1/3! + 1/4! + 1/5! +...
Answer: e − 1
The series represents the Taylor expansion of the exponential function e^x evaluated at x=1, which sums to e. However, since the series starts from 1/1! instead of 1/0!, we subtract 1 from e, resulting in e - 1.
Answer: (0.2,0.4)
The point (0.2, 0.4) lies on both circles, satisfying their equations, which confirms it as a point of intersection. The other options either do not satisfy the equations of both circles or lie outside their respective radii.
Answer: λ − 2
If x is an eigenvector of A corresponding to eigenvalue λ, then Ax = λx. For the matrix B = A - 2I, we have Bx = (A - 2I)x = Ax - 2Ix = λx - 2x = (λ - 2)x. This shows that x is also an eigenvector of B with eigenvalue λ - 2.
Answer: 3b1 + b2 + 2b3 = 0
The correct option is based on the requirement for the system of equations represented by Ax = b to have a solution. This condition arises from the need for the vector b to lie in the column space of matrix A, which is determined by the linear combinations of its columns. The equation 3b1 + b2 + 2b3 = 0 ensures that b can be expressed as a linear combination of the columns of A.
Answer: f(x) = k + (4k/π) (cos(πx/2) − (1/3) cos(3πx/2) + (1/5) cos(5πx/2) + …)
The pulse has height 2k on -1<x<1 with period 4, so the DC term is (1/4)*2k*2 = k, and a_n = (4k/(n*pi))*sin(n*pi/2) giving 4k/pi for n=1. Since f is even the series uses cosines: f = k + (4k/pi)(cos(pi x/2) - (1/3)cos(3pi x/2) + ...). That is option C, not the stored choice.
Answer: V²/(gl)
The correct option, V²/(gl), is dimensionless because it combines the units of velocity squared (L²/T²) with the units of gravity (L/T²) and length (L), resulting in a ratio that cancels out all dimensions, leaving a pure number.
Q11. If the quadrantal bearing of a line is N 30° W, then the whole circle bearing of the line is
Answer: 330°
Quadrantal bearing N 30 W is measured 30 degrees toward west from north, so the whole circle bearing = 360 - 30 = 330 degrees. The stored 300 deg is incorrect.
Answer: ∂²u/∂x² + ∂²u/∂y² + ∂²u/∂z² = 0
The correct option is a second-order, linear, homogeneous partial differential equation because it consists of second derivatives of the function u, is linear in u and its derivatives, and equals zero, indicating that there are no additional terms that would make it non-homogeneous.
Q13. The value of lim_(x→∞) (x − √(x² + x)) is equal to
Answer: -0.5
As x approaches infinity, the expression can be simplified by factoring out x from the square root, leading to a limit that evaluates to -0.5.
Answer: 0.33 kg of sludge added per kg of OFMSW
The correct option is accurate because the calculations for the mixture's water content and the proportions of OFMSW and sludge lead to the conclusion that 0.33 kg of sludge is needed for every kg of OFMSW to achieve the desired water content of 40%.
Q15. The solution of the equation x dy/dx + y = 0 passing through the point (1,1) is
Answer: x⁻¹
The equation is a separable differential equation that can be rearranged and integrated to yield the solution y = C/x. Given the point (1,1), we find that C = 1, leading to the solution y = 1/x, which is equivalent to x⁻¹.
Answer: Mean is greater than median and mode
In a right-skewed distribution, the tail on the right side pulls the mean to the right, making it greater than both the median and the mode, which are closer to the peak of the distribution.
Q17. The matrix [2, -4; 4, -2] has
Answer: complex eigenvalues and eigenvectors
The matrix has a negative determinant and a non-zero trace, which indicates that its eigenvalues are complex. Consequently, the eigenvectors associated with these complex eigenvalues are also complex.
Answer: 1/(s−a)
The Laplace transform of the function f(t)=e^(at) is derived by integrating e^(at) multiplied by e^(-st) over the interval from 0 to infinity, resulting in the expression 1/(s-a) when the condition (s-a)>0 is satisfied.
Q19. The rank of the following matrix is [1, 1, 0, -2; 2, 0, 2, 2; 4, 1, 3, 1]
Answer: 2
With R2->R2-2R1 = [0,-2,2,6] and R3->R3-4R1 = [0,-3,3,9], we find R3' = 1.5*R2', so the third row is linearly dependent. Only two independent rows remain, so the rank is 2.
Q20. Euclidean norm (length) of the vector [4 -2 -6]^T is
Answer: √56
The Euclidean norm is calculated as the square root of the sum of the squares of the vector's components. For the vector [4, -2, -6], this results in √(4² + (-2)² + (-6)²) = √(16 + 4 + 36) = √56.
Q21. The Laplace transform of sinh(at) is
Answer: a/(s² − a²)
The Laplace transform of sinh(at) is a/(s^2 - a^2), valid for s > |a|. The option s/(s^2 - a^2) is the transform of cosh(at), not sinh(at).
Answer: 2
As x approaches 0, the expression x sin x/(1 - cos x) simplifies to 2, which can be confirmed using L'Hôpital's rule or Taylor series expansion, showing that the limit converges to 2.
Q23. What is curl of the vector field 2x²y i + 5z² j − 4yzk ?
Answer: −14z i − 2x² k
The curl of a vector field measures the rotation at a point in the field. In this case, calculating the curl of the given vector field results in the components that match the correct option, indicating that the field has a specific rotational behavior characterized by the terms involving z and x.
Answer: 2 τ Aₘ t
The torsional moment of resistance for a closed thin-walled tube is derived from the shear stress acting over the mean enclosed area and the thickness of the tube. The factor of 2 accounts for the contribution of shear stress across both walls of the tube, leading to the formula T = 2 τ Aₘ t.
Answer: 1/(y - x)
The probability density function for a uniform distribution is defined as the reciprocal of the range of the distribution, which is (y - x). This ensures that the total area under the density function equals 1, satisfying the properties of a probability distribution.
Answer: 396π
For a hemispherical bowl R=13 with water depth h=6, cap volume = pi*h^2*(3R-h)/3 = pi*36*(39-6)/3 = pi*36*11 = 396*pi. Stored 156*pi is wrong; correct is 396*pi.
Answer: y = K ln x
From (x ln x) dy/dx = y, separate to dy/y = dx/(x ln x). The right side integrates to ln|ln x|, so ln y = ln(ln x) + C, giving y = K ln x. The stored answer y = Kx ln x is wrong.
Answer: 144√3
The area of an equilateral triangle can be calculated using the formula A = (sqrt(3)/4) * a², where 'a' is the length of a side. Since each subdivided part of side QR is 4, the total length of side QR is 6 * 4 = 24, leading to an area of (sqrt(3)/4) * 24² = 144√3.
Q29. If k is a constant, the general solution of dy/dx - y/x = 1 will be in the form of
Answer: y = kx + x ln x
The correct option is derived from solving the first-order linear differential equation using an integrating factor, which leads to a solution that includes a term involving the natural logarithm of x, specifically x ln x, in addition to the homogeneous solution.
Answer: L4 is perpendicular to L2 and L4 is parallel to L3
Line L4 is perpendicular to L2 because the product of their slopes equals -1, indicating they intersect at a right angle. Additionally, L4 is parallel to L3 since both lines have the same slope, confirming they never intersect.
⚔️ Practice GATE Engineering Mathematics free + battle 1v1 →