X Squared (x²) - Meaning, Graph, and Properties

#Algebra
TL;DR
x squared — written $x^2$ — means $x$ multiplied by itself. If $x = 3$, then $x^2 = 9$. This article covers what $x^2$ means, what its graph looks like (a parabola), the difference between $x^2$ and $2x$, the key properties of squaring, and a quick-reference power table for the small values you will use most.
BT
Bhanzu TeamLast updated on May 23, 20267 min read

What is X Squared?

x squared is the expression $x \times x$ — the product of $x$ with itself. The notation is $x^2$.

$$x^2 = x \cdot x$$

In the expression $x^2$, the $x$ is the base and the $2$ is the exponent. The exponent tells you how many copies of the base to multiply together.

If $x = 5$, then $x^2 = 5 \cdot 5 = 25$. If $x = -4$, then $x^2 = (-4)(-4) = 16$. A negative times a negative is positive — squaring always lands in non-negative territory.

The word "squared" comes from geometry. The area of a square with side $x$ is $x \cdot x$. So $x^2$ literally measures the area of a square with side $x$ — which is why we say "squared" and not "doubled."

Is X Squared the Same as 2x?

No. They look similar on the page; they are entirely different operations.

What it means

Value at $x = 3$

$x^2$

$x$ multiplied by itself: $x \cdot x$

$3 \cdot 3 = 9$

$2x$

$x$ added to itself: $x + x$

$3 + 3 = 6$

They only agree when $x = 0$ or $x = 2$. Everywhere else, $x^2$ grows much faster than $2x$.

A Quick-Reference Power Table

The small-integer values of $x^2$ are worth memorising. They show up constantly in factoring, the quadratic formula, and Pythagorean triples.

$x$

$x^2$

$x$

$x^2$

$1$

$1$

$11$

$121$

$2$

$4$

$12$

$144$

$3$

$9$

$13$

$169$

$4$

$16$

$14$

$196$

$5$

$25$

$15$

$225$

$6$

$36$

$16$

$256$

$7$

$49$

$17$

$289$

$8$

$64$

$18$

$324$

$9$

$81$

$19$

$361$

$10$

$100$

$20$

$400$

A few patterns worth noticing:

  • The last digit of $x^2$ cycles through $0, 1, 4, 9, 6, 5, 6, 9, 4, 1$ as $x$ goes from $0$ to $9$.

  • $x^2$ is always non-negative, regardless of the sign of $x$.

  • Consecutive squares differ by consecutive odd numbers: $1, 4, 9, 16, 25$ — differences are $3, 5, 7, 9$.

The Graph of y = x²

Plotting $y = x^2$ produces a parabola — a smooth, symmetric U-shaped curve.

Key features of the graph:

  • Vertex. The lowest point of the curve sits at the origin $(0, 0)$.

  • Axis of symmetry. The y-axis. The curve at $x = 2$ has the same height as the curve at $x = -2$.

  • Domain. All real numbers — $x$ can be any real value.

  • Range. $y \geq 0$ — the curve never dips below the x-axis.

  • Behaviour at infinity. As $|x|$ grows, $y$ grows much faster — quadratic growth dominates linear growth.

A handful of plotted points settles the shape:

$x$

$-3$

$-2$

$-1$

$0$

$1$

$2$

$3$

$y = x^2$

$9$

$4$

$1$

$0$

$1$

$4$

$9$

The graph is the visual that gives meaning to phrases like "parabolic mirror," "projectile path," and "minimum point of a quadratic."

Properties of X Squared

Five properties worth keeping in working memory.

  • Non-negativity. $x^2 \geq 0$ for every real $x$. The square of any real number is zero or positive.

  • Zero iff base is zero. $x^2 = 0$ only when $x = 0$.

  • Symmetry. $(-x)^2 = x^2$. Squaring removes the sign.

  • Product rule. $(xy)^2 = x^2 \cdot y^2$. Squaring distributes over multiplication.

  • Quotient rule. $\left(\dfrac{x}{y}\right)^2 = \dfrac{x^2}{y^2}$, when $y \neq 0$.

Two identities that come from squaring sums and differences:

  • $(x + y)^2 = x^2 + 2xy + y^2$

  • $(x - y)^2 = x^2 - 2xy + y^2$

  • $x^2 - y^2 = (x + y)(x - y)$ (difference of squares)

How to Compute x² — Three Worked Examples

Quick example

Quick. Find $7^2$.

$$7^2 = 7 \cdot 7 = 49$$

Final answer: $49$.

Watch how this goes wrong

Standard. Expand $(x + 5)^2$.

Wrong path. A student fresh from "multiplying by 2" reaches for the comfortable rule:

$$(x + 5)^2 = x^2 + 25$$

That is wrong. Squaring a sum is not the same as squaring each term separately. The cross-term matters.

Correct path.

$$(x + 5)^2 = (x + 5)(x + 5) = x^2 + 5x + 5x + 25 = x^2 + 10x + 25$$

Final answer: $x^2 + 10x + 25$.

