F of G of x - Formula, Graph, Examples | Finding F of G of X (2024)

F of Gof Xis a composite function made of two functions f(x) an g(x). Let us understand f of g of x by a real-life example. In the process of preparing french fries, we use the slicer and the fryer. Let us assume that x is the potato, the slicer is doing the function g(x) (which is slicing the potato) and the fryer is doing the function f(x) (frying the potato). Then f of g of x represents the process of preparing french fries because:

  • First slice the potato - it means find g(x).
  • Then use the sliced potatoes in the fryer - i.e., use g(x) in f(x), which gives f of g of x.

Let us learn more about f of g of x along with its mathematical definition, domain, range, and how to find it in different scenarios.

1.What is F of G of x?
2.How to Find F of G of x?
3.Finding F of G of x From Graph
4.Finding F of G of x From Table
5.Domain and Range of F of G of x
6.Derivative of F of G of x
7.FAQs on F of G of x

What is F of G of x?

fof g of xis also known as a composite function and it is mathematically denoted as f(g(x)) or (f ∘ g)(x) and it means that x = g(x) should be substituted in f(x).It is also read as "f circle g of x". It is an operation that combines two functions to form another new function. In f of g of x, the output of one function becomes the input of the other function. It can be thought of as a series of machines or operations.

F of G of x - Formula, Graph, Examples | Finding F of G of X (1)

Symbol of f of g of x

The symbol of a composite function is '∘'. Sometimes it is represented by just using the brackets without using the symbols. For any two functions f and g, there can be two composite functions:

  • f of g of x = (f ∘ g)(x) = f(g(x))
  • g of f of x = (g ∘ f)(x) = g(f(x))

How to Find F of G of x?

We know that whenever we are simplifying some mathematical expression, we first operate the things that are inside the brackets. So for finding f(g(x)), we have to first find g(x) and then take g(x) as input of f(x) and simplify. Here is an example to understand this. Let us assume that f(x) = 2x + 3 and g(x) = x2. We will find f(g(3)). For this:

  • Step 1: Find g(3).
    g(3) = 32 = 9.
  • Step 2: Find f(g(3)) by using g(3) as input for f(x).
    f(g(3)) = f(9) = 2(9) + 3 = 18 + 3 = 21.

We can visualize this process using the following figure easily.

F of G of x - Formula, Graph, Examples | Finding F of G of X (2)

Thus:

  • To find f(g(x)), substitute x = g(x) into f(x).
  • To find g(f(x)), substitute x = f(x) into g(x).

More Examples of F of G of x

Here are more examples of finding f(g(x)).

  • Example 1: Find f(g(x)) when f(x) = 3x2 + 2 and g(x) = √1 - x.
    f(g(x)) = f(√1 - x)
    =3(√1 - x)2 + 2
    = 3(1 - x) + 2
    = 3 - 3x + 2
    = 5 - 3x
  • Example 2: Find g(f(x)) when f(x) = 3x2 + 2 and g(x) = √1 - x.
    g(f(x)) = g(3x2 + 2)
    = √1 - (3x² + 2)
    = √1 - 3x² - 2.
    = √-3x² - 1.

Finding F of G of x From Graph

Sometimes f and g are not defined algebraically. Instead, the graphs of f and g are given and we will be asked to find f(g(x)). To find f(g(x)) from graph for some number x = a:

  • Find g(a) by using the graph of g(x) (see the corresponding y-value of x = aon the graph of g)
  • Find f(g(a)) by using the graph of f(x) (see the corresponding y-value of x = g(a)on the graph of f)

Here is an example.

Example: Find f(g(-2)) from the following graph.

F of G of x - Formula, Graph, Examples | Finding F of G of X (3)

Solution:

Let us find f(g(-2)) from the above graph.

f(g(-2)) = f(2) (∵ (-2, 2) lies on g ⇒ g(-2) = 2)

= 4 (∵ (2, 4) lies on f ⇒ f(2) = 4)

Thus, f(g(-2)) = 4.

Finding F of G of x From Table

Sometimes f and g are defined by a table representing each function. In that case, to find f(g(x)) at some number x = a:

  • Find g(a) by using the table of g(x) (see the corresponding y-value of x = aon the table of g)
  • Find f(g(a)) by using the table of f(x) (see the corresponding y-value of x = g(a)on the table of f)

Here is an example.

Example: Find f(g(-7)) from the following tables.

xf(x)
-315
-519
-723
-927
-1131
xg(x)
-3-7
-5-9
-7-11
-9-13

Solution:

Let us find f(g(-7)).

f(g(-7)) = f(-11) (∵ (-7, -11) lies on g ⇒ g(-7) = -11)

