Application Center - Maplesoft

App Preview:

Galaxy fluxes

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

Learn about Maple
Download Application




Galaxy fluxes

Problem

Calculate the ratio of the fluxes of the Andromeda galaxy and NGC 5236 (M83).

Hints:

Calculate the semi-minor axes of both galaxies.

Calculate the solid angle each galaxy subtends on the sky.

 

 

Data

NULL

M31 (Andromeda Galaxy)

Absolute Magnitude

Mag := -21.5
The Major Axis in Minutes of Arc

Aag := 190.5

The Ratio of the Minor Axis to the Major Axis

Rag := .32

 

 

M83 (`NGC 5236`)

Absolute Magnitude

M5236 := -20.31



The Major Axis in Minutes of Arc

A5236 := 12.9



The Ratio of the Minor Axis to the Major Axis

R5236 := .89NULL

 

NULL

Useful Equations

Luminous Flux from a Celestial Source

" (∫)[Omega]^I cos(theta) ⅆOmega≈IOmega   "   

 

Solid Angle Subtended by an Ellipse

Omega = (1/4)*Pi*(-axis*major+semi)*(-axis*minor+semi)

NULL

Brightness Ratio of Two Extended Objects with Magnitudes (M) and Solid Angles (Omega)

100^((M1-M2)*(1/5))*Omega1/Omega2NULL

NULL

NULL

Solution

Luminous flux from a celestial source would be measured as:

 

NULL

 

where I is the intensity, θ is the zenith angle, and Ω is the solid angle subtended by the source. Consider the following example, in which the ratio of the flux densities of the two galaxies is calculated. To solve the problem, the following information must be given: the absolute magnitude of each galaxy and the solid angle that each subtends on the sky.

 

 

Calculating the extent of the semi-minor axes:

 

Bag := Aag*Rag

60.960

(4.1)

 

B5236 := A5236*R5236

11.481

(4.2)

 

The solid angle subtended by an ellipse is:

 

Omega = (1/4)*Pi*(-axis*major+semi)*(-axis*minor+semi)

NULL

For Andromeda:

 

Omega[a] = evalf((1/4)*Pi*((1/2)*Aag*((1/2)*Bag)))

Omega[a] = 2280.183656

(4.3)

For NGC 5236:

 

Omega[5236] = evalf((1/4)*Pi*((1/2)*A5236*((1/2)*B5236)))

Omega[5236] = 29.08032912

(4.4)

NULL

The ratio of the brightnesses of the two galaxies is:

 

NULL

100^((M5236-Mag)*(1/5))

2.992264637

(4.5)

NULL

So the flux ratio is:

 

2.992264637*rhs(Omega[5236] = 29.08032912)/rhs(Omega[a] = 2280.183656)

0.3816185605e-1

(4.6)

NULL

1/0.3816185605e-1

26.20417620

(4.7)

Note that the ratios of the flux densities and magnitudes are not equivalent. In this case, the Andromeda galaxy is only about three times as bright as NGC 5236 but has about 26 times the flux density.

 

 

NULL