Calculus 4 Exam
Calculus 4 Exam
To find critical points of f(x, y) = -3xy + y³, set the partial derivatives equal to zero: f_x' = -3y = 0 and f_y' = -3x + 3y² = 0, giving y = 0 and x = y². Solving simultaneously, (x, y) = (0, 0). Classifying using the second derivative test: f_xx'' = 0, f_yy'' = 6y, f_xy'' = -3. The Hessian determinant D = f_xx'' f_yy'' - (f_xy'')² = 0 - (-3)² = -9, which is negative, classifying (0,0) as a saddle point .
The quadratic Taylor series of f(x, y) = tan(x) around (1, 1) is obtained by calculating the partial derivatives of the function up to the second order, evaluating them at (1, 1), and constructing the series: f(x, y) ≈ f(1, 1) + f_x'(1, 1)(x - 1) + f_y'(1, 1)(y - 1) + 1/2[f_xx''(1, 1)(x - 1)² + f_yy''(1, 1)(y - 1)² + 2f_xy''(1, 1)(x - 1)(y - 1)]. This approximation is significant as it allows analysts to estimate the function values close to (1, 1) without computing the function exactly .
The limit lim (x,y)→(0,0) x²y/(x⁴ + y) does not exist. Approaching (0,0) along different paths gives different results. For example, along the path y = 0, the limit is 0, while along y = x^4, the limit becomes x²/(2x⁴ + x^4) = 1/3. Since the limit value depends on the path, it does not exist .
Green's Theorem relates a line integral around a closed curve C to a double integral over the region it encloses. For the vectors P(x, y) = 8x² - 8y and Q(x, y) = 4y - 6xy bounded by y = √x and y = x, applying Green's Theorem converts the line integral ∮ (P dx + Q dy) into ∬_R (Q_x - P_y) dA over the region R. Evaluating Q_x - P_y, where P_y and Q_x are partial derivatives, and computing the double integral yields the desired result .
The improper integral ∫ e^(-st) cos(2t) dt is important in signal processing and control theory, as it represents the response of a system to exponential decay modulated by cosine. The integral converges when the real part of s is positive, ensuring that e^(-st) causes the integrand to diminish rapidly as t increases, thereby making the boundaries finite. Specifically, convergence requires Re(s) > 0 .
To maintain the same output while increasing skilled labor by one hour, the company should simultaneously decrease unskilled labor in a way that the total contribution to output remains unchanged. Since Q(x, y) = 3 + 2x²y + y, and they want to increase x by 1 hour, the impact is ΔQ ≈ 2 * (current x value) * Δx + 2 * 1 hour * Δy. Solving for Δy when Δx is 1, they find that decreasing y to maintain ΔQ = 0 is necessary .
The tangent plane at point (2, -2, 2) for z = x² + y² - 10 is found by evaluating the gradient ∇f = (2x, 2y, -1) at this point, resulting in (4, -4, -1). The equation of the tangent plane is z - 2 = 4(x - 2) - 4(y + 2), simplifying to 4x - 4y - z = 8. The normal line, perpendicular to the plane, has direction (4, -4, -1) and passes through (2, -2, 2), so parametrically it is x = 2 + 4t, y = -2 - 4t, z = 2 - t. These describe the local linear behavior and spatial orientation of the surface around this point, aiding in approximations and physical interpretations .
A half-wave rectifier clips the negative portion of V(t) = A sin(ωt), yielding f(t) = A sin(ωt) for 0 < t < π/ω, and 0 otherwise. The Fourier series for this periodic function consists of a DC component and harmonics: f(t) ≈ a₀/2 + Σ(an cos(nωt) + bn sin(nωt)), where coefficients are calculated based on integrals over one period. This series representation explains both the DC output and the frequency harmonics introduced in rectifiers, critical for designing filtering and power supply systems .
When converting a triple integral from rectangular coordinates (x, y, z) to spherical coordinates (ρ, θ, φ), the differential volume element changes from dV = dxdydz to dV = ρ²sinφ dρ dθ dφ. The spherical coordinates relate to rectangular coordinates as x = ρsinφcosθ, y = ρsinφsinθ, z = ρcosφ. The Jacobian of the transformation is ρ²sinφ, thus adjusting the volume element during integration .
The domain of the function f(x, y) = √(16 - x² - y²) is the set of all points (x, y) such that x² + y² ≤ 16, which is the interior of a circle in the xy-plane with radius 4 centered at the origin. The range of the function is [0, 4], because the square root ensures non-negative values, and the maximum value is 4 when (x,y) is at the origin. The graph of this function is a hemisphere above the xy-plane with radius 4 centered at the origin .