Simple function questions - checking answer.

  • Thread starter Thread starter Michael_Light
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
The discussion revolves around finding the range of the composite function fg(x) and the domain of fg(x) for two given functions. For the first problem, the correct range is identified as 3 ≤ y ≤ 19, while the initial answer of y ≥ 3 was incomplete. In the second problem, the domain of fg(x) is clarified to be x ≥ 25, as the range of g(x) must align with the domain of f(x), which starts at x ≥ 5. The participants emphasize the importance of correctly interpreting the composite function notation and ensuring that the outputs of g(x) fit within the constraints of f(x). Overall, the key takeaway is the necessity of matching the range of g(x) to the domain of f(x) for accurate results.
Michael_Light
Messages
112
Reaction score
0

Homework Statement



1) Given f(x)=x+3, x∈R and g(x)=x2,x∈R,0=<x=<4, find the range of composite function fg(x).

2) Given f(x)=x+1,x∈R,x>=5 and g(x)=x1/2, x∈R,x>=0. Find the domain of fg(x).

Homework Equations





The Attempt at a Solution



For 1), the answer 1 get is y=>3 , but the answer given is3=<y=<19.

2) the answer i get is x>=0 , but yet the answer provided is x>=25.

So what answers do you guys get? Anything wrong with the answers provided by the answer sheet? Cause i couldn't find anything wrong with my solutions... Thanks in advance.
 
Physics news on Phys.org
You almost had #1. You just didn't handle the other part of the inequality!

If you write out your work we can find where you went wrong.
 
Michael_Light said:
2) Given f(x)=x+1,x∈R,x>=5 and g(x)=x1/2, x∈R,x>=0. Find the domain of fg(x).

2) the answer i get is x>=0 , but yet the answer provided is x>=25.

The domain of f(g(x)) consists of all x-values is such that the g(x)-values maps to the domain of f(x). It can't be x ≥ 0 because the range of g(x) would be g(x) ≥ 0, and you would have values that are not permitted in the domain of f(x).

If you restrict the domain of f(g(x)) to be x ≥ 25, then the range of g(x) would be g(x) ≥ 5, which "matches" the domain of f(x). So x ≥ 25 is right.
 
QuarkCharmer said:
You almost had #1. You just didn't handle the other part of the inequality!

If you write out your work we can find where you went wrong.

I finally managed to get the correct answer for 1), can you help me with 2)? ><

eumyang said:
The domain of f(g(x)) consists of all x-values is such that the g(x)-values maps to the domain of f(x). It can't be x ≥ 0 because the range of g(x) would be g(x) ≥ 0, and you would have values that are not permitted in the domain of f(x).

If you restrict the domain of f(g(x)) to be x ≥ 25, then the range of g(x) would be g(x) ≥ 5, which "matches" the domain of f(x). So x ≥ 25 is right.

But how can i obtain x≥ 25 mathematically?Here is my approach... fg(x) = f(x1/2) = x1/2+1, x≥0. Domain of fg(x)= domain of g(x), hence domain of fg(x) is x≥0. Can anyone correct me?
 
Michael_Light said:
I finally managed to get the correct answer for 1), can you help me with 2)? ><



But how can i obtain x≥ 25 mathematically?Here is my approach... fg(x) = f(x1/2) = x1/2+1, x≥0. Domain of fg(x)= domain of g(x), hence domain of fg(x) is x≥0. Can anyone correct me?
You really should write this as f(g(x)), not fg(x), which is what is used for the product of two functions.

You are given that the domain of f is restricted to x >= 5. So although there are many values of x that are in the domain of g, there are some values of g(x) that aren't in the domain of f.

Some examples that use selected values of x.
x = 0. g(0) = sqrt(0) = 0. Can we evaluate f(0)? No, because 0 is not >= 5.
x = 1. g(1) = sqrt(1) = 1. Can we evaluate f(1)? No, because 1 is not >= 5.
x = 4. g(4) = sqrt(4) = 2. Can we evaluate f(2)? No, because 2 is not >= 5.
x = 9. g(9) = sqrt(9) = 3. Can we evaluate f(3)? No, because 3 is not >= 5.
Do you see where I'm going with this?
 
Michael_Light said:
...
But how can i obtain x≥ 25 mathematically?Here is my approach... fg(x) = f(x1/2) = x1/2+1, x≥0. Domain of fg(x)= domain of g(x), hence domain of fg(x) is x≥0. Can anyone correct me?
For #2:

Since f(x) is defined only for x ≥ 5, find the values of x for which g(x) ≥ 5.
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top