JEE · Maths doubts
233 doubts found
What does “Discriminant” actually mean in Quadratic Equations, and why does it matter for JEE?
D = b² − 4ac tells the nature of the roots before you even solve: D>0 gives two real distinct roots, D=0 gives equal roots, D<0 gives complex roots.
What does “The imaginary unit” actually mean in Complex Numbers, and why does it matter for JEE?
i is defined by i² = −1, letting us handle square roots of negative numbers.
What does “Arithmetic progression” actually mean in Sequences & Series, and why does it matter for JEE?
a sequence with a constant common difference d; the nth term is a+(n−1)d.
What does “Permutation” actually mean in Permutations & Combinations, and why does it matter for JEE?
an arrangement where order matters: nPr = n!/(n−r)!.
What does “Binomial expansion” actually mean in Binomial Theorem, and why does it matter for JEE?
(a+b)^n expands as a sum of terms nCr·a^(n−r)·b^r, with coefficients from Pascal's triangle.
What does “Pythagorean identity” actually mean in Trigonometry, and why does it matter for JEE?
for any angle, sin²θ + cos²θ = 1.
What does “Slope” actually mean in Straight Lines, and why does it matter for JEE?
the steepness of a line, m = (y₂−y₁)/(x₂−x₁) = tanθ.
What does “Eccentricity” actually mean in Conic Sections, and why does it matter for JEE?
a number e that classifies conics: circle e=0, ellipse e<1, parabola e=1, hyperbola e>1.
What does “Limit” actually mean in Limits & Continuity, and why does it matter for JEE?
the value a function approaches as the input nears a point, even if it isn't defined there.
What does “Derivative” actually mean in Differentiation, and why does it matter for JEE?
the instantaneous rate of change of a function — the slope of the tangent at a point.
What does “Antiderivative” actually mean in Integration, and why does it matter for JEE?
integration reverses differentiation; an indefinite integral always carries a constant of integration +C.
What does “Basic probability” actually mean in Probability, and why does it matter for JEE?
probability = favourable outcomes ÷ total outcomes, always between 0 and 1.
What does “Dot product” actually mean in Vectors & 3D Geometry, and why does it matter for JEE?
a·b = |a||b|cosθ gives a scalar and is zero when the vectors are perpendicular.
How are matrices used to solve a system of several linear equations at once?
Write the system in the form AX = B, where A holds the coefficients, X the unknowns and B the constants.
How do I find the dimensions that give the maximum area (or minimum material) — a real optimisation problem?
Turn the requirement into a single-variable function using the constraint.
How do I find the area enclosed between two curves, like a parabola and a line?
First find where they meet by setting the two functions equal — these intersection points are your limits a and b.
How do differential equations model things like population growth or radioactive decay?
Both are cases where the rate of change is proportional to the current amount: dy/dt = ky.
Why can some functions be inverted while others can't?
An inverse must send each output back to exactly one input, so the original function has to be bijective — one-one (no two inputs share an output) and onto (every target value is reached).
In a survey, 30 like tea, 25 like coffee, 10 like both — how many like at least one, and how do I avoid double counting?
Use the inclusion–exclusion principle: n(tea ∪ coffee) = n(tea) + n(coffee) − n(both).
I keep getting “Discriminant” questions wrong in Quadratic Equations. What's the trap?
thinking D<0 means 'no solution'.
I keep getting “The imaginary unit” questions wrong in Complex Numbers. What's the trap?
writing √(−1)·√(−1) = √1 = 1.
I keep getting “Arithmetic progression” questions wrong in Sequences & Series. What's the trap?
using the wrong count (n vs n−1) for the nth term.
I keep getting “Permutation” questions wrong in Permutations & Combinations. What's the trap?
using permutations when order doesn't matter.
I keep getting “Binomial expansion” questions wrong in Binomial Theorem. What's the trap?
forgetting that the powers of a and b add up to n in every term.