You are on page 1of 2

1.

Write the diagonal five point formula to solve the Laplace Equation Uxx + Uyy = 0

Ui, j = [Ui-1, j-1 + Ui-1, j+1 + Ui +1, j-1 + Ui +1, j+1]

2. Write down the standard Five point Formula to solve Laplace Equation Uxx + Uyy = 0

Ui, j = [Ui-1, j + Ui+1, j + Ui , j-1 + Ui , j+1]

3. Write the different scheme for solving the Laplace Equation?

Ui, j = [Ui-1, j + Ui+1, j + Ui , j-1 + Ui , j+1]

4. The Number of Condition required to solve the Laplace Equation is FOUR

5. Write the Laplace equation Uxx + Uyy = 0 in difference Equation

=0

6. Define a Difference Quotient Ans: It is the quotient obtained by dividing the difference between two values of a function by the difference between two corresponding values of the independent variables
7. Write down the Finite Difference form of the Equation

= f(x,y)

Ui-1, j + Ui+1, j + Ui, j-1 + Ui, j+1 4Ui, j =

f(ih, jh)
= f(x,y)

8. Write the different scheme for solving the Laplace Equation

X = ih ; y = ih the difference equation reduces to

f (ih, jh)

I.e Ui-1, j + Ui+1, j + Ui, j-1 + Ui, j+1 4Ui, j =

f (ih, jh)

9. State the general form of poissons equation in Partial derivatives

= f (x, y)

You might also like