Calculating g(f(5)) for Composite Functions

  • Thread starter Thread starter ghostbuster25
  • Start date Start date
  • Tags Tags
    Composite Functions
AI Thread Summary
To calculate g(f(5)), first evaluate f(5) using the function f(x) = x^2 - 3x, which results in 10. Then, apply this value to g(x) = 8 + 2x - x^2, yielding g(10) = -72. The confusion arises from the domain restriction, which states that x must be greater than or equal to 1, not the output of g. Therefore, while g(10) is valid mathematically, it does not meet the domain requirement for x in g. Understanding this distinction clarifies the calculation process.
ghostbuster25
Messages
99
Reaction score
0
Im looking for g(f(5))

where f(x) = X^2 - 3x

and g(x) = 8 + 2x - x^2 xER and x is greater than or equal to 1

I have first found f(5)
(5)^2-3(5)
which equals 10

However when i do g(10)
8+2(10)-(10)^2

that gives me a negative number of -72! Which can't be right because g has to greater than or equal to 1

Where am i going wrong?
 
Physics news on Phys.org
No. What you said was that x has to be \geq 1, not g. There is a difference - can you tell me what the difference is?
 
cyby said:
No. What you said was that x has to be \geq 1, not g. There is a difference - can you tell me what the difference is?


is it because g is a gunction of x, not x itself!? am i doing it correctly then? :)
 
The difference is that you're limiting the *domain* of g to be positive. This said nothing about the function must evaluate to.

What this is essentially saying is that g(1) is ok, but g(0.5) isn't, because 0.5 is < 1.

Everything else looks good.
 
ahhh yer that makes sense :) thanks
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top