Composition of Functions: Finding g(f-1(x)) with Given Equations

  • Thread starter Thread starter Darknes51986
  • Start date Start date
AI Thread Summary
To find g(f-1(x)) for the functions f(x) = 1/3x + 2 and g(x) = 2x² - x + 7, the inverse function f-1(x) is calculated as f-1(x) = 3x - 6. Substituting f-1(x) into g(x) leads to the expression g(3x - 6) = 2(3x - 6)² + (3x - 6) + 7. After simplifying, the result is 18x² - 69x + 73, correcting a previous miscalculation that yielded 71. The discussion highlights the importance of careful algebraic manipulation to avoid sign errors in the final answer.
Darknes51986
Messages
10
Reaction score
0

Homework Statement



Given: f(x)= 1/3x + 2 and g(x)= 2x2- x + 7

Find: g(f-1(x))

Homework Equations


The Attempt at a Solution



x=1/3y + 2
1/3y= x - 2
y=(x-2)/(1/3)
y=3x-6= f-1(x)

2(3x-6)2 + (3x-6) +7
solved to get..
18x2-69x+71
 
Physics news on Phys.org


I got a different answer but your method is correct. You have a sign error somewhere.
 


2(36)- 6+ 7= 72+1= 73, not 71.
 


g(x)= 2x² - x + 7

2(3x-6)² + (3x-6) + 7
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top