Function Notation with an Equation

Daniel Kopsas
2 Jun 202013:59

Summary

TLDRThis video script delves into the application of function notation through equations, providing a clear explanation of how to interpret and calculate outputs for given inputs. It emphasizes the importance of understanding the function's formula and order of operations. The script walks through several examples, including handling absolute values and constants, to demonstrate how to apply function notation in algebraic expressions. It aims to clarify common mistakes and misconceptions, encouraging viewers to practice and become proficient in using function notation.

Takeaways

  • 📚 Function notation is a common mathematical tool used to represent the relationship between inputs and outputs in equations.
  • 🔍 The function notation typically includes a function name (like F, G, or H) followed by the input variable (X) and an equals sign, indicating the output (Y).
  • 📐 The formula for a function provides a generic way to calculate outputs for any given input, unlike visual representations which show specific mappings.
  • 🔑 The variable part of the equation is the input (X), while the function name (like 'f') remains constant and represents the operation being performed.
  • 🔄 When using a function formula, you substitute the variable (X) with the desired input value to calculate the corresponding output.
  • 🧩 Understanding the order of operations is crucial when substituting inputs into a function formula to ensure correct calculations.
  • 📘 The script provides examples of how to calculate outputs for given inputs using function formulas, emphasizing the importance of following the correct mathematical procedures.
  • 📉 The concept of absolute value is introduced in the script, which is denoted by vertical bars and requires special handling when substituted into a function.
  • 🔢 Functions can be simple or complex, and the script demonstrates how to handle both, including polynomials and functions with absolute values.
  • 📝 The script also covers how to input expressions (like X + 1) into functions, resulting in outputs that may involve variables rather than specific numbers.
  • 🔄 The process of substituting inputs into functions and simplifying expressions is a fundamental skill in algebra, which the script aims to reinforce.

Q & A

  • What is the basic concept of function notation?

    -Function notation is a way to represent a function where you write the function name, followed by the input variable in parentheses, and then an equals sign and the expression that defines the output.

  • How is a function defined using an equation?

    -A function is defined using an equation by stating the function name, followed by the input variable, an equals sign, and a formula that calculates the output for any given input.

  • What does 'f(x) = 2(x^2 - 3) / (x - 4)' represent in function notation?

    -This represents a function named 'f' that takes an input 'x' and outputs the result of the formula '2(x^2 - 3) / (x - 4)'.

  • What is the significance of the order of operations in calculating the output of a function?

    -The order of operations is crucial in ensuring that the correct output is calculated. It dictates the sequence in which operations within the function's formula should be performed, such as parentheses, exponents, multiplication/division, and addition/subtraction.

  • How do you calculate the output of the function f(x) when x is 2?

    -To calculate the output when x is 2, you replace every instance of 'x' in the function's formula with 2, then follow the order of operations to compute the result, which in this case is -5/2 or negative five-halves.

  • What does the vertical bar symbol '|' represent in mathematics?

    -The vertical bar symbol '|' represents the absolute value in mathematics, which means the non-negative value of whatever is inside the bars, regardless of its original sign.

  • How does the function G(x) handle the absolute value in its formula?

    -The function G(x) first calculates the value inside the absolute value bars, then takes the absolute value of that result, and finally multiplies it by -2 and adds 4 to get the output.

  • What is the output of the function H(x) for any input x?

    -The output of the function H(x) is always -17, as the function is defined to output this value regardless of the input x, because x does not appear in the formula defining H(x).

  • How can you input an expression like 'x + 1' into a function?

    -To input an expression like 'x + 1' into a function, you replace every 'x' in the function's formula with 'x + 1' and then simplify the resulting expression to find the output in terms of x.

  • Why is it important to understand the definition of a function when using function notation?

    -Understanding the definition of a function is important because it provides the specific formula or rule that determines how the function will transform an input into an output, which is essential for accurate calculations.

  • Can you provide an example of how to calculate the output of a function with a variable input like 'x + 1'?

    -Sure, using the function f(x) = 3x^2 - 2x + 1, if the input is 'x + 1', you replace 'x' with 'x + 1' to get f(x + 1) = 3(x + 1)^2 - 2(x + 1) + 1, then simplify to get 3x^2 + 4x + 2 as the output expression.

Outlines

00:00

📚 Introduction to Function Notation with Equations

