Problem with composite functions

  • Thread starter Thread starter krusty the clown
  • Start date Start date
  • Tags Tags
    Composite Functions
AI Thread Summary
The discussion focuses on finding the domain of the composite function f(f(x)), where f(x)=(ax+b)/(cx+d). The user initially struggles with the algebraic manipulation and ends up with an equation that complicates the solution. It is clarified that x cannot equal -d/c, which is derived from the domain of f(x). Additionally, it's suggested that determining the domain of f first simplifies the process for composite functions. Overall, understanding the restrictions imposed by the function's denominator is crucial for solving the problem effectively.
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
note that f(f(x)) should be:
\frac{a \frac{ax+b}{cx+d} + b}{c \frac{ax+b}{cx+d}+d}
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.
 
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.
 
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.
 
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.
 
f(x)=\frac{ax+b}{cx+d}

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.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top