yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Worked example: Calculating concentration using the Beer–Lambert law | AP Chemistry | Khan Academy


2m read
·Nov 10, 2024

So I have a question here from the Cots, Trickle, and Townsend Chemistry and Chemical Reactivity book, and I got their permission to do this. It says a solution of potassium permanganate has an absorbance of 0.53 when measured at 540 nanometers in a 1 centimer cell. What is the concentration? What is the concentration of the potassium permanganate?

Prior to determining the absorbance for the unknown solution, the following calibration data were collected for the spectrophotometer. The way that we would tackle this is we know that there is a linear relationship between absorbance and concentration. We could describe it something like this: that absorbance is going to be equal to some slope times our concentration, and you could say some y-intercept.

If we're purist about it, then the y-intercept should be zero because at a zero concentration, you should have a zero absorbance. But the way that chemists would typically do it is that they would put these points into a computer and then have the computer do a linear regression. You could also do that by hand, but that's a little bit out of the scope of this video.

I did that; I went to Desmos and I typed in the numbers that they gave, and this is what I got. So I just typed in these numbers, and then it fit a linear regression line to it, and it got these parameters: m is equal to this, and b is equal to this.

Now we could say significant figures; it seems like the small significant figures here we have are three, but we could just view the m and the b as intermediate numbers in our calculations. So what I'm going to do is I'm going to use this m and b, and then my final answer I'm going to round to three significant figures.

So what this tells us is that our absorbance is going to be 5.65333 times our concentration minus 0.008. Now they've given us what a is. Let me get rid of all of this stuff here. They told us that our absorbance is 0.539. So we know that 0.539 is equal to 5.65333c minus 0.0086.

And then if you want to solve for c, let's see. We could add this to both sides first, so you get 0.539 plus 0.0086 is equal to 5.65333c. Then divide both sides by this, and you would get c is equal to, or is going to be approximately equal to—be a little careful; all of these would really be approximates.

c is going to be approximately equal to 0.539 plus 0.0086 divided by 5.65333. Of course, we want to round to three significant figures. All right. 0.539 plus 0.0086 is equal to that divided by 5.65333 is equal to this.

So if we go three significant figures, this is going to be 0.0969. So I would write the concentration is approximately 0.0969 molar.

More Articles

View All
United States v. Lopez | US government and civics | Khan Academy
What we’re going to do in this video is talk about a relatively recent U.S. Supreme Court case, and this is the United States versus Lopez. The decision was made in 1995, and this is significant because many of the cases we have talked about are things th…
Derivatives of inverse functions | Advanced derivatives | AP Calculus AB | Khan Academy
So let’s say I have two functions that are the inverse of each other. So I have f of x, and then I also have g of x, which is equal to the inverse of f of x, and f of x would be the inverse of g of x as well. If the notion of an inverse function is comple…
Elon Musk: The recession is here, you just don't know it yet
But I think we probably are that are in a recession and that that recession will get worse. So there’s a lot of concern about the health of the U.S. economy right now. Many economists are predicting the country will soon slip into a recession. No disrespe…
Khan Academy announces GPT-4 powered learning guide
Hi everyone, Sal Khan here from Khan Academy, and I’m very excited to let you all know about the work that Khan Academy is now doing in artificial intelligence. Obviously, over the last many months, there’s been a lot of talk about artificial intelligenc…
unedited super honest Q&A
Hi guys, it’s me Ruri. I’m back with another video! Today, we’re doing a very interesting type of video, which is an unedited Q&A video. So why am I doing this? This is actually a homework of part-time YouTuber Academy to answer questions unedited, et…
if statements | Intro to CS - Python | Khan Academy
We can use Boolean expressions to ask questions in our programs, but how can we branch control flow based on the answer? To do that, we need conditionals. Conditionals form the basis of selection; they allow the computer to decide which code to run depend…