How to Solve Complex Temperature Distribution Problems Involving Heated Spheres?

  • Thread starter Thread starter prathu41
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on solving complex temperature distribution problems involving two heated spheres. The primary equation derived is an infinite series involving coefficients An, with a truncation method to convert it into a finite set of equations. The discussion emphasizes the need to write a computer program to solve for An given specific values of R and N, and to plot the results accordingly. Additionally, it highlights the importance of accurately interpreting the summation limits and the indices involved in the equations.

PREREQUISITES
  • Understanding of infinite series and truncation methods in mathematical equations
  • Familiarity with programming for numerical solutions, preferably in Python or MATLAB
  • Knowledge of plotting libraries such as Matplotlib or MATLAB's plotting functions
  • Basic principles of heat transfer and temperature distribution in physics
NEXT STEPS
  • Implement a numerical solution for An using Python with NumPy
  • Learn how to use Matplotlib for plotting temperature distribution results
  • Explore the derivation and application of the formula Ao = 1/(1+R^-1 + R^-4)
  • Study the convergence properties of infinite series and their truncation
USEFUL FOR

Students and researchers in physics and engineering, particularly those focused on thermal dynamics and numerical analysis, will benefit from this discussion.

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
 

Similar threads

Replies
6
Views
3K
Replies
13
Views
4K
  • · Replies 7 ·
Replies
7
Views
1K
Replies
7
Views
4K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K