Q. What is the derivative of f(x) = 7x^2 + 2x - 5? (2023)
A.
14x + 2
B.
14x - 2
C.
7x + 2
D.
2x - 5
Show solution
Solution
Using the power rule, f'(x) = 14x + 2.
Correct Answer:
A
— 14x + 2
Learn More →
Q. What is the derivative of f(x) = e^x * ln(x)? (2022)
A.
e^x * ln(x)
B.
e^x/x
C.
e^x * (1 + ln(x))
D.
e^x * ln(x)/x
Show solution
Solution
Using the product rule, f'(x) = e^x * ln(x) + e^x * (1/x) = e^x * (ln(x) + 1/x).
Correct Answer:
C
— e^x * (1 + ln(x))
Learn More →
Q. What is the derivative of f(x) = e^x * x^2?
A.
e^x * (2x + 1)
B.
e^x * (x^2 + 2)
C.
e^x * 2x
D.
2e^x * x
Show solution
Solution
Using the product rule, f'(x) = e^x * x^2 + e^x * 2x = e^x * (x^2 + 2x).
Correct Answer:
A
— e^x * (2x + 1)
Learn More →
Q. What is the derivative of f(x) = ln(x)? (2019)
A.
1/x
B.
x
C.
e^x
D.
x^2
Show solution
Solution
The derivative f'(x) = d/dx(ln(x)) = 1/x.
Correct Answer:
A
— 1/x
Learn More →
Q. What is the derivative of f(x) = x^2 * sin(x)? (2023)
A.
2x * sin(x) + x^2 * cos(x)
B.
2x * cos(x) + x^2 * sin(x)
C.
2x * sin(x) - x^2 * cos(x)
D.
x^2 * sin(x) + 2x * cos(x)
Show solution
Solution
Using the product rule, f'(x) = 2x * sin(x) + x^2 * cos(x).
Correct Answer:
A
— 2x * sin(x) + x^2 * cos(x)
Learn More →
Q. What is the derivative of f(x) = x^3 * e^x?
A.
3x^2 * e^x + x^3 * e^x
B.
x^3 * e^x
C.
3x^2 * e^x
D.
x^3 * e^(x+1)
Show solution
Solution
Using the product rule, f'(x) = 3x^2 * e^x + x^3 * e^x.
Correct Answer:
A
— 3x^2 * e^x + x^3 * e^x
Learn More →
Q. What is the derivative of f(x) = x^3 * ln(x)? (2023)
A.
3x^2 * ln(x) + x^2
B.
3x^2 * ln(x) + x^3/x
C.
3x^2 * ln(x) + 3x^2
D.
3x^2 * ln(x) + 1
Show solution
Solution
Using the product rule, f'(x) = 3x^2 * ln(x) + x^2.
Correct Answer:
A
— 3x^2 * ln(x) + x^2
Learn More →
Q. What is the derivative of f(x) = x^3 - 4x + 7? (2021)
A.
3x^2 - 4
B.
3x^2 + 4
C.
x^2 - 4
D.
3x^2 - 7
Show solution
Solution
Using the power rule, f'(x) = 3x^2 - 4.
Correct Answer:
A
— 3x^2 - 4
Learn More →
Q. What is the derivative of f(x) = x^3 - 6x^2 + 9x?
A.
3x^2 - 12x + 9
B.
3x^2 - 6x + 9
C.
6x - 12
D.
3x^2 - 9
Show solution
Solution
The derivative f'(x) = 3x^2 - 12x + 9.
Correct Answer:
A
— 3x^2 - 12x + 9
Learn More →
Q. What is the derivative of f(x) = x^4 - 6x^2 + 9? (2022)
A.
4x^3 - 12x
B.
4x^3 + 12x
C.
2x^3 - 6x
D.
2x^3 + 6x
Show solution
Solution
Using the power rule, f'(x) = 4x^3 - 12x.
Correct Answer:
A
— 4x^3 - 12x
Learn More →
Q. What is the derivative of the function f(x) = 3x^2 + 5x - 7? (2021)
A.
3x + 5
B.
6x + 5
C.
6x - 5
D.
3x^2 + 5
Show solution
Solution
The derivative f'(x) = d/dx(3x^2 + 5x - 7) = 6x + 5.
Correct Answer:
B
— 6x + 5
Learn More →
Q. What is the first derivative of f(x) = ln(x)? (2019)
A.
1/x
B.
x
C.
ln(x)
D.
e^x
Show solution
Solution
The derivative f'(x) = 1/x.
Correct Answer:
A
— 1/x
Learn More →
Q. What is the first derivative of f(x) = tan(x)? (2021)
A.
sec^2(x)
B.
cos^2(x)
C.
sin^2(x)
D.
csc^2(x)
Show solution
Solution
The derivative of f(x) = tan(x) is f'(x) = sec^2(x).
Correct Answer:
A
— sec^2(x)
Learn More →
Q. What is the limit: lim (x -> 0) (1 - cos(x))/(x^2)? (2022)
A.
0
B.
1/2
C.
1
D.
Undefined
Show solution
Solution
Using the identity 1 - cos(x) = 2sin^2(x/2), we have lim (x -> 0) (1 - cos(x))/(x^2) = lim (x -> 0) (2sin^2(x/2))/(x^2) = 1/2.
Correct Answer:
B
— 1/2
Learn More →
Q. What is the limit: lim (x -> 0) (cos(x) - 1)/x^2? (2019)
A.
0
B.
-1/2
C.
1
D.
Undefined
Show solution
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. What is the limit: lim (x -> 0) (e^x - 1)/x? (2022)
A.
1
B.
0
C.
e
D.
Undefined
Show solution
Solution
Using the derivative of e^x at x = 0, we find that lim (x -> 0) (e^x - 1)/x = 1.
Correct Answer:
A
— 1
Learn More →
Q. What is the limit: lim (x -> 0) (ln(1 + x)/x)?
A.
1
B.
0
C.
∞
D.
Undefined
Show solution
Solution
Using L'Hôpital's Rule, we differentiate the numerator and denominator to find lim (x -> 0) (1/(1 + x)) = 1.
Correct Answer:
A
— 1
Learn More →
Q. What is the limit: lim (x -> 0) (tan(3x)/x)?
A.
3
B.
0
C.
1
D.
Infinity
Show solution
Solution
Using the limit lim (x -> 0) (tan(x)/x) = 1, we have lim (x -> 0) (tan(3x)/x) = 3 * lim (x -> 0) (tan(3x)/(3x)) = 3.
Correct Answer:
A
— 3
Learn More →
Q. What is the limit: lim (x -> 1) (x^2 - 1)/(x - 1)? (2019)
A.
0
B.
1
C.
2
D.
Undefined
Show solution
Solution
Factoring gives (x - 1)(x + 1)/(x - 1), which simplifies to x + 1. Thus, lim (x -> 1) (x + 1) = 2.
Correct Answer:
C
— 2
Learn More →
Q. What is the maximum value of f(x) = -2x^2 + 10x - 12? (2022)
Show solution
Solution
The maximum occurs at x = -b/(2a) = -10/(-4) = 2. f(2) = -2(2^2) + 10(2) - 12 = 6.
Correct Answer:
C
— 6
Learn More →
Q. What is the maximum value of f(x) = -3x^2 + 12x - 5? (2019)
Show solution
Solution
The vertex is at x = -12/(2*(-3)) = 2. The maximum value is f(2) = -3(2^2) + 12(2) - 5 = 7.
Correct Answer:
C
— 7
Learn More →
Q. What is the maximum value of the function f(x) = -2x^2 + 8x - 5? (2019)
Show solution
Solution
The vertex occurs at x = -b/(2a) = 2. f(2) = -2(2^2) + 8(2) - 5 = 9.
Correct Answer:
B
— 9
Learn More →
Q. What is the minimum value of f(x) = 2x^2 - 8x + 10? (2021)
Show solution
Solution
The minimum occurs at x = -b/(2a) = 8/(2*2) = 2. f(2) = 2(2^2) - 8(2) + 10 = 2.
Correct Answer:
A
— 1
Learn More →
Q. What is the minimum value of f(x) = 4x^2 - 16x + 15? (2022)
Show solution
Solution
The minimum occurs at x = -b/(2a) = 16/(2*4) = 2. f(2) = 4(2^2) - 16(2) + 15 = 1.
Correct Answer:
B
— 2
Learn More →
Q. What is the minimum value of the function f(x) = 2x^2 + 4x + 1? (2023)
Show solution
Solution
The vertex is at x = -4/(2*2) = -1. The minimum value is f(-1) = 2(-1)^2 + 4(-1) + 1 = -1.
Correct Answer:
B
— 1
Learn More →
Q. What is the minimum value of the function f(x) = 3x^2 - 12x + 7? (2019)
Show solution
Solution
The minimum occurs at x = -b/(2a) = 12/(2*3) = 2. f(2) = 3(2^2) - 12(2) + 7 = 1.
Correct Answer:
B
— -1
Learn More →
Q. What is the second derivative of f(x) = 2x^4 - 3x^3 + x?
A.
24x^2 - 18x + 1
B.
24x^2 - 9
C.
12x^2 - 9
D.
8x^3 - 9
Show solution
Solution
First derivative f'(x) = 8x^3 - 9x^2 + 1. Second derivative f''(x) = 24x^2 - 18x.
Correct Answer:
A
— 24x^2 - 18x + 1
Learn More →
Q. What is the second derivative of f(x) = 2x^4 - 4x^3 + 3?
A.
24x^2 - 24x
B.
12x^2 - 12
C.
24x^3 - 12x^2
D.
8x^2 - 12
Show solution
Solution
First derivative f'(x) = 8x^3 - 12x^2. Second derivative f''(x) = 24x^2 - 24x.
Correct Answer:
A
— 24x^2 - 24x
Learn More →
Q. What is the second derivative of the function f(x) = 2x^4 - 4x^3 + 3?
A.
24x^2 - 24x
B.
24x^2 - 12
C.
12x^2 - 12
D.
8x^2 - 12
Show solution
Solution
First derivative f'(x) = 8x^3 - 12x^2. Second derivative f''(x) = 24x^2 - 24x.
Correct Answer:
A
— 24x^2 - 24x
Learn More →
Q. What is the slope of the tangent line to the curve y = x^2 + 2x at x = 1?
Show solution
Solution
The derivative y' = 2x + 2. At x = 1, y' = 2(1) + 2 = 4.
Correct Answer:
A
— 3
Learn More →
Showing 151 to 180 of 193 (7 Pages)
Differential Calculus MCQ & Objective Questions
Differential Calculus is a crucial branch of mathematics that plays a significant role in various examinations. Mastering this topic not only enhances your problem-solving skills but also boosts your confidence in tackling objective questions. Practicing MCQs and important questions in Differential Calculus can significantly improve your exam preparation and help you score better.
What You Will Practise Here
Understanding the concept of derivatives and their applications
Rules of differentiation including product, quotient, and chain rules
Finding maxima and minima using first and second derivative tests
Applications of derivatives in real-life problems
Implicit differentiation and its significance
Graphical interpretation of functions and their derivatives
Common Differential Calculus formulas and their derivations
Exam Relevance
Differential Calculus is a vital topic in CBSE, State Boards, NEET, and JEE examinations. Students can expect a variety of question patterns, including direct application of formulas, conceptual understanding, and problem-solving scenarios. Questions often test the ability to differentiate functions and apply these concepts to real-world situations, making it essential to grasp the fundamentals thoroughly.
Common Mistakes Students Make
Confusing the rules of differentiation, especially in complex functions
Neglecting the importance of units and dimensions in applied problems
Overlooking the significance of critical points in determining maxima and minima
Misinterpreting the graphical representation of functions and their derivatives
FAQs
Question: What are the basic rules of differentiation?Answer: The basic rules include the power rule, product rule, quotient rule, and chain rule, which are essential for finding derivatives of functions.
Question: How can I apply derivatives in real-life scenarios?Answer: Derivatives can be used to determine rates of change, optimize functions, and analyze motion in physics, among other applications.
Start solving Differential Calculus MCQ questions today to enhance your understanding and prepare effectively for your exams. Remember, practice is the key to success!