= 31 (∵ (-11, 31) lies on f ⇒ f(-11) = 31)

Therefore, f(g(-7)) = 31.

Domain and Range of F of G of x

The domain of a function y = f(x) is the set of all x values where it is defined (i.e., it is the set of all inputs) and the range is the set of all y-values that the function produces (i.e., it is the set of all outputs). In general, if a function g : A → B and f : B → C then, f of g of x is a function such that f ∘ g : A → C. Then the domain of f ∘ g is A and the range of f ∘ g is C. But it cannot be the case all the time. Let us see how to find the domain and range of f(g(x)).

Domain of F of G of x

The domain of a composite function not only depends upon the resultant function but also depends on the inner function. To find the domain of f(g(x)):

  • Step 1:Find the domain of g(x) and denote it by A.
  • Step 2:Find the domain of the resultant function f(g(x)) and denote it by B.
  • Step 3:Find their intersection (A ∩ B) which gives the domain of f(g(x))

Example: Find the domain of f(g(x)) when f(x) = 2/(x - 1) and g(x) = 3/(x - 2).

Solution:

First, we will find f(g(x)).

\(\begin{aligned}
f(g(x)) &=f\left(\frac{3}{x-2}\right) \\[0.2cm]
&=\frac{2}{\frac{3}{x-2}-1} \\[0.2cm]
&=\frac{2}{\frac{3-x+2}{x-2}} \\[0.2cm]
&=\frac{2(x-2)}{5-x}
\end{aligned}\)

Finding domain of inner function g(x):
Since g(x) = 3/(x- 2), it is NOT defined at x = 2.
So the domain of g(x) is {x : x ≠ 2}

Finding domain of resultant function f(g(x)):
Since f(g(x)) = \(\frac{2(x-2)}{5-x}\), it is NOT defined at x = 5.
So the domain of resultant function is { x : x ≠ 5}

Now, the domain of f(g(x))
= {x : x ≠ 2} ∩ { x : x ≠ 5}
= (-∞, 2) U (2, 5) (2, ∞)

Note: Though f(g(x)) = \(\frac{2(x-2)}{5-x}\) is defined at x = 2, 2 is NOT present in the domain of f(g(x)) because g(x) is NOT defined at x = 2. So for f(g(x)) to exist at some x value, g(x) should exist first at at that x value.

Range of F od G of x

The range of f of g of x does not depend upon the inner function. So we just compute the range of f(g(x)) using the techniques of finding the range of a function.

Derivative of F of G of x

