Evaluating composite functions | Mathematics III | High School Math | Khan Academy

Khan Academy
4 Mar 201604:09

Summary

TLDRThe video script explains the concept of function composition using two functions, g(x) = x^2 + 5x - 3 and h(y) = 3(y - 1)^2 - 5. It demonstrates how to find h(g(-6)) by first calculating g(-6), which results in 3, and then using this output as the input for h, yielding h(3) = 7. The script emphasizes the importance of understanding function composition notation and provides a step-by-step approach to solving such problems.

Takeaways

  • 📘 The function g(x) is defined as x squared plus five x minus three.
  • 📙 The function h(y) is defined as three times (y minus one) squared minus five.
  • 🔁 Function composition is represented by a circle symbol between two functions, indicating that one function is applied after the other.
  • 🤔 The process of function composition involves evaluating the inner function first and then using its result as the input for the outer function.
  • 🔢 To find h(g(-6)), first calculate g(-6) by substituting -6 into the function g(x).
  • 🧮 After evaluating g(-6), the result is 3, which is then used as the input for the function h(y).
  • 📐 The calculation for h(3) involves squaring the result from g(-6), multiplying by three, and then subtracting five.
  • 📈 The final result of h(g(-6)) is 7, which is obtained by following the steps of function composition.
  • 📝 Understanding function composition is crucial for solving problems that involve nested functions.
  • 📖 The script emphasizes the importance of taking a step-by-step approach to solve complex problems involving function composition.

Q & A

  • What is the mathematical expression for g(x) as described in the transcript?

    -The mathematical expression for g(x) is g(x) = x^2 + 5x - 3.

  • What is the mathematical expression for h(y) as described in the transcript?

    -The mathematical expression for h(y) is h(y) = 3(y - 1)^2 - 5.

  • What does the function composition symbol '∘' represent?

    -The function composition symbol '∘' represents the application of one function to the result of another function.

  • How is h(g(-6)) expressed in terms of function composition?

    -h(g(-6)) can be expressed as h(g(x)) where x is -6, which means you first apply g(x) to -6 and then apply h(y) to the result.

  • What is the first step in calculating h(g(-6))?

    -The first step in calculating h(g(-6)) is to find the value of g(-6) by substituting -6 into the function g(x).

  • What is the value of g(-6) after substituting -6 into the function g(x)?

    -The value of g(-6) is calculated as (-6)^2 + 5*(-6) - 3, which equals 36 - 30 - 3, resulting in 3.

  • After finding g(-6), what is the next step in calculating h(g(-6))?

    -The next step is to substitute the value of g(-6), which is 3, into the function h(y) to find h(3).

  • What is the value of h(3) after substituting 3 into the function h(y)?

    -The value of h(3) is calculated as 3*(3 - 1)^2 - 5, which equals 3*(2)^2 - 5, resulting in 12 - 5, which is 7.

  • What is the final result of h(g(-6))?

    -The final result of h(g(-6)) is 7, after substituting -6 into g(x) and then substituting the result into h(y).

  • Why is it important to understand function composition?

    -Understanding function composition is important because it allows you to analyze and solve problems involving multiple functions and their interactions.

  • What advice does the voiceover give for dealing with function composition?

    -The voiceover advises to take a breath and take it one step at a time when dealing with function composition to avoid confusion.

Outlines

00:00

📘 Understanding Function Composition

The paragraph introduces the concept of function composition using the functions g(x) = x^2 + 5x - 3 and h(y) = 3(y - 1)^2 - 5. It explains that h(g(-6)) represents the composition of h and g, where the output of g(-6) is used as the input for h. The paragraph emphasizes the importance of understanding the composition symbol, which is a circle between the two functions. It suggests rewriting the composition in a more intuitive way, such as h(g(-6)) as h(g(-6)) = h(g(-6)). The process involves calculating g(-6) first, which is -6^2 + 5*(-6) - 3, resulting in 3. Then, this result is used as the input for h, leading to h(3), which is calculated as 3*(3 - 1)^2 - 5, simplifying to 7. The final result, h(g(-6)), is therefore 7, demonstrating the step-by-step approach to function composition.

