chwala said:
Homework Statement
Get the two stationary points for the equation ## y= ((ln x)^2)/x ##
Homework Equations
The Attempt at a Solution
i have managed to solve
##dy/dx=((2xlnx/x- (ln x)^2))/x^2 = 0,
ln x(2-ln x) = 0,
x= 1, x =e^2##
So, what is your question?
Anyway, please use proper syntax for TeX/LaTex: you should type "\ln ..." instead of "ln ...", because leaving out the backslash produces ugly results that are hard to read, like this (##ln x##) while using "\ln..." produces good-looking, easier-to-read results, like this (##\ln x##). BTW: the same goes for sin/arcsin, cos/arccos, tan/arctan, exp, log, max, min, lim, sinh, cosh, tanh, etc: leaving out the backslash gives ugly, hard-to-read results ##sin x##, ##arcsin x##, ##cos x##, ##arccos x##, ##tan x##, ##arctan x##, ##exp x##, ##log x##, ##max x##, ##min x##, ##lim_{x \to 0}##, ##sinh x##, etc., etc. Using the backslash produces much nicer output: ##\sin x##, ##\arcsin x##, ##\cos x##, ##\arccos x##, ##\tan x##, ##\arctan x##, ##\exp x##, ##\log x##, ##\max x##, ##\min x##, ##\lim_{x \to 0}##, ##\sinh x##, etc.