In Calculus, we find the derivative of a composite function, f(g(x)) using the chain rule. The chain rule says:

  • d/dx (f(g(x)) = f '(g(x)) · g'(x)

Here is an example.

d/dx (sin(x2)) = cos(x2) · d/dx(x2) = cos(x2) · 2x = 2x cos(x2).

Important Points on F of G of x:

  • f of g of x is a composite function that is represented by f(g(x)) (or) (f ∘ g)(x).
  • To find f(g(x)), substitute g(x) into f(x).
  • To find the domain of f(g(x)), find the domain of both the inner function g(x) and the resultant function f(g(x)) and then compute the intersection.
  • To find the range of f(g(x)), use the usual techniques of finding the range of a function.

Related Topics:

  • Linear Function Calculator
  • Quadratic Function Calculator
  • Graphing Functions Calculator
  • Inverse Function Calculator

FAQs on F of G of x

What is the Definition of F of G of x?

F of Gof Xis written as f(g(x)) and it is called a composite function. It is obtained by replacing x in f(x) with g(x).

What is the Process of Finding F of G of x?

To find f(g(x)), we just substitute x = g(x) in the function f(x). For example, when f(x) = x2 and g(x) = 3x - 5, then f(g(x)) = f(3x - 5) = (3x - 5)2.

What is the Difference Between F of G of x and G of F of x?

"f of g of x" is written as f(g(x)) and "g of f of x" is written as g(f(x)).

  • f(g(x)) = a function obtained by replacing x with g(x) in f(x).
  • g(f(x)) = a function obtained by replacing x with f(x) in g(x).

For example, if f(x) = x2and g(x) = sin x, then (i) f(g(x)) = f(sin x) = (sin x)2= sin2x whereas (ii) g(f(x)) = g(x2) = sin x2.

How to Find the Domain of F of G of x?

To find the domain of f(g(x)):

  • Find the domain of inner function g(x).
  • Find f(g(x)) algebraically and find its domain.
  • Find the intersection of both domains.

How to Find the Range of F of G of x?

The range of f(g(x)) doesn't depend on either the range of f or the range of g. So the range of f(g(x)) is found just like the range of any other function.

How to Find F of G of XFrom a Table?

To find the value of f(g(x)) for some x = k:

  • Find g(k) from the table of g.
  • Find f(g(k)) from the table of f.

How to Find F of G of XFrom a Graph?

To find the value of f(g(x)) for some x = k:

  • Find g(k) from the graph of g.
  • Find f(g(k)) from the graph of f.

How to Find the Derivative of F of G of X?

f of g of x is a composite function and so the chain rule of differentiation is used to find its derivative. This rule says, d/dx (f(g(x)) = f'(g(x))× g'(x).

F of G of x - Formula, Graph, Examples | Finding F of G of X (2024)

FAQs

How to find f(x)= g(x) on a graph? ›

To find where f(x) = g(x), we note where the graphs of f and g intersect, to find where f(x) > g(x), we note where the graph of f lies above the graph of g, and finally, to find where f(x) < g(x), we simply note where the graph of f lies below the graph of g.

How to find f of g in a graph? ›

Finding F of G of x From Graph

To find f(g(x)) from graph for some number x = a: Find g(a) by using the graph of g(x) (see the corresponding y-value of x = a on the graph of g) Find f(g(a)) by using the graph of f(x) (see the corresponding y-value of x = g(a) on the graph of f)

How do you obtain the graph of G from the graph of f? ›

The graph of g is obtained from the graph of f by shifting up c units. If we subtract c from f(x), then we shift the graph down. Let h(x) = f(x) - c. The graph of h is obtained from the graph of f by shifting down c units.

How to solve f(x) times g(x)? ›

To multiply a function by another function, multiply their outputs. For example, if f (x) = 2x and g(x) = x + 1, then fg(3) = f (3)×g(3) = 6×4 = 24. fg(x) = 2x(x + 1) = 2x [ 2 ] + x.

How to find f(x) on a graph? ›

Go to the point on the x axis corresponding to the input for the function. Move up or down until you hit the graph. The y value at that point on the graph is the value for f(x).

What is the f x formula? ›

'f' is just the name of the function, 'x' is just the function's input and 'y' is just the function's output. So y = f(x) means: a function called 'f' which inputs 'x' and outputs 'y'.

What is the formula for f ◦ G? ›

In the composition of functions we substitute an entire function into another function. The notation of the function with is ( f ∘ g ) ( x ) = f ( g ( x ) ) and is read of of . It means that wherever there is an in the function , it is replaced with the function .

What is G in a graph? ›

Definition A graph G is a pair (V, E) where V is a finite set and E is a set of 2-element subsets of V. The set V is called the vertex set of G and the set E is called the edge set of G. Example G = (V, E) where V = {1, 2, A, x, B, a} and E = { {1, A}, {2, x}, {x, a}, {A, B}, {B, 2}, {2, a}}.

How will you use the graph to determine the value of g? ›

Explanation: The slope of the T² vs l graph of a pendulum gives the measured value of g (acceleration due to gravity). The time period T of a simple pendulum is given by the formula T = 2π √(l/g).

How do you know that F is a function from its graph? ›

Vertical Line Test

A set of points in the plane is the graph of a function if and only if no vertical line intersects the graph in more than one point.

What formula do you use to find a graph? ›

To graph an equation using the slope and y-intercept, 1) Write the equation in the form y = mx + b to find the slope m and the y-intercept (0, b). 2) Next, plot the y-intercept. 3) From the y-intercept, move up or down and left or right, depending on whether the slope is positive or negative.

How to calculate f(x)+g(x)? ›

For f(x)+g(x) , you just simply add the two functions.

How does G of X and f of X work? ›

The composition of two functions g and f is the new function we get by performing f first, and then performing g. For example, if we let f be the function given by f(x) = x2 and let g be the function given by g(x) = x + 3, then the composition of g with f is called gf and is worked out as gf(x) = g(f(x)) .

What does fx( )= gx mean? ›

Without more context, it usually means that for some functions f and g, we have that f(x) = g(x) for all x in the domain.

Which represents where f(x)= g(x)? ›

f(x) = g(x) gives the value of x such that the two functions have the same output. So, that equation gives the intersection points between the two graphs.

How to find the y value when f(x)= g(x)? ›

To find the value of y when f(x) is equal to g(x), substitute the expressions for f(x) and g(x) into the equation and solve for y. Explanation: The question asks for the value of y when f(x) is equal to g(x). In other words, we need to find the value of y that satisfies the equation f(x) = g(x).

Top Articles
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 6346

Rating: 4.7 / 5 (47 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.