Finding v0 in a 5-point grid using Laplace numerical solution

In summary, the conversation discusses a 5 point grid and its positioning, separated by \deltax and \deltay. The speaker has worked out the second differential but is having trouble reaching the stage where v0 can be solved for. They are then provided with the expanded derivatives and the solution for v0.
  • #1
purejoker
10
0
hi there, I am a bit stuck can someone help?

i have a 5 point grid
--_______v1
--_______|
--_______|
v3-------v0-------v4
--_______|
--_______|
--_______v2

--_______ used to postion the | (y-axis) the grid is a plus sign.

they are seprated by [tex]\delta[/tex]x and [tex]\delta[/tex]y

i've worked out upto the second differential:
(v3-v0/[tex]\delta[/tex]x - v0-v4/[tex]\delta[/tex]x) /[tex]\delta[/tex]x + (v1-v0/[tex]\delta[/tex]y - v0-v2/[tex]\delta[/tex]y) /[tex]\delta[/tex]y = 0

the problem is i don't know how to get to this stage:

v0 = 1/4 (v1+v2+v3+v4)


thanks for your help

pure!
 
Physics news on Phys.org
  • #2
To get to that stage, you need to expand the derivatives. Using the definition of the derivative, you can expand the above equation as: (v3 - (2v0 - v4)/2)/\deltax + (v1 - (2v0 - v2)/2)/\deltay = 0Now, solve for v0 by adding the two sides and rearranging: v0 = (v1+v2+v3+v4)/4
 

1. What is Laplace numerical solution?

Laplace numerical solution is a mathematical method used to find an approximate solution to a differential equation. It involves dividing the domain of the equation into a grid and using iterative calculations to approximate the solution at each point on the grid.

2. Why is Laplace numerical solution important?

Laplace numerical solution is important because it allows us to solve complex differential equations that cannot be solved analytically. It is also used in many scientific and engineering applications such as fluid dynamics, heat transfer, and electromagnetism.

3. How does Laplace numerical solution differ from other numerical methods?

Laplace numerical solution differs from other numerical methods in that it specifically focuses on solving Laplace's equation, which is a second-order partial differential equation. It does this by using a grid-based approach and iterative calculations, whereas other methods may use different techniques such as finite differences or finite element analysis.

4. What are the limitations of Laplace numerical solution?

One limitation of Laplace numerical solution is that it can only be used to solve linear differential equations. It also requires a large number of grid points and iterations to achieve accurate solutions, which can be computationally expensive.

5. How is Laplace numerical solution used in practical applications?

Laplace numerical solution is used in various practical applications such as solving problems in electrostatics, fluid flow, and heat transfer. It is also commonly used in the design and analysis of electronic circuits and in the study of groundwater flow. Additionally, it is used in the development of numerical models for weather forecasting and climate prediction.

Similar threads

  • Introductory Physics Homework Help
Replies
1
Views
3K
  • Calculus and Beyond Homework Help
Replies
16
Views
10K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
Replies
13
Views
3K
  • Programming and Computer Science
Replies
3
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
5K
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
Replies
2
Views
2K
  • Introductory Physics Homework Help
Replies
3
Views
9K
Back
Top