100% FREE Updated: Apr 2026 Logic, Proof and Mathematical Thinking Problem-solving reasoning

Mixed-topic aptitude

Comprehensive study notes on Mixed-topic aptitude for CMI BS Hons preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Mixed-topic aptitude

This chapter consolidates fundamental concepts across logic, algebra, number theory, and calculus, presenting them within a mixed-topic aptitude framework. Proficiency in these integrated areas is crucial for success, as they form the bedrock for advanced problem-solving frequently encountered in the CMI examination.

---

Chapter Contents

|

| Topic |

|---|-------| | 1 | Logic plus sets and functions | | 2 | Algebra plus geometry | | 3 | Number theory plus combinatorics | | 4 | Calculus plus function reasoning |

---

We begin with Logic plus sets and functions.

Part 1: Logic plus sets and functions

Logic plus Sets and Functions

Overview

Set theory and functions are natural homes for logical reasoning. Many aptitude problems in this area are not computational; they test whether you can understand statements precisely, negate them correctly, and connect logical structure to set inclusion and function properties. This topic trains that exact reasoning. ---

Learning Objectives

❗ By the End of This Topic

After studying this topic, you will be able to:

  • Translate set and function statements into logical form.

  • Use implication, converse, contrapositive, and counterexample correctly.

  • Work with subsets, unions, intersections, and complements precisely.

  • Identify injective, surjective, and bijective functions logically.

  • Avoid common reasoning errors in quantified statements.

---

Core Logical Tools

πŸ“– Implication

A statement
P⇒Q\qquad P \Rightarrow Q
means: whenever PP is true, QQ must be true.

❗ Contrapositive

The contrapositive of
P⇒Q\qquad P \Rightarrow Q
is
¬Q⇒¬P\qquad \neg Q \Rightarrow \neg P

These two statements are logically equivalent.

⚠️ Do Not Confuse These
    • converse: Qβ‡’P\qquad Q \Rightarrow P
    • inverse: Β¬Pβ‡’Β¬Q\qquad \neg P \Rightarrow \neg Q
Neither of these is automatically equivalent to the original implication.
---

Sets and Logic

πŸ“ Basic Set Relations

For sets A,BA,B:

    • AβŠ†BA \subseteq B means every element of AA is in BB

    • AβˆͺBA \cup B is the set of elements in at least one of A,BA,B

    • A∩BA \cap B is the set of elements in both

    • AcA^c is the complement of AA

❗ Subset as a Logical Statement

AβŠ†B\qquad A \subseteq B
means:
for every xx,
x∈Aβ‡’x∈B\qquad x\in A \Rightarrow x\in B

So subset proofs are really implication proofs. ---

De Morgan's Laws

πŸ“ De Morgan's Laws
    • (AβˆͺB)c=Ac∩Bc(A\cup B)^c = A^c \cap B^c
    • (A∩B)c=AcβˆͺBc(A\cap B)^c = A^c \cup B^c
These are among the most important set identities. ---

Functions and Logic

πŸ“– Injective, Surjective, Bijective

A function f:A→Bf:A\to B is:

    • injective if

f(x1)=f(x2)β‡’x1=x2\qquad f(x_1)=f(x_2) \Rightarrow x_1=x_2

    • surjective if for every y∈By\in B, there exists x∈Ax\in A such that

f(x)=y\qquad f(x)=y

    • bijective if it is both injective and surjective

---

Negating Function Properties

❗ Negations

The negation of β€œff is injective” is:

there exist distinct x1,x2x_1,x_2 such that
f(x1)=f(x2)\qquad f(x_1)=f(x_2)

The negation of β€œff is surjective” is:

there exists some y∈By\in B such that for every x∈Ax\in A,
f(x)β‰ y\qquad f(x)\ne y

This is very important in logic-based function questions. ---

Minimal Worked Examples

Example 1 Show that if AβŠ†BA\subseteq B, then A∩CβŠ†B∩C\qquad A\cap C \subseteq B\cap C Take any x∈A∩Cx\in A\cap C. Then:
  • x∈Ax\in A
  • x∈Cx\in C
Since AβŠ†BA\subseteq B, from x∈Ax\in A we get x∈Bx\in B. So x∈Bx\in B and x∈Cx\in C, hence x∈B∩C\qquad x\in B\cap C Therefore A∩CβŠ†B∩C\qquad A\cap C \subseteq B\cap C --- Example 2 Is the function f(x)=x2\qquad f(x)=x^2 from R\mathbb{R} to R\mathbb{R} injective? No, because f(1)=1=f(βˆ’1)\qquad f(1)=1=f(-1) but 1β‰ βˆ’1\qquad 1\ne -1 So the function is not injective. ---

Quantifiers

πŸ“ Universal and Existential Statements
    • β€œfor every xx” means universal quantifier
    • β€œthere exists xx” means existential quantifier
Examples:
    • injective:
for all x1,x2x_1,x_2, if f(x1)=f(x2)f(x_1)=f(x_2) then x1=x2x_1=x_2
    • surjective:
for every yy, there exists xx such that f(x)=yf(x)=y
Quantifier order matters very much. ---

Standard Problem Patterns

πŸ’‘ Typical Exam Patterns

  • decide whether a statement is true or false

  • give a proof or a counterexample

  • negate a quantified statement

  • prove a subset identity

  • determine whether a function is injective or surjective

  • use contrapositive instead of direct proof

---

Common Mistakes

⚠️ Avoid These Errors
    • ❌ proving a converse when the original implication was asked
