Practical Math Exam Questions ECE CSE
Practical Math Exam Questions ECE CSE
Evaluating the triple integral \( \iiint_{0 \leq z \leq 3-x-y, 0 \leq y \leq 3-x, 0 \leq x \leq 3} xyz \ dx\ dy\ dz \) involves understanding the three-dimensional region defined by the variable limits. Here, the integration limits describe a tetrahedral region within the 3D coordinate system. The key is to integrate in the correct order: first over \( z \), then \( y \), and finally \( x \). This suggests a strategic evaluation of each integral while adhering to the defined region, allowing for complex volume calculations and applications . The integration results in a volumetric measure of interaction for the dependent variables within specified geometric constraints.
The gradient of \( \phi = x^2y + 2xz - 4 \) is found by taking the partial derivatives of \( \phi \) with respect to each variable: \( \nabla \phi = \frac{\partial \phi}{\partial x} \mathbf{i} + \frac{\partial \phi}{\partial y} \mathbf{j} + \frac{\partial \phi}{\partial z} \mathbf{k} = (2xy + 2z) \mathbf{i} + x^2 \mathbf{j} + 2x \mathbf{k} \). Geometrically, the gradient points in the direction of the steepest ascent of the scalar field, and its magnitude corresponds to the rate of increase in that direction.
The divergence of the vector field \( \mathbf{F} = x^2yz \hat{i} + y^2zx \hat{j} + z^2xy \hat{k} \) is obtained by summing the partial derivatives of each component of \( \mathbf{F} \): \( \nabla \cdot \mathbf{F} = \frac{\partial}{\partial x}(x^2yz) + \frac{\partial}{\partial y}(y^2zx) + \frac{\partial}{\partial z}(z^2xy) = 2xyz + 2yzx + 2zxy = 6xyz \). Divergence provides a measure of the rate at which "density" exits a given point in a vector field, indicating sources or sinks at that point.
To verify \( \text{Beta}(m, n) = \frac{\text{Gamma}(m)\text{Gamma}(n)}{\text{Gamma}(m+n)} \), substitute \( m = 5 \) and \( n = 7 \). Calculate each gamma function: \( \text{Gamma}(5) = 24 \), \( \text{Gamma}(7) = 720 \), and \( \text{Gamma}(12) = 39916800 \). The beta function is computed as \( B(5, 7) = \frac{24 \times 720}{39916800} \). Simplifying confirms the identity holds true . The process is computational, involving factorial evaluations, since \( \text{Gamma}(n) = (n-1)! \) for positive integers.
The Laplace transform of \( f(t) = \sin(at) \) is \( \frac{a}{s^2 + a^2} \) and for \( f(t) = \cos(at) \), it is \( \frac{s}{s^2 + a^2} \). These transforms are derived using the integral definition of the Laplace transform \( \mathcal{L}\{f(t)\} = \int_{0}^{\infty} e^{-st}f(t) dt \) and the properties of exponential functions. These results are significant as they facilitate the analysis and solution of differential equations using algebraic techniques.
The Rank-Nullity Theorem states that for a linear transformation \( T: V \rightarrow W \), \( \text{rank}(T) + \text{nullity}(T) = \dim(V) \). Given the transformation \( T(x, y, z) = (x + 4y + 7z, 2x + 5y + 8z, 3x + 6y + 9z) \), the associated matrix is \( A = \begin{pmatrix} 1 & 4 & 7 \\ 2 & 5 & 8 \\ 3 & 6 & 9 \end{pmatrix} \). This matrix is singular, with a rank of 2 since its columns are linearly dependent. As \( \dim(\mathbb{R}^3) = 3 \), we apply the theorem, finding \( 2 + \text{nullity}(T) = 3 \) thus \( \text{nullity}(T) = 1 \). This means there is one dimension worth of solutions to \( T(x, y, z) = 0 \), indicating a line of solutions in null space.
The Newton-Raphson method is used for solving \( 3x = \cos(x) + 1 \) by rearranging it to \( f(x) = 3x - \cos(x) - 1 = 0 \). The iteration formula is \( x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)} \), where \( f'(x) = 3 + \sin(x) \). Starting with an initial guess near 1, such as 1, iterate five times: \( x_1 \approx 0.666 \), \( x_2 \approx 0.607 \), converging towards 0.607 . This method efficiently refines approximations of roots for non-linear equations by incorporating both the function and its derivative.
The curl of a vector field \( \mathbf{F} = x^2yz \hat{i} + y^2zx \hat{j} + z^2xy \hat{k} \) is computed as \( \nabla \times \mathbf{F} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\ x^2yz & y^2zx & z^2xy \end{vmatrix} \), which results in \((2yz - 2yz)\hat{i} + (2zx - 2zx)\hat{j} + (2xy - 2xy)\hat{k} = 0\). Thus, \( \nabla \times \mathbf{F} = \mathbf{0} \). Curl represents the amount of rotation or circulation at any point in a vector field, and here, the zero result indicates no local rotation.
To apply the Regula-Falsi method, we start with the function \( f(x) = x^3 - 2x - 5 \) and select initial points \( a = 2 \) and \( b = 3 \). The method involves evaluating the function at these points and using the formula \( c = b - \frac{f(b)(b-a)}{f(b)-f(a)} \) to find successive approximations of the root. Iterating this process five times yields a root approximation of 2.09431 . The key steps include calculating intermediate points where the function changes sign and refining this interval until a satisfactory root approximation is achieved.
The area of an ellipse represented by \( \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 \) can be calculated using the formula for double integral as follows: \( A = 4 \int_0^a \int_0^{b\sqrt{1 - \frac{x^2}{a^2}}} dy dx \). Solving this integral yields the formula \( \pi ab \) for the area of the ellipse. The integration limits are determined by the geometric constraints of the ellipse along each axis . This approach leverages symmetry and the change of variables technique to simplify the double integration into a comprehensible and solvable form.