Message Boards Message Boards

0
|
3039 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

Calculate this limit using Wolfram Language?

Posted 6 years ago

lim(x->0+) (x^(a) log(x))/(log(1 + x^2) (sin(x^2) - sin^2(x))) a>0

POSTED BY: Fabiola Pepe

If $a > 0$ :

 Limit[(x^a Log[x])/(Log[1 + x^2] (-Sin[x]^2 + Sin[x^2])), x -> 0, Direction -> "FromAbove", Assumptions -> a > 0]

 (*  ConditionalExpression[0, a > 6] *)

and $0<a\leq 6$ then:

 Limit[(x^a Log[x])/(Log[1 + x^2] (-Sin[x]^2 + Sin[x^2])), x -> 0, Direction -> "FromAbove", Assumptions ->0 < a <= 6]

 (*  ConditionalExpression[-\[Infinity], a < 0]  *)
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract