Transforming Functions: Solving g(x) = 2f(-x+(3/2))

AI Thread Summary
To determine g(x) from f(x) = |x - 1/2| - 5, the correct approach involves substituting -x + 3/2 into the function f. The resulting expression is g(x) = 2f(-x + 3/2), which simplifies to g(x) = 2|(-x + 3/2) - 1/2| - 10. The confusion arose from misinterpreting the absolute value and the substitution process. Clarification on notation helped resolve the misunderstanding, allowing for accurate calculation of g(x).
AAAA
Messages
62
Reaction score
0

Homework Statement


If f(x)=|x-1/2|-5 determine g(x)=2f(-x+(3/2))

Homework Equations



The Attempt at a Solution


Well, I tried to factor out the k-value in the g(x) formula.
So I was left with:

g(x)=2f(-1)(x-3/2)

Then I multiply f(x) by 2 and am left with:
g(x)=2|x-(1/2)|-10

Then I subtract the 3/2 from 1/2 and am left with -2:
g(x)=2|x-2|-10

Then I apply the negative k-value and am left with
g(x)=2|-x+2|-10I checked on desmos, and that answer is wrong. It should be:
g(x)=2|-x+1|-10I've asked friends, looked online, in my textbook, and in my notes for things relating to this, and after 3 hours, came up empty-handed. If anyone could tell me where I went wrong. I would be very grateful. If you could also go step-by-step solving this problem, I would appreciate it.

Thanks.
 
Last edited:
Physics news on Phys.org
AAAA said:

Homework Statement


If f(x)=|x-1/2|-5 determine g(x)=2f(-x+(3/2))

Homework Equations



The Attempt at a Solution


Well, I tried to factor out the k-value in the g(x) formula.
So I was left with:

g(x)=2f(-1)(x-3/2)

Then I multiply f(x) by 2 and am left with:
g(x)=2|x-(1/2)|-10

Then I subtract the 3/2 from 1/2 and am left with -2:
g(x)=2|x-2|-10

Then I apply the negative k-value and am left with
g(x)=2|-x+2|-10I checked on desmos, and that answer is wrong. It should be:
g(x)=2|-x+1|-10I've asked friends, looked online, in my textbook, and in my notes for things relating to this, and after 3 hours, came up empty-handed. If anyone could tell me where I went wrong. I would be very grateful. If you could also go step-by-step solving this problem, I would appreciate it.

Thanks.


To get g(x), replace x everywhere (in the f(x) formula) by -x + (3/2); after that, multiply the whole thing by 2. In other words, ##g(x) = 2 \left. f(t) \right|_{t = -x + 3/2}##.
 
Ray Vickson said:
In other words, g(x)=2f(t)|t=−x+3/2g(x) = 2 \left. f(t) \right|_{t = -x + 3/2}.

I don't follow the last bit. I think the absolute value sign got messed up. Thanks for responding!
 
I get it now! Thanks so much! Now I can finally move on :smile:
 
AAAA said:
I don't follow the last bit. I think the absolute value sign got messed up. Thanks for responding!

Just to be clear: the notation ##f(t)|_{t = u}## does NOT mean there is a missing absolute-value sign. The notation is shorthand for "##f(t)##, evaluated at ##t = u##". Of course, that is just ##f(u)##, but since you seemed to be confused by notation such as ##f(-x + 3/2)## (that is, where ##u = -x + 3/2##) I used the alternate notation instead. It is similar to the notation used in expressing definite integrals, such as
\int f(x) \, dx = F(x) \Rightarrow \int_a^b f(x) \, dx = F(x)|_{x=a}^{b} = F(b) - F(a).
 
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