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

Interpreting units in formulas | Mathematics I | High School Math | Khan Academy


2m read
·Nov 11, 2024

Consider the formula P is equal to W / T where P represents power, W represents the work and has units of joules. Joules can be expressed as kilogram times meter squared per second squared, and T represents time and has units of seconds.

When you get to physics class, you'll get very familiar with things like joules, which can be represented as kilogram times meters per second squared, and things like power. But here we're going to learn to manipulate these units so that they make sense.

So it says to select an appropriate measurement unit for power. What we've seen multiple times in our mathematical careers is that, on a certain level, you can manipulate units in a lot of the same ways that you would manipulate variables or numbers.

So, if power is equal to work divided by time, we could also say that the units for power are going to be the units for work divided by the units for time.

The units for work right over here is joules. So we could write it's going to be joules per... and then the unit for time is seconds. So you might want to say it's joules per second. But we don't see joules per second as a choice here, so we probably want to expand out joules as being kilogram meter squared per second squared.

So let's do that. This is going to be equal to joules. We can rewrite joules as kilogram times meter squared over second squared, and we're going to divide all of that by seconds.

And so what's that going to be? Well, we could rewrite this. This is going to be kilograms... and I'm intentionally trying not to skip any steps. Kilograms times meter squared per second squared, and dividing by seconds is the same thing as multiplying by 1/seconds, so times 1 over seconds.

If we treat these units the way that we might treat things like variables, this would be equal to, in the numerator, we would have kilogram times meter squared or kilogram times square meters.

In the denominator, you have seconds. You have seconds to the third power. So a unit for power, one way to express the units for power, could be kilogram meter squared per second cubed. And we see that this is this first choice: kilogram meter squared per second cubed.

More Articles

View All
Americans Are Spending Like There's No Tomorrow..
What’s up you guys, it’s Graham here, and this is getting out of hand. According to the Wall Street Journal, Americans are still spending like there’s no tomorrow, with the average consumer splurging on events, concerts, vacations, and experiences, all wh…
The Obsession of the Modern World | Origins: The Journey of Humankind
In a society filled with human innovation, one invention stands out above them all: the one that has become the obsession of the modern world—money. Money was not just an intervention; it was a mental revolution and created a system of trust. An elaborate…
Who is eligible for naturalization? | Citizenship | High school civics | Khan Academy
In this video, we’re going to cover what criteria a non-citizen must meet to become a citizen, a process we call naturalization. Some of the requirements are obvious and verifiable, while others are tested through the naturalization process. There are nin…
How The Ultra Rich Travel The World
Once you get to a certain level of wealth, the way you operate changes. Security, privacy, and convenience take the place of wanderlust and going wherever the road takes you. Because look, you’ve got places to be, meetings to attend, and you gotta be on t…
The Key To A Long-term Relationship
How do you know when you meet your perfect partner that you think is going to be with you for life? Maybe you get married, maybe you don’t. But my point is, why are they the right one for you? You have to think long term. Are they your partner because th…
Print statements and adding values | Intro to CS - Python | Khan Academy
Programs manipulate data in the forms of integers, floats, booleans, and strings. But how do they manipulate data? Perhaps the most obvious thing we can do here is add values together. But in order to do that, we’ll need the plus operator. In programming…