This paragraph introduces the concept of function notation using equations, as opposed to visual representations like mappings or graphs. It explains the basic structure of function notation, where a function name (e.g., F, G, H) is followed by an input variable (X) and an equals sign, with the output (Y) being calculated based on the input. The paragraph provides an example function, f(X) = (2X^2 - 3) / (X - 4), and emphasizes the importance of understanding the variable part of the equation and the function name as constant. It illustrates how to use the formula to calculate outputs for any given input, highlighting the process of substituting the input value into the formula and performing the calculation.

05:02

🔍 Calculating Outputs with Function Notation

This paragraph delves into the process of calculating specific outputs for a given function using the example of f(2). It explains the importance of understanding the order of operations when substituting values into a function. The paragraph demonstrates the calculation step by step, squaring the input, multiplying by the coefficient, and then performing the necessary subtraction and division to arrive at the output, which in this case is -5/2 or -2.5. The explanation serves to clarify how to handle algebraic calculations within function notation and emphasizes common mistakes to avoid.

10:05

📘 Applying Function Notation to Various Examples

The paragraph presents several functions, f(X), g(X), and h(X), with different algebraic expressions, including polynomials and absolute values. It then provides examples of calculating outputs for these functions with various inputs, such as f(-5), g(-6), and h(4.1). The calculations are shown in detail, with special attention given to the handling of absolute values and the process of substitution. The paragraph also touches on the concept of functions where the output is independent of the input, as demonstrated with h(X), which always outputs -17 regardless of the input value.

📘 Further Examples of Function Application

Continuing from the previous paragraph, this section provides additional examples of applying function notation with variable inputs. It demonstrates how to replace the input variable X with an expression, such as X + 1, in the function definition and then carry out the calculation. The process involves squaring the expression, distributing coefficients, and combining like terms to arrive at an output that may involve the variable X. This paragraph reinforces the understanding of function notation by showing how to handle more complex inputs and emphasizes the importance of algebraic manipulation within function definitions.

Mindmap

Keywords

💡Function Notation

Function notation is a mathematical shorthand used to describe the relationship between an input and an output within a function. In the video, function notation is represented as 'f(x) = y', where 'f' is the function name, 'x' is the input, and 'y' is the output. The script discusses how to use this notation with equations to define functions and calculate outputs, emphasizing the importance of understanding function notation for analyzing mathematical relationships.

💡Equation

An equation in mathematics is a statement that asserts the equality of two expressions. In the context of the video, equations are used to define functions, such as 'f(x) = 2x^2 - 3 / (x - 4)'. The script uses equations to illustrate how to calculate the output of a function for a given input, highlighting the process of substituting values into the equation to find the result.

💡Input

Input refers to the value or variable that is fed into a function to generate an output. The video script uses the term 'input' to describe the value that is placed into the 'F machine', or function, to produce a result. For example, when calculating 'f(2)', the input is the number 2, which is substituted into the function's equation to determine the output.

💡Output

Output is the result produced by a function when an input is processed. The script explains that the output is the final value obtained after substituting the input into the function's equation. For instance, when the input 2 is used in the function 'f(x)', the output is '-5/2', which is calculated by following the function's formula.

💡Variable

A variable in mathematics is a symbol, often a letter, that represents an unknown or changeable value. In the video, 'x' is used as a variable to represent the input to the function. The script emphasizes that variables can take on any value, and the function's formula will calculate the corresponding output for that input.

💡Order of Operations

The order of operations is a set of rules in mathematics that determines the sequence in which operations should be performed in an expression. The script mentions the importance of understanding the order of operations when substituting inputs into a function's equation, especially when dealing with operations like squaring a number before multiplying it, as seen in '2x^2'.

💡Absolute Value

Absolute value in mathematics is a function that measures the distance of a number from zero on a number line, regardless of direction. It is denoted by vertical bars, as in '|3x - 5|'. The script explains how to handle absolute values in functions, such as 'G(x)', where the absolute value is calculated first before proceeding with other operations.

💡Polynomial

A polynomial is an expression consisting of variables and coefficients, involving only the operations of addition, subtraction, and multiplication, and non-negative integer exponents of variables. In the video, 'f(x) = 3x^2 - 2x + 1' is an example of a polynomial, specifically a trinomial because it has three terms. The script uses polynomials to demonstrate how to apply function notation with equations.

💡Function Machine

The term 'function machine' is used metaphorically in the script to describe the process of a function taking an input and producing an output. It helps visualize the concept of a function as a 'machine' with an input 'chute' and an output result. For example, when the input 2 is put into the 'F machine', the function's inner workings calculate and output '-5/2'.

💡Simplifying Expressions

Simplifying expressions involves combining like terms and reducing an expression to its simplest form. The script demonstrates this process when dealing with the function 'f(x)' with the input 'x + 1', resulting in '3x^2 + 4x + 2'. The explanation shows how to square the binomial, distribute, and combine like terms to simplify the expression.

Highlights

Introduction to function notation with equations, emphasizing the importance of understanding the function as a machine with inputs and outputs.

Explanation of the generic formula to calculate outputs for any input in function notation.

Clarification on the role of the variable 'X' in function notation, representing any input value.

Demonstration of calculating the output of a function using a specific example, f(2).

Emphasis on the order of operations and the importance of parentheses in function notation.

Result of the example calculation, showing f(2) equals -5/2.

Introduction of additional functions f, g, and h with different algebraic expressions.

Explanation of absolute value notation and its application in the function g.

Example calculation of f(-5), illustrating the process of substituting the input into the function.

Result of f(-5) calculation, showing the output as 86.

Example calculation of g(-6), including the handling of absolute values.

Result of g(-6) calculation, with the output being -42.

Explanation of the constant function h, which always outputs -17 regardless of the input.

Example of applying function f with a variable input (X + 1), showing the process of substitution.

Result of the variable input example, where f(X + 1) results in the expression 3x^2 + 4x + 2.

Encouragement for viewers to practice applying functions with variable inputs and expressions.

Transcripts

play00:00

okay so so far we've looked at function

play00:03

notation but we've done it very visually

play00:05

with mappings or sets of ordered pairs

play00:07

or graphs now we're going to look at

play00:09

maybe the most common application of

play00:11

function notation and that's with an

play00:13

equation okay so let's let's recall

play00:16

first of all function notation you you

play00:24

write your function name maybe it's F or

play00:26

G or H whatever F of your input X and

play00:31

that equals y so f of your input equals

play00:35

your output okay

play00:37

F of your input equals your output so

play00:39

let's let's assume that we have some

play00:43

function defined using this equation

play00:46

okay well we'll do some analysis of this

play00:48

so let's assume that f of X equals a

play00:54

fraction two x squared minus three over

play00:58

X minus four okay now this is a formula

play01:04

to define this function it's not not a

play01:07

visual representation to tell you that

play01:09

well this input has this output it tells

play01:12

you a generic formula to calculate

play01:15

outputs for any input okay so so what

play01:20

this is saying is that the way you use a

play01:22

formula is the you change the value of

play01:28

the variable to be whatever you want and

play01:30

then that variable takes that value

play01:32

everywhere so our variable here is our

play01:36

input X okay and so the key is anyway

play01:40

there's an egg's that's the variable

play01:43

part of this equation that's the

play01:46

variable f is the function name that

play01:49

doesn't change right that's not a

play01:51

variable that's the name of this machine

play01:53

for which we can put inputs in and

play01:56

receive outputs so whatever this X is

play02:00

both of those X's are the same okay

play02:06

those are both the same so so you can

play02:09

kind of kind of think of this as think

play02:12

of it as

play02:13

don't get hung up on X don't get hung up

play02:16

on X we use X because that typically

play02:19

represents input in algebra but just

play02:22

think of it as think of it as a machine

play02:25

f with this chute right this is lit just

play02:29

like a hole to the machine and you can

play02:31

put whatever you want into that hole

play02:33

right whatever input you want whatever

play02:35

input you want put into this chute which

play02:38

is going to feed it to the F machine and

play02:39

it's going to output remember F of this

play02:43

input whatever that happens to be that

play02:45

whole thing is what your output is and

play02:47

so the output of this is going to be two

play02:50

times the input whatever it is squared

play02:55

minus three over the input minus four

play02:59

okay don't don't get hung up on X okay

play03:02

it just means input and it can change

play03:04

it's a variable so whatever whatever you

play03:09

feed into the F chute it's going to come

play03:11

over here into both of these places and

play03:14

form a calculation to give you a final

play03:16

final number output now let's do a

play03:20

particular example with this function

play03:22

where we actually calculate an output so

play03:24

so let's do an example let's let's see

play03:29

if we can determine the value of F of

play03:33

two and so what this means is F of 2

play03:36

means Y value means output so what we

play03:39

need to do is since two is in

play03:41

parentheses we know that's the input we

play03:43

need to input 2 to this function by the

play03:46

way whenever you see f of X equals like

play03:49

this whenever you see that that is the

