Math Notes · 0.1

Form and Value

A lot of mathematics gets easier once you separate two questions: what is this thing worth, and what form is it written in right now?

The idea

The basic idea behind this note is one I use constantly when I am helping someone with math: what something is and how it is written are related, but they are not the same thing.

I am going to call those two ideas Value and Form.

Value

The mathematical quantity, object, or result we are trying to represent.

Form

The particular representation we are using to write, display, or work with that value.

These are teaching words for these notes, not universal formal definitions that every mathematician uses this way. I like them because they give us language for something we do in mathematics constantly.

Same value, different form

9 = 10 - 1 = 7 + 1 + 1 = 3 × 3 = (2 + 1)(4 - 1)

All of those expressions have the same value. They do not have the same form.

That sounds almost too obvious to matter, but this is basically what algebra asks us to get comfortable doing. We change the way something looks so that a relationship becomes easier to see, while carefully preserving the mathematical meaning we care about.

x² - 1 = (x - 1)(x + 1)

The expanded form makes the terms easy to see. The factored form makes the zeros easy to see. One is not the “real” version and the other a disguise. They are equivalent forms that are useful for different jobs.

Why students are completely reasonable to find this confusing

There is a sentence people hear in algebra all the time: “We are not changing anything.”

Then the person saying it immediately adds something to both sides, subtracts something, factors, distributes, cancels, rewrites a fraction, and moves half the equation around.

Of course it looks like we are changing things. We are.

What we usually mean is that we are changing the Form while preserving the Value or preserving an equivalent relationship. That is a much more precise thing to say.

The form can change dramatically while the mathematical relationship we care about stays the same.

But not every change is safe

This distinction matters because algebra is not permission to rewrite things however we want. A transformation has to preserve the thing we are claiming it preserves, and sometimes that comes with conditions.

x(x - 2) = 0

If I divide both sides by x, I get x - 2 = 0. But division by x assumes x ≠ 0, and that throws away the valid solution x = 0.

The manipulation looked familiar. The problem was not the notation. The problem was that the transformation changed the solution set.

Squaring both sides can do the opposite and introduce solutions that were not there before. Decimal approximations can replace an exact value with a nearby one. Cancelling can hide a domain restriction.

So the real question is not just, “Can I make this look different?” It is, “What does this step preserve?”

Fractions, decimals, and percents

1/2 = 0.5 = 50%

Again, the value is the same, but each form emphasizes something different. A fraction preserves an exact ratio very naturally. A decimal is often convenient for computation and comparison. A percent frames the value in relation to one hundred.

This is one reason I do not love teaching mathematics as though there is always one “best” way to write an answer. Usually there is a form that is best for the problem we are trying to solve right now.

For the advanced reader: sine

Sine is one of my favorite examples because the same function appears in forms that look almost unrelated when you first meet them.

Right-triangle form

For an acute angle in a right triangle,

sin(θ) = opposite / hypotenuse

Unit-circle form

On the unit circle, sine is the y-coordinate of the point at angle θ. This extends the idea beyond the acute angles available inside a right triangle.

Power-series form

sin(x) = x - x³/3! + x⁵/5! - x⁷/7! + ···

That series converges for every real or complex x.

Complex-exponential form

sin(x) = (e^(ix) - e^(-ix)) / (2i)

Differential-equation form

f''(x) = -f(x) f(0) = 0 f'(0) = 1

These are not just cosmetic rewrites of one line of arithmetic. They come from different parts of mathematics and expose different structure. Geometry emphasizes position. The series emphasizes local analytic structure. The exponential form exposes a connection with complex numbers. The differential equation describes sine dynamically.

This is what I want the word Form to keep reminding us of. A mathematical object can be understood from several directions, and moving between those views is often where the interesting mathematics starts.

A connection outside mathematics

I think this idea is useful outside of math too, although I want to be careful not to pretend every human disagreement is secretly algebra.

Sometimes two people really do disagree. But sometimes the disagreement is in representation: different language, different examples, different framing, while the underlying idea is much closer than it first sounds. Mathematics trains a useful question:

Are these actually different ideas, or are they different forms of something structurally similar?

That is not a trick for erasing differences. It is a way of checking what the difference actually is.

Practice / Application

  1. Write the value 3/4 in at least three different forms. What does each form make easier to see?
  2. Compare x² + 5x + 6 and (x + 2)(x + 3). What information is easier to read from each form?
  3. Find an algebraic step that is only valid under a condition. State the condition explicitly.
  4. Think of one mathematical object you have seen represented in two very different ways.

What I want you to carry forward