Question

Find the composite function, domain, range, and solve a composition equation

Original question: Question 12 The functions $f$ and $g$ are defined by $$f(x)=\sqrt{x+4},\ x\in\mathbb{R},\ x\ge -3$$ $$g(x)=2x^2-3,\ x\in\mathbb{R},\ x\le 47.$$ a) Find a simplified expression for $gf(x)$. b) Determine the domain and range of $gf(x)$. c) Solve the equation $$fg(x)=17.$$

Expert Verified Solution

thumb_up100%(1 rated)

Expert intro: Composite functions can look messy at first, but most of the work is just keeping track of what goes inside what, and then checking the allowed inputs carefully.

Detailed walkthrough

We are given

f(x)=x+4,x3f(x)=\sqrt{x+4},\qquad x\ge -3

and

g(x)=2x23,x47.g(x)=2x^2-3,\qquad x\le 47.

a) Find a simplified expression for g(f(x))g(f(x))

Substitute f(x)f(x) into gg:

g(f(x))=2(x+4)23.g(f(x))=2\left(\sqrt{x+4}\right)^2-3.

Since the square root is squared,

g(f(x))=2(x+4)3=2x+5.g(f(x))=2(x+4)-3=2x+5.

b) Domain and range of g(f(x))g(f(x))

Domain

For f(x)=x+4f(x)=\sqrt{x+4}, we need

x+40x4.x+4\ge 0 \Rightarrow x\ge -4.

The given extra condition x3x\ge -3 is stricter, so the domain of ff is

[3,).[-3,\infty).

Now check whether the output of ff fits into the domain of gg, which requires input 47\le 47. Since

f(x)=x+4,f(x)=\sqrt{x+4},

its values are nonnegative, and x+447\sqrt{x+4}\le 47 is true for all x3x\ge -3 here. So the composite is defined for

[3,).\boxed{[-3,\infty)}.

Range

Since

g(f(x))=2x+5g(f(x))=2x+5

and x3x\ge -3, the smallest value occurs at x=3x=-3:

2(3)+5=1.2(-3)+5=-1.

As xx increases, 2x+52x+5 increases without bound. So the range is

[1,).\boxed{[-1,\infty)}.

c) Solve f(g(x))=17f(g(x))=17

Compute the composition:

f(g(x))=g(x)+4=2x23+4=2x2+1.f(g(x))=\sqrt{g(x)+4}=\sqrt{2x^2-3+4}=\sqrt{2x^2+1}.

Set equal to 17:

2x2+1=17.\sqrt{2x^2+1}=17.

Square both sides:

2x2+1=2892x^2+1=289

2x2=2882x^2=288

x2=144x^2=144

x=±12.x=\pm 12.

Now check the domain restriction for gg: x47x\le 47, so both values work.

Final answers

g(f(x))=2x+5\boxed{g(f(x))=2x+5}

Domain =[3,)\boxed{\text{Domain }=[-3,\infty)}

Range =[1,)\boxed{\text{Range }=[-1,\infty)}

x=±12\boxed{x=\pm 12}

💡 Pitfall guide

A very common mistake is to forget that composition domain depends on both functions. You cannot stop after checking only ff's domain; you also need the output of ff to fit the input rule for gg. Another easy slip is squaring 2x2+1=17\sqrt{2x^2+1}=17 and then forgetting the negative square root is not allowed here.

🔄 Real-world variant

If the domain restriction on ff had been x4x\ge -4 instead of x3x\ge -3, the domain of g(f(x))g(f(x)) would still be [4,)[-4,\infty), but the range would change to [3,)[ -3,\infty ). If the equation were g(f(x))=17g(f(x))=17, then you would solve

2x+5=172x+5=17

which gives x=6x=6, and then check that 66 fits the domain.

🔍 Related terms

function composition, domain of composite, range of a function

FAQ

What is g(f(x))?

g(f(x))=2x+5.

What are the domain and range of g(f(x))?

The domain is [-3,∞) and the range is [-1,∞).

chat