play03:52

definition of the function so in this

play03:56

case it's the definition of F it's very

play03:59

important to understand that this

play04:00

defines your function just like a

play04:03

picture of a mapping defines what the

play04:05

function does to an input same thing

play04:08

here this is how you calculate outputs

play04:09

for the function f so f of 2 means plug

play04:14

2 in for X right and that means I have

play04:19

to replace all of my exes with two

play04:21

that's my input or 2 goes into the chute

play04:25

as the input to the F machine

play04:27

and then it goes in these spots in my

play04:30

output now it's important to know your

play04:32

order of operations when you do this so

play04:35

for example when I say two x-squared you

play04:38

have to understand what that means it

play04:40

means you square X whatever it happens

play04:44

to be whatever number you're plugging in

play04:46

you square that first and then you

play04:48

multiply it by two that's why the

play04:51

parentheses are extremely important here

play04:53

when you plug in an input if you're not

play04:57

sure about the order of operations put

play04:59

parentheses around your input every time

play05:01

and that should help okay so if we do

play05:04

that here it looks like two times two

play05:07

squared minus three over two minus four

play05:13

and then using the order of operations I

play05:16

already mentioned if I square 2 I get 4

play05:19

4 times 2 is 8 8 minus 3 is 5

play05:23

so my numerator is 5 and I'm bottom 2

play05:27

minus 4 is negative 2 so 5 divided by

play05:30

negative 2 is negative it's a negative

play05:34

fraction negative five-halves so that's

play05:38

typically how we write that you could

play05:39

write negative 2.5 often fractions are

play05:43

preferred improper fractions not mixed

play05:45

numbers now what does this mean this

play05:48

means that if we take the input of 2 and

play05:50

we input it right 2 is the input to the

play05:55

F function or the F machine think of

play05:57

this as a machine that has inner

play06:00

workings if we input 2 to that and 2

play06:03

goes through these inner workings all of

play06:05

this happens and the machine finally

play06:07

outputs negative five-halves ok so

play06:11

that's kind of a visual way to think of

play06:13

this and that's how you calculate

play06:14

outputs for any input with this

play06:18

particular function now let's practice

play06:20

some more function notation with

play06:22

equations and we'll try to throw in some

play06:25

examples of commonly missed algebraic

play06:29

calculations

play06:34

and that's kind of what's tricky about

play06:35

making a video like this is I can't

play06:38

cover all the possible calculations you

play06:39

you should know how to do so so I'm

play06:43

gonna try to take on the ones that a lot

play06:45

of people have trouble with or miss

play06:47

frequently so here are some functions f

play06:50

of X let's say is 3x squared minus 2x

play06:59

plus 1 it's a polynomial it's a

play07:03

trinomial actually because it has three

play07:05

terms lots of different things we could

play07:06

say about this G of X is negative 2

play07:11

times a vertical bar and inside the

play07:15

vertical bars I have let's say 3x minus

play07:17

5 so I've got 3x minus 5 inside these

play07:21

vertical bars we'll talk about those in

play07:22

a minute plus 4 so do you remember what

play07:25

the vertical bars mean in mathematics in

play07:28

this particular case it means what's

play07:31

called absolute value so we'll see how

play07:33

to handle that in some cases if you

play07:35

don't remember absolute value you might

play07:36

want to go do some reading up on it

play07:38

alright last let's say we have H of x

play07:41

equals negative 17 such a simple

play07:46

function but because it's so simple it

play07:48

can be confusing

play07:49

let's do examples now let's consider

play07:53

let's consider f of negative 5 so that

play08:01

means negative 5 is input to the F

play08:03

function which when it's the equation

play08:06

that means well here's X that means

play08:08

these X's have to match that X so I need

play08:11

to replace these X's with negative

play08:14

negative 5 so we've got 3 times negative

play08:17

5 quantity squared minus 2 times

play08:20

negative 5 plus 1 well this is 3 times

play08:26

25 that's 75 minus 2 times negative 5 is

play08:32

negative 10 so I've got minus negative

play08:35

10 which of course is plus positive 10

play08:38

and then plus 1 so guess 75 plus 10 plus

play08:42

1 which is 86 so if we input negative 5

play08:47

to the F

play08:48

function it outputs 86 if X is negative

play08:51

5y is 86 for the F function okay so

play08:56

that's one example with the F function

play09:01

let's do another let's look at G of

play09:06

negative 6 so now I go to my G equation

play09:10

