This website collects cookies to deliver better user experience. By using this site, you agree to the Privacy Policy and Cookies Policy.
Accept
USA365
  • Politics
  • Health
  • Education
  • Business
  • Tech
Reading: Algebra is more than alphabet soup – it’s the language of algorithms and relationships
  • About Us
  • Contact Us
  • Cookies Policy
  • Disclaimer
  • Privacy Policy
Reading: Algebra is more than alphabet soup – it’s the language of algorithms and relationships
USA365USA365
Font ResizerAa
Search
  • Politics
  • Health
  • Education
  • Business
  • Tech
Follow US
© 2024 USA365. All Rights Reserved.
USA365 > Blog > Tech > Algebra is more than alphabet soup – it’s the language of algorithms and relationships
Algebra is more than alphabet soup – it’s the language of algorithms and relationships
Tech

Algebra is more than alphabet soup – it’s the language of algorithms and relationships

USA365
May 15, 2025
By
USA365
ByUSA365
Follow:
Disclosure: This website may contain affiliate links, which means I may earn a commission if you click on the link and make a purchase. I only recommend products or services that I personally use and believe will add value to my readers. Your support is appreciated!
SHARE
- Advertisement -

Algebra often involves manipulating numbers or other objects using operations like addition and multiplication. Flavio Coelho/Moment via Getty Images

You scrambled up a Rubik’s cube, and now you want to put it back in order. What sequence of moves should you make?

Surprise: You can answer this question with modern algebra.

Most folks who have been through high school mathematics courses will have taken a class called algebra – maybe even a sequence of classes called algebra I and algebra II that asked you to solve for x. The word “algebra” may evoke memories of complicated-looking polynomial equations like ax² + bx + c = 0 or plots of polynomial functions like y = ax² + bx + c.

- Advertisement -

You might remember learning about the quadratic formula to figure out the solutions to these equations and find where the plot crosses the x-axis, too.

Graph of a quadratic equation and its roots via the quadratic formula.
Jacob Rus, CC BY-SA

Equations and plots like these are part of algebra, but they’re not the whole story. What unifies algebra is the practice of studying things – like the moves you can make on a Rubik’s cube or the numbers on a clock face you use to tell time – and the way they behave when you put them together in different ways. What happens when you string together the Rubik’s cube moves or add up numbers on a clock?

In my work as a mathematician, I’ve learned that many algebra questions come down to classifying objects by their similarities.

- Advertisement -

Sets and groups

How did equations like ax² + bx + c = 0 and their solutions lead to abstract algebra?

The short version of the story is that mathematicians found formulas that looked a lot like the quadratic formula for polynomial equations where the highest power of x was three or four. But they couldn’t do it for five. It took mathematician Évariste Galois and techniques he developed – now called group theory – to make a convincing argument that no such formula could exist for polynomials with a highest power of five or more.

- Advertisement -

So what is a group, anyway?

It starts with a set, which is a collection of things. The fruit bowl in my kitchen is a set, and the collection of things in it are pieces of fruit. The numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 and 12 also form a set. Sets on their own don’t have too many properties – that is, characteristics – but if we start doing things to the numbers 1 through 12, or the fruit in the fruit bowl, it gets more interesting.

Diagram of clock with the hands set to 3:15, with an arrow indicating that you'll arrive at the same place 12 hours later

In clock addition, 3 + 12 = 3.
OpenStax, CC BY-SA

Let’s call this set of numbers 1 through 12 “clock numbers.” Then, we can define an addition function for the clock numbers using the way we tell time. That is, to say “3 + 11 = 2” is the way we would add 3 and 11. It feels weird, but if you think about it, 11 hours past 3 o’clock is 2 o’clock.

Clock addition has some nice properties. It satisfies:

closure, where adding things in the set gives you something else in the set,
identity, where there’s an element that doesn’t change the value of other elements in the set when added – adding 12 to any number will equal that same number,
associativity, where you can add wherever you want in the set,
inverses, where you can undo whatever an element does, and
commutativity, where you can change the order of which clock numbers you add up without changing the outcome: a + b = b + a.

By satisfying all these properties, mathematicians can consider clock numbers with clock addition a group. In short, a group is a set with some way of combining the elements layered on top. The set of fruit in my fruit bowl probably can’t be made into a group easily – what’s a banana plus an apple? But we can make a set of clock numbers into a group by showing that clock addition is a way of taking two clock numbers and getting to a new one that satisfies the rules outlined above.

Rings and fields

Along with groups, the two other fundamental types of algebraic objects you would study in an introduction to modern algebra are rings and fields.

We could introduce a second operation for the clock numbers: clock multiplication, where 2 times 7 is 2, because 14 o’clock is the same as 2 o’clock. With clock addition and clock multiplication, the clock numbers meet the criteria for what mathematicians call a ring. This is primarily because clock multiplication and clock addition together satisfy a key component that defines a ring: the distributive property, where a(b + c) = ab + ac. Lastly, fields are rings that satisfy even more conditions.

At the turn of the 20th century, mathematicians David Hilbert and Emmy Noether – who were interested in understanding how the principles in Einstein’s relativity worked mathematically – unified algebra and showed the utility of studying groups, rings and fields.

It’s all fun and games until you do the math

Groups, rings and fields are abstract, but they have many useful applications.

For example, the symmetries of molecular structures are categorized by different point groups. A point group describes ways to move a molecule in space so that even if you move the individual atoms, the end result is indistinguishable from the molecule you started with.

Two water molecules with labeled hydrogen atoms H_1 and H_2 exchanging places

The water molecule H₂O can be flipped horizontally and the end result is indistinguishable from the original position.
Courtney Gibbons, CC BY-SA

