SlideShare a Scribd company logo
1 of 16
Download to read offline
Stellar Motion of Stars
using MATLAB
Created By-
Debjyoti. Saha
Bachelor of Technology
Electronics and Tele-Communication
SVKM’s NMIMS Shirpur Campus
Dhulia, Maharashtra
Date-
March 2019
Abstract
The motion of the star away or towards the sun is known
as radial velocity. When the same motion is perpendicular
to the sun, it is known as tangential velocity. To measure
the accurate velocities of the stars, its radial and tangential
velocities uses the Pythagorean Theorem to calculate
overall motion.
The radial velocity of a star can be measured by the
Doppler effect that its motion produces in its spectrum, and
is more or less instantly determined by measuring the
wavelengths of absorption lines in its spectrum, which can
be accomplished regardless of its distance from the Sun,
providing that it is bright enough to observe its spectrum in
the first place. The only way that its distance affects the
measurement is that the further away it is the fainter it
appears, so the longer it takes to collect enough light to
observe its spectrum.
To measure the tangential velocity, however, we must wait
for the star's apparent position in the sky to change due to
the proper motion produced by its tangential velocity. If
the star has a large tangential velocity and is relatively
close to the Sun, it may have a large proper motion.
Barnard's Star, a red dwarf which happens to be a high-
velocity star and is also the second closest star to the Sun
(counting the Alpha Centauri system as a single object),
has a proper motion of more than ten seconds of arc per
year, so its tangential velocity can be measured in just a
few months.
In this stellar motion project, we will use the software
called MATLAB to examine the spectrum of HD94028.
HD94028 is faint star from the constellation of Leo, whose
diffraction grating results will guide towards the motion.
Table of Contents
S.
No.
Topics Page
No.
1. Introduction 1
2. Spectrum of HD94028 3
3. Project Description 7
4. Development Process 9
5. Conclusions 11
6. References 12
1. Introduction
Legitimate Motions. Legitimate Motion is the obvious
rakish movement of a star over the sky regarding
increasingly far off stars. This is the projection onto the sky
of the star's actual movements through space with respect
to the Sun.
Fig 1: Tangential Velocity
To get the digressive/tangential speed, you have to initially
quantify the rakish speed of the star over the sky (d/dt).
This is what number of degrees on the sky the star moves
in a given measure of time and is known as the best
possible movement by space experts.
Fig 2: Radial Velocity
Appropriate movement, in space science, the evident
movement of a star over the heavenly circle at right points
to the onlooker's viewable pathway; any outspread
movement (toward or far from the Sun) is excluded. ... …
conceivable just when the two its legitimate movement and
outspread speed can be estimated.
2. Spectrum of HD94028
When the sunlight strikes the star it produces a spectrum in
which the information of the diffraction grating gives a
clue about the star properties.
Fig 3: Sunlight striking the star to produce diffraction grating
With the help of this spectrum, we can able to get the
spectrum graph of HD94028. The graph has several spikes
which denotes the color radiation. The more the spike is,
the less is the radiation.
Fig 4: Spectrum of HD94028
HD94028 is part of constellation of Leo. Like HD94028,
many stars which forms constellations like Leo can be
examined with the help of their spectrum. The basic need
for this work is proper information and elements involved
in the spectrum and the amount of mixing of chemicals
from the outer space.
Fig 5: Leo constellation
The deep spike as discussed earlier, denotes the amount of
hydrogen mixed in that particular area. Here we can see the
spike is around red color region of the sunlight spectrum.
The red color regions spike gives a clue that at the
particular point of spectrum the hydrogen is absorbing light
of only 656.3 nm.
Fig 6: Spike occurred in the spectrum
Fig 7: The absorption of light by Hydrogen atom
3. Project Description
After getting the spectrum of HD94028, the next step is to
determine the exact characteristics of the spike which
occurred in the red color region also known as hydrogen
alpha.
Fig 8: Difference between spike: Original and Spectrum
To display this spike in MATLAB, we insert several
information about the spectrum so the accurate image
comes to the display.
Fig 9: Spectrum obtained in MATLAB
Now this spectrum needs to clarify about the wavelength
of hydrogen, loss data and the value at which the spike
occurs. This further demonstration is done in the
development part of the project.
4. Development Process
The following code displays the spectrum of HD94028:
load starData;
nObs= size(spectra, 1);
lambdaStart= 630.02;
lambdaDelta= 0.14;
lambdaEnd= lambdaStart + (nObs-
1)*lammdaDelta;
lambda=(lambdaStart:lambdaDelta:lambdaEnd);
s=spectra(:,6);
loglog(lambda, s, ‘-‘);
[sHa, idx]= min(s);
sHa= 9.8010e-14 (result)
idx=191 (result)
lambdaHa=lambda(idx);
lambdaHa=656.62 (result)
After obtaining the value of lambdaHa, we are now
supposed to determine the wavelength of hydrogen-alpha
line.
hold on;
loglog(lambdaHa, sHa, ‘rs’, ‘MarkerSize’,
8)
hold off
z=lambdaHa/656.28-1;
speed=z*299792.458;
5. Conclusions
From the above code, we conclude that:
- MATLAB has generated a virtual spectrum of
HD94028 to clarify the hydrogen alpha wavelength.
- After creating the spectrum of HD94028, it has also
changed the coordinate details to capture the
spectrum of HD10032.
- Theoretically, the hydrogen absorption is around red
color of white color spectrum which gives the value
of 656 nm. The MATLAB experiment gives the
value of about 656.62 nm, which is a slight accurate
value.
6. References
- https://cseligman.com/text/stars/stellarmotion.htm
- https://www.astronomynotes.com/starprop/s8.htm
- http://www.astronomy.ohio-
state.edu/~pogge/Ast162/Unit1/motions.html
- https://in.mathworks.com/

