Q. What is the derivative of f(x) = x^5 + 2x^3 - x?
-
A.
5x^4 + 6x^2 - 1
-
B.
5x^4 + 6x^3 - 1
-
C.
5x^4 + 2x^2 - 1
-
D.
5x^4 + 2x^3
Solution
The derivative f'(x) = d/dx(x^5 + 2x^3 - x) = 5x^4 + 6x^2 - 1.
Correct Answer: A — 5x^4 + 6x^2 - 1
Learn More →
Q. What is the derivative of f(x) = x^5?
-
A.
5x^4
-
B.
4x^5
-
C.
x^4
-
D.
5x^3
Solution
The derivative f'(x) = d/dx(x^5) = 5x^4.
Correct Answer: A — 5x^4
Learn More →
Q. What is the derivative of f(x) = |x| at x = 0?
-
A.
0
-
B.
1
-
C.
-1
-
D.
Undefined
Solution
The left-hand derivative is -1 and the right-hand derivative is 1, hence the derivative at x = 0 is undefined.
Correct Answer: D — Undefined
Learn More →
Q. What is the derivative of f(x) = √x?
-
A.
1/(2√x)
-
B.
2√x
-
C.
1/x
-
D.
√x/2
Solution
f'(x) = 1/(2√x).
Correct Answer: A — 1/(2√x)
Learn More →
Q. What is the derivative of sin^(-1)(x)?
-
A.
1/√(1-x^2)
-
B.
-1/√(1-x^2)
-
C.
1/x
-
D.
0
Solution
The derivative of sin^(-1)(x) is 1/√(1-x^2)
Correct Answer: A — 1/√(1-x^2)
Learn More →
Q. What is the derivative of y = sin^(-1)(x)?
-
A.
1/√(1-x^2)
-
B.
1/(1+x^2)
-
C.
1/(1-x^2)
-
D.
√(1-x^2)
Solution
The derivative of y = sin^(-1)(x) is 1/√(1-x^2)
Correct Answer: A — 1/√(1-x^2)
Learn More →
Q. What is the derivative of \( y = \tan^{-1}(x) \)?
-
A.
\( \frac{1}{1+x^2} \)
-
B.
\( \frac{1}{x^2+1} \)
-
C.
\( \frac{1}{x} \)
-
D.
0
Solution
The derivative of \( y = \tan^{-1}(x) \) is \( \frac{1}{1+x^2} \).
Correct Answer: A — \( \frac{1}{1+x^2} \)
Learn More →
Q. What is the determinant of the matrix [[0, 1], [1, 0]]?
Solution
The determinant is calculated as (0*0) - (1*1) = 0 - 1 = -1.
Correct Answer: C — -1
Learn More →
Q. What is the determinant of the matrix \( E = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} \)?
Solution
The determinant is calculated as \( 1*4 - 2*3 = 4 - 6 = -2 \).
Correct Answer: A — -2
Learn More →
Q. What is the determinant of the matrix \( H = \begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix} \)?
Solution
The determinant is 0 because the rows are linearly dependent.
Correct Answer: A — 0
Learn More →
Q. What is the determinant of the matrix \( \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} \)?
Solution
The determinant of the identity matrix is 1.
Correct Answer: B — 1
Learn More →
Q. What is the determinant of the matrix \( \begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix} \)?
Solution
The determinant is calculated as (1*1) - (1*1) = 1 - 1 = 0.
Correct Answer: A — 0
Learn More →
Q. What is the determinant of the matrix \( \begin{pmatrix} 1 & 2 & 1 \\ 0 & 1 & 0 \\ 2 & 3 & 1 \end{pmatrix} \)?
Solution
The determinant is calculated as \( 1(1*1 - 0*3) - 2(0*1 - 0*2) + 1(0*3 - 1*2) = 1 - 0 - 2 = -1 \).
Correct Answer: B — 1
Learn More →
Q. What is the determinant of the matrix \( \begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix} \)?
Solution
The determinant is 0 because the rows are linearly dependent.
Correct Answer: A — 0
Learn More →
Q. What is the determinant of the matrix \( \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} \)?
Solution
The determinant is calculated as \( 1*4 - 2*3 = 4 - 6 = -2 \).
Correct Answer: A — -2
Learn More →
Q. What is the determinant of the matrix \( \begin{pmatrix} 1 & 2 \\ 3 & 5 \end{pmatrix} \)?
Solution
The determinant is calculated as \( 1*5 - 2*3 = 5 - 6 = -1 \).
Correct Answer: B — 1
Learn More →
Q. What is the determinant of the matrix \( \begin{pmatrix} 3 & 2 \\ 1 & 4 \end{pmatrix} \)?
Solution
The determinant is calculated as (3*4) - (2*1) = 12 - 2 = 10.
Correct Answer: A — 10
Learn More →
Q. What is the determinant of the matrix \( \begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix} \)?
Solution
The determinant is calculated as \( 5*8 - 6*7 = 40 - 42 = -2 \).
Correct Answer: A — -2
Learn More →
Q. What is the determinant of the matrix: | 1 2 3 | | 4 5 6 | | 7 8 10 |?
Solution
Calculating gives a determinant of -3.
Correct Answer: A — -3
Learn More →
Q. What is the directrix of the parabola given by the equation y^2 = 8x?
-
A.
x = -2
-
B.
x = 2
-
C.
y = -4
-
D.
y = 4
Solution
The standard form of a parabola is (y - k)^2 = 4p(x - h). Here, p = 2, so the directrix is x = -2.
Correct Answer: A — x = -2
Learn More →
Q. What is the directrix of the parabola y^2 = 8x?
-
A.
x = -2
-
B.
x = 2
-
C.
y = -4
-
D.
y = 4
Solution
For the parabola y^2 = 4px, here 4p = 8, so p = 2. The directrix is x = -p = -2.
Correct Answer: A — x = -2
Learn More →
Q. What is the distance between the centers of two circles with equations (x - 1)² + (y - 2)² = 9 and (x + 3)² + (y + 4)² = 16?
Solution
The distance between centers (1, 2) and (-3, -4) is calculated using the distance formula.
Correct Answer: D — 6
Learn More →
Q. What is the distance between the foci of the ellipse given by the equation 4x^2 + 9y^2 = 36?
Solution
The distance between the foci is 6, calculated using the formula 2c where c = √(a^2 - b^2).
Correct Answer: A — 6
Learn More →
Q. What is the distance between the foci of the ellipse x^2/25 + y^2/16 = 1?
Solution
The distance between the foci is given by 2c, where c = √(a^2 - b^2) = √(25 - 16) = 3, so the total distance is 2c = 6.
Correct Answer: A — 7
Learn More →
Q. What is the distance between the points (1, 2) and (4, 6)?
Solution
Distance = √[(4-1)² + (6-2)²] = √[9 + 16] = √25 = 5.
Correct Answer: A — 5
Learn More →
Q. What is the distance between the points (3, 4) and (7, 1)?
Solution
Distance = √[(7-3)² + (1-4)²] = √[16 + 9] = √25 = 5.
Correct Answer: A — 5
Learn More →
Q. What is the distance between the points P(1, 2, 3) and Q(4, 5, 6)?
Solution
Distance = √((4-1)² + (5-2)² + (6-3)²) = √(9 + 9 + 9) = 3√3.
Correct Answer: A — 3√3
Learn More →
Q. What is the distance from the point (1, 2) to the line 3x + 4y - 10 = 0?
Solution
Distance = |3(1) + 4(2) - 10| / √(3² + 4²) = |3 + 8 - 10| / 5 = 1.
Correct Answer: B — 2
Learn More →
Q. What is the distance from the point (3, 4) to the line 2x + 3y - 6 = 0?
Solution
Distance = |2(3) + 3(4) - 6| / √(2² + 3²) = |6 + 12 - 6| / √13 = 12/√13.
Correct Answer: A — 1
Learn More →
Q. What is the domain of the function f(x) = 1/(x - 2)?
-
A.
x ≠ 2
-
B.
x > 2
-
C.
x < 2
-
D.
All real numbers
Solution
The function is undefined at x = 2, so the domain is all real numbers except 2.
Correct Answer: A — x ≠ 2
Learn More →
Showing 2281 to 2310 of 2847 (95 Pages)