Functions and Relations: Solving for f, g, and h

AI Thread Summary
The discussion focuses on finding the values of function compositions and products for f(x) = 2x + 5, g(x) = 0.5, and h(x) = 3 - 1. The calculations yield fg(x) = x + 5, gf(x) = x + 2.5, and fh(3) = 8. Participants clarify that the notation used may be confusing, as it appears to mix function composition with multiplication. There is also a suggestion to simplify h(x) for clarity. Overall, the thread emphasizes the importance of proper notation in mathematical expressions.
nae99
Messages
129
Reaction score
0
If f(x)= 2x+5, g(x)=0.5 and h(x)=3-1
find:
fg(x), gf(x), fh(3)


fg(x)
fg(x)= 2(0.5x)+5
fg(x)= x+5


gf(x)= 0.5(2x+5)
= x+2.5


fh(3)
fh (x) =2(3-1)+5
= 6-2+5
= 4+5


this last part of the question been puzzling me... could I get a little help pleasezz :confused:
 
Physics news on Phys.org
nae99 said:
If f(x)= 2x+5, g(x)=0.5 and h(x)=3-1
find:
fg(x), gf(x), fh(3)fg(x)
fg(x)= 2(0.5x)+5
fg(x)= x+5gf(x)= 0.5(2x+5)
= x+2.5fh(3)
fh (x) =2(3-1)+5
= 6-2+5
= 4+5 this last part of the question been puzzling me... could I get a little help pleasezz :confused:

I'm going to guess from your solution you meant g(x)=0.5*x. If you really meant h(x)=3-1 then the last one is fine. But writing h(x)=3-1 is a little odd. Why not just write h(x)=2, or is it another typo?
 
Last edited:
nae99 said:
If f(x)= 2x+5, g(x)=0.5 and h(x)=3-1
find:
fg(x), gf(x), fh(3)
Isn't the notation wrong? It looks like you want
(f \circ g)(x), (g \circ f)(x) and (f \circ h)(x)
(function composition)
but it looks more like
(fg)(x), (gf)(x) and (fh)(x)
(combining functions by multiplication)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top