211k views
1 vote
Two functions represent the composite function h(x) = (x – 1)³ + 10 so that h(x) = (g compose f)(x). Given f(x) = x + a and g(x) = x³ + b, what values of a and b would make the composition true?

User Stalxed
by
4.6k points

2 Answers

6 votes

Answer:

a: -1

b: 10

edge 2020

Two functions represent the composite function h(x) = (x – 1)³ + 10 so that h(x) = (g-example-1
User Jonathan Holloway
by
3.7k points
5 votes

Answer:

a = -1, b = 10

Explanation:

Given the function h(x) = (x – 1)³ + 10 so that h(x) = (g°f)(x). If f(x) = x + a and g(x) = x³ + b, then;

g(f(X)) = g(x+a).

To get g(x+a), we will have to replace the variable x with x+a in g(x) as shown;

g(x+a) = (x+a)³ + b

g(f(x)) = (x+a)³ + b

Since h(x)= g(f(x)) = (x – 1)³ + 10

g(f(x)) = (x+a)³ + b = (x – 1)³ + 10

Hence (x+a)³ + b = (x – 1)³ + 10

On comparing the coefficients to get the value of a and b;

(x+a)³ = (x-1)³

Take the cube root of both sides

∛(x+a)³ = ∛(x-1)³

x+a = x-1

x+a-x = -1

a = -1

Also on comparing, b = 10

Hence the values of a and b would make the composition true are -1 and 10 respectively.

User Toy
by
4.1k points