Purcell EM Problem 1.2: Theory Behind Numerical Solution?

In summary, the author starts with an equation and eventually arrives at a solution by using the fixed-point-iteration method. This method involves iterating with an initial guess value and calculating the right-hand side of the equation, which results in a converging sequence with a limit of approximately 0.1463. This method differs from Newton's method, which looks for zeroes, as it is looking for a fixed point where the function on the right is equal to y.
  • #1
yucheng
232
57
Homework Statement
(Purcell Electricity and Magnetism Problem 1.2)
Relevant Equations
N/A
The author start of with $\frac{1}{(y+\sqrt{3})^2} - 2 \cdot \frac{1}{1 + y^2} \left( \frac{y}{\sqrt{1+y^2}} \right) = 0$ and arrives at the equation $y = \frac{(1+y^2)^{3/2}}{2(y+\sqrt{3})^2}$ The solution is merely by iterating (use an initial guess value of y, calculate the RHS, then use this answer for the next calculation) Then the answer forms a converging sequence, with the limit ##y \approx 0.1463##. Which method is this supposed to be? Newton's Method?
 
Last edited:
Physics news on Phys.org
  • #2
yucheng said:
Homework Statement:: N/A
Relevant Equations:: N/A

The author start of with $$\frac{1}{(y+\sqrt{3})^2} - 2 \cdot \frac{1}{1 + y^2} \left( \frac{y}{\sqrt{1+y^2}} \right) = 0$$ and arrives at the equation $$y = \frac{(1+y^2)^{3/2}}{2(y+\sqrt{3})^2}$$ The solution is merely by iterating (use an initial guess value of y, calculate the RHS, then use this answer for the next calculation) Then the answer forms a converging sequence, with the limit ##y \approx 0.1463##. Which method is this supposed to be? Newton's Method?
No, not really. It's the fixed-point-iteration because we are looking for a fixed point ##y=f(y)## where ##f(y)## is the function on the right.

Newton is looking for zeroes. Originally by approximating with ##y_0+p## and using only the constant and linear term for ##p##, and ##y_0## the starting guess: ##0=y-f(y)=y_0+p-f(y_0+p)=a_1+b_1p+ r(p)## then solve for ##0=a_1+b_1p_1## and continue with ##y_1 :=p_1+p_2## and solve ##0=a_2+b_2p_3## etc.
 
  • Like
Likes yucheng

1. What is the Purcell EM Problem 1.2?

The Purcell EM Problem 1.2 is a theoretical problem in electromagnetics that involves finding the electric field and potential at a point in space due to a point charge.

2. What is the significance of solving this problem numerically?

Solving the Purcell EM Problem 1.2 numerically allows us to find a more accurate solution compared to analytical methods. It also allows us to solve more complex problems that cannot be solved analytically.

3. What is the theory behind the numerical solution of this problem?

The theory behind the numerical solution of the Purcell EM Problem 1.2 involves discretizing the problem into smaller elements and using numerical methods such as finite difference or finite element methods to solve for the electric field and potential at each point.

4. What are some challenges in solving this problem numerically?

Some challenges in solving the Purcell EM Problem 1.2 numerically include choosing an appropriate discretization method and grid size, handling singularities in the solution, and ensuring numerical stability and accuracy.

5. How is the accuracy of the numerical solution verified?

The accuracy of the numerical solution can be verified by comparing it to an analytical solution, if one exists, or by performing convergence tests with different grid sizes to see if the solution approaches a known value. Additionally, the solution can be validated through experimental data or by comparing it to other numerical solutions.

Similar threads

  • Calculus and Beyond Homework Help
Replies
8
Views
873
  • Calculus and Beyond Homework Help
Replies
3
Views
556
Replies
9
Views
711
  • Calculus and Beyond Homework Help
Replies
4
Views
303
  • Calculus and Beyond Homework Help
Replies
2
Views
495
  • Calculus and Beyond Homework Help
Replies
9
Views
764
  • Calculus and Beyond Homework Help
Replies
2
Views
711
  • Calculus and Beyond Homework Help
Replies
3
Views
491
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
905
Back
Top