New Reply

numerical vs analytical methods

 
Share Thread Thread Tools
Jun18-12, 04:36 PM   #1
 

numerical vs analytical methods


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.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jun19-12, 01:07 AM   #2
 
Quote by zero_infinity View Post
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.
 
New Reply

Tags
analytical method, numerical methods
Thread Tools


Similar Threads for: numerical vs analytical methods
Thread Forum Replies
Analytical Methods of Finding Stress Concentrations Science Textbook Discussion 0
justifications for whether a resolution can be true for various analytical methods Advanced Physics Homework 0
lim(x*sqrt(1-cos(2*Pi/x)),x->Infinty) using analytical methods General Math 1
Numerical methods: Finite difference and spectral methods? Differential Equations 1
Analytical methods of calcium in milk Chemistry 9