But let’s take a different example that uses rings instead of groups. You can set up a pretty complicated set of equations to describe a Sudoku puzzle: You need 81 variables to represent each place you can put a number in the grid, polynomial expressions to encode the rules of the game, and polynomial expressions that take into account the clues already on the board.

To get the spaces on the game board and the 81 variables to correspond nicely, you can use two subscripts to associate the variable with a specific place on the board, like using x₃₅ to represent the cell in the third row and fifth column.

The first entry must be one of the numbers 1 through 9, and we represent that relationship with (x₁₁ – 1)(x₁₁ – 2)(x₁₁ – 3) ⋅⋅⋅ (x₁₁ – 9). This expression is equal to zero if and only if you followed the rules of the game. Since every space on the board follows this rule, that’s already 81 equations just to say, “Don’t plug in anything other than 1 through 9.”

The rule “1 through 9 each appear exactly once in the top row” can be captured with some sneaky pieces of algebraic thinking. The sum of the top row is going to add up to 45, which is to say x₁₁ + x₁₂ + ⋅⋅⋅ + x₁₉ – 45 will be zero, and the product of the top row is going to be the product of 1 through 9, which is to say x₁₁ x₁₂ ⋅⋅⋅ x₁₉ – 9⋅8⋅7⋅6⋅5⋅4⋅3⋅2⋅1 will be zero.

If you’re thinking that it takes more time to set up all these rules than it does to solve the puzzle, you’re not wrong.

sudoku grid with variables x_11 through x_99 (x_ij is in the i-th row, j-th column)

Turning Sudoku into algebra takes a fair bit of work.
Courtney Gibbons

What do we get by doing this complicated translation into algebra? Well, we get to use late-20th century algorithms to figure out what numbers you can plug into the board that satisfy all the rules and all the clues. These algorithms are based on describing the structure of the special ring – called an ideal – these game board clues make within the larger ring. The algorithms will tell you if there’s no solution to the puzzle. If there are multiple solutions, the algorithms will find them all.

This is a small example where setting up the algebra is harder than just doing the puzzle. But the techniques generalize widely. You can use algebra to tackle problems in artificial intelligence, robotics, cryptography, quantum computing and so much more – all with the same bag of tricks you’d use to solve the Sudoku puzzle or Rubik’s cube.

The Conversation

Courtney Gibbons is affiliated with the Association for Women in Mathematics and the American Mathematical Society.

—-

Author : Courtney Gibbons, Associate Professor of Mathematics, Hamilton College

Publish date : 2025-05-15 12:19:00

Copyright for syndicated content belongs to the linked Source.

- Advertisement -
TAGGED:Algebraalgorithmsalphabetlanguagerelationshipssoup
Previous Article Toys ‘R’ Us Kicks Off Massive Liquidation Sales as Over 700 Stores Prepare to Close Toys ‘R’ Us Kicks Off Massive Liquidation Sales as Over 700 Stores Prepare to Close
Next Article US safety net helps protect children from abuse and neglect, and some of those programs are threatened by proposed budget cuts US safety net helps protect children from abuse and neglect, and some of those programs are threatened by proposed budget cuts
Leave a Comment Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


- Advertisement -
Houston Conference Celebrates the Strong Bonds of Faith Connecting Catholics in the US and China
August 14, 2026
Houston
Declining Student Numbers Trigger Surge in Public School Closures Nationwide
Declining Student Numbers Trigger Surge in Public School Closures Nationwide
August 14, 2026
Philadelphia
He Was Sworn In as U.S. Attorney Before 8 A.M. — Trump Fired Him Within an Hour
He Was Sworn In as U.S. Attorney Before 8 A.M. — Trump Fired Him Within an Hour
August 14, 2026
Washington
Peoria Business Owner Detained After 20 Years in the US, Now Facing Deportation
Peoria Business Owner Detained After 20 Years in the US, Now Facing Deportation
August 14, 2026
Phoenix
San Antonio Spurs Legend Remains Unconvinced Victor Wembanyama Will Become the Next NBA Superstar
San Antonio Spurs Legend Remains Unconvinced Victor Wembanyama Will Become the Next NBA Superstar
August 14, 2026
San Antonio

Categories

Archives

August 2026
MTWTFSS
 12
3456789
10111213141516
17181920212223
24252627282930
31 
« Jul    

You Might Also Like

Scientists discovered a possible signal of lifestyles on  planet – an astronomer explains why many are nonetheless skeptical
Tech

Scientists discovered a possible signal of lifestyles on planet – an astronomer explains why many are nonetheless skeptical

USA365
By USA365
April 18, 2025
Bennu asteroid finds its contents to scientists − and clues to how the construction blocks of lifestyles on Earth can have been seeded
Tech

Bennu asteroid finds its contents to scientists − and clues to how the construction blocks of lifestyles on Earth can have been seeded

USA365
By USA365
January 29, 2025
Recycling asphalt pavement can help the environment − now scientists are putting the safety of recycled pavement to the test
Tech

Recycling asphalt pavement can help the environment − now scientists are putting the safety of recycled pavement to the test

USA365
By USA365
May 9, 2025
USA365

Welcome to USA365, your trusted source for comprehensive news coverage that keeps you informed, engaged, and empowered. At USA365, we believe in the power of journalism to connect communities, spark conversations, and drive meaningful change.

  • Politics
  • Health
  • Education
  • Business
  • Tech
  • About Us
  • Contact Us
  • Cookies Policy
  • Disclaimer
  • Privacy Policy

© 2024 USA365. All Rights Reserved.

adbanner
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?