Exams
Subjects
Classes
Home
Exams
Data Science and Artificial Intelligence
Limits
evaluate the following li...
Question:
medium
Evaluate the following limit :
\(\lim\limits_{x\rightarrow0}\frac{\text{ln}((x^2+1)\cos x)}{x^2}\)
= ________.
GATE DA - 2024
GATE DA
Updated On:
Feb 9, 2026
Show Solution
Correct Answer:
0.5
Solution and Explanation
The answer is 0.5
Download Solution in PDF
Was this answer helpful?
0
Top Questions on Limits
Let \( f(x) = \int \frac{(2 - x^2) \cdot e^x \cdot \sqrt{1 + x} \cdot (1 - x)^{3/2}}{dx} \). If \( f(0) = 0 \), then \( f\left(\frac{1}{2}\right) \) is equal to:
JEE Main - 2026
Mathematics
Limits
View Solution
Let \[ f(x)=\lim_{\theta\to 0} \frac{\cos(\pi x-\theta)\,\sin(x-1)} {1+x^{\theta/2}(x-1)},\qquad x\in\mathbb{R}. \] Consider the following statements:
[(I)] \(f(x)\) is continuous at \(x=1\).
[(II)] \(f(x)\) is continuous at \(x=-1\).
Then:
JEE Main - 2026
Mathematics
Limits
View Solution
Let \(f: R \to (0, \infty)\) be a twice differentiable function such that \(f(3) = 18\), \(f'(3)=0\) and \(f''(3) = 4\). Then \(\lim_{x \to 1} \log_e \left[ \frac{f(2+x)}{f(3)} \right]^{\frac{18}{(x-1)^2}}\) is equal to:
JEE Main - 2026
Mathematics
Limits
View Solution
If \[ \lim_{x\to 0} \frac{e^{(a-1)x}+2\cos bx+(c-2)e^{-x}} {x\cos x-\log_e(1+x)} =2, \] then \(a^2+b^2+c^2\) is equal to
JEE Main - 2026
Mathematics
Limits
View Solution
Want to practice more? Try solving extra ecology questions today
View All Questions
Questions Asked in GATE DA exam
Consider the following Python code:
GATE DA - 2026
Programming and Data Structures
View Solution
If \( xyz \) is a three-digit number and the product of its digits is \( 70 \), then find the sum of the digits.
GATE DA - 2026
Discrete Mathematics
View Solution
Given the Python code:
GATE DA - 2026
Data Structures and Algorithms
View Solution
Which of the following recurrence relations represents the average case time complexity of QuickSort?
GATE DA - 2026
Data Structures and Algorithms
View Solution
Consider a binary tree whose preorder traversal is \[ P, Q, S, E, R, F, G \] and inorder traversal is \[ S, Q, E, P, F, R, G. \] Which of the following statements is correct?
GATE DA - 2026
Programming and Data Structures
View Solution