Can Wolfram Alpha Handle Complex Inequality Solutions?

  • Thread starter Thread starter GreenPrint
  • Start date Start date
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
31 replies · 6K views


GreenPrint said:
lol sorry and thanks for your help!

What did you do here ?

( SQRT( 1 + #^2)SQRT( 1 + #^2) ) / ( (1 + #i)SQRT( 1 + #^2) )
(1 + #^2)/( (1 + #i)SQRT( 1 + #^2) )
(1 - ix)/SQRT( 1 + #^2)- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>?
1/SQRT( 1 + #^2 ) - (ix)/SQRT( 1 + #^2)

How did you go from step 2 to 3 ?
 
on Phys.org


GreenPrint said:

Homework Statement



I was trying rewrite properly the tangent and arctangent function and was trying to figure out what values of the argument in the natural log was < 0 so that way I could simplify my formulas further because

i ln(-1) = -pi/2
and stuff of the sort

(-x i)/SQRT(x^2 + 1) + SQRT(x^2 +1)/(x^2 + 1) < 0
basically looking for the first x value that would make that a negative number

I'd say x=0 is the only answer that makes the expression a negative number (zero imaginary part) assuming you don't use the principal square root values. That is, use the function:

[tex]f(x)=-\frac{x i}{\sqrt{x^2 + 1}} - \frac{\sqrt{x^2 + 1}}{x^2 + 1}[/tex]

or:

[tex]f(x)=\frac{x i}{\sqrt{x^2 + 1}} - \frac{\sqrt{x^2 + 1}}{x^2 + 1}[/tex]

where the root symbol means "principal value".

Also, Wolfram Alpha and Mathematica only use the principal value by default when evaluating a multi-valued function.