Application Center - Maplesoft

App Preview:

Sirius A

You can switch back to the summary page by clicking here.

Learn about Maple
Download Application




Sirius A``

 

Problem

Sirius A (Alpha Canis Majoris) is close enough to Earth for accurate parallax measurement of its distance. This knowledge enables an accurate determination of its luminosity. Calculate its (A) mass, (B) radius, and (C) effective temperature, assuming (correctly) that it is a Main Sequence star with mass near that of the Sun. (Data are from Liebert et al., 2005).

 

Hints:

 

Use the equations and data given below

 

Data

 

Distance to Sirius in Parsecs

ds := 2.64

2.64

(2.1)

Luminosity of Sirius in Units of Solar Luminosity

ls := 25.4

25.4

(2.2)

NULL

Useful Equations

 

Mass-Luminosity Equation

L/L[sun] = 1.5*(M/M[sun])^3.5

 

 

Mass-Radius Equation

R = M^.738

 

 

Temperature-Luminosity-Radius Equation

T = 5780*K*(L/R^2)^(1/4)

 

 

Solution

 

A)

Calculate the mass of Sirius in solar masses.

NULL

f := solve(ls = 1.5*M^3.5, M)

2.244239870, -.4993903519+2.187972091*I, -.4993903519-2.187972091*I

(4.1.1)

select(type, [f], numeric)

[2.244239870]

(4.1.2)

``

The estimated mass, 2.24 solar masses, is reasonably close to the accepted figure of 2.02 solar masses.

 

 

B)

Calculate the radius of Sirius in units of solar radius.

NULL

2.24^.738

1.813355849

(4.2.1)

The estimated radius, 1.81 times that of the Sun, is reasonably close to the accepted figure of 1.711.

 

 

C. Calculate the effective temperature of Sirius in kelvins.

 

T = 5780*K*(L/R^2)^(1/4)

NULL

5780*K*(ls*1.81^(-2))^(1/4)

9644.883366*K

(4.2.2)

NULL

The estimated effective temperature at the surface, 9645 K, is reasonably close to the accepted figure of 9940 K.

 

References

-------------------------------------------------------------------

 

Liebert, J., Young, P., Arnett, D., Holberg, B. and Williams, K. (2005). The Age and Progenitor Mass of Sirius B. Astrophysical Journal, 630, 1, L69-L72.        

``