Problem with composite functions

In this case, -d/c is the only such number so remove it from the domain of g(x) or all numbers except -d/c and that is the domain of f(g(x)).In summary, the domain of f(f(x)) is all x except -d/c, where f(x)=\frac{ax+b}{cx+d} and x=(-bc-d^2)/(ca+cd) is the solution to the equation 0=(-bc-d^2)/(ca+cd). It is easier to first find the domain of f(x) and then determine what values of x make g(x) equal to numbers not in the domain of f in order to find the domain of f(g(x)).
  • #1
krusty the clown
In a problem I was asked to find the domain of
f of f, which is f(f(x))
where f(x)=(ax+b)/(cx+d)

so I get: f((ax+b)/(cx+d))
(a)(ax+b)/(cx+d)
(c)(ax+b)/(cx+d)

after I multiply it out I get

(a^2x+ab+bcx+bd)/(cx+d)
(cax+bc+cdx+d^2)/(cx+d)

now the "cx+d" cancels and you are left with

(a^2x+ab+bcx+bd)/(cax+bc+cdx+d^2)

therefore x can't be equal to (cax+bc+cdx+d^2)
but when I try to reduce it into a form that works I get stuck with an x on both sides

x=(-bc-cd-cdx)/(ca)


Any help would be greatly appreciated. I have tried this problem several times and I continue to get the same answer but it dosent make sense to me. Also "x" obviously can't equal -d/c in the final answer


Thanks
 
Physics news on Phys.org
  • #2
note that f(f(x)) should be:
[tex]\frac{a \frac{ax+b}{cx+d} + b}{c \frac{ax+b}{cx+d}+d}[/tex]
instead of what you had.

For solving the equation:
What you mean is that x cannot be a solution to:
0=(cax+bc+cdx+d^2)
If you group the x's together you get
0=cax+cdx+bc+d^2
then you can use the distributive propery
0=x(ca+cd)+bc+d^2
subtract from both sides
-x(ca+cd)=bc+d^2
and divide
x=- (bc+d^2)/(ca+cd)

In general, you might be better off finding the domain of f(x), first.
 
  • #3
Thanks,

On paper i had everything you did with the extra +b on the top and bottom. I accidentally left it out when typing it out, not really used to typing out math on a computer.


I thought it might be something easy like that but I just couldn't figure out the answer.

Also, I found the domain of f(x) first because this was a four step problem where I had to find
f(g(x))
g(f(x))
f(f(x))
g(g(x))
and I was also given g(x), I just failed to mention that I had already figured out the domain of f(x) till the end.

But anyway thanks for the help.
 
  • #4
What program did you use to make your equation look so nice?
It sure beats trying to figure out what parenthesies go where. And what part gets divided and such.
 
  • #5
If you click on the image, it will show you exactly what he typed. :smile:


Anyways, as was hinted, it's a lot easier to find out the domain of f, then find out what values of x aren't sent, by f, outside f's domain.
 
  • #6
[tex]f(x)=\frac{ax+b}{cx+d}[/tex]

This is defined as long as the denominator is not 0 so the domain of f itself is "all x except -d/c".

When we apply f (for f(f(x)) again, we cannot apply it to f(x)= -d/c
so we need to determine what x gives that also.

In general, to determine the domain of f(g(x)).

1. Determine the domains of f(x) and g(x) separately. Typically, that will be "all numbers except ..."

2. Determine what values of x make g(x) equal to numbers not in the domain of f.

To find the domain of f(g(x)), remove the numbers found in (2) from the domain of g.
 

FAQ: Problem with composite functions

What is a composite function?

A composite function is a mathematical concept where two functions are combined to create a new function. The output of one function becomes the input of the other function.

How do you find the domain and range of a composite function?

To find the domain of a composite function, you need to look at the domain of each individual function and see if they overlap. The range of a composite function can be found by evaluating the function for different input values and observing the output.

What is the difference between a composite function and a simple function?

A simple function is a function that has a single input and a single output. A composite function, on the other hand, is made up of two or more functions and has multiple inputs and outputs.

Can a composite function be simplified?

Yes, a composite function can be simplified by using algebraic techniques to combine the two functions into a single function. However, not all composite functions can be simplified.

How do you evaluate a composite function?

To evaluate a composite function, you need to substitute the input value into the innermost function first, and then use the resulting output as the input for the outer function. Repeat this process until you reach the outermost function and obtain the final output.

Back
Top