Intervals where the function is increasing

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 8K views
t_n_p
Messages
593
Reaction score
0

Homework Statement



For the function f(x)=xln(x²), x≠0


The Attempt at a Solution



f'(x)=2+ln(x²)

For the function to be increasing f'(x)>0

2+ln(x²)>0
ln(x²)>-2
x²>e^(-2)

Taking square roots of both sides

±x>±(1/e)

How can I find the intervals from this?
(Somebody has suggested to me that after taking the square root of 1/e the answer should be positive only rather than plus/minus, but I can't seem to find a reason why such would be the case)
 
Physics news on Phys.org
note that if you accept that [tex]\log (x^2) = 2 \log (x)[/tex], then now RHS implies that x should be non-negative. That's the only possible reason I can think of that may dictate that you take the +ve root. But, it is clear that for your f(x) both +/- roots are good solutions and your interval is
[tex](-\infty,-1/e) \cup (1/e, \infty)[/tex]
 
mjsd said:
note that if you accept that [tex]\log (x^2) = 2 \log (x)[/tex], then now RHS implies that x should be non-negative. That's the only possible reason I can think of that may dictate that you take the +ve root. But, it is clear that for your f(x) both +/- roots are good solutions and your interval is
[tex](-\infty,-1/e) \cup (1/e, \infty)[/tex]

yeah I got it!
If I bring the two down to the front of the natural logarithm I will get
2ln|x|.

With the modulus then I get |x|>(1/e) and hence the intervals (-∞, -1/e) and (1/e, ∞)

Thanks! :-p