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.
 
Thread 'Struggling to make relation between elastic force and height'
Hello guys this is what I tried so far. I used the UTS to calculate the force it needs when the rope tears. My idea was to make a relationship/ function that would give me the force depending on height. Yeah i couldnt find a way to solve it. I also thought about how I could use hooks law (how it was given to me in my script) with the thought of instead of having two part of a rope id have one singular rope from the middle to the top where I could find the difference in height. But the...
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Back
Top