Avenger6 said:
Ahk, i misread the equation thats why i didn't understand i though it read 1/(x-2)=0. Anyway this is my final question, howcome in question 10 it stated that 1 - ln x = 0 shouldn't it read (1-lnx)/x^2=0??? And with regard to determing its nature, how do you test for numbers below and above e...what is the numerical value for e?
The reason why you test the numbers beside e is to determine what the gradient is beside the stationary point at x = e.
You do not really need to know the numerical value for e (on top of my head, it's around 2.71), you can just use e+1 and e-1.
Also, when testing numbers beside a stationary point to determine it's nature, test numbers close to it.
Another tip I can give you is say, a graph has a stationary point at x = 1 and x = 2
For testing the nature of x = 1, you should use x = 0 and x = 0.5, as if you use 2, the result will be 0, thus making it utterly useless as to what type of stationary point it is. For x = 2, you can use the result of x = 0.5 for testing the point at x = 2, as the result isn't 0 gradient.
Sorry if it seems confusing, if you have any other questions I'll try to clarify as best as I can.