JNTUH B.Tech Math II Exam Paper 2022
JNTUH B.Tech Math II Exam Paper 2022
Calculate the work done by integrating the dot product of the force field vector and the differential displacement vector around the elliptical path. The semi-major and semi-minor axes, along with the center of the ellipse, are utilized to parametrize the path, allowing the force field components to be applied appropriately in the work integral .
The power method iteratively applies the matrix to a non-zero vector, amplifying the eigencomponent corresponding to the dominant eigenvalue over successive iterations, aligning the vector in the dominant eigenvector's direction, thus isolating the largest eigenvalue .
Crout’s method factorizes a matrix into a lower triangular matrix and an upper triangular matrix, facilitating forward and backward substitution to solve the linear system efficiently, offering an alternative for Gaussian elimination .
Numerical methods such as the bisection method, Newton's method, or the secant method iteratively approach the actual root location by reducing error until a specified tolerance is met, ensuring convergence to a precise solution within an interval .
Curve fitting techniques like the least squares method minimize errors between observed data points and a fitting model, allowing for estimation of parameters such as slope and intercept in linear relationships, thereby finding the best statistical fit for the data .
The directional derivative of a function at a given point in a specific direction is computed by taking the gradient of the function at the point and then taking the dot product with the unit vector in the given direction .
Lagrange's interpolation formula uses given data points to construct a polynomial that estimates a function's values at unknown points by taking a weighted sum of known function values, allowing for an interpolated solution for the desired x value .
The Fourier transform simplifies the problem by converting convolution integrals into products in the frequency domain, facilitating easier evaluation of complex integrals involving harmonic functions through properties like the convolution theorem .
Green's theorem relates the line integral around a simple, closed curve C and the double integral over the plane region D bounded by C. It can be verified by evaluating both the line integral and the double integral, ensuring they are equal. For verification, both components of the vector field F must be considered and checked for consistency between the two evaluations .
Gauss-Seidel iteration converges when the matrix is diagonally dominant or symmetric positive definite. Convergence is determined by checking if each diagonal element's magnitude exceeds the sum of off-diagonal elements in each corresponding row, ensuring iterative stability .