🇮🇳 WBJEE · flashcards

WBJEE Mathematics - Algebra Flashcards

50 question-and-answer cards covering Mathematics - Algebra as it is examined in WBJEE. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

50Cards in deck
24Free preview
12Syllabus topics
~127Chars per answer
FreePrice

24 sample cards from the Mathematics - Algebra deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. Solve the type of inequality $a^{x} > a^{y}$ for the two cases of base $a$.

    If $a > 1$: $a^{x} > a^{y} \iff x > y$. If $0 < a < 1$: $a^{x} > a^{y} \iff x < y$ (inequality reverses).

  2. Define the union, intersection, and difference of two sets $A$ and $B$.

    Union $A \cup B = \{x : x \in A \text{ or } x \in B\}$; Intersection $A \cap B = \{x : x \in A \text{ and } x \in B\}$; Difference $A - B = \{x : x \in A \text{ and } x \notin B\}$.

  3. State De Morgan's laws for sets.

    $(A \cup B)' = A' \cap B'$ and $(A \cap B)' = A' \cup B'$.

  4. State the inclusion-exclusion formula for the cardinality of a union of two sets.

    $n(A \cup B) = n(A) + n(B) - n(A \cap B)$.

  5. How many subsets and how many proper subsets does a set with $n$ elements have?

    It has $2^{n}$ subsets (the power set) and $2^{n} - 1$ proper subsets.

  6. Define a relation from set $A$ to set $B$.

    A relation $R$ from $A$ to $B$ is any subset of the Cartesian product $A \times B$; i.e., a set of ordered pairs $(a,b)$ with $a \in A,\ b \in B$.

  7. Define reflexive, symmetric, and transitive relations on a set $A$.

    Reflexive: $(a,a) \in R$ for all $a \in A$. Symmetric: $(a,b) \in R \Rightarrow (b,a) \in R$. Transitive: $(a,b) \in R$ and $(b,c) \in R \Rightarrow (a,c) \in R$.

  8. What is an equivalence relation?

    A relation that is reflexive, symmetric, and transitive simultaneously. It partitions the set into disjoint equivalence classes.

  9. Distinguish injective (one-one), surjective (onto), and bijective functions.

    Injective: distinct inputs give distinct outputs ($f(x_1)=f(x_2)\Rightarrow x_1=x_2$). Surjective: every element of the codomain is an image. Bijective: both injective and surjective.

  10. How many functions, and how many one-one functions, exist from a set of $m$ elements to a set of $n$ elements?

    Total functions: $n^{m}$. One-one functions (when $n \geq m$): $\dfrac{n!}{(n-m)!} = {}^{n}P_m$.

  11. Define the composition of two functions $f$ and $g$.

    $(g \circ f)(x) = g(f(x))$, defined when the range of $f$ lies in the domain of $g$. Composition is associative but generally not commutative.

  12. State the general quadratic equation and the quadratic formula for its roots.

    For $ax^{2} + bx + c = 0$ with $a \neq 0$, the roots are $x = \dfrac{-b \pm \sqrt{b^{2} - 4ac}}{2a}$.

  13. Define the discriminant of a quadratic and how it determines the nature of the roots (real coefficients).

    $\Delta = b^{2} - 4ac$. If $\Delta > 0$: two distinct real roots; $\Delta = 0$: two equal (repeated) real roots; $\Delta < 0$: two complex conjugate roots.

  14. For real-coefficient quadratics, when are the roots rational versus irrational (given $\Delta > 0$)?

    If $a,b,c$ are rational and $\Delta$ is a perfect square, the roots are rational; if $\Delta > 0$ but not a perfect square, the roots are irrational and occur as conjugate surds $p \pm \sqrt{q}$.

  15. State the relations between the roots $\alpha, \beta$ and the coefficients of $ax^{2} + bx + c = 0$.

    Sum: $\alpha + \beta = -\dfrac{b}{a}$; Product: $\alpha\beta = \dfrac{c}{a}$.

  16. How do you form a quadratic equation given its roots $\alpha$ and $\beta$?

    $x^{2} - (\alpha + \beta)x + \alpha\beta = 0$, i.e. $x^{2} - (\text{sum})x + (\text{product}) = 0$.

  17. Express $\alpha^{2} + \beta^{2}$ and $(\alpha - \beta)^{2}$ in terms of the sum and product of roots.

    $\alpha^{2} + \beta^{2} = (\alpha+\beta)^{2} - 2\alpha\beta$ and $(\alpha - \beta)^{2} = (\alpha+\beta)^{2} - 4\alpha\beta$.

  18. What condition makes two quadratics $a_1x^{2}+b_1x+c_1=0$ and $a_2x^{2}+b_2x+c_2=0$ have both roots common?

    They are proportional: $\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} = \dfrac{c_1}{c_2}$.

  19. State the condition for two quadratics to have exactly one common root.

    Eliminating gives $(c_1 a_2 - c_2 a_1)^{2} = (b_1 c_2 - b_2 c_1)(a_1 b_2 - a_2 b_1)$, and the common root is $x = \dfrac{c_1 a_2 - c_2 a_1}{a_1 b_2 - a_2 b_1}$.

  20. For the quadratic expression $f(x) = ax^{2} + bx + c$ with $\Delta < 0$, what is the sign of $f(x)$?

    $f(x)$ has the same sign as $a$ for all real $x$ (it never changes sign, since there are no real roots).

  21. For $f(x) = ax^{2} + bx + c$ with real roots $\alpha < \beta$, describe the sign of $f(x)$ across the real line.

    $f(x)$ has the same sign as $a$ for $x < \alpha$ or $x > \beta$ (outside the roots), and the opposite sign of $a$ for $\alpha < x < \beta$ (between the roots).

  22. State the formulas for the $n$th term and sum of the first $n$ terms of an arithmetic progression (AP).

    $n$th term: $T_n = a + (n-1)d$. Sum: $S_n = \dfrac{n}{2}[2a + (n-1)d] = \dfrac{n}{2}(a + l)$, where $l$ is the last term.

  23. State the $n$th term and sum formulas for a geometric progression (GP).

    $n$th term: $T_n = ar^{n-1}$. Sum of $n$ terms: $S_n = a\dfrac{r^{n}-1}{r-1}$ (for $r \neq 1$). Sum to infinity: $S_\infty = \dfrac{a}{1-r}$ for $|r| < 1$.

  24. State the relationship between the AM, GM, and HM of two positive numbers, and the AM-GM inequality.

    For positive $a,b$: $\text{AM} = \dfrac{a+b}{2}$, $\text{GM} = \sqrt{ab}$, $\text{HM} = \dfrac{2ab}{a+b}$. They satisfy $\text{AM} \geq \text{GM} \geq \text{HM}$ and $\text{GM}^{2} = \text{AM}\times\text{HM}$.

What this deck covers

The Mathematics - Algebra deck follows the WBJEE Mathematics - Algebra syllabus — 4 chapters and 12 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 12.5 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 127 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

Mathematics - Algebra flashcards FAQ

How many Mathematics - Algebra flashcards are in this WBJEE deck?

50 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these WBJEE flashcards free?

Yes. The preview here is free to read with no signup, and the full 50-card deck is free inside the Examius app.

What do the Mathematics - Algebra cards cover?

They follow the WBJEE Mathematics - Algebra syllabus — 4 chapters and 12 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.