Q. What is the condition for the lines represented by the equation 5x^2 + 4xy + 3y^2 = 0 to be parallel?
Show solution
Solution
The condition for parallel lines is that the determinant of the coefficients must be zero.
Correct Answer:
C
— 0
Learn More →
Q. What is the condition for two lines ax + by + c1 = 0 and ax + by + c2 = 0 to be parallel?
A.
c1 = c2
B.
a/b = c1/c2
C.
a/b = c2/c1
D.
a = 0
Show solution
Solution
Two lines are parallel if their coefficients of x and y are proportional, which means c1 must equal c2.
Correct Answer:
A
— c1 = c2
Learn More →
Q. What is the condition for two lines to be parallel?
A.
m1 = m2
B.
m1 + m2 = 0
C.
m1 * m2 = -1
D.
m1 - m2 = 0
Show solution
Solution
Two lines are parallel if their slopes are equal, i.e., m1 = m2.
Correct Answer:
A
— m1 = m2
Learn More →
Q. What is the condition for two lines to be perpendicular?
A.
m1 * m2 = -1
B.
m1 + m2 = 0
C.
m1 - m2 = 1
D.
m1 * m2 = 1
Show solution
Solution
Two lines are perpendicular if the product of their slopes m1 and m2 is -1.
Correct Answer:
A
— m1 * m2 = -1
Learn More →
Q. What is the conjugate of the complex number z = 2 + 5i?
A.
2 - 5i
B.
2 + 5i
C.
-2 + 5i
D.
-2 - 5i
Show solution
Solution
The conjugate of z = 2 + 5i is z̅ = 2 - 5i.
Correct Answer:
A
— 2 - 5i
Learn More →
Q. What is the conjugate of the complex number z = 5 - 2i?
A.
5 + 2i
B.
5 - 2i
C.
2 - 5i
D.
2 + 5i
Show solution
Solution
The conjugate of z = 5 - 2i is 5 + 2i.
Correct Answer:
A
— 5 + 2i
Learn More →
Q. What is the conjugate of the complex number z = 5 - 6i?
A.
5 + 6i
B.
5 - 6i
C.
6 - 5i
D.
6 + 5i
Show solution
Solution
The conjugate of z = 5 - 6i is 5 + 6i.
Correct Answer:
A
— 5 + 6i
Learn More →
Q. What is the critical point of f(x) = x^3 - 3x^2 + 4?
Show solution
Solution
Setting f'(x) = 3x^2 - 6x = 0 gives x(x - 2) = 0, so critical points are x = 0 and x = 2.
Correct Answer:
B
— 2
Learn More →
Q. What is the critical point of f(x) = x^3 - 6x^2 + 9x?
Show solution
Solution
Setting f'(x) = 0 gives critical points at x = 1, 2, and 3.
Correct Answer:
C
— 2
Learn More →
Q. What is the cross product of the vectors (1, 0, 0) and (0, 1, 0)?
A.
(0, 0, 1)
B.
(1, 1, 0)
C.
(0, 0, 0)
D.
(1, 0, 0)
Show solution
Solution
Cross product = (1, 0, 0) × (0, 1, 0) = (0, 0, 1).
Correct Answer:
A
— (0, 0, 1)
Learn More →
Q. What is the cross product of the vectors (1, 2, 3) and (4, 5, 6)?
A.
(-3, 6, -3)
B.
(-3, 6, 3)
C.
(3, -6, 3)
D.
(3, 6, -3)
Show solution
Solution
Cross product = |i j k| |1 2 3| |4 5 6| = (-3, 6, -3).
Correct Answer:
A
— (-3, 6, -3)
Learn More →
Q. What is the cross product of u = (1, 2, 3) and v = (4, 5, 6)?
A.
(-3, 6, -3)
B.
(0, 0, 0)
C.
(3, -6, 3)
D.
(1, 2, 3)
Show solution
Solution
u × v = |i j k| |1 2 3| |4 5 6| = (-3, 6, -3)
Correct Answer:
A
— (-3, 6, -3)
Learn More →
Q. What is the cross product of vectors (1, 2, 3) and (4, 5, 6)?
A.
(-3, 6, -3)
B.
(0, 0, 0)
C.
(3, -6, 3)
D.
(1, 2, 3)
Show solution
Solution
Cross product = |i j k| |1 2 3| |4 5 6| = (-3, 6, -3)
Correct Answer:
A
— (-3, 6, -3)
Learn More →
Q. What is the cross product of vectors A = (1, 2, 3) and B = (4, 5, 6)?
A.
(-3, 6, -3)
B.
(0, 0, 0)
C.
(3, -6, 3)
D.
(1, -2, 1)
Show solution
Solution
Cross product A × B = |i j k| |1 2 3| |4 5 6| = (-3, 6, -3).
Correct Answer:
A
— (-3, 6, -3)
Learn More →
Q. What is the derivative of f(x) = 3x^3 - 5x + 2?
A.
9x^2 - 5
B.
3x^2 - 5
C.
9x^2 + 5
D.
3x^2 + 5
Show solution
Solution
f'(x) = 9x^2 - 5.
Correct Answer:
A
— 9x^2 - 5
Learn More →
Q. What is the derivative of f(x) = 5x^4 - 3x + 2?
A.
20x^3 - 3
B.
20x^3 + 3
C.
15x^3 - 3
D.
5x^3 - 3
Show solution
Solution
The derivative f'(x) = d/dx(5x^4 - 3x + 2) = 20x^3 - 3.
Correct Answer:
A
— 20x^3 - 3
Learn More →
Q. What is the derivative of f(x) = e^x?
A.
e^x
B.
x*e^x
C.
1
D.
0
Show solution
Solution
The derivative of e^x is e^x.
Correct Answer:
A
— e^x
Learn More →
Q. What is the derivative of f(x) = ln(x^2 + 1) at x = 0?
A.
0
B.
1
C.
2
D.
undefined
Show solution
Solution
f'(x) = (2x)/(x^2 + 1), thus f'(0) = 0.
Correct Answer:
A
— 0
Learn More →
Q. What is the derivative of f(x) = ln(x^2 + 1) at x = 1?
Show solution
Solution
f'(x) = (2x)/(x^2 + 1). At x = 1, f'(1) = (2*1)/(1^2 + 1) = 1.
Correct Answer:
B
— 1
Learn More →
Q. What is the derivative of f(x) = ln(x^2 + 1)?
A.
2x/(x^2 + 1)
B.
1/(x^2 + 1)
C.
2/(x^2 + 1)
D.
x/(x^2 + 1)
Show solution
Solution
Using the chain rule, f'(x) = (1/(x^2 + 1)) * (2x) = 2x/(x^2 + 1).
Correct Answer:
A
— 2x/(x^2 + 1)
Learn More →
Q. What is the derivative of f(x) = sin(x) + cos(x)?
A.
cos(x) - sin(x)
B.
-sin(x) - cos(x)
C.
sin(x) + cos(x)
D.
-sin(x) + cos(x)
Show solution
Solution
Using the derivatives of sine and cosine, f'(x) = cos(x) - sin(x).
Correct Answer:
A
— cos(x) - sin(x)
Learn More →
Q. What is the derivative of f(x) = sin(x^2)?
A.
2x cos(x^2)
B.
cos(x^2)
C.
2x sin(x^2)
D.
sin(x^2)
Show solution
Solution
Using the chain rule, f'(x) = cos(x^2) * 2x = 2x cos(x^2).
Correct Answer:
A
— 2x cos(x^2)
Learn More →
Q. What is the derivative of f(x) = tan(x)?
A.
sec^2(x)
B.
csc^2(x)
C.
sec(x)
D.
tan^2(x)
Show solution
Solution
The derivative of tan(x) is sec^2(x).
Correct Answer:
A
— sec^2(x)
Learn More →
Q. What is the derivative of f(x) = x^2 * e^x?
A.
e^x(2x + x^2)
B.
e^x(2x)
C.
e^x(x^2 + 2)
D.
e^x(x^2 + 1)
Show solution
Solution
Using the product rule, f'(x) = e^x * (x^2 + 2x).
Correct Answer:
A
— e^x(2x + x^2)
Learn More →
Q. What is the derivative of f(x) = x^2 + 2x + 1?
A.
2x + 2
B.
2x + 1
C.
x + 2
D.
2x
Show solution
Solution
f'(x) = 2x + 2.
Correct Answer:
A
— 2x + 2
Learn More →
Q. What is the derivative of f(x) = x^2 at x = 3?
Show solution
Solution
f'(x) = 2x; f'(3) = 2*3 = 6.
Correct Answer:
B
— 6
Learn More →
Q. What is the derivative of f(x) = x^3 - 4x^2 + 6x?
A.
3x^2 - 8x + 6
B.
3x^2 + 8x + 6
C.
2x^2 - 4x + 6
D.
3x^2 - 4x + 6
Show solution
Solution
The derivative f'(x) = d/dx(x^3 - 4x^2 + 6x) = 3x^2 - 8x + 6.
Correct Answer:
A
— 3x^2 - 8x + 6
Learn More →
Q. What is the derivative of f(x) = x^4 - 4x^3 + 6x^2 - 24x + 5?
A.
4x^3 - 12x^2 + 12x - 24
B.
3x^2 - 12x + 6
C.
4x^3 - 12x^2 + 6
D.
12x^2 - 12
Show solution
Solution
The derivative f'(x) = 4x^3 - 12x^2 + 12x - 24.
Correct Answer:
A
— 4x^3 - 12x^2 + 12x - 24
Learn More →
Q. What is the derivative of f(x) = x^4 - 4x^3 + 6x^2 - 4x + 1?
A.
4x^3 - 12x^2 + 12x - 4
B.
3x^2 - 12x + 6
C.
4x^3 - 12x^2 + 6
D.
12x^2 - 12
Show solution
Solution
The derivative is f'(x) = 4x^3 - 12x^2 + 12x - 4.
Correct Answer:
A
— 4x^3 - 12x^2 + 12x - 4
Learn More →
Q. What is the derivative of f(x) = x^4?
A.
4x^3
B.
3x^4
C.
2x^4
D.
x^3
Show solution
Solution
f'(x) = 4x^3.
Correct Answer:
A
— 4x^3
Learn More →
Showing 2251 to 2280 of 2847 (95 Pages)
Mathematics Syllabus (JEE Main) MCQ & Objective Questions
The Mathematics Syllabus for JEE Main is crucial for students aiming to excel in competitive exams. Understanding this syllabus not only helps in grasping key concepts but also enhances your ability to tackle objective questions effectively. Practicing MCQs and important questions from this syllabus is essential for solid exam preparation, ensuring you are well-equipped to score better in your exams.
What You Will Practise Here
Sets, Relations, and Functions
Complex Numbers and Quadratic Equations
Permutations and Combinations
Binomial Theorem
Sequences and Series
Limits and Derivatives
Statistics and Probability
Exam Relevance
The Mathematics Syllabus (JEE Main) is not only relevant for JEE but also appears in CBSE and State Board examinations. Students can expect a variety of question patterns, including direct MCQs, numerical problems, and conceptual questions. Mastery of this syllabus will prepare you for similar topics in NEET and other competitive exams, making it vital for your overall academic success.
Common Mistakes Students Make
Misinterpreting the questions, especially in word problems.
Overlooking the importance of units and dimensions in problems.
Confusing formulas related to sequences and series.
Neglecting to practice derivations, leading to errors in calculus.
Failing to apply the correct methods for solving probability questions.
FAQs
Question: What are the key topics in the Mathematics Syllabus for JEE Main? Answer: Key topics include Sets, Complex Numbers, Permutations, Binomial Theorem, and Calculus.
Question: How can I improve my performance in Mathematics MCQs? Answer: Regular practice of MCQs and understanding the underlying concepts are essential for improvement.
Now is the time to take charge of your exam preparation! Dive into solving practice MCQs and test your understanding of the Mathematics Syllabus (JEE Main). Your success is just a question away!