MA2002 Calculus Tutorial 9
MA2002 Calculus Tutorial 9
To evaluate the limit lim x→0 (tan(x)/x)^(1/x²), apply the concept of limits and L'Hôpital's Rule to manage the indeterminate form. The base, tan(x)/x, approaches 1 as x approaches 0. Taking the natural logarithm helps linearize the exponentiation: ln((tan(x)/x)^(1/x²)) = (1/x²) ln(tan(x)/x). As x approaches 0, this tends to 1/3 after simplification and application of series or Taylor expansions. Thus, the original limit evaluates to e^(1/3).
To evaluate the integral ∫ dx / (2 + sin(x) - 2cos(x)), utilize trigonometric identities to simplify the expression. Consider converting sin(x) and cos(x) into forms involving tan(x/2), or alternatively, employ the Weierstrass substitution, t = tan(x/2), which converts sine and cosine into rational functions of t. This approach transforms the integral into a more soluble form using algebraic techniques or partial fraction decomposition .
The inverse hyperbolic sine function sinh⁻¹(x) can be expressed using logarithms as sinh⁻¹(x) = ln(x + sqrt(x² + 1)). This is derived by equating sinh⁻¹(x) to a variable y such that sinh(y) = x. Using the definition of hyperbolic sine, e^y - e^(-y) / 2 = x, and solving for y results in the logarithmic expression .
Proving that the product of positive numbers equals 1 can be pivotal in demonstrating inequalities involving powers by applying principles of symmetry and homogeneity in expressions. For instance, with f(x) = a1^x + ... + ak^x where a1 * a2 * ... * ak = 1, such properties allow leveraging logarithmic comparisons and utilizing Jensen's inequality or AM-GM inequalities to establish relationships between power sums, simplifying to the desired inequality .
Logarithmic differentiation is a powerful technique for finding the derivative of the function y = x^x because it allows transformation of a power function into a form that is easier to differentiate. By taking the natural logarithm of both sides, we have ln(y) = xln(x). Differentiating both sides with respect to x, using implicit differentiation on the left, gives (1/y)dy/dx = ln(x) + 1. Solving for dy/dx gives the derivative as y(ln(x) + 1), where y = x^x, resulting in x^x(ln(x) + 1).
The statement lim x→-∞ e^x = 0 illustrates the concept that exponential functions decay to zero as their input approaches negative infinity. This behavior is due to the nature of the exponential function, where its growth is exponential in the positive domain and decay is similarly rapid in the negative domain, approaching zero .
The limit lim x→∞ e^x / x^n diverges to infinity because the exponential function e^x grows faster than any polynomial function x^n for large x. As x → ∞, e^x / x^n becomes dominated by e^x, leading to the entire quotient approaching infinity .
The integral ∫ ln(x)/x² dx can be evaluated using integration by parts. Let u = ln(x) and dv = 1/x² dx. Then, du = 1/x dx and v = -1/x. Substituting these into the integration by parts formula ∫ u dv = uv - ∫ v du, we get ∫ ln(x)/x² dx = -ln(x)/x - ∫ (-1/x) (1/x) dx = -ln(x)/x + 1/x + C .
To verify the derivative of sinh⁻¹(x) = ln(x + sqrt(x² + 1)), using implicit differentiation, let y = sinh⁻¹(x), so sinh(y) = x. Differentiating both sides with respect to x gives cosh(y) dy/dx = 1. Solve for dy/dx to obtain dy/dx = 1/cosh(y). Since cosh(y) = sqrt(1 + sinh²(y)) = sqrt(1 + x²), it follows that dy/dx = 1/sqrt(1 + x²).
To prove e^x ≥ 1 + x for all x ∈ R, consider the function f(x) = e^x - x - 1. We need to show f(x) ≥ 0. Compute the derivative: f'(x) = e^x - 1. Since e^x ≥ 1 for all x, it follows that f'(x) ≥ 0, indicating that f(x) is non-decreasing. At x = 0, f(0) = e^0 - 0 - 1 = 0. Since f(x) is non-decreasing and f(0) = 0, f(x) ≥ 0 for all x, thus e^x ≥ 1 + x .