Mindmap

Keywords

💡Function Composition

Function composition is a process in mathematics where one function is applied to the result of another function. In the video, function composition is the central theme, demonstrated by the calculation of 'h of g of negative six.' The script explains that this means to first compute 'g of negative six' and then use that result as the input for the function 'h.' The concept is crucial for understanding how multiple functions can be combined to create a new function.

💡g of x

In the video, 'g of x' is defined as a mathematical function expressed as g(x) = x^2 + 5x - 3. This function is used to demonstrate the concept of function composition. The script guides the viewer through the process of evaluating 'g of negative six,' which involves substituting -6 for x in the function and performing the arithmetic to find the output.

💡h of y

Similarly, 'h of y' is another function introduced in the video, defined as h(y) = 3(y - 1)^2 - 5. This function is used in conjunction with 'g of x' to illustrate function composition. After finding the result of 'g of negative six,' the script shows how to input this result into 'h of y' to find the final output.

💡Negative Six

Negative six is the specific input value used in the video to demonstrate the process of function composition. The script uses this number to show how it is first input into the function 'g' and then the result is used as an input for the function 'h.' It serves as a practical example to help viewers understand how to apply function composition with real numbers.

💡Output

The term 'output' in the video refers to the result of applying a function to an input value. The script explains that after calculating 'g of negative six,' the output is then used as an input for the function 'h.' The final output of 'h of g of negative six' is the ultimate result of the function composition process, which is found to be seven in this example.

💡Arithmetic

Arithmetic is the mathematical operation of addition, subtraction, multiplication, and division. The video script uses arithmetic extensively to calculate the values of 'g of negative six' and 'h of three.' The arithmetic steps are explained in detail to show how the functions are evaluated, which is essential for understanding function composition.

💡Squaring

Squaring is the operation of multiplying a number by itself, represented as x^2. In the script, squaring is used when calculating 'g of negative six,' where (-6)^2 is computed as part of the function 'g of x.' The concept is fundamental to the algebraic manipulation required in the function composition process.

💡Substitution

Substitution is the process of replacing a variable with a specific value. The video script demonstrates substitution by replacing 'x' with -6 in the function 'g of x' and then using the result to replace 'y' in the function 'h of y.' This is a key step in function composition, as it allows for the chaining of function evaluations.

💡Intuitive

The term 'intuitive' in the video refers to the ease of understanding or the naturalness with which a concept can be grasped. The script contrasts the function composition notation with a more intuitive notation, suggesting that while the circle notation might seem strange at first, it represents the same concept of function composition that can be more easily visualized with a step-by-step approach.

💡Stress

In the context of the video, 'stress' is used to describe the potential anxiety or confusion that learners might feel when encountering function composition for the first time. The script advises viewers not to stress over the unfamiliar composition notation, emphasizing a calm and methodical approach to understanding the concept.

💡One Step at a Time

This phrase is used in the video to encourage a methodical approach to solving problems involving function composition. The script suggests breaking down the process into smaller, more manageable steps, which can help in understanding and evaluating complex mathematical functions. This approach is exemplified by the step-by-step calculation shown in the script.

Highlights

Introduction to function composition symbol (∘).

Explanation of rewriting h(g(-6)) as g(-6) followed by h of that result.

Emphasis on the importance of function composition notation in mathematics.

Guidance on how to approach function composition step by step.

Calculation of g(-6) by substituting -6 into the function g(x).

Step-by-step evaluation of g(-6) resulting in the value 3.

Simplification of h(g(-6)) to h(3) after finding g(-6) equals 3.

Calculation of h(3) by substituting 3 into the function h(y).

Evaluation of h(3) resulting in the final value of 7.

Final conclusion that h(g(-6)) equals 7.

Process of taking the output from g and inputting it into h.

Reassurance for beginners that function composition may seem complex but can be simplified.

Advice to take a breath and tackle function composition one step at a time.

Illustration of how function composition works using a specific example.

Demonstration of the practical application of function composition in a mathematical context.

Clarification that function composition is a fundamental concept in calculus and higher mathematics.

