- #1
the_dialogue
- 79
- 0
Homework Statement
I am given two functions:
[tex]f(x)=\frac{x^{25}}{1.0001^x}[/tex]
[tex]g(x)=\frac{1.0001^x}{1.0001^x+x^{25}}[/tex]
I'm first asked to find the values of x for which f(x) reaches a maximum and g(x) reaches the minimum.
Secondly, I'm asked to find the actual max value of f(x) and min value of g(x) to 5 significant digits.
The Attempt at a Solution
I have completed the first part and found that f(x) reaches it's max value and g(x) reaches it's minimum value at the same 'x'. This x value is 25/ln(1.0001).
However, I do not know how to do the second part of the question. Obviously, the x value is incredibly large, since ln(1.0001), it's denominator, is very small. This makes simple calculator use impossible. How then do I calculate the value of f(x) and g(x) at this x?
I have considered of transforming f(x) into a taylor series by expanding x^25. Maybe then I can approximate the function by its taylor series expansion for 5 digits. Is this correct? Furthermore, can I have a hint for evaluating g(x) at its minimum point?
Thank you,
Alex.