In terms of constants, it can be viewed as redundant. Why not just use the actual number instead of a letter to represent it? In the case of large numbers, they help keep equations shorter. If I have a number like 0.0005, instead of writing that every time, I can represent it with a letter, and just write that letter instead. I know that every time I see that letter chosen, it represents 0.0005, saving me time.
But in terms of variables, and unknown quantities, they are simply placeholders for numbers not yet known. We could technically use any symbol we want to represent the unknown numbers, but we use letters as they are familiar.
The magic of algebra is that we can “do math” using placeholders for different quantities in our equations and it actually still works!
We don’t *need* to use letters as the placeholders, we totally *could* do things like the following:
> 4×(Something)-8=12
> 4×🤔-8=12
However, writing out “(Something)” over and over again would get really tedious and make your hand cramp up, and drawing a little symbol or emoji over and over isn’t much better… on the other hand:
> 4×S-8=12
writing single letters like “S” is super easy.
————-
As for *”Why ‘x’ all the time?”* that’s a quirk of history.
Just like how in my example above I used a single letter “S” to abbreviate the “Something” placeholder, the original Algebra textbooks basically used “Thing” as their placeholder word… but in Arabic the word for “Thing” starts with “x” and so “Solve for x.” simply means “Solve for (Thing)”.
When Europeans started learning Algebra and making translations of the Arabic books, they kept using “x”. Maybe because they missed the fact that it was basically an abbreviation, or maybe just because x is just so nice and easy to write.
Fun fact: computer science has it’s own version of these, called [Metasyntactic variables](https://en.wikipedia.org/wiki/Metasyntactic_variable) which are used as stand-ins for “could be anything here”. Using x, y, etc. would be confusing because it might look like mathematics code. So you get `foo` and `bar` everywhere, then maybe `wibble` and `blarg` in New Zealand or different ones in other countries.
We want to describe the math as clearly as possible, right? So we need to use symbols that people aren’t going to confuse with math symbols. We also need a lot of them! So what are a bunch of symbols that everyone in Europe was familiar with? The alphabet! They also are very simple and quick to write. Bonus points, we can assign letters that make sense with the quantities we are using so they are easy to remember. Like for length, width, and height, we can use L, W, and H.
There are other reasons it persists, but that’s the core. We try not to use e thanks to Euler’s constant using that letter, but otherwise we get so many symbols to use. By my count, we get about 40 easily distinguishable symbols with lowercase and uppercase letters.
If you do math within a given specialty, you might find they prefer particular symbols instead of the alphabet. Like we use capital theta (a Greek letter) to show an angle. This is a tradition from when the Greeks did the same, and now most mathematicians know that it means angle. It seems silly, but since everyone knows what it means, it makes it a good symbol for something that shows up a LOT. Electrical formulas sometimes use capital omega for resistance, because the resistance unit (Ohm) has omega as its symbol (though mostly R is used instead, R for resistance!).
Why do sometimes use letters and sometimes other symbols? Letters are great when you tell someone that “y means this”, they know the letter and only need to remember the connection. Other symbols are used for things where everyone doing that math would know the symbol already, because it’s really important for that math.
Latest Answers