More Related Content

What's hot

Section 4 3_the_scattering_matrix_package
Section 4 3_the_scattering_matrix_packageSection 4 3_the_scattering_matrix_package
Section 4 3_the_scattering_matrix_package
Jamal Kazazi
 
B.tech sem i engineering physics u i chapter 1-optical fiber
B.tech sem i engineering physics u i chapter 1-optical fiber B.tech sem i engineering physics u i chapter 1-optical fiber
B.tech sem i engineering physics u i chapter 1-optical fiber
Rai University
 
PHOTOELECTRIC EFFECT
PHOTOELECTRIC EFFECTPHOTOELECTRIC EFFECT
PHOTOELECTRIC EFFECT
devanandadoll
 

What's hot (20)

Fleming's left hand rule
Fleming's left hand ruleFleming's left hand rule
Fleming's left hand rule
 
Match zender interferometer
Match zender interferometerMatch zender interferometer
Match zender interferometer
 
Section 4 3_the_scattering_matrix_package
Section 4 3_the_scattering_matrix_packageSection 4 3_the_scattering_matrix_package
Section 4 3_the_scattering_matrix_package
 
Interference of Light, Diffraction of Light
Interference of Light, Diffraction of LightInterference of Light, Diffraction of Light
Interference of Light, Diffraction of Light
 
Sommerfeld corrections to Bohr model.pdf
Sommerfeld corrections to Bohr model.pdfSommerfeld corrections to Bohr model.pdf
Sommerfeld corrections to Bohr model.pdf
 
Notafizik f5c1
Notafizik f5c1Notafizik f5c1
Notafizik f5c1
 
Electromagnetic Theory
Electromagnetic Theory Electromagnetic Theory
Electromagnetic Theory
 
Cyclotron
CyclotronCyclotron
Cyclotron
 
SOMMERFELD MODEL Maya yadav ppt
SOMMERFELD MODEL Maya yadav pptSOMMERFELD MODEL Maya yadav ppt
SOMMERFELD MODEL Maya yadav ppt
 
Growth of current R-L and R-C Series circuit
Growth of current R-L and R-C Series circuitGrowth of current R-L and R-C Series circuit
Growth of current R-L and R-C Series circuit
 
B.tech sem i engineering physics u i chapter 1-optical fiber
B.tech sem i engineering physics u i chapter 1-optical fiber B.tech sem i engineering physics u i chapter 1-optical fiber
B.tech sem i engineering physics u i chapter 1-optical fiber
 
EQUATION OF CONTINUITY AND KIRCHHOFF'S CURRENT LAW
EQUATION OF CONTINUITY AND KIRCHHOFF'S CURRENT LAWEQUATION OF CONTINUITY AND KIRCHHOFF'S CURRENT LAW
EQUATION OF CONTINUITY AND KIRCHHOFF'S CURRENT LAW
 
