Log in Sign up
Back to Discover
🔢

Numerical analysis

math Maturity 9-11

Math helps us find answers.

Ybc7289-bw.jpg
Ybc7289-bw.jpg
Sometimes answers are not exact. We find a guess that is very close. This helps us fly planes. It helps us study the weather. It is a big help to us. Can you find a pattern?

42 words

Math helps us solve hard puzzles.

Ybc7289-bw.jpg
Ybc7289-bw.jpg
Sometimes an answer is not exact. We find a guess that is very close. This is called an approximation.
LemonadeJuly2006.JPG
LemonadeJuly2006.JPG
People used to use big books of tables. Now, we use fast computers. Computers help us study the weather. They also help us fly ships in space. They even help car makers stay safe. Math makes these big jobs possible.

67 words

Sometimes math problems are too hard to solve perfectly. We cannot find one exact answer with symbols. Instead, we find a guess that is very close. This is called numerical analysis.

Ybc7289-bw.jpg
Ybc7289-bw.jpg

This way of thinking is very old. A clay tablet from Babylon shows a close guess for a square root.

Ybc7289-bw.jpg
Ybc7289-bw.jpg
Long ago, people used big books of tables to find answers. Now, we use fast computers. Computers let us solve much bigger problems.

We use these tools every day. Scientists use them to predict the weather. Engineers use them to plan space flights. Car companies use them to test crash safety.

Wind-particle.png
Wind-particle.png
Even stores use them to pick the best prices.
LemonadeJuly2006.JPG
LemonadeJuly2006.JPG

There are two main ways to find answers. Direct methods use a set number of steps. Iterative methods start with a guess. They keep making better guesses until the answer is close enough. We must also watch for errors. Small mistakes can grow into big ones. We try to find stable ways to keep errors small.

171 words

Sometimes math problems are too hard to solve perfectly. We cannot find one exact answer using symbols alone. Instead, we find a guess that is very close to the truth. This field of study is called numerical analysis.

Ybc7289-bw.jpg
Ybc7289-bw.jpg
It uses special sets of instructions called algorithms. These algorithms help us work with continuous math. Continuous math deals with things that change smoothly, like time or motion. Instead of perfect answers, we look for approximate solutions. We want these answers to be very accurate within a set limit of error.

There are two main ways to find these answers. Direct methods follow a set number of steps to reach a result. Examples include Gaussian elimination or the simplex method. Iterative methods work a bit differently. They start with an initial guess. Then, they make many better guesses in a row. They keep going until the answer is close enough. This is called convergence. Iterative methods are actually more common in numerical analysis. They are very helpful for solving huge problems in computer science.

This way of thinking is very old. It goes back to the earliest mathematical writings. A clay tablet from the Yale Babylonian Collection shows this. It is called YBC 7289.

Ybc7289-bw.jpg
Ybc7289-bw.jpg
This tablet has a close guess for the square root of two. Long ago, people used large printed books to find answers. These books had big tables of numbers and formulas. One famous book is the NIST publication by Abramowitz and Stegun.
Handbook of Mathematical Functions, by Abramowitz and Stegun, cover.jpg
Handbook of Mathematical Functions, by Abramowitz and Stegun, cover.jpg
It has over 1,000 pages of math data.

Modern computers changed everything for mathematicians. In the 1940s, electronic computers began to appear. Now, computers can do much more complex work. They can solve hard problems in science and engineering. For example, they help predict the weather. They also help plan the path of a spacecraft.

Wind-particle.png
Wind-particle.png
Car companies use them to simulate crashes. This helps make cars safer for people. Even airlines use these tools. They use them to pick ticket prices and plan fuel needs.

We see numerical analysis in many parts of life. It helps us understand patterns in data. For instance, linear regression uses a line to fit through many points.

Linear-regression.svg
Linear-regression.svg
This helps us see trends. We also use it for optimization. This means finding the best way to do something. A lemonade stand might use it to find the best price.
LemonadeJuly2006.JPG
LemonadeJuly2006.JPG
This helps them make the most money. We must always watch for errors. Small mistakes can grow into big ones if we are not careful. We call a steady method a stable algorithm.

435 words

Numerical analysis is the study of algorithms designed to solve problems in continuous mathematics. While discrete mathematics deals with distinct, separate values, continuous mathematics involves variables that can change smoothly, such as time or motion. Many mathematical problems are too complex to solve exactly using symbolic manipulation. In these cases, numerical analysis provides approximate but accurate solutions. These methods use numerical approximation to find answers that are useful for real-world applications. The goal is to find solutions within specific error bounds so they remain reliable.

There are two primary ways to approach these calculations: direct methods and iterative methods. Direct methods compute a solution in a finite, specific number of steps. If performed with infinite precision, they would provide the exact answer. Examples include Gaussian elimination and the simplex method of linear programming. In contrast, iterative methods do not necessarily terminate in a finite number of steps. These methods begin with an initial guess and create a sequence of successive approximations. This process continues until the results converge, meaning they get closer to the true solution. Most large-scale problems in computational matrix algebra require these iterative methods.

Ybc7289-bw.jpg
Ybc7289-bw.jpg

The history of numerical thinking is incredibly long. It predates modern computers by many centuries. A Babylonian clay tablet known as YBC 7289 provides a very early example. This tablet shows a sexagesimal approximation of the square root of two. Before the mid-20th century, mathematicians often relied on hand interpolation formulas. They used large printed books filled with data tables to find estimates. One canonical work is the NIST publication edited by Abramowitz and Stegun. This massive book contains over 1,000 pages of formulas and function values. While computers now calculate these functions directly, the formulas remain highly useful.

Handbook of Mathematical Functions, by Abramowitz and Stegun, cover.jpg
Handbook of Mathematical Functions, by Abramowitz and Stegun, cover.jpg

Modern computing power has transformed the field. The invention of electronic computers in the 1940s allowed for much more complex calculations. Today, numerical analysis is essential across many scientific and social disciplines. Engineers use it to compute the trajectories of spacecraft by solving ordinary differential equations. Car companies use computer simulations to study vehicle crash safety. These simulations involve solving partial differential equations numerically. Even weather prediction relies on advanced numerical methods to remain feasible. In the financial sector, institutions use quantitative finance tools to calculate the value of stocks.

Wind-particle.png
Wind-particle.png

Numerical analysis also helps us understand data through specific sub-disciplines. Interpolation is used to estimate values between known data points. For example, if you know the temperature at 1:00 and 3:00, you can interpolate the temperature at 2:00. Extrapolation works in the opposite direction by estimating values beyond the known range. Regression is another vital tool used to find patterns. In linear regression, a mathematician computes a line that passes as close as possible to a set of points.

Linear-regression.svg
Linear-regression.svg
This helps identify general trends within messy data.

Linear-regression.svg
Linear-regression.svg

Optimization is the process of finding the best possible outcome for a specific situation. A lemonade stand might use optimization to determine the perfect price to maximize daily income.

LemonadeJuly2006.JPG
LemonadeJuly2006.JPG
By calculating how price changes affect sales, they can find the most profitable point. This type of reasoning was historically developed within the field of operations research. Airlines also use these sophisticated optimization algorithms. They use them to manage airplane assignments, fuel needs, and ticket pricing.

LemonadeJuly2006.JPG
LemonadeJuly2006.JPG

Accuracy in numerical analysis requires careful management of errors. Errors can arise from round-off, which happens because computers have finite memory. Truncation errors occur when an iterative method is stopped early or a procedure is approximated. Discretization error happens when a continuous problem is turned into a discrete one. It is vital to ensure an algorithm is numerically stable. A stable algorithm prevents small errors from growing into massive mistakes during a calculation. This is closely related to the concept of conditioning. A well-conditioned problem ensures that small changes in input lead to only small changes in the output.

652 words
🖼️ Images & Media (5)
File:Ybc7289-bw.jpg
Ybc7289-bw.jpg
File:Handbook of Mathematical Functions, by Abramowitz and Stegun, cover.jpg
Handbook of Mathematical Functions, by...
File:Linear-regression.svg
Linear-regression.svg
File:LemonadeJuly2006.JPG
LemonadeJuly2006.JPG
File:Wind-particle.png
Wind-particle.png
Up Next
🔢
Numerical methods for ordinary differential equations
Math
More to explore

What is Nepedia?

A free, ad-free encyclopedia for children. Every article is written at five reading levels, so the same page works for a five-year-old and a fifteen-year-old — use the level switcher above to see this one change. No account needed to read.