Sponsored Links


Results 1 to 7 of 7

Thread: MTH603 NUMERICAL ANALYSIS Spring July,2010

  1. #1
    Administrator Xpert's Avatar
    Join Date
    May 2010
    Location
    Jhelum
    Posts
    6,239

    Icon51 MTH603 NUMERICAL ANALYSIS Spring July,2010

    Sponsored Links1


    “When we use numerical solution EXCEPT analytical solution? What are the significant of numerical solution?”
    Read the instructions carefully before sending your comments. Your discussion must be based on logical facts. You should post your comments on the Graded MDB not on the Regular MDB. Both will run parallel to each other during the time specified above. Do not copy the comments of other Students. No marks will be awarded for plagiarism. Your comments should be relevant to the topic i.e. clear and concise. Books websites and other reading material may be consulted before posting your comments. Do not copy the material as it is. You can not participate in the discussion more than once. Obnoxious or ignoble comments should be strictly avoided. No extra time will be given for discussion.

  2. #2
    Junior Member
    Join Date
    Jul 2010
    Posts
    3

    Icon30

    Suppose you have a mathematical model and you want to understand its behavior. That is, you want to find a solution to the set of equations. The best is when you can use calculus, trigonometry, and other math techniques to write down the solution. Now you know absolutely how the model will behave under any circumstances. This is called the analytic solution, because you used analysis to figure it out. It is also referred to as a closed form solution.

    But this tends to work only for simple models. For more complex models, the math becomes much too complicated. Then you turn to numerical methods of solving the equations, such as the Runge-Kutta method. For a differential equation that describes behavior over time, the numerical method starts with the initial values of the variables, and then uses the equations to figure out the changes in these variables over a very brief time period. Its only an approximation, but it can be a very good approximation under certain circumstances.

    A computer must be used to perform the thousands of repetitive calculations involved. The result is a long list of numbers, not an equation. This long list of numbers can be used to drive an animated simulation, as we do with the models presented here.

    There is also a middle ground between these two methods. There are many important non-linear equations for which it is not possible to find an analytic solution. However, there are techniques where you can find approximate analytic solutions that are close to the true solution, at least within a certain range. One such method is called the perturbation method. The advantage over a numerical solution is that you wind up with an equation (instead of just a long list of numbers) which you can gain some insight from. The Runge-Kutta algorithm is the magic formula behind most of the physics simulations shown on this web site. The Runge-Kutta algorithm lets us solve a differential equation numerically (that is, approximately); it is known to be very accurate and well-behaved for a wide range of problems.

  3. #3
    Administrator Xpert's Avatar
    Join Date
    May 2010
    Location
    Jhelum
    Posts
    6,239
    Thanks for the update.

  4. #4
    Senior Member viki's Avatar
    Join Date
    May 2010
    Posts
    2,132
    thankx for the support
    :o:o--------------------------------------------------------------------------------------:o:o
    [B]The more knowledge you have, the greater will be your fear of Allah.[/B]

    Please Join My [B]Group Vuhelp[/B][B], Birthday Wishing, Daily Hadees[/B] [CODE][B]http://vuhelp.net/groups/vuhelp.html[/B]
    [B]http://vuhelp.net/groups/birthday-wishing.html[/B]
    [B]http://vuhelp.net/groups/daily-hadees.html[/B][/CODE]
    [CENTER][B][COLOR="Red"][SIZE="4"]Email: [email]viki@vuhelp.net[/email][/SIZE][/COLOR][/B][/CENTER]

  5. #5
    Junior Member
    Join Date
    Jul 2010
    Posts
    3

    Icon14

    most welcome

  6. #6
    Administrator Xpert's Avatar
    Join Date
    May 2010
    Location
    Jhelum
    Posts
    6,239
    good communication

  7. #7
    Senior Member viki's Avatar
    Join Date
    May 2010
    Posts
    2,132

    Spotlight GDB Solution

    Imagine you are trying to solve an equation for an unknown variable, such as: x - 5 = 0. We say we have an analytic solution if we can actually solve the equation explicitly for the unknown variable. In this case, it is easy to see that the explicit analytic solution is x = 5, and that this is the exact solution. If we were not so smart, we might develop an "algorithm" on a computer to solve this equation numerically.

    Sponsored Links

    The algorithm would test various values for x, and then stop with a "solution" when the equation was satisfied to some chosen tolerance. For example, we might demand that the computer should solve this equation to an accuracy of 0.5. Then the computer would follow the algorithm until it found a solution to this degree of accuracy. Given an initial guess x = 1, depending on the algorithm, it might come up with the following guesses: x = 2.2 (no good), x = 3.3 (no good), x = 4.6 (good to the tolerance we specified), and return the "solution" x = 4.6! An efficient algorithm would come up with a solution quickly.

    Note that if we want to be more accurate, as scientists do in their predictions, say about black holes, we might specify a tolerance that is much smaller, like 0.001. The computer might eventually get a result after the following sequence: 2.2, 3.3, 4.6, 5.2, 5.05, 4.98, 5.0005, and then return with the solution x = 5.0005. Of course, it takes much more work to solve the equation to this level of accuracy.

    For such a simple equation we would never use a computer to get a solution. But the Einstein field equations contains tens of thousands of terms, and no analytic solution is possible. So we must develop algorithms to solve these equations efficiently and accurately on very large computers. The numerical solution we get in the end is essentially a collection of numbers that specify the strength of the many components of the gravitational field at various points in space, and at various times as well. This numerical solution must then be analyzed and understood through graphical representation of the data.
    :o:o--------------------------------------------------------------------------------------:o:o
    [B]The more knowledge you have, the greater will be your fear of Allah.[/B]

    Please Join My [B]Group Vuhelp[/B][B], Birthday Wishing, Daily Hadees[/B] [CODE][B]http://vuhelp.net/groups/vuhelp.html[/B]
    [B]http://vuhelp.net/groups/birthday-wishing.html[/B]
    [B]http://vuhelp.net/groups/daily-hadees.html[/B][/CODE]
    [CENTER][B][COLOR="Red"][SIZE="4"]Email: [email]viki@vuhelp.net[/email][/SIZE][/COLOR][/B][/CENTER]

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 04-27-2013, 02:44 PM
  2. Replies: 3
    Last Post: 04-08-2012, 01:46 PM
  3. Replies: 3
    Last Post: 05-01-2011, 04:44 AM
  4. MTH603 - Numerical Analysis First assignment fall 2010
    By Xpert in forum Assignments & Solutions
    Replies: 0
    Last Post: 10-22-2010, 07:38 PM
  5. MTH603 - Numerical Analysis Quiz 2 (21 July 2010)
    By viki in forum Announcements
    Replies: 1
    Last Post: 07-31-2010, 05:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft