How to properly find the Domain of fog/gof ?

  • Thread starter Thread starter Spiffy
  • Start date Start date
  • Tags Tags
    Domain
AI Thread Summary
To find the domains of the compositions g o f and f o g, it's essential to analyze the ranges and restrictions of the functions involved. For g o f, where g(x) = x² and f(x) = x + 1, the resulting function is (x + 1)², and its domain must satisfy both f's domain of [-9, 9] and g's domain of (1, 5). The valid input values for f(x) that fall within g's domain lead to the domain of g o f being restricted to (0, 4). For f o g, the function becomes x² + 1, and it requires that x² falls within the range of f's domain, resulting in a domain of (1, √8) or approximately (1, 2.83). The discussion emphasizes the importance of understanding the relationship between the range of the first function and the domain of the second when composing functions.
Spiffy
Messages
4
Reaction score
0

Homework Statement


f(x) = x + 1 D=[-9, 9]
g(x) = x2 D=(1, 5)

Question to be solved
Find both g o f and f o g and specify their domains

The attempt at a solution
g o f = (x+1)2

This is where I don't really know what to do, however I'll let the logical part of my brain go a bit silly and try this:
d= {x e R | 1 < x <= 2} because I'm making the assumption that it has to be true of both domains so while x = -4 would satisfy the domain of f(x) it doesn't g(x). Is that right? If so: how do I show this with math and not just my brain.. I think its inequalities but I've never been good at those, a first step would be much appreciated.

f o g = x2 + 1
well x must be >1 but then I need to find whatever value is x2 + 1 < 9
maybe
sqrt(8) ? also, as sqrt(8) is clearly < 5 it fits the criteria i think are necessary
So if I'm correct above it means D{x e R | 1 < x <= sqrt(8)}

I'm mostly sure I've answered these correctly, but I'm missing the formal way I should be writing this; the last thing I want is marks for correctness and marks lost for not showing my work.
Thanks to anyone that points me in the right direction.
 
Physics news on Phys.org
i can;t quiet follow what you've done, but you need the range or image of the intermediate function vs the domain of the 2nd function

so with som sloppy notation
g(f(x)): x -> f(x) -> g(x)

now the domain of f is [-9,9], only values of f(x) that fall into (1,5) can be taken by g, so how does this limit the values you can take from [-9,9]

ie. the domain of g(f(x)) must satisfy both x in [-9,9] and f(x) = x+1 in (1,5)

then similar for f(g(x))
 
When you are composing two partial functions, the "is in the domain" relation can be computed by:
x is in the domain of gof iff x is in the domain of f and f(x) is in the domain of g​
Both of the things on the right-hand-side of that iff can be written as inequations, and you know how to solve those, right?
 
Okay I'm still not sure with the explanations provided but I'll give it a shot:

This is the line I'm basing what I've done on:
"you need the range or image of the intermediate function vs the domain of the 2nd function"
and I'm thinking about the functions as:

where:
f(x) = x + 1 D=[-9, 9]
g(x) = x2 D=(1, 5)

and:
g o f = (f(x))2
and
f o g = g(x) + 1

then:
g o f = (x+1)2
D = (1, 5)
The possible values for f(x) (aka: the range) is [-8, 10] which fails to affect the domain of g

f o g = x2 + 1
D = (1, 9]
The range of g(x) is 1<x<25 limiting the possible Domain of f(x) as it has to be >1

I hope this is right because it makes sense to me from a logical perspective, if it is I'll chalk this up to another situation of over-thinking.
 
so for the functions, the domain & images are:

x \rightarrow f(x) = x+1
[-9,9] -> [-8,10]

x \rightarrow g(x) = x^2&lt;br /&gt; (1,5) -&amp;gt; (1,25)&lt;br /&gt; &lt;br /&gt; notice they are both one to one on the given domian which simplifies things&lt;br /&gt; &lt;br /&gt; now for the function gof(x), the image, f([-9,9]) = [-8,10], but g(x) can only take values on (1,5) so we must restrict the domain, otherwise g is undefined, so we look at the f pre-image of the g domain, &lt;br /&gt; f^{-1}(x) = x-1&lt;br /&gt; f^{-1}((1,5)) = (0,4)&lt;br /&gt; &lt;br /&gt; so the total doamin will be given by the intersection of the f pre-image of the g domain &amp;amp; and the f domain &lt;br /&gt; D_{gof} = D_f \cap f^{-1}(D_g) = [-9,9] \cap (0,4) &lt;br /&gt; &lt;br /&gt; if all this is confusing try drawing 3 horizontal lines above each other.&lt;br /&gt; - the bottom is x, draw f domain&lt;br /&gt; - the 2nd is y = (f(x)), draw g domain &lt;br /&gt; - the 3rd is z = g(f(x)) &lt;br /&gt; now try and draw the approximate mapping action of each function between the lines
 
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...

Similar threads

Back
Top