JEE · Maths doubts
233 doubts found
What does “Definite integral” actually mean in Integration, and why does it matter for JEE?
the definite integral gives the (signed) area under a curve between two limits.
What does “Independent vs mutually exclusive” actually mean in Probability, and why does it matter for JEE?
independent events don't affect each other; mutually exclusive events cannot both happen.
What does “Cross product” actually mean in Vectors & 3D Geometry, and why does it matter for JEE?
a×b = |a||b|sinθ·n̂ gives a vector perpendicular to both a and b.
Why does the order matter in matrix multiplication — isn't AB the same as BA?
No — matrix multiplication is generally non-commutative.
How does the derivative tell me where a function is rising or falling (useful for graphs and trends)?
The sign of the first derivative gives the direction.
A curve dips below the x-axis on my interval — why does the plain integral give too small an area?
A definite integral gives SIGNED area, so any region below the x-axis is counted as negative and cancels part of the positive region above.
How do I find the order and degree of a differential equation, and why do they matter?
The order is simply the highest derivative that appears (a d²y/dx² makes it second order).
How do composite functions f(g(x)) work, and why does the order of composition matter?
A composite applies one function to the result of another: f(g(x)) means first do g, then feed its output into f.
Two classes have the same average marks — how can statistics show they're actually very different?
Compare their spread using standard deviation.
I keep getting “Sum and product of roots” questions wrong in Quadratic Equations. What's the trap?
dropping the minus sign in −b/a.
I keep getting “Modulus and conjugate” questions wrong in Complex Numbers. What's the trap?
forgetting that z times its conjugate equals |z|² (a real number).
I keep getting “Geometric progression” questions wrong in Sequences & Series. What's the trap?
adding the ratio instead of multiplying by it.
I keep getting “Combination” questions wrong in Permutations & Combinations. What's the trap?
using combinations when order actually matters.
I keep getting “General term” questions wrong in Binomial Theorem. What's the trap?
treating the general term as the rth term instead of the (r+1)th.
I keep getting “Radians vs degrees” questions wrong in Trigonometry. What's the trap?
using degrees in derivative/limit formulas.
I keep getting “Perpendicular and parallel lines” questions wrong in Straight Lines. What's the trap?
thinking perpendicular lines have equal slopes.
I keep getting “Focus and directrix” questions wrong in Conic Sections. What's the trap?
confusing the focus (a point) with the directrix (a line).
I keep getting “Continuity” questions wrong in Limits & Continuity. What's the trap?
thinking every function is continuous everywhere.
I keep getting “Chain rule” questions wrong in Differentiation. What's the trap?
forgetting to multiply by the inner derivative.
I keep getting “Definite integral” questions wrong in Integration. What's the trap?
ignoring that area below the x-axis counts as negative.
I keep getting “Independent vs mutually exclusive” questions wrong in Probability. What's the trap?
treating mutually exclusive events as independent.
I keep getting “Cross product” questions wrong in Vectors & 3D Geometry. What's the trap?
expecting the cross product to be a scalar.
Does a determinant have any geometric meaning, or is it just a computation?
It has a clear geometric meaning: the determinant is a scaling factor.
Can I use derivatives to estimate a value like √26 quickly without a calculator?
Yes — linear approximation.