Numerical vs analytical methods

Click For Summary
SUMMARY

The discussion highlights the advantages and disadvantages of numerical and analytical methods in problem-solving. Analytical methods provide exact solutions and deeper contextual understanding, while numerical methods are essential for problems lacking known analytical solutions or when the latter are too complex. The choice between these methods depends on application requirements, error control, and computational efficiency. Users are encouraged to explore non-linear differential equations to understand scenarios where analytical solutions are unavailable.

PREREQUISITES
  • Understanding of numerical analysis concepts
  • Familiarity with analytical methods in mathematics
  • Knowledge of non-linear differential equations
  • Basic computational skills for algorithm implementation
NEXT STEPS
  • Research non-linear differential equations with no analytical solutions
  • Study error control techniques in numerical methods
  • Explore algorithms for efficient numerical computation
  • Learn about the trade-offs between accuracy and computational time
USEFUL FOR

Students in numerical analysis, mathematicians, engineers, and anyone involved in computational problem-solving requiring a clear understanding of when to apply numerical versus analytical methods.

zero_infinity
Messages
17
Reaction score
0
I just started a numerical analysis class and I'm curious: what are the advantages and disadvantages of the two methods? Do we use numerical methods in situations where getting analytical solutions is possible? If so, why? I just want a better understanding of when each method is used in practice. I also don't know too much physics, so I don't know how often equations come up where no analytical solutions exist.
 
Technology news on Phys.org
zero_infinity said:
I just started a numerical analysis class and I'm curious: what are the advantages and disadvantages of the two methods? Do we use numerical methods in situations where getting analytical solutions is possible? If so, why? I just want a better understanding of when each method is used in practice. I also don't know too much physics, so I don't know how often equations come up where no analytical solutions exist.

Hey zero_infinity and welcome to the forums.

The main advantage for analytic is that it's exact and gives you more context for what is going on. Having the equation can tell you something than just the output may not tell you.

For numeric the advantage is that you have to use this a lot since most problems don't have known analytic solutions, or that if they are known they are way too complex to deal with.

The numeric representation if its accurate enough tells us the same thing visually as the analytic model and for most purposes, this is what people need to see.

If you want to know where we currently don't have analytic solutions, search google for non-linear differential equations with no analytic solution or just get a book on non-linear partial differential equations.

In practice, it depends on the application. Some applications require really strict error control and this effects what models can be used and what the parameters are. Some are not so strict and just require that the output is good enough and stable.

There are also computational aspects to think about. It's not worth programming a computer to calculate a result that takes a week if you can do it in half a day with results that are still what you need. But sometimes if you can not trade-off accuracy, then you will need to use the best algorithms that do it the quickest even if that means waiting half a week.

These are some issues, but never the less important ones.
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • Poll Poll
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K