Never mind it's composite functions..
@jim_thompson5910
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
jimthompson5910 (jim_thompson5910):
(t o s)(x) is the same as t(s(x))
jimthompson5910 (jim_thompson5910):
agreed? or do you have a question on that aspect?
OpenStudy (anonymous):
so I multiply t by s?
jimthompson5910 (jim_thompson5910):
no, t(x) is a function
it does NOT mean t times x
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
unfortunately this notation is a bit confusing since 3(5) means 3 times 5
but when we refer to functions like t(x), we don't mean t times x
we mean "t is a function where x is the input, t(x) is the output"
OpenStudy (anonymous):
okay.. I don't understand how to do them then.
jimthompson5910 (jim_thompson5910):
say we had the equation y = x+5
jimthompson5910 (jim_thompson5910):
if we plugged in x = 2, we'd get
y = x+5
y = 2+5
y = 7
So the input is x = 2, the output is y = 7
jimthompson5910 (jim_thompson5910):
make sense?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
yes, so far
jimthompson5910 (jim_thompson5910):
ok now let's say we wish to express the equation y = x+5 into function notation
why would we do this? because function notation helps tie together the input AND output in the same equation
instead of saying "input is x = 2, the output is y = 7", which is a bit lengthy, we just write
f(2) = 7
where f(x) = x+5. We just replaced y with f(x). The terms y and f(x) are often interchangeable.