βœ… keep track of the exact statement
    • ❌ using one example to prove a universal statement
βœ… one example can only disprove universality
    • ❌ confusing β€œfor every” with β€œthere exists”
βœ… quantifier order is part of the meaning
    • ❌ assuming f(x)=x2f(x)=x^2 is injective on all reals
βœ… domain matters
---

CMI Strategy

πŸ’‘ How to Attack Logic-Set-Function Problems

  • Rewrite the statement in exact logical form.

  • Decide whether a proof or a counterexample is more natural.

  • For subset questions, start with β€œlet x∈x\in ...”.

  • For function questions, test injectivity with equal outputs and surjectivity with a target value.

  • Use contrapositive when direct proof feels awkward.

---

Practice Questions

:::question type="MCQ" question="If AβŠ†BA\subseteq B, then which of the following is always true?" options=["A∩CβŠ†B∩CA\cap C \subseteq B\cap C","BβŠ†AB\subseteq A","AβˆͺC=BβˆͺCA\cup C = B\cup C","AcβŠ†BcA^c \subseteq B^c"] answer="A" hint="Translate subset into implication." solution="If AβŠ†BA\subseteq B, then every element of AA is in BB. Therefore every element of A∩CA\cap C is in B∩CB\cap C, so A∩CβŠ†B∩C\qquad A\cap C \subseteq B\cap C. Hence the correct option is A\boxed{A}." ::: :::question type="NAT" question="How many of the following functions from R\mathbb{R} to R\mathbb{R} are injective: f(x)=xf(x)=x, g(x)=x2g(x)=x^2, h(x)=x3h(x)=x^3?" answer="2" hint="Test equal outputs carefully." solution="The function f(x)=xf(x)=x is injective. The function g(x)=x2g(x)=x^2 is not injective because g(1)=g(βˆ’1)\qquad g(1)=g(-1). The function h(x)=x3h(x)=x^3 is injective because equal outputs imply equal inputs. Hence exactly 2\boxed{2} of them are injective." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["The contrapositive of Pβ‡’QP\Rightarrow Q is Β¬Qβ‡’Β¬P\neg Q \Rightarrow \neg P","If a function is bijective, then it is injective","(AβˆͺB)c=Ac∩Bc(A\cup B)^c = A^c \cap B^c","The converse of a true implication is always true"] answer="A,B,C" hint="Recall logical equivalence and De Morgan's law." solution="1. True.
  • True, because bijective means injective and surjective.
  • True by De Morgan's law.
  • False. A true implication need not have a true converse.
  • Hence the correct answer is A,B,C\boxed{A,B,C}." ::: :::question type="SUB" question="Show that if AβŠ†BA\subseteq B, then A∩CβŠ†B∩CA\cap C \subseteq B\cap C." answer="Take an arbitrary element of A∩CA\cap C and prove it lies in B∩CB\cap C." hint="Use element-chasing." solution="Let x∈A∩Cx\in A\cap C. Then x∈Aandx∈C\qquad x\in A \quad \text{and} \quad x\in C Since AβŠ†BA\subseteq B, from x∈Ax\in A we get x∈B\qquad x\in B Therefore x∈Bandx∈C\qquad x\in B \quad \text{and} \quad x\in C Hence x∈B∩C\qquad x\in B\cap C So every element of A∩CA\cap C belongs to B∩CB\cap C, which proves A∩CβŠ†B∩C\qquad A\cap C \subseteq B\cap C." ::: ---

    Summary

    ❗ Key Takeaways for CMI

    • Logical precision is essential in set and function problems.

    • Subset statements are implication statements in disguise.

    • Contrapositive is often easier than direct proof.

    • Injective and surjective must be tested using their exact definitions.

    • Counterexamples disprove universal claims instantly.

    ---

    πŸ’‘ Next Up

    Proceeding to Algebra plus geometry.

    ---

    Part 2: Algebra plus geometry

    Algebra plus Geometry

    Overview

    Many strong aptitude problems in geometry are not solved by pure diagram chasing alone. They become easy only after translating geometric information into algebra: lengths into equations, slopes into relations, areas into formulas, and symmetry into coordinates. This topic trains exactly that bridge between geometry and algebra. ---

    Learning Objectives

    ❗ By the End of This Topic

    After studying this topic, you will be able to:

    • Translate geometric conditions into algebraic equations or inequalities.

    • Use coordinates, distance, midpoint, and slope formulas efficiently.

    • Solve geometric problems using area, similarity, and algebraic manipulation together.

    • Recognize when a geometric relation becomes a quadratic, linear, or ratio equation.

    • Avoid over-reliance on diagrams by writing exact algebraic conditions.

    ---

    Core Idea

    πŸ“– Algebraic Modeling in Geometry

    A geometry problem becomes an algebra problem once you assign variables or coordinates to the important points and express the given conditions exactly.

    Examples:

      • equal lengths β†’\rightarrow equal distance formulas

      • parallel lines β†’\rightarrow equal slopes

      • perpendicular lines β†’\rightarrow product of slopes =βˆ’1=-1

      • midpoint β†’\rightarrow average of coordinates

      • area β†’\rightarrow base-height or determinant formula

    ---

    Main Coordinate Tools

    πŸ“ Distance Formula

    If A(x1,y1)A(x_1,y_1) and B(x2,y2)B(x_2,y_2), then

    AB=(x2βˆ’x1)2+(y2βˆ’y1)2\qquad AB = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}

    πŸ“ Midpoint Formula

    The midpoint of A(x1,y1)A(x_1,y_1) and B(x2,y2)B(x_2,y_2) is

    (x1+x22,y1+y22)\qquad \left( \dfrac{x_1+x_2}{2}, \dfrac{y_1+y_2}{2} \right)

    πŸ“ Slope Formula

    If x1β‰ x2x_1 \ne x_2, then the slope of the line through A(x1,y1)A(x_1,y_1) and B(x2,y2)B(x_2,y_2) is

    m=y2βˆ’y1x2βˆ’x1\qquad m = \dfrac{y_2-y_1}{x_2-x_1}

    πŸ“ Parallel and Perpendicular

    For non-vertical lines:

      • parallel β‡’m1=m2\Rightarrow m_1 = m_2

      • perpendicular β‡’m1m2=βˆ’1\Rightarrow m_1 m_2 = -1

    ---

    Area as an Algebra Tool

    πŸ“ Area of a Triangle

    For points A(x1,y1)A(x_1,y_1), B(x2,y2)B(x_2,y_2), C(x3,y3)C(x_3,y_3),

    [ABC]=12∣x1(y2βˆ’y3)+x2(y3βˆ’y1)+x3(y1βˆ’y2)∣\qquad [ABC] = \dfrac{1}{2}\left| x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2) \right|

    ❗ Collinearity Test

    Three points are collinear if and only if the area of the triangle formed by them is 00.

    This is one of the cleanest algebraic tests in geometry. ---

    Similarity and Ratios

    πŸ“ Similarity Rule

    If two triangles are similar with scale factor kk, then:

      • corresponding sides are in ratio kk

      • corresponding altitudes are in ratio kk

      • areas are in ratio k2k^2

    This is often the hidden algebra behind a geometry ratio problem. ---

    Minimal Worked Examples

    Example 1 Find the point on the xx-axis equidistant from (2,3)(2,3) and (8,1)(8,1). Let the point be (x,0)(x,0). Then equidistance gives (xβˆ’2)2+32=(xβˆ’8)2+12\qquad (x-2)^2 + 3^2 = (x-8)^2 + 1^2 So (xβˆ’2)2+9=(xβˆ’8)2+1\qquad (x-2)^2 + 9 = (x-8)^2 + 1 Expanding: x2βˆ’4x+4+9=x2βˆ’16x+64+1\qquad x^2 - 4x + 4 + 9 = x^2 - 16x + 64 + 1 βˆ’4x+13=βˆ’16x+65\qquad -4x + 13 = -16x + 65 12x=52\qquad 12x = 52 x=133\qquad x = \dfrac{13}{3} So the point is (133,0)\qquad \boxed{\left( \dfrac{13}{3}, 0 \right)} --- Example 2 Show that the points (0,0)(0,0), (2,2)(2,2), and (5,5)(5,5) are collinear. Their slopes are 2βˆ’02βˆ’0=1\qquad \dfrac{2-0}{2-0} = 1 and 5βˆ’25βˆ’2=1\qquad \dfrac{5-2}{5-2} = 1 Since the slopes are equal, the points are collinear. ---

    Standard Problem Patterns

    πŸ’‘ Recognize These Mixed Problems

    • A point is equidistant from two points or two lines.

    • A line must pass through a midpoint or cut equal intercepts.

    • A triangle condition becomes an area equation.

    • A locus is described geometrically but solved algebraically.

    • A length condition turns into a quadratic equation.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ trusting the diagram more than the equations
    βœ… write every given condition explicitly
      • ❌ using slope formula for a vertical line
    βœ… handle vertical lines separately
      • ❌ forgetting the square root in distance
    βœ… or compare squared distances when convenient
      • ❌ missing absolute value in area formulas
    βœ… area is always nonnegative
    ---

    CMI Strategy

    πŸ’‘ How to Attack Algebra-Geometry Problems

    • Choose coordinates that simplify the configuration.

    • Turn every geometric fact into an equation.

    • Prefer squared distances over distances if radicals are unnecessary.

    • Use area =0=0 for collinearity and slope for parallel/perpendicular tests.

    • Reduce the problem to the fewest possible variables.

    ---

    Practice Questions

    :::question type="MCQ" question="The point on the xx-axis equidistant from (1,2)(1,2) and (5,2)(5,2) is" options=["(2,0)(2,0)","(3,0)(3,0)","(4,0)(4,0)","(5,0)(5,0)"] answer="B" hint="Points equidistant from two points lie on the perpendicular bisector." solution="Since the two points have the same yy-coordinate, the midpoint of the segment joining them is (1+52,2)=(3,2)\qquad \left( \dfrac{1+5}{2}, 2 \right) = (3,2) Its perpendicular bisector is the vertical line x=3x=3, which meets the xx-axis at (3,0)(3,0). Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the area of the triangle with vertices (0,0)(0,0), (4,0)(4,0), and (0,3)(0,3)." answer="6" hint="Use base and height." solution="Take the base as the segment from (0,0)(0,0) to (4,0)(4,0), so base =4=4. The height from (0,3)(0,3) to the xx-axis is 33. Therefore the area is 12β‹…4β‹…3=6\qquad \dfrac{1}{2}\cdot 4 \cdot 3 = 6 Hence the answer is 6\boxed{6}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If two non-vertical lines are parallel, their slopes are equal","If two non-vertical lines are perpendicular, the product of slopes is βˆ’1-1","Three points are collinear iff the area of the triangle formed by them is 00","The midpoint of (x1,y1)(x_1,y_1) and (x2,y2)(x_2,y_2) is (x1+x2,y1+y2)(x_1+x_2,y_1+y_2)"] answer="A,B,C" hint="Recall the standard coordinate formulas." solution="1. True.
  • True.
  • True.
  • False, because the midpoint is
  • (x1+x22,y1+y22)\qquad \left( \dfrac{x_1+x_2}{2}, \dfrac{y_1+y_2}{2} \right) Hence the correct answer is A,B,C\boxed{A,B,C}." ::: :::question type="SUB" question="Show that the points (1,1)(1,1), (3,5)(3,5), and (5,9)(5,9) are collinear." answer="Their slopes are equal." hint="Compare the slopes of consecutive pairs." solution="Slope of the line through (1,1)(1,1) and (3,5)(3,5) is 5βˆ’13βˆ’1=42=2\qquad \dfrac{5-1}{3-1} = \dfrac{4}{2} = 2 Slope of the line through (3,5)(3,5) and (5,9)(5,9) is 9βˆ’55βˆ’3=42=2\qquad \dfrac{9-5}{5-3} = \dfrac{4}{2} = 2 Since the two slopes are equal, all three points lie on the same straight line. Hence the points are collinear." ::: ---

    Summary

    ❗ Key Takeaways for CMI

    • Geometry becomes easier once it is translated into algebra.

    • Distance, midpoint, slope, and area formulas are the main bridges.

    • Collinearity, parallelism, and perpendicularity are often easiest in coordinates.

    • Mixed problems are solved by modeling carefully, not by guessing from the diagram.

    • Exact equations beat visual intuition.

    ---

    πŸ’‘ Next Up

    Proceeding to Number theory plus combinatorics.

    ---

    Part 3: Number theory plus combinatorics

    Number Theory Plus Combinatorics

    Overview

    Many aptitude-style problems combine counting with divisibility, parity, remainders, digit conditions, or residue classes. These questions are not purely number theory and not purely combinatorics; the real skill is to use arithmetic structure to reduce the counting work. ---

    Learning Objectives

    ❗ By the End of This Topic

    After studying this topic, you will be able to:

    • Count arrangements and selections under divisibility or parity constraints.

    • Use modular arithmetic inside counting arguments.

    • Combine residue classes with case-based counting.

    • Handle digit-based divisibility conditions correctly.

    • Recognize when complement counting is faster than direct counting.

    ---

    Core Idea

    πŸ“– Mixed Counting with Arithmetic Constraints

    In these problems, the objects are counted combinatorially, but the valid objects are selected using number-theoretic rules such as:

      • parity,

      • divisibility,

      • digit sum,

      • residue classes modulo mm,

      • gcd-type restrictions.

    A typical pattern is: countΒ validΒ objects=countΒ allΒ objectsΒ satisfyingΒ anΒ arithmeticΒ rule\qquad \text{count valid objects} = \text{count all objects satisfying an arithmetic rule} ---

    Most Useful Arithmetic Tests

    πŸ“ High-Value Number Theory Tools

    • An integer is divisible by 22 iff its last digit is even.

    • An integer is divisible by 33 iff its digit sum is divisible by 33.

    • An integer is divisible by 55 iff its last digit is 00 or 55.

    • Two integers have the same remainder mod mm iff their difference is divisible by mm.

    • Sum parity:

    - even + even = even
    - odd + odd = even
    - even + odd = odd

    ---

    Counting by Cases

    πŸ’‘ Standard Case Split

    If a condition depends on one special part of the object, count by that part first.

    Examples:

      • for divisibility by 22 or 55, first choose the last digit

      • for parity of a sum, classify terms as odd/even

      • for divisibility by 33, classify digits by residue mod 33

    ---

    Residue-Class Thinking

    πŸ“ Residues Help Organize Counting

    If numbers are being added or multiplied under a divisibility condition, reduce them mod mm first.

    Examples:

      • to count pairs whose sum is even, use residues mod 22

      • to count numbers whose digit sum is divisible by 33, use residues mod 33

      • to count objects with sum congruent to r(modm)r \pmod m, classify components by residue

    ---

    Digit-Based Problems

    ❗ Digit Rules Must Respect Position

    When forming numbers:

      • first digit of an nn-digit number cannot be 00

      • divisibility by 22 depends only on the last digit

      • divisibility by 55 depends only on the last digit

      • divisibility by 33 depends on the sum of digits


    So the counting order matters.

    ---

    Minimal Worked Examples

    Example 1 How many 33-digit numbers formed using the digits 1,2,3,4,51,2,3,4,5 without repetition are even? For the number to be even, the last digit must be 22 or 44.
    • choose last digit: 22 choices
    • choose first digit from the remaining 44 digits: 44 choices
    • choose middle digit from the remaining 33 digits: 33 choices
    So the count is 2β‹…4β‹…3=24\qquad 2\cdot 4\cdot 3 = 24 --- Example 2 How many 22-element subsets of {1,2,3,4,5,6}\{1,2,3,4,5,6\} have even sum? An even sum comes from:
    • even + even
    • odd + odd
    There are 33 even numbers and 33 odd numbers. So the count is (32)+(32)=3+3=6\qquad \binom{3}{2}+\binom{3}{2}=3+3=6 ---

    Common Strategies

    πŸ’‘ CMI Strategy

    • Identify the arithmetic condition first.

    • Translate it into parity or congruence language.

    • Count by the part of the object that controls the condition.

    • Use complement counting if the valid set is messy.

    • Check leading-digit and repetition restrictions carefully.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Ignoring that the first digit cannot be zero
      • ❌ Treating divisibility by 33 as depending only on the last digit
      • ❌ Forgetting that parity is a residue-class condition mod 22
      • ❌ Double counting when two arithmetic cases overlap
    ---

    Practice Questions

    :::question type="MCQ" question="How many 22-digit numbers are divisible by 55?" options=["99","1818","1010","2020"] answer="B" hint="A two-digit number divisible by 55 must end in 00 or 55." solution="The tens digit can be any of 1,2,…,91,2,\dots,9, so there are 99 choices. The units digit must be 00 or 55, so there are 22 choices. Hence the total number is 9β‹…2=18\qquad 9\cdot 2 = 18. Therefore the correct option is B\boxed{B}." ::: :::question type="NAT" question="How many 22-element subsets of {1,2,3,4,5,6}\{1,2,3,4,5,6\} have odd sum?" answer="9" hint="An odd sum needs one odd and one even number." solution="The set has 33 odd numbers and 33 even numbers. To get odd sum, choose one odd and one even. Hence the number of such subsets is 3β‹…3=9\qquad 3\cdot 3 = 9. Therefore the answer is 9\boxed{9}." ::: :::question type="MSQ" question="Which of the following are always true?" options=["An odd number plus an odd number is even","A number divisible by 33 must have even digit sum","A number divisible by 55 must end in 00 or 55","Two numbers with the same remainder mod 44 differ by a multiple of 44"] answer="A,C,D" hint="Check each using basic residue facts." solution="1. True. Odd + odd = even. 2. False. Divisibility by 33 depends on digit sum being divisible by 33, not being even. 3. True. 4. True by definition of congruence modulo 44. Hence the correct answer is A,C,D\boxed{A,C,D}." ::: :::question type="SUB" question="How many 33-digit numbers formed from the digits 1,2,3,4,51,2,3,4,5 without repetition are divisible by 55?" answer="2424" hint="For divisibility by 55, fix the last digit first." solution="A number formed from the digits 1,2,3,4,51,2,3,4,5 without repetition is divisible by 55 only if its last digit is 55, since 00 is unavailable. So the last digit is fixed. Then the first digit can be chosen in 44 ways, and the middle digit can be chosen in 33 ways. Therefore the total number is 4β‹…3=12\qquad 4\cdot 3 = 12. Hence the answer is 12\boxed{12}." ::: ---

    Summary

    ❗ Key Takeaways for CMI

    • Mixed counting problems are often controlled by parity or residues.

    • Digit conditions should be translated into divisibility rules before counting.

    • Counting order matters.

    • Residue classes organize the cases cleanly.

    • The best solutions combine arithmetic structure with efficient counting.

    ---

    πŸ’‘ Next Up

    Proceeding to Calculus plus function reasoning.

    ---

    Part 4: Calculus plus function reasoning

    Calculus plus Function Reasoning

    Overview

    Many harder function questions are not about computing derivatives mechanically. They ask what the derivative tells us about injectivity, monotonicity, number of roots, extrema, or shape. This topic combines function reasoning with calculus so that derivative information becomes a logical tool rather than just a computational rule. ---

    Learning Objectives

    ❗ By the End of This Topic

    After studying this topic, you will be able to:

    • Use derivatives to study monotonicity and turning points.

    • Connect increasing or decreasing behaviour with injectivity.

    • Use sign changes of derivatives to reason about maxima and minima.

    • Estimate number of roots using function shape.

    • Combine algebraic structure with calculus reasoning in proofs.

    ---

    Core Idea

    πŸ“– Derivative as Function Behaviour

    The derivative does not only measure slope. It tells us how the function behaves:

      • fβ€²(x)>0f'(x)>0 suggests ff is increasing

      • fβ€²(x)<0f'(x)<0 suggests ff is decreasing

      • fβ€²(x)=0f'(x)=0 may indicate a turning point or a stationary point

    ---

    Monotonicity

    πŸ“ Increasing and Decreasing

    If fβ€²(x)>0f'(x)>0 for all xx in an interval, then ff is strictly increasing on that interval.

    If fβ€²(x)<0f'(x)<0 for all xx in an interval, then ff is strictly decreasing on that interval.

    ❗ Injectivity Link

    A strictly monotone function is injective on its interval.

    So derivative information often gives one-one behaviour immediately. ---

    Critical Points

    πŸ“– Critical Point

    A point where
    fβ€²(x)=0\qquad f'(x)=0
    or where the derivative does not exist is called a critical point.

    These are the main candidates for local maxima, local minima, or stationary non-extreme points. ---

    Sign Chart Reasoning

    πŸ’‘ How to Read a Derivative Sign Chart

    If the sign of fβ€²(x)f'(x) changes:

      • from ++ to βˆ’-, then ff has a local maximum

      • from βˆ’- to ++, then ff has a local minimum

      • no sign change, then there may be a stationary point but no local extremum

    ---

    Number of Roots

    ❗ Function Shape and Roots

    If a function is strictly increasing, then it can cross any horizontal line at most once.

    In particular, if ff is strictly increasing, the equation
    f(x)=c\qquad f(x)=c
    has at most one solution.

    This is a powerful reasoning tool in mixed aptitude questions. ---

    Minimal Worked Examples

    Example 1 Consider f(x)=x3βˆ’3x\qquad f(x)=x^3-3x Then fβ€²(x)=3x2βˆ’3=3(x2βˆ’1)\qquad f'(x)=3x^2-3=3(x^2-1) So critical points are x=Β±1\qquad x=\pm 1 Now:
    • for x<βˆ’1x<-1, fβ€²(x)>0f'(x)>0
    • for βˆ’1<x<1-1<x<1, fβ€²(x)<0f'(x)<0
    • for x>1x>1, fβ€²(x)>0f'(x)>0
    Hence:
    • local maximum at x=βˆ’1x=-1
    • local minimum at x=1x=1
    --- Example 2 Let f(x)=x3+x\qquad f(x)=x^3+x Then fβ€²(x)=3x2+1>0\qquad f'(x)=3x^2+1>0 for all real xx. Therefore ff is strictly increasing on R\mathbb{R}, so it is injective and the equation x3+x=c\qquad x^3+x=c has exactly one real solution for every real cc. ---

    Range and Extrema via Calculus

    πŸ“ Extremum Approach

    To find maximum or minimum values on an interval:

    • find critical points

    • evaluate the function at critical points

    • also check the endpoints of the interval

    This is standard and essential in reasoning-based problems. ---

    Common Patterns

    πŸ’‘ Typical Exam Patterns

    • prove a function is one-one using fβ€²(x)f'(x)

    • determine intervals of increase and decrease

    • count the number of roots of an equation

    • identify maximum or minimum values on an interval

    • compare two functions through derivative signs

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ assuming fβ€²(a)=0f'(a)=0 always means max or min
    βœ… check the sign change
      • ❌ forgetting endpoints in interval problems
    βœ… extrema on closed intervals may occur at endpoints
      • ❌ concluding injectivity without global monotonicity
    βœ… monotonicity must hold on the whole relevant interval
      • ❌ solving derivative equations correctly but not interpreting them
    βœ… calculus answers must be translated back into function behaviour
    ---

    CMI Strategy

    πŸ’‘ How to Attack Calculus-Function Problems

    • Compute the derivative and factor it if possible.

    • Use a sign chart instead of isolated calculations.

    • Translate derivative facts into logical conclusions about the function.

    • For root counting, combine monotonicity with actual values.

    • Always distinguish local behaviour from global behaviour.

    ---

    Practice Questions

    :::question type="MCQ" question="If fβ€²(x)>0f'(x)>0 for all real xx, then ff is" options=["constant","strictly increasing","strictly decreasing","periodic"] answer="B" hint="Derivative sign controls monotonicity." solution="If fβ€²(x)>0f'(x)>0 for all real xx, then the function is strictly increasing on R\mathbb{R}. Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="For f(x)=x3+xf(x)=x^3+x, how many real solutions does the equation f(x)=0f(x)=0 have?" answer="1" hint="Study monotonicity or factor directly." solution="We have f(x)=x3+x=x(x2+1)\qquad f(x)=x^3+x=x(x^2+1) Since x2+1>0x^2+1>0 for all real xx, the only real solution is x=0\qquad x=0 So the equation has exactly 1\boxed{1} real solution." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If fβ€²(x)>0f'(x)>0 on an interval, then ff is increasing there","If fβ€²(a)=0f'(a)=0, then aa must be a local maximum","A strictly increasing function is injective","To find extrema on a closed interval, endpoints must also be checked"] answer="A,C,D" hint="Differentiate between stationary points and extrema." solution="1. True.
  • False. A zero derivative does not always give a local maximum.
  • True.
  • True.
  • Hence the correct answer is A,C,D\boxed{A,C,D}." ::: :::question type="SUB" question="Show that the function f(x)=x3+xf(x)=x^3+x is one-one on R\mathbb{R}." answer="Its derivative is always positive." hint="Use the derivative test for monotonicity." solution="Differentiate: fβ€²(x)=3x2+1\qquad f'(x)=3x^2+1 Since 3x2+1>0\qquad 3x^2+1>0 for all real xx, the function ff is strictly increasing on R\mathbb{R}. A strictly increasing function is injective. Therefore f(x)=x3+xf(x)=x^3+x is one-one on R\mathbb{R}." ::: ---

    Summary

    ❗ Key Takeaways for CMI

    • Derivatives are reasoning tools, not just computational tools.

    • Sign of fβ€²(x)f'(x) controls increasing and decreasing behaviour.

    • Strict monotonicity gives injectivity.

    • Critical points need sign analysis, not blind interpretation.

    • Function behaviour and calculus should always be read together.

    ---

    Chapter Summary

    ❗ Mixed-topic aptitude β€” Key Points

    Holistic Problem Solving: CMI aptitude problems often demand integrating concepts from disparate mathematical domains, requiring a flexible and holistic problem-solving approach.
    Interdisciplinary Synthesis: Success hinges on the ability to synthesize knowledge from logic, algebra, geometry, number theory, combinatorics, and calculus, rather than treating them as isolated subjects.
    Foundational Mastery: A deep understanding of core principles within each topic is paramount, as mixed problems test the robustness of foundational knowledge.
    Strategic Tool Selection: The skill lies in discerning which mathematical tools are most appropriate and efficient for a given problem, often requiring exploration across different areas.
    Logical Rigor and Precision: Regardless of the specific topics involved, maintaining logical coherence and precision in arguments and derivations is critical for accurate solutions.
    Pattern Recognition Across Domains: Developing an eye for recurring mathematical structures and patterns, even when presented in new interdisciplinary contexts, is a key to unlocking complex problems.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="A rectangular sheet of paper has dimensions 8 cm by 5 cm. A square of side length xx cm is cut from each corner, and the sides are folded up to form an open-top box. For what value of xx is the volume of the box maximized?" options=["1/2", "1", "3/2", "2"] answer="1" hint="Formulate the volume as a function of xx and use calculus to find its maximum. Remember to consider the domain of xx." solution="Let the dimensions of the rectangular sheet be L=8L=8 and W=5W=5. When a square of side xx is cut from each corner, the base of the box will have dimensions (Lβˆ’2x)(L-2x) by (Wβˆ’2x)(W-2x), and the height will be xx.
    The volume of the box V(x)V(x) is given by:

    V(x)=(Lβˆ’2x)(Wβˆ’2x)xV(x) = (L-2x)(W-2x)x

    Substituting L=8L=8 and W=5W=5:
    V(x)=(8βˆ’2x)(5βˆ’2x)xV(x) = (8-2x)(5-2x)x

    V(x)=(40βˆ’16xβˆ’10x+4x2)xV(x) = (40 - 16x - 10x + 4x^2)x

    V(x)=(4x2βˆ’26x+40)xV(x) = (4x^2 - 26x + 40)x

    V(x)=4x3βˆ’26x2+40xV(x) = 4x^3 - 26x^2 + 40x

    The domain for xx is determined by the physical constraints: x>0x > 0, 8βˆ’2x>0β€…β€ŠβŸΉβ€…β€Šx<48-2x > 0 \implies x < 4, and 5βˆ’2x>0β€…β€ŠβŸΉβ€…β€Šx<2.55-2x > 0 \implies x < 2.5. Thus, 0<x<2.50 < x < 2.5.

    To maximize the volume, we find the derivative Vβ€²(x)V'(x) and set it to zero:

    Vβ€²(x)=12x2βˆ’52x+40V'(x) = 12x^2 - 52x + 40

    Set Vβ€²(x)=0V'(x) = 0:
    12x2βˆ’52x+40=012x^2 - 52x + 40 = 0

    Divide by 4:
    3x2βˆ’13x+10=03x^2 - 13x + 10 = 0

    Factor the quadratic equation:
    (3xβˆ’10)(xβˆ’1)=0(3x - 10)(x - 1) = 0

    This gives two possible values for xx: x=10/3x = 10/3 or x=1x = 1.
    We must check which of these values lies within the valid domain (0,2.5)(0, 2.5).
    x=10/3β‰ˆ3.33x = 10/3 \approx 3.33, which is outside the domain (0,2.5)(0, 2.5).
    x=1x = 1, which is inside the domain (0,2.5)(0, 2.5).

    To confirm that x=1x=1 corresponds to a maximum, we can use the second derivative test:

    Vβ€²β€²(x)=24xβˆ’52V''(x) = 24x - 52

    At x=1x=1:
    Vβ€²β€²(1)=24(1)βˆ’52=βˆ’28V''(1) = 24(1) - 52 = -28

    Since Vβ€²β€²(1)<0V''(1) < 0, x=1x=1 corresponds to a local maximum.
    Thus, the volume of the box is maximized when x=1x=1 cm."
    :::

    :::question type="NAT" question="How many positive integers less than 100 are not divisible by 2, 3, or 5?" answer="26" hint="Use the Principle of Inclusion-Exclusion. First, find the number of integers less than 100 that are divisible by 2, 3, or 5." solution="Let N=99N = 99 be the total number of positive integers less than 100 (i.e., from 1 to 99).
    We want to find the number of integers that are not divisible by 2, 3, or 5. This is equivalent to Nβˆ’βˆ£divisibleΒ byΒ 2Β orΒ 3Β orΒ 5∣N - |\text{divisible by 2 or 3 or 5}|.
    Let A2A_2 be the set of integers divisible by 2.
    Let A3A_3 be the set of integers divisible by 3.
    Let A5A_5 be the set of integers divisible by 5.

    Using the Principle of Inclusion-Exclusion:
    ∣A2∣=⌊99/2βŒ‹=49|A_2| = \lfloor 99/2 \rfloor = 49
    ∣A3∣=⌊99/3βŒ‹=33|A_3| = \lfloor 99/3 \rfloor = 33
    ∣A5∣=⌊99/5βŒ‹=19|A_5| = \lfloor 99/5 \rfloor = 19

    ∣A2∩A3∣=⌊99/lcm⁑(2,3)βŒ‹=⌊99/6βŒ‹=16|A_2 \cap A_3| = \lfloor 99/\operatorname{lcm}(2,3) \rfloor = \lfloor 99/6 \rfloor = 16
    ∣A2∩A5∣=⌊99/lcm⁑(2,5)βŒ‹=⌊99/10βŒ‹=9|A_2 \cap A_5| = \lfloor 99/\operatorname{lcm}(2,5) \rfloor = \lfloor 99/10 \rfloor = 9
    ∣A3∩A5∣=⌊99/lcm⁑(3,5)βŒ‹=⌊99/15βŒ‹=6|A_3 \cap A_5| = \lfloor 99/\operatorname{lcm}(3,5) \rfloor = \lfloor 99/15 \rfloor = 6

    ∣A2∩A3∩A5∣=⌊99/lcm⁑(2,3,5)βŒ‹=⌊99/30βŒ‹=3|A_2 \cap A_3 \cap A_5| = \lfloor 99/\operatorname{lcm}(2,3,5) \rfloor = \lfloor 99/30 \rfloor = 3

    The number of integers divisible by 2, 3, or 5 is:
    ∣A2βˆͺA3βˆͺA5∣=(∣A2∣+∣A3∣+∣A5∣)βˆ’(∣A2∩A3∣+∣A2∩A5∣+∣A3∩A5∣)+∣A2∩A3∩A5∣|A_2 \cup A_3 \cup A_5| = (|A_2| + |A_3| + |A_5|) - (|A_2 \cap A_3| + |A_2 \cap A_5| + |A_3 \cap A_5|) + |A_2 \cap A_3 \cap A_5|
    ∣A2βˆͺA3βˆͺA5∣=(49+33+19)βˆ’(16+9+6)+3|A_2 \cup A_3 \cup A_5| = (49 + 33 + 19) - (16 + 9 + 6) + 3
    ∣A2βˆͺA3βˆͺA5∣=101βˆ’31+3|A_2 \cup A_3 \cup A_5| = 101 - 31 + 3
    ∣A2βˆͺA3βˆͺA5∣=73|A_2 \cup A_3 \cup A_5| = 73

    The number of positive integers less than 100 that are not divisible by 2, 3, or 5 is:
    Nβˆ’βˆ£A2βˆͺA3βˆͺA5∣=99βˆ’73=26N - |A_2 \cup A_3 \cup A_5| = 99 - 73 = 26."
    :::

    :::question type="MCQ" question="Let f:Zβ†’Zf: \mathbb{Z} \to \mathbb{Z} be a function defined by f(x)=x2βˆ’4x+3f(x) = x^2 - 4x + 3. Let A={x∈Z∣f(x)Β isΒ even}A = \{x \in \mathbb{Z} \mid f(x) \text{ is even} \}. Let B={x∈Z∣xΒ isΒ odd}B = \{x \in \mathbb{Z} \mid x \text{ is odd} \}. Which of the following statements is true?" options=["AβŠ‚BA \subset B", "BβŠ‚AB \subset A", "A∩B=βˆ…A \cap B = \emptyset", "A=BA = B"] answer="A=BA = B" hint="Analyze the parity of f(x)f(x) based on the parity of xx. Recall that an integer is even if it is divisible by 2, and odd otherwise." solution="We need to determine the conditions under which f(x)=x2βˆ’4x+3f(x) = x^2 - 4x + 3 is even.
    We can analyze the parity of f(x)f(x) by considering f(x)(mod2)f(x) \pmod 2.
    f(x)≑x2βˆ’4x+3(mod2)f(x) \equiv x^2 - 4x + 3 \pmod 2
    Since 4x4x is always even, 4x≑0(mod2)4x \equiv 0 \pmod 2.
    Since 33 is odd, 3≑1(mod2)3 \equiv 1 \pmod 2.
    So, f(x)≑x2βˆ’0+1(mod2)f(x) \equiv x^2 - 0 + 1 \pmod 2
    f(x)≑x2+1(mod2)f(x) \equiv x^2 + 1 \pmod 2

    For f(x)f(x) to be even, f(x)≑0(mod2)f(x) \equiv 0 \pmod 2.
    So, x2+1≑0(mod2)x^2 + 1 \equiv 0 \pmod 2, which implies x2β‰‘βˆ’1(mod2)x^2 \equiv -1 \pmod 2.
    Since βˆ’1≑1(mod2)-1 \equiv 1 \pmod 2, we have x2≑1(mod2)x^2 \equiv 1 \pmod 2.

    Now, let's consider the parity of xx:
    Case 1: xx is even.
    If xx is even, then x2x^2 is even. So x2≑0(mod2)x^2 \equiv 0 \pmod 2.
    In this case, f(x)≑0+1≑1(mod2)f(x) \equiv 0 + 1 \equiv 1 \pmod 2, which means f(x)f(x) is odd.

    Case 2: xx is odd.
    If xx is odd, then x2x^2 is odd. So x2≑1(mod2)x^2 \equiv 1 \pmod 2.
    In this case, f(x)≑1+1≑2≑0(mod2)f(x) \equiv 1 + 1 \equiv 2 \equiv 0 \pmod 2, which means f(x)f(x) is even.

    Therefore, f(x)f(x) is even if and only if xx is odd.
    The set AA is defined as A={x∈Z∣f(x) is even}A = \{x \in \mathbb{Z} \mid f(x) \text{ is even} \}. From our analysis, A={x∈Z∣x is odd}A = \{x \in \mathbb{Z} \mid x \text{ is odd} \}.
    The set BB is defined as B={x∈Z∣x is odd}B = \{x \in \mathbb{Z} \mid x \text{ is odd} \}.
    Since both sets contain exactly the same elements, A=BA = B.

    Thus, the statement "A=BA = B" is true."
    :::

    ---

    What's Next?

    πŸ’‘ Continue Your CMI Journey

    This chapter highlighted the interconnectedness of mathematical concepts and the need for flexible problem-solving. To further solidify your analytical and reasoning skills, delve deeper into the principles of Logic, which underpins all rigorous mathematical thought. Mastering Proof Techniques will empower you to formally justify your solutions and establish robust connections between seemingly disparate topics. Ultimately, this journey cultivates advanced Mathematical Thinking, preparing you to approach complex problems with clarity, precision, and a deep appreciation for mathematical structure.

    🎯 Key Points to Remember

    • βœ“ Master the core concepts in Mixed-topic aptitude before moving to advanced topics
    • βœ“ Practice with previous year questions to understand exam patterns
    • βœ“ Review short notes regularly for quick revision before exams

    Related Topics in Logic, Proof and Mathematical Thinking

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    πŸ“š

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    πŸ“Š

    Smart Analytics

    Track your progress with subject-wise performance insights

    πŸ”–

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation β†’

    No credit card required β€’ Free forever for basic features