SutraFlow
All Sutras

पूरणापूरणाभ्याम्

Pūraṇāpūraṇābhyāṃ

"By the completion or non-completion"

What this sutra solves

Rewrite any quadratic as a perfect square to find its peak, minimum, or roots.

A ball’s height follows h = x² + 6x − 4 (shifted form). You want to reshape it to read off the turning point.

becomesx2+6x=4x^2 + 6x = 4

Add the missing corner 3² = 9 → (x+3)² = 13, so the vertex and roots fall out at once.

Live Demo
A quadratic that will not factor neatly

Pūraṇāpūraṇābhyāṃ means "by completion and non-completion." The idea: add exactly the piece that turns the left side into a perfect square.

x
3
x
3
1

A quadratic that will not factor neatly

Pūraṇāpūraṇābhyāṃ means "by completion and non-completion." The idea: add exactly the piece that turns the left side into a perfect square.

1 / 6

⚡ Speed Advantage

Vedic
5 steps
Traditional
6 steps

See how few steps Vedic method needs!

Best for

  • Quadratic equations, completing the square

Use when

  • Quadratic equations, cube root extraction

Avoid when

  • Linear equations

Intuition

Complete the square (or cube) by adding and subtracting the missing term — Vedic style completion method.

Story Mode

Making It Whole

An incomplete square is like a frame missing its corner. Add the right piece — (b/2b/2)² — and suddenly the frame is perfect. The equation transforms from an irregular puzzle into a perfect square, and the answer reveals itself.

Vedic vs conventional

Conventional quadratic formula

5 steps.

Vedic completion

3 intuitive steps.

Direct insight into root structure without memorizing quadratic formula.

Applications

Completing the square

Solve quadratic equations by recognizing the missing perfect-square piece.

x2+3x10=0x^2+3x-10=0x22x2=0x^2-2x-2=0

Common Mistakes to Avoid

Adding b/2 instead of (b/2)^2

Wrong approach

For x2+6x=7x^2+6x=7, adding 3 instead of 9.

Correct approach

Take half the x-coefficient, then square it: 6/2=36/2=3, so add 32=93^2=9 to both sides.

Why this happens

💡 Students stop after finding half the coefficient and forget the square-completion step.

Completing only one side of the equation

Wrong approach

Changing x2+6xx^2+6x into (x+3x+3)² without adding 9 to the right side.

Correct approach

Whatever you add to complete the square on the left must also be added to the right.

Why this happens

💡 The visual pattern of a perfect square is remembered, but equation balance is overlooked.

Why It Works

Start with a quadratic:

x2+bx=cx^2+bx=c

Add the missing square term to both sides:

x2+bx+(b2)2=c+(b2)2x^2+bx+\left(\frac b2\right)^2=c+\left(\frac b2\right)^2

The left side becomes a perfect square:

(x+b2)2=c+(b2)2\left(x+\frac b2\right)^2=c+\left(\frac b2\right)^2

Completion works because the middle term of (x+h)^2 is 2hx, so h must be b/2.

To solve x²+bx=c: recognize b/2b/2, add (b/2b/2)² to both sides → (x+b/2x+b/2)²=c+(b/2)c+(b/2)². Vedic framing sees this as 'completing what is missing to make a perfect square'.

Explore Next