Permanent Magnet Moving Coil (PPMC)
Permanent Magnet Moving Coil (PPMC)Permanent Magnet Moving Coil (PPMC)
Permanent Magnet Moving Coil (PPMC)
 
Wave optics
Wave opticsWave optics
Wave optics
 
PHOTOELECTRIC EFFECT
PHOTOELECTRIC EFFECTPHOTOELECTRIC EFFECT
PHOTOELECTRIC EFFECT
 
Two cavity klystron
Two cavity klystronTwo cavity klystron
Two cavity klystron
 
Galvanmometer
Galvanmometer Galvanmometer
Galvanmometer
 
Transformers
TransformersTransformers
Transformers
 
EC6602-Antenna fundamentals new
EC6602-Antenna fundamentals new EC6602-Antenna fundamentals new
EC6602-Antenna fundamentals new
 
Optical Fiber Communication & Bangladesh
Optical Fiber Communication & BangladeshOptical Fiber Communication & Bangladesh
Optical Fiber Communication & Bangladesh
 

Similar to Report on stellar motion

Materials RequiredComputer and internet accessCalculator.docx
Materials RequiredComputer and internet accessCalculator.docxMaterials RequiredComputer and internet accessCalculator.docx
Materials RequiredComputer and internet accessCalculator.docx
wkyra78
 
shi_summer_2015
shi_summer_2015shi_summer_2015
shi_summer_2015
Tiger Shi
 
AY121 Lab4 (Jonathan Kao) Final
AY121 Lab4 (Jonathan Kao) FinalAY121 Lab4 (Jonathan Kao) Final
AY121 Lab4 (Jonathan Kao) Final
Jonathan Kao
 
1.Matching How do astronomers determine the physical char.docx
1.Matching How do astronomers determine the physical char.docx1.Matching How do astronomers determine the physical char.docx
1.Matching How do astronomers determine the physical char.docx
gasciognecaren
 
Chapter 10 Lecture
Chapter 10 LectureChapter 10 Lecture
Chapter 10 Lecture
dlsupport
 
Brightness at Varying Distances LabImage by Borb CC license.docx
Brightness at Varying Distances LabImage by Borb CC license.docxBrightness at Varying Distances LabImage by Borb CC license.docx
Brightness at Varying Distances LabImage by Borb CC license.docx
jasoninnes20
 
Brightness at Varying Distances LabImage by Borb CC license
Brightness at Varying Distances LabImage by Borb CC licenseBrightness at Varying Distances LabImage by Borb CC license
Brightness at Varying Distances LabImage by Borb CC license
ChereCoble417
 

Similar to Report on stellar motion (20)

Materials RequiredComputer and internet accessCalculator.docx
Materials RequiredComputer and internet accessCalculator.docxMaterials RequiredComputer and internet accessCalculator.docx
Materials RequiredComputer and internet accessCalculator.docx
 
Physical Science-Q4-Week-8_THE EXPANDING UNIVERSEv2.pdf
Physical Science-Q4-Week-8_THE EXPANDING UNIVERSEv2.pdfPhysical Science-Q4-Week-8_THE EXPANDING UNIVERSEv2.pdf
Physical Science-Q4-Week-8_THE EXPANDING UNIVERSEv2.pdf
 
Chapter9
Chapter9Chapter9
Chapter9
 
F0344451
F0344451F0344451
F0344451
 
Synthetic aperture radar
Synthetic aperture radarSynthetic aperture radar
Synthetic aperture radar
 
shi_summer_2015
shi_summer_2015shi_summer_2015
shi_summer_2015
 
AY121 Lab4 (Jonathan Kao) Final
AY121 Lab4 (Jonathan Kao) FinalAY121 Lab4 (Jonathan Kao) Final
AY121 Lab4 (Jonathan Kao) Final
 
APPLICATION OF SIGNAL PROCESSING IN RADIO ASTRONOMY SYSTEMS
APPLICATION OF SIGNAL PROCESSING IN RADIO ASTRONOMY SYSTEMSAPPLICATION OF SIGNAL PROCESSING IN RADIO ASTRONOMY SYSTEMS
APPLICATION OF SIGNAL PROCESSING IN RADIO ASTRONOMY SYSTEMS
 
