Find Dom(f) and Range(f) of g(x)=(In(x-5)/In(x-5))+sqrt(10-x)

  • Thread starter Thread starter philippe311
  • Start date Start date
AI Thread Summary
The function g(x) = (ln(x-5)/ln(x-5)) + sqrt(10-x) requires careful consideration of its domain and range. The domain is determined by the conditions x > 5 and x ≤ 10, leading to the correct domain of (5, 10]. The range is affected by the decreasing nature of sqrt(10-x), resulting in a range of (1, 1 + sqrt(5)]. The initial misunderstanding about the ln function and division by zero was clarified, emphasizing the importance of ensuring ln(x-5) is defined. Overall, the function's behavior is significantly influenced by its domain restrictions.
philippe311
Messages
15
Reaction score
0

Homework Statement


g(x)=(In(x-5)/In(x-5))+sqrt(10-x). Find Dom(f) and Range(f).
and sqrt(10-x) is decreasing.



The Attempt at a Solution


x-5=0
x=5.
10-x>=0
10>=x.
so The dom(f), I think, is (-infinity,5)U(5,10].
now the range, the equation should look like this after cancelling.
1+sqrt(10-x).
Is it right that I just plug in x values like:10,5,...
and I tried to plug in some and I got this
(1,1+sqrt(5))U(1+sqrt(5),infinity).
Is that right? Or am I missing something?
 
Physics news on Phys.org
philippe311 said:

Homework Statement


g(x)=(In(x-5)/In(x-5))+sqrt(10-x). Find Dom(f) and Range(f).
and sqrt(10-x) is decreasing.



The Attempt at a Solution


x-5=0
x=5.
10-x>=0
10>=x.
so The dom(f), I think, is (-infinity,5)U(5,10].
now the range, the equation should look like this after cancelling.
1+sqrt(10-x).
Is it right that I just plug in x values like:10,5,...
and I tried to plug in some and I got this
(1,1+sqrt(5))U(1+sqrt(5),infinity).
Is that right? Or am I missing something?

First off, there is no In function, just as there is no Iog function. The names of these function are ln and log, respectively, for the natural logarithm and common logarithm functions.

Your domain is not correct. For ln(x - 5) to be defined, x > 5, which you have. For the square root, x <= 10, which is what you have. For ln(x-5)/ln(x - 5) to be defined, however, you can't divide by zero. What value of x makes ln(x - 5) = 0?

As already mentioned in your problem, sqrt(10 - x) is decreasing, so 1 + sqrt(10 - x) will be decreasing as well. The restricted domain will affect the graph of 1 + sqrt(10 - x), so will affect the range of your function f.
 
Thanks for explaining.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top