Encouragement for viewers to become familiar with the concept of function composition for future mathematical studies.

Transcripts

play00:00

- [Voiceover] So, we're told that g of x

play00:01

is equal to x squared plus five x minus three

play00:05

and h of y is equal to three times

play00:08

y minus one squared, minus five.

play00:11

And then, we're asked,

play00:12

what is h of g of negative six?

play00:16

And the way it's written might look a little strange to you.

play00:20

This little circle that we have in between the h and the g,

play00:24

that's our function composition symbol.

play00:27

So, function,

play00:29

function composition,

play00:32

composition,

play00:36

composition symbol.

play00:39

And one way to rewrite this,

play00:40

it might make a little bit more sense.

play00:42

So, this h of g of negative six.

play00:46

You could rewrite this as,

play00:48

this is going to be the same thing as

play00:51

g of negative six,

play00:54

and then h of that.

play00:57

So, h of g of negative six.

play01:00

Notice, I spoke this out the same way that I said this.

play01:04

This is h of g of negative six.

play01:07

This is h of g of negative six.

play01:10

I find the second notation far more intuitive,

play01:12

but it's good to become familiar with this

play01:14

function composition notation, this little circle,

play01:16

because you might see that sometime and

play01:18

you shouldn't stress, it's just the same thing as

play01:20

what we have right over here.

play01:21

Now, what is h of g of negative six?

play01:24

Well, we just have to remind ourselves that this means

play01:26

that we're going to take the number negative six,

play01:28

we're going to input it into our function g,

play01:31

and then that will output g of negative six,

play01:35

whatever that number is, we'll figure it out in a second,

play01:37

and then we're going to input that into our function h.

play01:40

We're going to input that into our function h.

play01:44

And then, what we output is going to be

play01:46

h of g of negative six, which is what we want to figure out.

play01:50

h of g

play01:54

of negative six.

play01:56

So, we just have to do it one step at a time.

play01:57

A lot of times, when you first start looking at

play01:59

these function composition, it seems really convoluted

play02:02

and confusing, but you just have to,

play02:03

I want you to take a breath and take it one step at a time.

play02:06

Well, let's figure out what g of negative six is.

play02:08

It's going to evaluate to a number in this case.

play02:10

And then, we input that number into the function h,

play02:13

and then we'll figure out another ...

play02:14

that's going to map to another number.

play02:16

So, g of negative six.

play02:18

Let's figure that out.

play02:20

g of negative six is equal to

play02:23

negative six squared,

play02:26

plus five times negative six, minus three,

play02:31

which is equal to positive 36, minus 30, minus three.

play02:36

So, that's equal to what?

play02:37

36 minus 33, which is equal to three.

play02:41

So, g of negative six is equal to three.

play02:44

g of negative six is equal to three.

play02:46

g of negative six is equal to three.

play02:48

You input negative six into g, it outputs three.

play02:51

And so, h of g of negative six has now simplified

play02:54

to just h of three because g of negative six is three.

play02:58

So, let's figure out what h of three is.

play03:01

h of three ... notice, whatever we outputted from g,

play03:06

we're inputting that now into h.

play03:08

So, that's the number three, so h of three is going to be

play03:11

three times three minus one,

play03:15

three minus one squared, minus five,

play03:20

which is equal to three times two squared,

play03:23

this is two right over here, minus five,

play03:26

which is equal to three times four minus five,

play03:30

which is equal to 12 minus five,

play03:35

which is equal to seven.

play03:37

And we're done.

play03:39

So, you input negative six into g, you get three.

play03:43

And then, you take that output from g

play03:44

and you put it into h and you get seven.

play03:48

So, this right over here is seven.

play03:49

All of this has come out to be equal to seven.

play03:52

So, h of g of negative six is equal to seven.

play03:57

h of g of negative six is equal to seven.

play04:01

Input negative six into g, take that output

play04:04

and input it into h, and you're gonna get seven.

Rate This

5.0 / 5 (0 votes)

関連タグ
Function CompositionMathematicsEducational ContentProblem SolvingAlgebraCalculusTutorialMath TutorialStep-by-StepEducation
英語で要約が必要ですか?