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

Graphing shifted functions | Mathematics III | High School Math | Khan Academy


2m read
·Nov 11, 2024

We're told the graph of the function ( f(x) = x^2 ) we see it right over here in gray is shown in the grid below. Graph the function ( G(x) = (x - 2)^2 - 4 ) in the interactive graph, and this is from the shifting functions exercise on Khan Academy.

We can see we can change the graph of ( G(x) ), but let's see, we want to graph it properly. So, let's see how they relate. Well, let's think about a few things. Let's first just make ( G(x) ) completely overlap. Well, actually, that's completely easier to say than to do. Okay, there you go. Now they're completely overlapping, and let's see how they're different.

Well, ( G(x) ) if you look at what's going on here, instead of having an ( x^2 ), we have an ( (x - 2)^2 ). So, one way to think about it is when ( x = 0 ), you have ( 0^2 = 0 ); but how do you get zero here? Well, ( x ) has got to be equal to 2. ( (2 - 2)^2 = 0^2 ) if we don't look at the -4 just yet.

So, we would want to shift this graph over two to the right. This is essentially how much we shift to the right. It's sometimes a little bit counterintuitive that we have a negative there, because you might say, "Well, negative? That makes me think that I want to shift to the left." But you just have to remind yourself, "Okay, for the original graph, when it was just ( x^2 ), to get to ( 0^2 ), I just have to put ( x = 0 ). Now, to get a ( 0^2 ), I have to put in a 2." So this is actually shifting the graph to the right.

And so, what do we do with this -4? Well, this is a little bit more intuitive, or at least for me when I first learned it. This literally will just shift the graph down. Whatever your value is of ( (x - 2)^2 ), it's going to shift it down by four.

So, what we want to do is just shift both of these points down by four. So, this is going to go from the coordinate ( (5, 9) ) to ( (5, 5) ), and it's going to go from ( (2, 0) ) to ( (2, -4) ). Did I do that right? I think that's right.

Essentially, what we have going on is ( G(x) ) is ( f(x) ) shifted two to the right and four down—two to the right and four down. Notice if you look at the vertex here, we shifted two to the right and four down, and I shifted this one also. This one also, I shifted two to the right and four down.

And there you have it. We have graphed ( G(x) ), which is a shifted version of ( f(x) ).

More Articles

View All
Charlie Munger: How to Invest
Charlie Munger is without a doubt one of the most respected names in the value investing world. He’s been Buffett’s right hand man for many decades and still serves as the vice chairman of Berkshire Hathaway at 99 years old. But as many of you may know, h…
Creating modules | Intro to CS - Python | Khan Academy
We’ve been writing our code all in a single file, but as our programs get longer, our main logic tends to get buried underneath all of our function definitions, which can make the program hard to read. So, easy solution: what if we just took all those fun…
Buffer capacity | Acids and bases | AP Chemistry | Khan Academy
Buffer capacity refers to the amount of acid or base a buffer can neutralize before the pH changes by a large amount. An increased buffer capacity means an increased amount of acid or base neutralized before the pH changes dramatically. Let’s compare two…
3 tips for finding a job on YC's Work at a Startup
[Music] [Applause] [Music] [Applause] Thanks for joining Y Combinator’s Work at a Startup and welcome to the YSE network. I’m Ryan and I’m here to help you find your dream job. Y Combinator is an accelerator that has invested in companies like Coinbase, …
Perverted Analogy Fallacy: look out for it.
So a person might make a claim like, “Uh, taxation is just because those being taxed have given, uh, implicit consent by continuing to live in a territory which is subject to the tax.” Um, and you’d like to get them to examine whether or not this idea of…
_-substitution: definite integrals | AP Calculus AB | Khan Academy
What we’re going to do in this video is get some practice applying u-substitution to definite integrals. So let’s say we have the integral. So we’re going to go from x equals 1 to x equals 2, and the integral is (2x \times (x^2 + 1)^3 \, dx). So, I alrea…