In tech recent-advances_in_synthetic_aperture_radar_enhancement_and_informati...
In tech recent-advances_in_synthetic_aperture_radar_enhancement_and_informati...In tech recent-advances_in_synthetic_aperture_radar_enhancement_and_informati...
In tech recent-advances_in_synthetic_aperture_radar_enhancement_and_informati...
 
1.Matching How do astronomers determine the physical char.docx
1.Matching How do astronomers determine the physical char.docx1.Matching How do astronomers determine the physical char.docx
1.Matching How do astronomers determine the physical char.docx
 
Chapter 10 Lecture
Chapter 10 LectureChapter 10 Lecture
Chapter 10 Lecture
 
first research paper
first research paperfirst research paper
first research paper
 
Final Poster
Final PosterFinal Poster
Final Poster
 
KNAC_MCrnogorcevic_HDKoch
KNAC_MCrnogorcevic_HDKochKNAC_MCrnogorcevic_HDKoch
KNAC_MCrnogorcevic_HDKoch
 
Software and hardware tracking sattelite
Software and hardware tracking satteliteSoftware and hardware tracking sattelite
Software and hardware tracking sattelite
 
Final_Lab
Final_LabFinal_Lab
Final_Lab
 
Individual_Project_Report
Individual_Project_ReportIndividual_Project_Report
Individual_Project_Report
 
Brightness at Varying Distances LabImage by Borb CC license.docx
Brightness at Varying Distances LabImage by Borb CC license.docxBrightness at Varying Distances LabImage by Borb CC license.docx
Brightness at Varying Distances LabImage by Borb CC license.docx
 
IRJET- Automatic Water, Land and Vegetation Boundary Detection using Machine ...
IRJET- Automatic Water, Land and Vegetation Boundary Detection using Machine ...IRJET- Automatic Water, Land and Vegetation Boundary Detection using Machine ...
IRJET- Automatic Water, Land and Vegetation Boundary Detection using Machine ...
 
Brightness at Varying Distances LabImage by Borb CC license
Brightness at Varying Distances LabImage by Borb CC licenseBrightness at Varying Distances LabImage by Borb CC license
Brightness at Varying Distances LabImage by Borb CC license
 

More from DebjyotiSaha9

More from DebjyotiSaha9 (7)

AR
ARAR
AR
 
Leadership Talks
Leadership TalksLeadership Talks
Leadership Talks
 
Management Lessons
Management LessonsManagement Lessons
Management Lessons
 
Finding Your Target Audience
Finding Your Target AudienceFinding Your Target Audience
Finding Your Target Audience
 
International Conference of Materials & Energy
International Conference of Materials & EnergyInternational Conference of Materials & Energy
International Conference of Materials & Energy
 
Report on routing interface configuration
Report on routing interface configurationReport on routing interface configuration
Report on routing interface configuration
 
Report on CRN
Report on CRNReport on CRN
Report on CRN
 

Recently uploaded

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 

Report on stellar motion

  • 1. Stellar Motion of Stars using MATLAB Created By- Debjyoti. Saha Bachelor of Technology Electronics and Tele-Communication SVKM’s NMIMS Shirpur Campus Dhulia, Maharashtra Date- March 2019
  • 2. Abstract The motion of the star away or towards the sun is known as radial velocity. When the same motion is perpendicular to the sun, it is known as tangential velocity. To measure the accurate velocities of the stars, its radial and tangential velocities uses the Pythagorean Theorem to calculate overall motion. The radial velocity of a star can be measured by the Doppler effect that its motion produces in its spectrum, and is more or less instantly determined by measuring the wavelengths of absorption lines in its spectrum, which can be accomplished regardless of its distance from the Sun, providing that it is bright enough to observe its spectrum in the first place. The only way that its distance affects the measurement is that the further away it is the fainter it appears, so the longer it takes to collect enough light to observe its spectrum. To measure the tangential velocity, however, we must wait for the star's apparent position in the sky to change due to the proper motion produced by its tangential velocity. If the star has a large tangential velocity and is relatively close to the Sun, it may have a large proper motion. Barnard's Star, a red dwarf which happens to be a high- velocity star and is also the second closest star to the Sun
  • 3. (counting the Alpha Centauri system as a single object), has a proper motion of more than ten seconds of arc per year, so its tangential velocity can be measured in just a few months. In this stellar motion project, we will use the software called MATLAB to examine the spectrum of HD94028. HD94028 is faint star from the constellation of Leo, whose diffraction grating results will guide towards the motion.
  • 4. Table of Contents S. No. Topics Page No. 1. Introduction 1 2. Spectrum of HD94028 3 3. Project Description 7 4. Development Process 9 5. Conclusions 11 6. References 12
  • 5. 1. Introduction Legitimate Motions. Legitimate Motion is the obvious rakish movement of a star over the sky regarding increasingly far off stars. This is the projection onto the sky of the star's actual movements through space with respect to the Sun. Fig 1: Tangential Velocity To get the digressive/tangential speed, you have to initially quantify the rakish speed of the star over the sky (d/dt). This is what number of degrees on the sky the star moves in a given measure of time and is known as the best possible movement by space experts.
  • 6. Fig 2: Radial Velocity Appropriate movement, in space science, the evident movement of a star over the heavenly circle at right points to the onlooker's viewable pathway; any outspread movement (toward or far from the Sun) is excluded. ... … conceivable just when the two its legitimate movement and outspread speed can be estimated.
  • 7. 2. Spectrum of HD94028 When the sunlight strikes the star it produces a spectrum in which the information of the diffraction grating gives a clue about the star properties. Fig 3: Sunlight striking the star to produce diffraction grating With the help of this spectrum, we can able to get the spectrum graph of HD94028. The graph has several spikes which denotes the color radiation. The more the spike is, the less is the radiation.
  • 8. Fig 4: Spectrum of HD94028 HD94028 is part of constellation of Leo. Like HD94028, many stars which forms constellations like Leo can be examined with the help of their spectrum. The basic need for this work is proper information and elements involved in the spectrum and the amount of mixing of chemicals from the outer space.
  • 9. Fig 5: Leo constellation The deep spike as discussed earlier, denotes the amount of hydrogen mixed in that particular area. Here we can see the spike is around red color region of the sunlight spectrum. The red color regions spike gives a clue that at the particular point of spectrum the hydrogen is absorbing light of only 656.3 nm.
  • 10. Fig 6: Spike occurred in the spectrum Fig 7: The absorption of light by Hydrogen atom
  • 11. 3. Project Description After getting the spectrum of HD94028, the next step is to determine the exact characteristics of the spike which occurred in the red color region also known as hydrogen alpha. Fig 8: Difference between spike: Original and Spectrum To display this spike in MATLAB, we insert several information about the spectrum so the accurate image comes to the display.
  • 12. Fig 9: Spectrum obtained in MATLAB Now this spectrum needs to clarify about the wavelength of hydrogen, loss data and the value at which the spike occurs. This further demonstration is done in the development part of the project.
  • 13. 4. Development Process The following code displays the spectrum of HD94028: load starData; nObs= size(spectra, 1); lambdaStart= 630.02; lambdaDelta= 0.14; lambdaEnd= lambdaStart + (nObs- 1)*lammdaDelta; lambda=(lambdaStart:lambdaDelta:lambdaEnd); s=spectra(:,6); loglog(lambda, s, ‘-‘); [sHa, idx]= min(s); sHa= 9.8010e-14 (result) idx=191 (result) lambdaHa=lambda(idx); lambdaHa=656.62 (result) After obtaining the value of lambdaHa, we are now supposed to determine the wavelength of hydrogen-alpha line. hold on;
  • 14. loglog(lambdaHa, sHa, ‘rs’, ‘MarkerSize’, 8) hold off z=lambdaHa/656.28-1; speed=z*299792.458;
  • 15. 5. Conclusions From the above code, we conclude that: - MATLAB has generated a virtual spectrum of HD94028 to clarify the hydrogen alpha wavelength. - After creating the spectrum of HD94028, it has also changed the coordinate details to capture the spectrum of HD10032. - Theoretically, the hydrogen absorption is around red color of white color spectrum which gives the value of 656 nm. The MATLAB experiment gives the value of about 656.62 nm, which is a slight accurate value.
  • 16. 6. References - https://cseligman.com/text/stars/stellarmotion.htm - https://www.astronomynotes.com/starprop/s8.htm - http://www.astronomy.ohio- state.edu/~pogge/Ast162/Unit1/motions.html - https://in.mathworks.com/