We are tasked with finding the limit: \[ \lim_{x \to 0} \frac{\log(1 + x) + 1 - e^x}{4x^2 - 9x} \]
Step 1: Apply Taylor series expansions for \( \log(1+x) \) and \( e^x \)
The Taylor series expansion of \( \log(1+x) \) around \( x = 0 \) is: \[ \log(1+x) = x - \frac{x^2}{2} + O(x^3) \] The Taylor series expansion of \( e^x \) around \( x = 0 \) is: \[ e^x = 1 + x + \frac{x^2}{2} + O(x^3) \] Thus, we can approximate: \[ \log(1 + x) + 1 - e^x = \left( x - \frac{x^2}{2} + O(x^3) \right) + 1 - \left( 1 + x + \frac{x^2}{2} + O(x^3) \right) \] Simplifying: \[ = x - \frac{x^2}{2} + 1 - 1 - x - \frac{x^2}{2} + O(x^3) \] \[ = -x^2 + O(x^3) \] Step 2: Simplify the denominator The denominator is \( 4x^2 - 9x \), which is already in a simplified form.
Step 3: Substitute the approximations into the original expression Substituting \( \log(1 + x) + 1 - e^x = -x^2 + O(x^3) \) into the expression: \[ \frac{-x^2 + O(x^3)}{4x^2 - 9x} \] For small \( x \), the higher-order terms \( O(x^3) \) can be neglected. Therefore, the expression simplifies to: \[ \frac{-x^2}{4x^2 - 9x} \] Factor out \( x \) from the denominator: \[ = \frac{-x^2}{x(4x - 9)} \] \[ = \frac{-x}{4x - 9} \] ### Step 4: Take the limit as \( x \to 0 \) As \( x \to 0 \), the expression simplifies to: \[ \lim_{x \to 0} \frac{-x}{4x - 9} = \frac{0}{-9} = 0 \]
The correct option is (E) : \(0\)
We want to evaluate the limit: \[\displaystyle\lim_{x\rightarrow0}\frac{\log(1+x)+1-e^x}{4x^2-9x}\]