🕉️ VEDIC MATHEMATICS — LEVEL 2: INTERMEDIATE
MODULE 11: Advanced Multiplication — Urdhva Extended
Complete Study Material | Theory + Examples + Practice + Test Bank
"The beauty of Urdhva-Tiryagbhyam is its universality. Whether 2 digits or 20 digits, the principle remains unchanged: vertical and cross-wise." — Vedic Mathematics Teacher's Manual
📋 MODULE AT A GLANCE
| Item | Details |
|---|---|
| Level | Intermediate (Level 2) |
| Module Number | 11 of 10 (Level 2, Module 1) |
| Target Age | 12–16 years (Class 6–10 students) |
| Duration | 5–6 hours (Theory: 2 hrs, Practice: 2 hrs, Test: 1 hr) |
| Prerequisites | Level 1 complete (Modules 1–10), Basic algebra, Urdhva-Tiryak for 2-digit and 3-digit numbers |
| Sutra Focus | Sutra 3 — Urdhva-Tiryagbhyam; Sutra 11 — Vyashti Samashti |
| Next Module | Module 12: Advanced Division — Dhvajanka Method |
🎯 LEARNING OUTCOMES
By the end of this module, the student will be able to:
- Extend Urdhva-Tiryagbhyam to multiply 4-digit × 4-digit numbers mentally
- Multiply 5-digit × 5-digit numbers using the pattern method
- Multiply polynomials using the same Urdhva principle
- Handle numbers with different digit counts (e.g., 3-digit × 2-digit)
- Apply Vinculum (bar numbers) to simplify complex multiplications
- Use mixed base multiplication for numbers with different references
- Multiply decimals using adapted Vedic methods
- Choose the optimal method for any given multiplication problem
PART 1: THEORY
1.1 — Urdhva-Tiryagbhyam: The Universal Sutra
Review of the Principle
Sutra 3: Urdhva-Tiryagbhyam means "Vertically and cross-wise."
This is the most universal multiplication sutra because:
- It works for any two numbers, any digit length
- It works for polynomials, matrices, and even calculus
- It is a single pattern that scales infinitely
The Pattern for Any Digit Length
For n-digit × n-digit multiplication, the number of steps = (2n − 1) columns.
| Number of digits | Steps (columns) | Peak complexity |
|---|---|---|
| 2 × 2 | 3 columns | 1 cross term (2 multiplications) |
| 3 × 3 | 5 columns | 3 cross terms (3 multiplications) |
| 4 × 4 | 7 columns | 4 cross terms (4 multiplications) |
| n × n | (2n−1) columns | n cross terms (n multiplications) |
The General Method
Let the two numbers be represented as:
- Number A: $a_{n-1} a_{n-2} ... a_1 a_0$ (digits)
- Number B: $b_{n-1} b_{n-2} ... b_1 b_0$ (digits)
Each column in the result is the sum of products of digit pairs whose position indices sum to the column number.
1.2 — Urdhva for 4-Digit × 4-Digit
The Setup
Let the numbers be:
- $A = a_3 a_2 a_1 a_0$ (thousands, hundreds, tens, units)
- $B = b_3 b_2 b_1 b_0$ (thousands, hundreds, tens, units)
The 7 Columns (Steps)
Step 1 (units column): a₀ × b₀
Step 2 (tens column): a₁×b₀ + a₀×b₁
Step 3 (hundreds): a₂×b₀ + a₁×b₁ + a₀×b₂
Step 4 (thousands): a₃×b₀ + a₂×b₁ + a₁×b₂ + a₀×b₃
Step 5 (ten-thousands): a₃×b₁ + a₂×b₂ + a₁×b₃
Step 6 (hundred-thousands): a₃×b₂ + a₂×b₃
Step 7 (millions): a₃×b₃
Visual Pattern (Fold Method)
Step 1: a₀ × b₀
Step 2: a₁×b₀ + a₀×b₁
Step 3: a₂×b₀ + a₁×b₁ + a₀×b₂
Step 4: a₃×b₀ + a₂×b₁ + a₁×b₂ + a₀×b₃
Step 5: a₃×b₁ + a₂×b₂ + a₁×b₃
Step 6: a₃×b₂ + a₂×b₃
Step 7: a₃×b₃
Example 1: 1234 × 5678
Let me solve step by step:
A = 1234 → a₃=1, a₂=2, a₁=3, a₀=4 B = 5678 → b₃=5, b₂=6, b₁=7, b₀=8
| Step | Calculation | Result | Carry |
|---|---|---|---|
| S1: 4×8 | 32 | 2 | carry 3 |
| S2: 3×8 + 4×7 | 24 + 28 = 52 + carry3 = 55 | 5 | carry 5 |
| S3: 2×8 + 3×7 + 4×6 | 16 + 21 + 24 = 61 + carry5 = 66 | 6 | carry 6 |
| S4: 1×8 + 2×7 + 3×6 + 4×5 | 8 + 14 + 18 + 20 = 60 + carry6 = 66 | 6 | carry 6 |
| S5: 1×7 + 2×6 + 3×5 | 7 + 12 + 15 = 34 + carry6 = 40 | 0 | carry 4 |
| S6: 1×6 + 2×5 | 6 + 10 = 16 + carry4 = 20 | 0 | carry 2 |
| S7: 1×5 | 5 + carry2 = 7 | 7 | 0 |
Reading from bottom up: 7,0,0,6,6,5,2
Answer = 7006652
Check: 1234 × 5678 = 7,006,652 ✓
Example 2: 4321 × 9876
A = 4321 → a₃=4, a₂=3, a₁=2, a₀=1 B = 9876 → b₃=9, b₂=8, b₁=7, b₀=6
| Step | Calculation | Result | Carry |
|---|---|---|---|
| S1: 1×6 | 6 | 6 | 0 |
| S2: 2×6 + 1×7 | 12 + 7 = 19 | 9 | carry 1 |
| S3: 3×6 + 2×7 + 1×8 | 18 + 14 + 8 = 40 + 1 = 41 | 1 | carry 4 |
| S4: 4×6 + 3×7 + 2×8 + 1×9 | 24 + 21 + 16 + 9 = 70 + 4 = 74 | 4 | carry 7 |
| S5: 4×7 + 3×8 + 2×9 | 28 + 24 + 18 = 70 + 7 = 77 | 7 | carry 7 |
| S6: 4×8 + 3×9 | 32 + 27 = 59 + 7 = 66 | 6 | carry 6 |
| S7: 4×9 | 36 + 6 = 42 | 42 | 0 |
Reading from bottom up: 42,6,7,4,1,9,6
Answer = 42,674,196
Check: 4321 × 9876 = 42,674,196 ✓
1.3 — Urdhva for 5-Digit × 5-Digit
The Pattern (9 Columns)
For numbers $a_4 a_3 a_2 a_1 a_0$ and $b_4 b_3 b_2 b_1 b_0$:
| Step | Column | Terms |
|---|---|---|
| 1 | Units | a₀×b₀ |
| 2 | Tens | a₁×b₀ + a₀×b₁ |
| 3 | Hundreds | a₂×b₀ + a₁×b₁ + a₀×b₂ |
| 4 | Thousands | a₃×b₀ + a₂×b₁ + a₁×b₂ + a₀×b₃ |
| 5 | Ten-thousands | a₄×b₀ + a₃×b₁ + a₂×b₂ + a₁×b₃ + a₀×b₄ |
| 6 | Hundred-thousands | a₄×b₁ + a₃×b₂ + a₂×b₃ + a₁×b₄ |
| 7 | Millions | a₄×b₂ + a₃×b₃ + a₂×b₄ |
| 8 | Ten-millions | a₄×b₃ + a₃×b₄ |
| 9 | Hundred-millions | a₄×b₄ |
Example: 12345 × 67891
A = 12345 → digits: 1,2,3,4,5 B = 67891 → digits: 6,7,8,9,1
Let me compute systematically:
| Step | Calculation | Result | Carry |
|---|---|---|---|
| 1: 5×1 | 5 | 5 | 0 |
| 2: 4×1 + 5×9 | 4 + 45 = 49 | 9 | 4 |
| 3: 3×1 + 4×9 + 5×8 | 3 + 36 + 40 = 79 + 4 = 83 | 3 | 8 |
| 4: 2×1 + 3×9 + 4×8 + 5×7 | 2 + 27 + 32 + 35 = 96 + 8 = 104 | 4 | 10 |
| 5: 1×1 + 2×9 + 3×8 + 4×7 + 5×6 | 1 + 18 + 24 + 28 + 30 = 101 + 10 = 111 | 1 | 11 |
| 6: 1×9 + 2×8 + 3×7 + 4×6 | 9 + 16 + 21 + 24 = 70 + 11 = 81 | 1 | 8 |
| 7: 1×8 + 2×7 + 3×6 | 8 + 14 + 18 = 40 + 8 = 48 | 8 | 4 |
| 8: 1×7 + 2×6 | 7 + 12 = 19 + 4 = 23 | 3 | 2 |
| 9: 1×6 | 6 + 2 = 8 | 8 | 0 |
Reading from bottom: 8,3,8,1,1,4,3,9,5
Answer = 838,114,395
Check: 12345 × 67891 = 838,114,395 ✓
1.4 — Multiplying Numbers with Different Digit Counts
The Principle
When numbers have different numbers of digits, pad the shorter number with leading zeros mentally, then apply the Urdhva pattern.
Example 1: 123 × 45 (3-digit × 2-digit)
Write 45 as 045 mentally:
A = 1 2 3 B = 0 4 5
| Step | Calculation | Result | Carry |
|---|---|---|---|
| S1: 3×5 | 15 | 5 | 1 |
| S2: 2×5 + 3×4 | 10 + 12 = 22 + 1 = 23 | 3 | 2 |
| S3: 1×5 + 2×4 + 3×0 | 5 + 8 + 0 = 13 + 2 = 15 | 5 | 1 |
| S4: 1×4 + 2×0 | 4 + 0 = 4 + 1 = 5 | 5 | 0 |
| S5: 1×0 | 0 | 0 | 0 |
Answer = 5535 ✓
Example 2: 12345 × 67 (5-digit × 2-digit)
Write 67 as 00067 mentally:
A = 1 2 3 4 5 B = 0 0 0 6 7
| Step | Calculation | Result | Carry |
|---|---|---|---|
| S1: 5×7 | 35 | 5 | 3 |
| S2: 4×7 + 5×6 | 28 + 30 = 58 + 3 = 61 | 1 | 6 |
| S3: 3×7 + 4×6 + 5×0 | 21 + 24 + 0 = 45 + 6 = 51 | 1 | 5 |
| S4: 2×7 + 3×6 + 4×0 + 5×0 | 14 + 18 + 0 + 0 = 32 + 5 = 37 | 7 | 3 |
| S5: 1×7 + 2×6 + 3×0 + 4×0 + 5×0 | 7 + 12 + 0 + 0 + 0 = 19 + 3 = 22 | 2 | 2 |
| S6: 1×6 + 2×0 + 3×0 + 4×0 | 6 + 0 + 0 + 0 = 6 + 2 = 8 | 8 | 0 |
| S7–9: remaining terms with zeros | 0 | 0 | 0 |
Answer: reading S6 → S1 (8, 2, 7, 1, 1, 5) gives 827,115
Check: 12345 × 67 = 827,115 ✓
General Rule for Different Digit Counts
Let the numbers have m and n digits (m ≥ n). The result has (m + n) or (m + n − 1) digits.
Procedure:
- Pad the shorter number with leading zeros to make it m digits
- Apply Urdhva pattern for m × m
- The first (m − n) steps will involve zeros from the padded number
1.5 — Sutra 11: Vyashti Samashti (Part and Whole)
| Sanskrit | Transliteration | English Meaning |
|---|---|---|
| व्यष्टिसमष्टिः | Vyashti Samashti | Part and whole |
What Does This Mean?
This sutra teaches us to break a problem into parts and then combine them into the whole. In multiplication, it allows us to:
- Split a large number into smaller, easier parts
- Multiply each part separately
- Combine results appropriately
Application: Splitting Numbers for Easier Multiplication
Instead of multiplying 999 × 999 directly, split as (1000−1) × (1000−1) = 1,000,000 − 2000 + 1 = 998,001.
This is the same as the Nikhilam method but viewed as "part and whole" thinking.
Polynomial Multiplication Using Vyashti Samashti
For polynomials, break into parts based on degree.
Example: $(x^2 + 2x + 3)(x^2 + 4x + 5)$
Group as: $(A + 3)(B + 5)$ where $A = x^2 + 2x$, $B = x^2 + 4x$
But this is just Urdhva-Tiryak applied to polynomials.
1.6 — Polynomial Multiplication Using Urdhva
The Principle
The Urdhva pattern works for polynomials exactly as it works for numbers. Treat each term's coefficient as a "digit" and the power of x as the "place value."
Example 1: $(2x + 3)(4x + 5)$
This is 2-digit × 2-digit in polynomial form:
| Step | Calculation | Result |
|---|---|---|
| S1: 3×5 | 15 | constant term: 15 |
| S2: 2×5 + 3×4 | 10 + 12 = 22 | x term: 22x |
| S3: 2×4 | 8 | x² term: 8x² |
Answer = $8x^2 + 22x + 15$
Example 2: $(x^2 + 2x + 3)(x^2 + 4x + 5)$
Let me use the 3×3 Urdhva pattern:
A: a₂=1, a₁=2, a₀=3 B: b₂=1, b₁=4, b₀=5
| Step | Calculation | Result |
|---|---|---|
| S1: 3×5 | 15 | constant: 15 |
| S2: 2×5 + 3×4 | 10 + 12 = 22 | x¹: 22x |
| S3: 1×5 + 2×4 + 3×1 | 5 + 8 + 3 = 16 | x²: 16x² |
| S4: 1×4 + 2×1 | 4 + 2 = 6 | x³: 6x³ |
| S5: 1×1 | 1 | x⁴: 1x⁴ |
Answer = $x^4 + 6x^3 + 16x^2 + 22x + 15$
Example 3: $(3x^3 + 2x^2 + x + 4)(2x^2 + 5x + 1)$
First, pad the second polynomial to 4 digits: $(0x^3 + 2x^2 + 5x + 1)$
A: a₃=3, a₂=2, a₁=1, a₀=4 B: b₃=0, b₂=2, b₁=5, b₀=1
| Step | Calculation | Result |
|---|---|---|
| S1: 4×1 | 4 | constant: 4 |
| S2: 1×1 + 4×5 | 1 + 20 = 21 | x¹: 21x |
| S3: 2×1 + 1×5 + 4×2 | 2 + 5 + 8 = 15 | x²: 15x² |
| S4: 3×1 + 2×5 + 1×2 + 4×0 | 3 + 10 + 2 + 0 = 15 | x³: 15x³ |
| S5: 3×5 + 2×2 + 1×0 | 15 + 4 + 0 = 19 | x⁴: 19x⁴ |
| S6: 3×2 + 2×0 | 6 + 0 = 6 | x⁵: 6x⁵ |
| S7: 3×0 | 0 | x⁶: 0 |
Answer = $6x^5 + 19x^4 + 15x^3 + 15x^2 + 21x + 4$
1.7 — Vinculum Multiplication
Review of Vinculum (Bar Numbers)
A vinculum or bar number is a digit written with a bar above it (e.g., $\bar{3}$) meaning negative (-3).
Vinculum allows us to convert numbers with large digits into numbers with smaller digits, making multiplication easier.
Converting to Vinculum
| Large digit | Vinculum equivalent |
|---|---|
| 6 | 10 − 4 = $1\bar{4}$ |
| 7 | 10 − 3 = $1\bar{3}$ |
| 8 | 10 − 2 = $1\bar{2}$ |
| 9 | 10 − 1 = $1\bar{1}$ |
Example: 98 = 100 − 2 = $1\bar{2}$ (but with proper place value)
Actually, 98 = 9|8. To convert:
- 8 is fine
- 9 = 10 − 1 → becomes $1\bar{1}$ in the tens place
- So 98 = $1\bar{1}8$? That's 100 − 10 + 8? No — let me be systematic.
Proper Vinculum Conversion:
A number like 98 has digits (9,8). Since 9 is close to 10, write: $98 = 10\bar{2}$ in vinculum form:
98 = 100 − 2. In 3-digit form: 0,9,8 → 1,0,−2 → $10\bar{2}$ (meaning 100 − 2)
Better to use the standard method: For any digit > 5, replace d with d-10 and add 1 to the left neighbor.
For 98:
- 8 ≤ 5? No, 8>5 → 8-10 = −2 (bar 2), carry 1 to tens
- 9 + 1(carry) = 10 → 10-10=0 (bar 0? Actually 10 becomes 0 with carry 1 to hundreds)
- So 98 = $10\bar{2}$ ✓
Vinculum Multiplication Example
Example: 98 × 97 using vinculum
Convert to vinculum:
- 98 = $10\bar{2}$ (meaning 100 − 2)
- 97 = $10\bar{3}$ (meaning 100 − 3)
Now multiply using Nikhilam (which is already using this concept):
(100 − 2)(100 − 3) = 10000 − 500 + 6 = 9506 ✓
The vinculum form just makes the deficiency explicit.
More Complex Vinculum Example
Example: 123 × 98
First, convert 123 to vinculum if helpful? 123 is fine.
98 = $10\bar{2}$
Now multiply: 123 × (100 − 2) = 12300 − 246 = 12054
But using Urdhva with vinculum digits requires careful handling of negative digits.
For practical purposes, use vinculum to simplify numbers before applying standard Vedic methods, rather than performing multiplication directly with bar digits.
1.8 — Mixed Base Multiplication
The Concept
Sometimes the two numbers are close to different bases. For example:
- 98 is close to 100
- 7 is close to 10
We need a method that handles different reference bases.
Method: Choose One Base, Adjust the Other
Let Base₁ = 100, Base₂ = 10. Convert both to a common base (usually the larger base).
Example: 98 × 7
Method 1: Use Base 100 for 98, adjust 7 proportionally:
- 98 = 100 − 2
- 7 = 7 (relative to 100? 7 = 0.07×100)
- Not straightforward.
Better method: Use the smaller base as the working base.
Example: 98 × 7 (Base 10)
Write 98 as (100 − 2). But 7 is near 10.
Alternatively, use Nikhilam with Base 10 for 7 and adjust 98:
98 × 7 = 98 × (10 − 3) = 980 − 294 = 686
This is just distributive property.
Standard Mixed Base Formula
When multiplying $N_1$ (near Base $B_1$) and $N_2$ (near Base $B_2$):
Let $d_1 = B_1 − N_1$, $d_2 = B_2 − N_2$
Then $N_1 \times N_2 = (B_1 − d_1)(B_2 − d_2) = B_1B_2 − B_1d_2 − B_2d_1 + d_1d_2$
Example: 98 × 7
$B_1=100, d_1=2; B_2=10, d_2=3$
$= 100×10 − 100×3 − 10×2 + 2×3$ $= 1000 − 300 − 20 + 6 = 686$ ✓
Example: 103 × 12
$B_1=100, d_1=−3$ (surplus, so negative deficiency) $B_2=10, d_2=−2$
$= 100×10 − 100×(−2) − 10×(−3) + (−3)×(−2)$ $= 1000 + 200 + 30 + 6 = 1236$ ✓
Check: 103 × 12 = 1236 ✓
1.9 — Multiplication of Decimals Using Vedic Methods
Strategy 1: Ignore Decimal, Then Place It Back
Multiply as whole numbers, then divide by appropriate power of 10.
Example: 1.23 × 4.5
- 123 × 45 = 5535
- 1.23 has 2 decimal places, 4.5 has 1 decimal place → total 3 decimal places
- Answer = 5.535
Strategy 2: Use Urdhva Directly with Decimal Positions
Treat decimal places as positions with negative indices.
Example: 1.23 × 4.5
Write as: 1.23 = 1 + 0.2 + 0.03, 4.5 = 4 + 0.5
Apply Urdhva pattern:
| Step | Calculation | Result |
|---|---|---|
| S1 (0.01×0.1): 0.03×0.5 | 0.015 | |
| S2 (0.1×0.1 + 0.01×1): 0.2×0.5 + 0.03×4 | 0.10 + 0.12 = 0.22 | |
| S3 (1×0.1 + 0.1×1 + 0.01×0): 1×0.5 + 0.2×4 | 0.5 + 0.8 = 1.3 | |
| S4 (1×1 + 0.1×0): 1×4 | 4 |
Sum: 4 + 1.3 = 5.3, +0.22 = 5.52, +0.015 = 5.535 ✓
Strategy 3: Convert to Fractions
$1.23 × 4.5 = \frac{123}{100} × \frac{45}{10} = \frac{5535}{1000} = 5.535$
This is often the simplest.
Example: 0.97 × 0.96
Using Nikhilam with Base 1:
- 0.97 = 1 − 0.03, 0.96 = 1 − 0.04
- (1−0.03)(1−0.04) = 1 − 0.07 + 0.0012 = 0.9312 ✓
1.10 — Choosing the Optimal Method
| Problem Type | Best Method | Why |
|---|---|---|
| Both near same base (10,100,1000) | Nikhilam | Fastest (3 steps) |
| One number has many 9s | Ekanyunena | Direct formula |
| Numbers ending in 5 | Ekadhikena | Squaring only |
| General 2-3 digits | Urdhva | Universal |
| Large numbers (4+ digits) | Urdhva + vinculum | Systematic |
| Different digit counts | Urdhva with zeros | Works always |
| Different bases | Mixed base formula | Handles all |
| Decimals | Ignore decimal → Vedic → place back | Simplest |
PART 2: WORKED EXAMPLES
Section A: 4-Digit × 4-Digit Urdhva
Example 1
Question: Multiply 2345 × 6789 using Urdhva-Tiryagbhyam.
Answer:
A = 2,3,4,5 | B = 6,7,8,9
| Step | Calculation | Result | Carry |
|---|---|---|---|
| S1: 5×9 | 45 | 5 | 4 |
| S2: 4×9 + 5×8 | 36 + 40 = 76 + 4 = 80 | 0 | 8 |
| S3: 3×9 + 4×8 + 5×7 | 27 + 32 + 35 = 94 + 8 = 102 | 2 | 10 |
| S4: 2×9 + 3×8 + 4×7 + 5×6 | 18 + 24 + 28 + 30 = 100 + 10 = 110 | 0 | 11 |
| S5: 2×8 + 3×7 + 4×6 | 16 + 21 + 24 = 61 + 11 = 72 | 2 | 7 |
| S6: 2×7 + 3×6 | 14 + 18 = 32 + 7 = 39 | 9 | 3 |
| S7: 2×6 | 12 + 3 = 15 | 15 | 0 |
Reading from bottom: 15,9,2,0,2,0,5 = 15,920,205
Check: 2345 × 6789 = 15,920,205 ✓
Example 2
Question: Multiply 4321 × 1234.
Answer:
A = 4,3,2,1 | B = 1,2,3,4
| Step | Calculation | Result | Carry |
|---|---|---|---|
| S1: 1×4 | 4 | 4 | 0 |
| S2: 2×4 + 1×3 | 8 + 3 = 11 | 1 | 1 |
| S3: 3×4 + 2×3 + 1×2 | 12 + 6 + 2 = 20 + 1 = 21 | 1 | 2 |
| S4: 4×4 + 3×3 + 2×2 + 1×1 | 16 + 9 + 4 + 1 = 30 + 2 = 32 | 2 | 3 |
| S5: 4×3 + 3×2 + 2×1 | 12 + 6 + 2 = 20 + 3 = 23 | 3 | 2 |
| S6: 4×2 + 3×1 | 8 + 3 = 11 + 2 = 13 | 3 | 1 |
| S7: 4×1 | 4 + 1 = 5 | 5 | 0 |
Answer = 5,332,114 ✓
Section B: 5-Digit × 5-Digit Urdhva
Example 3
Question: Multiply 11111 × 11111.
Answer:
A = 1,1,1,1,1 | B = 1,1,1,1,1
Because all digits are 1, each step is simply the number of products at that step.
| Step | Number of products | Result | Carry |
|---|---|---|---|
| S1 | 1 | 1 | 0 |
| S2 | 2 | 2 | 0 |
| S3 | 3 | 3 | 0 |
| S4 | 4 | 4 | 0 |
| S5 | 5 | 5 | 0 |
| S6 | 4 | 4 | 0 |
| S7 | 3 | 3 | 0 |
| S8 | 2 | 2 | 0 |
| S9 | 1 | 1 | 0 |
Answer: digits 1,2,3,4,5,4,3,2,1 = 123,454,321
Check: 11111² = 123,454,321 ✓
Example 4
Question: Multiply 12345 × 12345 (square).
Answer:
A = 1,2,3,4,5 | B = 1,2,3,4,5
| Step | Calculation | Result | Carry |
|---|---|---|---|
| S1: 5×5 | 25 | 5 | 2 |
| S2: 4×5 + 5×4 | 20 + 20 = 40 + 2 = 42 | 2 | 4 |
| S3: 3×5 + 4×4 + 5×3 | 15 + 16 + 15 = 46 + 4 = 50 | 0 | 5 |
| S4: 2×5 + 3×4 + 4×3 + 5×2 | 10 + 12 + 12 + 10 = 44 + 5 = 49 | 9 | 4 |
| S5: 1×5 + 2×4 + 3×3 + 4×2 + 5×1 | 5 + 8 + 9 + 8 + 5 = 35 + 4 = 39 | 9 | 3 |
| S6: 1×4 + 2×3 + 3×2 + 4×1 | 4 + 6 + 6 + 4 = 20 + 3 = 23 | 3 | 2 |
| S7: 1×3 + 2×2 + 3×1 | 3 + 4 + 3 = 10 + 2 = 12 | 2 | 1 |
| S8: 1×2 + 2×1 | 2 + 2 = 4 + 1 = 5 | 5 | 0 |
| S9: 1×1 | 1 | 1 | 0 |
Answer: digits 1,5,2,3,9,9,0,2,5 = 152,399,025
Check: 12345² = 152,399,025 ✓
Section C: Different Digit Counts
Example 5
Question: Multiply 12345 × 89.
Answer:
Pad 89 as 00089 (5 digits)
A = 1,2,3,4,5 B = 0,0,0,8,9
| Step | Calculation | Result | Carry |
|---|---|---|---|
| S1: 5×9 | 45 | 5 | 4 |
| S2: 4×9 + 5×8 | 36 + 40 = 76 + 4 = 80 | 0 | 8 |
| S3: 3×9 + 4×8 + 5×0 | 27 + 32 + 0 = 59 + 8 = 67 | 7 | 6 |
| S4: 2×9 + 3×8 + 4×0 + 5×0 | 18 + 24 + 0 + 0 = 42 + 6 = 48 | 8 | 4 |
| S5: 1×9 + 2×8 + 3×0 + 4×0 + 5×0 | 9 + 16 + 0 + 0 + 0 = 25 + 4 = 29 | 9 | 2 |
| S6: 1×8 + 2×0 + 3×0 + 4×0 | 8 + 0 + 0 + 0 = 8 + 2 = 10 | 0 | 1 |
| S7–9: zeros | 0 + 1 = 1 | 1 | 0 |
Answer = 1,098,705? Reading: 1,0,9,8,7,0,5 = 1,098,705
Check: 12345 × 89 = 1,098,705 ✓
Example 6
Question: Multiply 999 × 12 (3-digit × 2-digit).
Answer:
Method 1: 999 × 12 = 999 × (10 + 2) = 9990 + 1998 = 11,988
Method 2 (Urdhva with padding):
A = 9,9,9; B = 0,1,2
| Step | Result | Carry |
|---|---|---|
| S1: 9×2=18 | 8 | 1 |
| S2: 9×2+9×1=18+9=27+1=28 | 8 | 2 |
| S3: 9×2+9×1+9×0=18+9+0=27+2=29 | 9 | 2 |
| S4: 9×1+9×0=9+0=9+2=11 | 1 | 1 |
| S5: 9×0=0+1=1 | 1 | 0 |
Answer = 11,988 ✓
Section D: Polynomial Multiplication
Example 7
Question: Multiply $(2x^2 + 3x + 4)(x^2 + 5x + 6)$.
Answer:
A: a₂=2, a₁=3, a₀=4 B: b₂=1, b₁=5, b₀=6
| Step | Calculation | Result |
|---|---|---|
| S1: 4×6 | 24 | constant: 24 |
| S2: 3×6 + 4×5 | 18 + 20 = 38 | x¹: 38x |
| S3: 2×6 + 3×5 + 4×1 | 12 + 15 + 4 = 31 | x²: 31x² |
| S4: 2×5 + 3×1 | 10 + 3 = 13 | x³: 13x³ |
| S5: 2×1 | 2 | x⁴: 2x⁴ |
Answer = $2x^4 + 13x^3 + 31x^2 + 38x + 24$
Example 8
Question: Multiply $(3x + 2)(4x^2 + 5x + 6)$.
Answer:
Pad first polynomial: $(0x^2 + 3x + 2)$
A: a₂=0, a₁=3, a₀=2 B: b₂=4, b₁=5, b₀=6
| Step | Calculation | Result |
|---|---|---|
| S1: 2×6 | 12 | constant: 12 |
| S2: 3×6 + 2×5 | 18 + 10 = 28 | x¹: 28x |
| S3: 0×6 + 3×5 + 2×4 | 0 + 15 + 8 = 23 | x²: 23x² |
| S4: 0×5 + 3×4 | 0 + 12 = 12 | x³: 12x³ |
| S5: 0×4 | 0 | x⁴: 0 |
Answer = $12x^3 + 23x^2 + 28x + 12$
Section E: Mixed Base Multiplication
Example 9
Question: Multiply 98 × 15 using mixed base formula.
Answer:
Base₁ = 100 (for 98), d₁ = 2 Base₂ = 10 (for 15), d₂ = −5 (since 15 = 10 + 5, deficiency is negative)
Formula: $B_1B_2 − B_1d_2 − B_2d_1 + d_1d_2$
$= 100×10 − 100×(−5) − 10×2 + (2×(−5))$ $= 1000 + 500 − 20 − 10 = 1470$ ✓
Check: 98 × 15 = 1470 ✓
Example 10
Question: Multiply 103 × 98 using mixed base.
Answer:
Base₁ = 100, d₁ = −3 (103 = 100 + 3) Base₂ = 100, d₂ = 2 (98 = 100 − 2)
But both bases are 100! This is standard Nikhilam.
$= 100×100 − 100×2 − 100×(−3) + (−3)×2$ $= 10000 − 200 + 300 − 6 = 10094$ ✓
Check: 103 × 98 = 10,094 ✓
Section F: Decimal Multiplication
Example 11
Question: Multiply 1.23 × 4.5.
Answer: (Already done in theory)
$1.23 × 4.5 = \frac{123}{100} × \frac{45}{10} = \frac{5535}{1000} = 5.535$
Example 12
Question: Multiply 0.97 × 0.96.
Answer:
Using Nikhilam with Base 1: $0.97 = 1 − 0.03$, $0.96 = 1 − 0.04$ $(1−0.03)(1−0.04) = 1 − 0.07 + 0.0012 = 0.9312$ ✓
PART 3: PRACTICE EXERCISES
Exercise Set A: 4-Digit × 4-Digit Multiplication (10 Questions)
Use Urdhva-Tiryagbhyam method.
A1. 1234 × 4321
A2. 2345 × 5432
A3. 3456 × 6543
A4. 4567 × 7654
A5. 5678 × 8765
A6. 1111 × 2222
A7. 9999 × 1111
A8. 1357 × 2468
A9. 8642 × 1357
A10. 9876 × 5432
Exercise Set B: 5-Digit × 5-Digit Multiplication (5 Questions)
B1. 12345 × 54321
B2. 11111 × 11111
B3. 22222 × 33333
B4. 12345 × 12345
B5. 98765 × 56789
Exercise Set C: Different Digit Counts (10 Questions)
C1. 123 × 45
C2. 1234 × 56
C3. 12345 × 78
C4. 123456 × 12
C5. 999 × 99
C6. 9999 × 999
C7. 1001 × 99
C8. 12345 × 9
C9. 98765 × 11
C10. 100000 × 9999
Exercise Set D: Polynomial Multiplication (10 Questions)
Write the product as a polynomial.
D1. $(x + 2)(x + 3)$
D2. $(2x + 5)(3x + 4)$
D3. $(x^2 + 2x + 1)(x^2 + 3x + 2)$
D4. $(2x^2 + 3x + 4)(x^2 + 5x + 6)$
D5. $(3x^3 + 2x^2 + x + 1)(x^2 + 2x + 3)$
D6. $(x^2 + 2x)(x^2 + 2x + 1)$
D7. $(x + 1)(x^3 + x^2 + x + 1)$
D8. $(2x - 1)(3x + 2)$ (note negative coefficient)
D9. $(x + y)(x^2 - xy + y^2)$
D10. $(a + b + c)(a + b - c)$
Exercise Set E: Mixed Base Multiplication (10 Questions)
E1. 97 × 15 (use Base 100 and Base 10)
E2. 98 × 12
E3. 96 × 14
E4. 103 × 25
E5. 104 × 18
E6. 95 × 105
E7. 101 × 99
E8. 102 × 98
E9. 98 × 98
E10. 997 × 25
Exercise Set F: Vinculum & Decimal Multiplication (10 Questions)
F1. 98 × 97 (using vinculum to confirm)
F2. 1.23 × 1.23
F3. 0.95 × 0.96
F4. 1.05 × 1.04
F5. 0.99 × 0.98
F6. 12.3 × 4.5
F7. 0.123 × 0.456
F8. 1.001 × 0.999
F9. 9.99 × 8.88
F10. 0.12345 × 0.54321
Answer Key for Practice Exercises
Set A Answers (4×4):
A1. 5,330,114
A2. 12,744,440
A3. 22,618,008
A4. 34,949,578
A5. 49,759,420
A6. 2,469,642
A7. 11,108,889
A8. 3,348,236
A9. 11,736,194
A10. 53,647,232
Set B Answers (5×5):
B1. 670,592,745
B2. 123,454,321
B3. 740,722,926
B4. 152,399,025
B5. 5,607,384,785
Set C Answers (Different digits):
C1. 5,535
C2. 69,104
C3. 962,910
C4. 1,481,472
C5. 98,901
C6. 9,989,001
C7. 99,099
C8. 111,105
C9. 1,086,415
C10. 999,900,000
Set D Answers (Polynomials):
D1. $x^2 + 5x + 6$
D2. $6x^2 + 23x + 20$
D3. $x^4 + 5x^3 + 9x^2 + 7x + 2$
D4. $2x^4 + 13x^3 + 31x^2 + 38x + 24$
D5. $3x^5 + 8x^4 + 14x^3 + 12x^2 + 5x + 3$
D6. $x^4 + 4x^3 + 5x^2 + 2x$
D7. $x^4 + 2x^3 + 2x^2 + 2x + 1$
D8. $6x^2 + x - 2$
D9. $x^3 + y^3$
D10. $a^2 + 2ab + b^2 - c^2$
Set E Answers (Mixed base):
E1. 1,455
E2. 1,176
E3. 1,344
E4. 2,575
E5. 1,872
E6. 9,975
E7. 9,999
E8. 9,996
E9. 9,604
E10. 24,925
Set F Answers (Vinculum & Decimals):
F1. 9,506
F2. 1.5129
F3. 0.912
F4. 1.092
F5. 0.9702
F6. 55.35
F7. 0.056088
F8. 0.999999
F9. 88.7112
F10. 0.006705...
🧠 Test Your Knowledge
Tap an option — or type your answer — to check it instantly. Your score updates as you go. 35 interactive questions across 4 quizzes.
TEST 1: 4-Digit × 4-Digit Urdhva
0 / 10TEST 2: Different Digits & Polynomials
0 / 9TEST 3: Mixed Base & Decimals
0 / 6TEST 4: Comprehensive Module Test
0 / 10PART 5: TEACHER'S GUIDE
Common Mistakes & Corrections
| Mistake | Correction |
|---|---|
| Forgetting to pad shorter number with zeros | Always pad to match the longer number's digit count |
| Miscounting steps in Urdhva | For n×n, steps = 2n−1 |
| Adding instead of multiplying cross terms | Each term is a product, then sum of products |
| Misplacing decimal in decimal multiplication | Count total decimal places in both numbers |
| Confusing d₁ and d₂ in mixed base formula | d = Base − Number (can be negative for surplus) |
QUICK REFERENCE CARD
╔═══════════════════════════════════════════════════════════════════════╗
║ MODULE 11 — URDHVA EXTENDED CHEAT SHEET ║
╠═══════════════════════════════════════════════════════════════════════╣
║ ║
║ 4-DIGIT URDHVA PATTERN: ║
║ S1: a₀×b₀ ║
║ S2: a₁×b₀ + a₀×b₁ ║
║ S3: a₂×b₀ + a₁×b₁ + a₀×b₂ ║
║ S4: a₃×b₀ + a₂×b₁ + a₁×b₂ + a₀×b₃ ║
║ S5: a₃×b₁ + a₂×b₂ + a₁×b₃ ║
║ S6: a₃×b₂ + a₂×b₃ ║
║ S7: a₃×b₃ ║
║ ║
║ DIFFERENT DIGITS: Pad shorter number with leading zeros ║
║ ║
║ MIXED BASE: N₁×N₂ = B₁B₂ − B₁d₂ − B₂d₁ + d₁d₂ ║
║ ║
║ DECIMALS: Multiply as integers → place decimal ║
║ ║
║ SUTRA 11: Vyashti Samashti — Part and whole ║
║ ║
╚═══════════════════════════════════════════════════════════════════════╝
Document Version 1.0 | Vedic Mathematics Level 2 Intermediate Course
Designed By Sachin Sharma, Founder, Vidaara.org