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

Interpretting exponential expression


2m read
·Nov 11, 2024

The expression ( 5 * 2^T ) gives the number of leaves in a plant as a function of the number of weeks since it was planted. What does two represent in this expression? So pause this video and see if you can figure it out on your own.

All right, so let's look at the expression right over here. We could write it as defining a function, so we could say leaves as a function of time is equal to ( 5 * 2^T ) power.

And so we could try this out a little bit. If we say, well, what is ( L(0) )? That would be ( T = 0 ); that's when we're 0 weeks after it was planted, so this is right when it was planted. Well, that's ( 5 * 2^0 ), which is just ( 2^0 ) is just one, so it's equal to five.

And so when you see an exponential expression or an exponential function like this, that is why this number out here is often referred to as your initial value. Initial value.

And so let's explore this a little bit more. What is ( L(1) )? What happens after one week? Well, that's going to be ( 5 * 2^1 ), or ( 5 * 2 ). So, going from when it was planted to the first week, we are multiplying by two. The number of leaves doubles.

Well, what happens after two weeks? The number of leaves after two weeks? Well, that's going to be ( 5 * 2^2 ). Well, that's the number that you had in the first week times two. So it looks like every week we are doubling; we are multiplying by two.

And that's why this number right over here, which is what the question is about, the two, this is often referred to as the common ratio. Common ratio. Because between any two successive weeks, the ratio between say week two and week one is two. Week two is double week one, and week one is double week zero.

So let's see which of these choices actually match up to that. There were initially two leaves in the plant? Well, we know that there weren't two leaves in the plant; our initial value was five, so let me cross that one out.

The number of leaves is multiplied by two each week? Well, that's exactly what we just described, so I like that choice.

Let's look at the last one just for good measure. The plant was planted two weeks ago? Well, no, they don't tell us anything about that. This is a general expression for ( T ) weeks after it was planted, so they're not saying when it was actually planted, so we could rule that out. And we feel good about that second choice.

More Articles

View All
Multiplying 2-digit by 1-digit with partial products
[Instructor] In this video, we’re going to dig a little bit deeper and try to understand how we might multiply larger and larger numbers. In particular, we’re gonna focus on multiplying two-digit numbers times one-digit numbers. So, I always encourage y…
Bill Belichick & Ray Dalio on Identifying and Addressing Mistakes: Part 2
So we do, uh, some of the things, we actually video everything that’s going on, and then you could look at the video and then reflect on it. One of the things I found is that, um, some people, when they look at their, uh, mistakes, react differently than …
Strategies for multiplying decimals
In this video, we’re going to further build our intuition for multiplying decimals. So let’s say that we wanted to figure out what eight times seven tenths is. Pause this video and see if you can figure this out on your own. Alright, now there’s several …
The Moment kurzgesagt Changed Forever
Hey you, so nice of you to join us! We want to tell you about something that changed kurzgesagt forever. Kurzgesagt started out as a small-scale passion project. But creating animated science videos that are free for everyone doesn’t pay the bills – DAMN …
IMPOSSIBLE Waterfall!: Mind Blow 11
[Music] A new toilet that can flush golf balls, and Natalie Portman’s real name is Natalie Hlag. Jackie Chan is Kung Chan, and don’t call me Carlos Ray or I’ll stick my boot up your. Vsauce! Kevin here. This is M. Blow things are not always what they see…
Moderating content with logical operators | Intro to CS - Python | Khan Academy
Let’s design a program with compound Boolean expressions. We’re working on an automated content moderation system for our site. We want our system to automatically flag posts that seem questionable so our team can investigate further and decide which one…