How to Solve Complex Temperature Distribution Problems Involving Heated Spheres?

  • Thread starter Thread starter prathu41
  • Start date Start date
AI Thread Summary
The discussion focuses on solving complex temperature distribution problems involving two heated spheres. Participants express confusion about the derivation of infinite equations related to the temperature distribution and the proper formulation of the summation limits. A suggestion is made to truncate the infinite set into a finite number of equations for practical computation. The conversation emphasizes the importance of accurately defining the equations and the variables involved, particularly the role of the summation limits and the indices. Clarification is sought on the formulation and the implications of the derived equations for specific values of R and N.
prathu41
Messages
3
Reaction score
0

I don't know where to start and where and i do not understand the problem could you help me out please

In solving for the temperature distribution resulting from two spheres separated by distance and heated to maintain their temperatures equal to unity one derives the following set of infinite equations in coefficients

An + sigma [( Ap*(-1)^ n+p * (n+p)!/n!p! * (R)^-n-p-1] = Sn0

sigma is over the limit p=0 to p=infinity , n=0,1,2,..

where Sno is equal to unity if , and zero otherwise. This infinite set can be truncated to a set of finite equations (N) in the same number of unknowns by considering only the equations and unknowns with n<N . Write a computer program that will solve An for a given value of R and N . Take R=2 and vary N from 2 to 20 and plot the results for Ao. Next, take N=20 and plot Ao versus R as R is varied from 2 to 8. Show the prediction of the following approximate formula:
Ao= 1/(1+R^-1 + R^-4)
 
Physics news on Phys.org
you need to copy the problem more accurately:

sigma is over the limit p=0 to p=infinity , n=0,1,2,..

THe usage of limit here is incorrect. I'd write: The summation is over the range p=0 to p=infinity.

the n=0,1,2,... isn't part of the summation. you get one equation with n=0, another with n=1 etc.

where Sno is equal to unity if , and zero otherwise.

What is this?


if you can't see what is going on, try to write out a few of the equations for n=0, 1,2
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top