In Bhanzu's Grade 8 cohorts, the dropped cross-term shows up on roughly five out of ten first attempts at $(x + 5)^2$. A Bhanzu trainer who sees a student write $(x + 5)^2 = x^2 + 25$ pauses, draws a literal $5 \times 5$ square next to a $(x + 5) \times (x + 5)$ square, and the two missing rectangular strips — each with area $5x$ — make the cross-term visible.

Stretch example

Stretch. Expand $(2x - 3)^2$.

$$(2x - 3)^2 = (2x)^2 - 2 \cdot (2x) \cdot 3 + 3^2 = 4x^2 - 12x + 9$$

Final answer: $4x^2 - 12x + 9$.

Where X Squared Turns up in the Real World

The squared term is the workhorse of applied algebra. A few places it earns its keep.

  • Area calculations. The area of any square or circle scales as the square of a length. Double the radius of a pizza, and you get four times the pizza.

  • Projectile motion. A ball's height under gravity follows $h(t) = -\tfrac{1}{2}gt^2 + v_0 t + h_0$ — the $t^2$ term comes from the constant downward acceleration.

  • Energy. Kinetic energy is $E = \tfrac{1}{2}mv^2$. Double the speed of a car, and the energy in a crash quadruples — the source of every speed-limit warning.

  • Light intensity — inverse square law. Light from a point source falls off as $1/r^2$ where $r$ is the distance. Move twice as far from a candle, and the light reaching you is one-quarter.

  • Pythagorean theorem. $a^2 + b^2 = c^2$. The squared lengths of two sides of a right triangle sum to the squared length of the hypotenuse.

Where Things go Sideways

Three errors account for most of the marks lost when working with $x^2$.

Mistake 1: Treating $x^2$ as $2x$.

Where it slips in: Beginners read $x^2$ as "$x$ times $2$" rather than "$x$ times $x$."

Don't do this: $5^2 = 5 \cdot 2 = 10$.

The correct way: $5^2 = 5 \cdot 5 = 25$. The exponent counts how many copies of the base, not what you multiply the base by.

Mistake 2: Dropping the cross-term when squaring a sum.

Where it slips in: $(a + b)^2$ feels like it should be $a^2 + b^2$. It is not.

Don't do this: $(x + 3)^2 = x^2 + 9$.

The correct way: $(x + 3)^2 = x^2 + 6x + 9$. The cross-term is $2 \cdot x \cdot 3 = 6x$.

Mistake 3: Forgetting that $(-x)^2 = x^2$.

Where it slips in: When evaluating $x^2$ at a negative input, students write $-x^2$ instead of $x^2$.

Don't do this: $(-4)^2 = -16$.

The correct way: $(-4)^2 = (-4)(-4) = 16$. A negative times a negative is positive — the square of a negative number is positive.

Conclusion

  • $x^2$ is $x$ multiplied by itself — never the same as $2x$.

  • The graph of $y = x^2$ is a parabola, vertex at the origin, symmetric about the y-axis.

  • Squaring is non-negative, distributes over multiplication, and obeys the sum-square identity $(x + y)^2 = x^2 + 2xy + y^2$.

  • The squared term governs area, kinetic energy, light intensity, and the Pythagorean relationship.

  • Memorising the perfect squares from $1^2$ to $20^2$ pays off in every quadratic problem you will meet.

A practical next step

Three problems to practise. If you stall on any of them, come back to the quick-reference table above.

  1. Evaluate $13^2$.

  2. Expand $(x - 4)^2$.

  3. Find the value of $x^2 + 2x + 1$ when $x = 5$, and then again as $(x + 1)^2$ — confirm the two answers match.

Want a Bhanzu trainer to walk through more squaring problems live? Book a free demo class — online globally.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What does x^2 mean in math?
$x^2$ means $x$ multiplied by itself: $x \cdot x$. The little $2$ is an exponent — it counts the number of factors of $x$, not what to multiply the base by.
Can x^2 be negative?
Over the real numbers, no — $x^2 \geq 0$ for every real $x$. Over the complex numbers, the expression $i^2 = -1$ shows that squaring can produce a negative if the base is imaginary, but real $x$ never gives a negative square.
What is the graph of y = x^2?
A parabola with vertex at the origin, symmetric about the y-axis, opening upwards. The curve grows quadratically — fast — as $|x|$ increases.
How do you expand x + a)^2?
$(x + a)^2 = x^2 + 2ax + a^2$. Square the first term, double the product of the two, square the second term. The middle term — $2ax$ — is the one that gets dropped most often.
How is x^2 different from \sqrt{x}?
$x^2$ raises $x$ to the second power; $\sqrt{x}$ takes the second root of $x$. They are inverse operations on non-negative numbers: $\sqrt{x^2} = |x|$ and $(\sqrt{x})^2 = x$ for $x \geq 0$.
What is 3x^2?
Three times $x$ squared. Square $x$ first, then multiply by $3$. At $x = 4$: $3x^2 = 3 \cdot 16 = 48$, not $(3 \cdot 4)^2 = 144$.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →