Question

In: Physics

Consider the following table consisting of the observed wavelengths of the Lyman-? emission line and the...

Consider the following table consisting of the observed wavelengths of the Lyman-? emission line and the strength of the line in ten galaxies. This emission line is an indicator of active star formation in a galaxy. We will assume that the strength of the line in these particular galaxies tracks the overall star-formation rate in the Universe at past times. Galaxy Observed Wave- length of Ly ? (nm) Strength of Emission line

Strength of Emission line

1

168.6

34.5

2

384.1

213.3

3

576.5

544.4

4

693.6

439.0

5

761.2

634.4

6

981.5

698.8

7

1020.5

576.6

8

1092.7

392.1

9

1203.2

270.8

10

1346.0

194.2

a) Calculate the redshift of each galaxy assuming that the rest (emitted) wavelength of the Lyman-? line is 121.6 nm. Plot the line strength (y-axis) as a function of redshift (x-axis).

Solutions

Expert Solution

Redshift (z) is given by the formula:

where, and are the observed wavelength of Lyman-? line and rest wavelength (as seen by an observer at the galaxy) of Lyman-? line.

Redshift calculated from data given

No.

Wavelength

Observed (in nm)

Strength of Emission line Redshift
1 168.6 34.5 0.387
2 384.1 213.3 2.159

3

576.5 544.4 3.741
4 693.6 439.0 4.704
5 761.2 634.4 5.26
6 981.5 698.8 7.072
7 1020.5 576.6 7.392
8 1092.7 392.1 7.986
9 1203.2 270.8 8.895
10 1346.0 194.2 10.069

And here is the plot of "Strength of emission line vs Redshift":

The plot is generated by a python script, which is given below:

import matplotlib.pyplot as plt
import numpy as np
plt.style.use('ggplot')

## Variable declaration
wavelength = np.array([168.6, 384.1, 576.5, 693.6, 761.2, 981.5, 1020.5, 1092.7, 1203.2, 1346.0])
strength = np.array([34.5, 213.3, 544.4, 439.0, 634.4, 698.8, 576.6, 392.1, 270.8, 194.2])
rest_wavelength = 121.6


# Calcualting redshift
redshift = (wavelength - rest_wavelength)/rest_wavelength
print("Redshift of given data:")
for i in range(len(redshift)):
    print(wavelength[i], strength[i], round(redshift[i],3))

# Plotting
plt.plot(redshift, strength)
plt.scatter(redshift, strength)
plt.xlabel("Redshift")
plt.ylabel("Strength of emission line")
plt.grid(True)
plt.show()

END OF CODE


Related Solutions

Consider the 1st emission line of the Lyman series of the H-atom and calculate its photon...
Consider the 1st emission line of the Lyman series of the H-atom and calculate its photon frequency with and without considering the finite mass of the proton. Calculate the frequency under the assumption of the proton being fixed in space (use me) and under the realistic assumption that the proton is mobile (use the reduced mass μ). Give the error in the approximate solution in terms of ppm compared to the exact solution.
Emission lines from the hydrogen Hβ line (rest wavelength of 486.1 nm) are observed in the...
Emission lines from the hydrogen Hβ line (rest wavelength of 486.1 nm) are observed in the spectrum of a spiral galaxy at redshift z = 0.9. The galaxy's disk is observed to be inclined at an angle of 45 degrees to the line of sight. The central wavelength of the line is observed to be shifted by 0.5 nm to the red on one side of the galaxy, and by 0.5 nm to the blue on the other side of...
three of the strongest lines in the He+ ion spectrum are observed at the following wavelengths:...
three of the strongest lines in the He+ ion spectrum are observed at the following wavelengths: (1) 121.57 nm (2) 164.12 nm (3) 25.64 nm. Find the quantum numbers of the initial and final states for the transitions that give rise to the these three lines. Use equation 4, the wavelengths of lines that can originate from transitions involving any two of the four lowest levels. Equation 4: delta E = E(upper) - E(lower) = (1.119627 x 10^5 kJ/mole) /...
In Lyman series, one wavelength in the ultraviolet part of the hydrogen emission spectrum has wavelength...
In Lyman series, one wavelength in the ultraviolet part of the hydrogen emission spectrum has wavelength 97.2 nm. a) What is the initial state of the transition that results in this wavelength being emitted? b) What is the radius of the orbit for the initial state of the atom? c) What is the energy of the initial and final state? d) What would be the velocity of an electron of hydrogen atom in an orbit for n = 3 according...
Atomic hydrogen exhibits a series of emission spectral lines that includes the following wavelengths: 1875 nm,...
Atomic hydrogen exhibits a series of emission spectral lines that includes the following wavelengths: 1875 nm, 1282 nm, and 1094 nm. (a) What is the name of the series of emission spectral lines? (b) What is the wavelength of the next line in the series?
For the next four questions, consider the following table of a city consisting of five districts...
For the next four questions, consider the following table of a city consisting of five districts that is debating where to build a new stadium and a free public wifi network. The table shows the benefit (positive) or harm (negative) in each city district from doing these projects. The socially best outcome (highest total benefit to the whole city) is to Question 11 options: build the stadium but not the wifi network. build the wifi network but not the stadium....
Show your work! 1. How much energy is in a beta-Lyman emission of hydrogen? 2. The...
Show your work! 1. How much energy is in a beta-Lyman emission of hydrogen? 2. The gamma Lyman emission of hydrogen corresponds to an electron dropping from which energy level to which other energy level?
the first line in the lyman series of a spectrum of hydrogen is located at 121.6nm....
the first line in the lyman series of a spectrum of hydrogen is located at 121.6nm. what is the energy of a photon emitted for the electron transition that gives rise to this line?
Use the table for the​ question(s) below. Consider the following three individuals portfolios consisting of investments...
Use the table for the​ question(s) below. Consider the following three individuals portfolios consisting of investments in four​ stocks: Stock Beta ​Peter's Investment ​Paul's Investment ​Mary's Investment Eenie 1.3 2500 5000 ​10,000 Meenie 1.0 2500 5000 ​10,000 Minie 0.8 2500 5000 minus 5000 Moe minus 0.5 2500 minus 5000 minus 5000 Assuming that the risk-free rate is​ 4% and the expected return on the market is​ 12%, then required return on​ Peter's Portfolio is closest​ to: A. ​8% B. ​12%...
For the color Green, explain the relationship between the observed color and either the wavelengths of...
For the color Green, explain the relationship between the observed color and either the wavelengths of maximum absorbance or maximum transmittance.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT