How to Calculate the Brackett Series in Excel?

  • Thread starter Thread starter ZedCar
  • Start date Start date
  • Tags Tags
    Excel Series
AI Thread Summary
To calculate the wavelengths of hydrogen atom transitions in the Brackett series using Excel, it's essential to correctly reference cell addresses, using absolute references for constants like R. The user attempted to use variable references incorrectly, which led to confusion in the formulas. The correct value for n0 should be 4, not 5, and the use of n-1 in the formula represents n' as per the Rydberg formula. Clarification is needed on whether n' is a fixed value, as it appears to remain constant in the context provided. Proper formula setup and understanding of the variables are crucial for accurate calculations.
ZedCar
Messages
353
Reaction score
1

Homework Statement



I want to produce a simple Excel sheet to calculate the wavelengths of H atom transitions and calculate, in nm, the first 4 lines of the Brackett series.



Homework Equations





The Attempt at a Solution



Attempt at Excel sheet attached.
 

Attachments

Physics news on Phys.org
There is so much wrong here, I don't know where to start! You need to read up about using formulas in Excel.

For one thing, there are no "variables", but rather cell addresses. For example, to use the value of R, which you put in cell C2, you need to reference it with $C$2 (the dollar signs mean that neither C nor 2 will change when you copy the cell, it is an absolute address). Another example, in G4, to use the value of n, you reference $E4. There is no dollar sign in front of the 4 because you want the formula in G5 to read $E5 instead.

Also, why do you take n0 as 5? Why do you have a n-1 in the formula?
 
  • Like
Likes 1 person
DrClaude said:
Also, why do you take n0 as 5? Why do you have a n-1 in the formula?

n0 should be 4.

I used n-1 in the formula to represent n' as in the Rydberg formula. n' being 1 less than n.
 
But isn't n' a fixed value? looking at the table in bottom right.. n' = 4 doesn't change does it.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top