and I substitute negative 6 in for my

play09:13

input so this X also turns into negative

play09:15

6 it's about negative 2 times the

play09:18

absolute value of 3 times negative 6

play09:21

minus 5 close the absolute value plus 4

play09:26

so we have absolute value we treat it

play09:29

kind of like parentheses we figure out

play09:30

everything inside first so 3 times

play09:33

negative 6 is negative 18 negative 18

play09:36

minus 5 is negative 23 keep your

play09:39

absolute values we haven't dealt with

play09:41

those yet and keep everything else as

play09:43

well so now the next thing I need to do

play09:46

is I need to multiply a negative 2 by

play09:47

whatever this is so I need to know what

play09:49

the absolute value of negative 23 is and

play09:51

the absolute value of negative 23 is

play09:54

positive 23 again you use your order of

play09:57

operations so now this turns into

play09:58

negative 2 times so my absolute value

play10:01

bars turn into parenthesis negative 2

play10:05

times positive 23 plus 4 so now we've

play10:10

got negative 46 plus 4 is negative 42 so

play10:16

G of negative 6 equals negative 42 if we

play10:19

input negative 6 to the G machine the

play10:21

output is negative 42 all right let's do

play10:27

another one let's go to the H function

play10:33

let's look at H of four point one that

play10:39

means my input or my x-value is four

play10:42

point one so any place there's an X I

play10:44

replaced with four point one here the

play10:47

output does not involve X at all it's

play10:50

completely independent of your choice of

play10:52

X so no matter what X is

play10:55

the output here is negative 17 and it's

play10:59

that simple

play11:00

okay so H of 4.1 equals negative 17 and

play11:03

no matter what you plug into this

play11:05

function your output is negative 17

play11:08

because X is not involved in the

play11:10

calculation at all all right let's do

play11:15

three more quick examples applying each

play11:18

of these functions with a variable input

play11:22

okay let's look at let's look at F of

play11:26

now let's say the input is X plus 1

play11:30

don't don't be scared by this all this

play11:33

means is the input is X plus 1 meaning I

play11:36

look at my definitions Y go to my F

play11:39

definition which is right here and I

play11:41

replace all of the X's with X plus 1 so

play11:47

this turns into 3 times the quantity X

play11:50

plus 1 squared minus 2 times the

play11:54

quantity X plus 1 right I'm replacing

play11:57

both of those with X plus 1 plus 1 and

play12:00

then I just simplify this now I'm not

play12:03

gonna get a number as my answer my

play12:05

answer is going to involve X because my

play12:07

input involved X as well all right so

play12:10

the first thing I need to do is square X

play12:12

plus 1 which that means X plus 1 times X

play12:16

plus 1 if you need to write that out X

play12:19

plus 1 squared means X plus 1 times X

play12:23

plus 1 and you should be able to

play12:25

multiply that pretty easily but when you

play12:28

do you get x squared plus 2x plus 1 you

play12:33

don't remember how to do that you may

play12:34

need to do some research on X plus 1

play12:36

times X plus 1 you just simply

play12:38

distribute all of this out ok then here

play12:41

I've got minus 2 times X plus 1 so I

play12:43

need to distribute my negative 2

play12:45

and then bring down my plus-one all

play12:49

right and then we're in the end here we

play12:51

have one more step well distribute our

play12:53

three and I'm going to go ahead and

play12:55

combine like terms so I've got three x

play12:57

squared

play12:59

that's my only x squared term then I've

play13:03

got 6 X but then here I've got -2 X so

play13:07

that's plus 4 X and then last I got 3

play13:13

but then I've got minus 2 which is so 3

play13:16

minus 2 is 1 1 plus 1 is 2 and I can't

play13:21

simplify it any further I've gotten rid

play13:23

of all my parentheses and combined all

play13:25

the like terms and so if I input X plus

play13:28

1 to this function f the output is 3 x

play13:32

squared plus 4 X plus 2 okay we could do

play13:36

the same sort of thing with the other

play13:38

two functions in fact I think that's

play13:41

good enough you should be able to input

play13:43

numbers to these functions or

play13:45

expressions right with variables

play13:47

themselves and it's no big deal it's the

play13:48

same process just plug in whatever this

play13:51

is plug it in as your input which means

play13:53

replace all the X's with that expression

Rate This

5.0 / 5 (0 votes)

Related Tags
Function NotationAlgebraEquationsCalculusEducationalMathematicsExamplesPolynomialsAbsolute ValueVariable Input