Q. Find the limit lim(x→∞) (1/x).
Q. Find the limit: lim (x -> 0) (1 - cos(2x))/x^2
-
A.
0
-
B.
1
-
C.
2
-
D.
Undefined
Solution
Using the identity 1 - cos(θ) = 2sin^2(θ/2), we have lim (x -> 0) (1 - cos(2x))/x^2 = lim (x -> 0) (2sin^2(x))/x^2 = 2.
Correct Answer: C — 2
Learn More →
Q. Find the limit: lim (x -> 0) (1 - cos(4x))/(x^2)
-
A.
0
-
B.
2
-
C.
4
-
D.
Undefined
Solution
Using the identity 1 - cos(x) = 2sin^2(x/2), we have lim (x -> 0) (2sin^2(2x))/(x^2) = 8.
Correct Answer: B — 2
Learn More →
Q. Find the limit: lim (x -> 0) (1 - cos(x))/(x^2)
-
A.
0
-
B.
1/2
-
C.
1
-
D.
Infinity
Solution
Using the identity 1 - cos(x) = 2sin^2(x/2), we have lim (x -> 0) (2sin^2(x/2))/(x^2) = 1.
Correct Answer: B — 1/2
Learn More →
Q. Find the limit: lim (x -> 0) (cos(x) - 1)/x^2
-
A.
0
-
B.
-1/2
-
C.
1
-
D.
Infinity
Solution
Using the Taylor series expansion for cos(x), we find that lim (x -> 0) (cos(x) - 1)/x^2 = -1/2.
Correct Answer: B — -1/2
Learn More →
Q. Find the limit: lim (x -> 0) (e^x - 1)/x
-
A.
0
-
B.
1
-
C.
e
-
D.
Undefined
Solution
Using the derivative of e^x at x = 0, we find lim (x -> 0) (e^x - 1)/x = 1.
Correct Answer: B — 1
Learn More →
Q. Find the limit: lim (x -> 0) (sin(5x)/x)
-
A.
0
-
B.
5
-
C.
1
-
D.
Infinity
Solution
Using the limit property, lim (x -> 0) (sin(kx)/x) = k. Here, k = 5, so the limit is 5.
Correct Answer: B — 5
Learn More →
Q. Find the limit: lim (x -> 0) (x^2 * sin(1/x))
-
A.
0
-
B.
1
-
C.
Infinity
-
D.
Undefined
Solution
Since |sin(1/x)| <= 1, we have |x^2 * sin(1/x)| <= |x^2|. As x approaches 0, |x^2| approaches 0, hence the limit is 0.
Correct Answer: A — 0
Learn More →
Q. Find the limit: lim (x -> 0) (x^3)/(e^x - 1)
-
A.
0
-
B.
1
-
C.
Infinity
-
D.
Undefined
Solution
As x approaches 0, e^x - 1 approaches 0. Using L'Hôpital's Rule three times, we find the limit approaches 0.
Correct Answer: A — 0
Learn More →
Q. Find the limit: lim (x -> 1) (x^2 - 1)/(x - 1)
-
A.
0
-
B.
1
-
C.
2
-
D.
Undefined
Solution
This is an indeterminate form (0/0). Factor the numerator: (x-1)(x+1)/(x-1) = x + 1. Thus, lim (x -> 1) (x + 1) = 2.
Correct Answer: C — 2
Learn More →
Q. Find the limit: lim (x -> 1) (x^2 - 1)/(x - 1)^2
-
A.
0
-
B.
1
-
C.
2
-
D.
Undefined
Solution
Factoring gives (x - 1)(x + 1)/(x - 1)^2. Canceling gives lim (x -> 1) (x + 1)/(x - 1) = 2.
Correct Answer: C — 2
Learn More →
Q. Find the limit: lim (x -> 1) (x^3 - 1)/(x - 1)
Solution
Factoring gives (x - 1)(x^2 + x + 1)/(x - 1). Canceling gives lim (x -> 1) (x^2 + x + 1) = 3.
Correct Answer: C — 3
Learn More →
Q. Find the limit: lim (x -> 2) (x^2 - 4)/(x - 2)
-
A.
0
-
B.
2
-
C.
4
-
D.
Undefined
Solution
The expression (x^2 - 4)/(x - 2) can be factored as (x - 2)(x + 2)/(x - 2). Canceling (x - 2) gives lim (x -> 2) (x + 2) = 4.
Correct Answer: C — 4
Learn More →
Q. Find the limit: lim (x -> ∞) (3x^2 + 2)/(5x^2 - 4)
-
A.
0
-
B.
3/5
-
C.
1
-
D.
Infinity
Solution
Dividing numerator and denominator by x^2, we get lim (x -> ∞) (3 + 2/x^2)/(5 - 4/x^2) = 3/5.
Correct Answer: B — 3/5
Learn More →
Q. Find the limit: lim(x->0) (tan(3x)/x)
-
A.
3
-
B.
0
-
C.
1
-
D.
Infinity
Solution
Using the limit property, lim(x->0) (tan(kx)/x) = k. Here, k = 3, so the limit is 3.
Correct Answer: A — 3
Learn More →
Q. Find the magnitude of the vector (3, 4).
Solution
Magnitude = √(3^2 + 4^2) = √(9 + 16) = √25 = 5.
Correct Answer: A — 5
Learn More →
Q. Find the magnitude of the vector v = (3, -4, 12).
Solution
Magnitude |v| = √(3^2 + (-4)^2 + 12^2) = √(9 + 16 + 144) = √169 = 13.
Correct Answer: B — 14
Learn More →
Q. Find the maximum value of f(x) = -x^2 + 4x + 1.
Solution
The maximum occurs at x = 2. f(2) = -2^2 + 4(2) + 1 = 5.
Correct Answer: A — 5
Learn More →
Q. Find the maximum value of f(x) = -x^2 + 4x.
Solution
The vertex form gives maximum at x = 2. f(2) = -2^2 + 4*2 = 4.
Correct Answer: A — 4
Learn More →
Q. Find the maximum value of the function f(x) = -2x^2 + 8x - 3.
Solution
The function is a downward-opening parabola. The maximum occurs at x = -b/(2a) = 8/(2*2) = 2. f(2) = -2(2^2) + 8(2) - 3 = 8.
Correct Answer: B — 8
Learn More →
Q. Find the maximum value of the function f(x) = -2x^2 + 8x - 5.
Solution
The function is a downward-opening parabola. The maximum occurs at x = -b/(2a) = 8/(2*2) = 2. f(2) = -2(2^2) + 8(2) - 5 = 9.
Correct Answer: C — 9
Learn More →
Q. Find the maximum value of the function f(x) = -x^2 + 4x + 1.
Solution
The vertex occurs at x = 2. f(2) = -2^2 + 4(2) + 1 = 9, which is the maximum value.
Correct Answer: A — 5
Learn More →
Q. Find the maximum value of the function f(x) = -x^2 + 6x - 8.
Solution
The vertex occurs at x = 3. f(3) = -3^2 + 6(3) - 8 = 6.
Correct Answer: C — 8
Learn More →
Q. Find the median of the following numbers: 1, 3, 3, 6, 7, 8, 9.
Solution
Arranging the numbers: 1, 3, 3, 6, 7, 8, 9. Median = 6 (middle value).
Correct Answer: B — 6
Learn More →
Q. Find the median of the following set of numbers: 1, 3, 3, 6, 7, 8, 9.
Solution
Arranging the numbers: 1, 3, 3, 6, 7, 8, 9. Median = 6 (middle value).
Correct Answer: B — 6
Learn More →
Q. Find the median of the following set of numbers: 3, 1, 4, 2.
Solution
Arranging the numbers: 1, 2, 3, 4. Median = (2 + 3) / 2 = 2.5.
Correct Answer: B — 2.5
Learn More →
Q. Find the midpoint of the line segment joining the points (1, 2) and (3, 4).
-
A.
(2, 3)
-
B.
(1, 2)
-
C.
(3, 4)
-
D.
(4, 5)
Solution
Midpoint = ((1+3)/2, (2+4)/2) = (2, 3).
Correct Answer: A — (2, 3)
Learn More →
Q. Find the midpoint of the line segment joining the points (2, 3) and (4, 7).
-
A.
(3, 5)
-
B.
(2, 5)
-
C.
(4, 3)
-
D.
(5, 6)
Solution
Midpoint M = ((x1 + x2)/2, (y1 + y2)/2) = ((2 + 4)/2, (3 + 7)/2) = (3, 5).
Correct Answer: A — (3, 5)
Learn More →
Q. Find the minimum value of the function f(x) = 3x^2 - 12x + 7.
Solution
The vertex occurs at x = -b/(2a) = 12/6 = 2. f(2) = 3(2^2) - 12(2) + 7 = 1.
Correct Answer: B — 1
Learn More →
Q. Find the minimum value of the function f(x) = x^2 - 4x + 5.
Solution
The vertex of the parabola occurs at x = 2. f(2) = 2^2 - 4(2) + 5 = 1, which is the minimum value.
Correct Answer: A — 1
Learn More →
Showing 1981 to 2010 of 10700 (357 Pages)