Message Boards Message Boards

0
|
3435 Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Get the two missing terms when using Limit?

Posted 6 years ago

I use the command Limit,

In[503]:= eq1 = 
 cinf/(s - \[Theta]c) + (
  Sqrt[Dc] E^((lh Sqrt[s])/Sqrt[Dc] - (Sqrt[s] x)/Sqrt[Dc]) F1)/(
  Sqrt[s] (s - \[Theta]c)) - (cinf \[Theta]c)/(s (s - \[Theta]c)) + (
  E^((Sqrt[s] x)/Sqrt[Dc]) s a[1][s])/(s - \[Theta]c) + (
  E^((2 lh Sqrt[s])/Sqrt[Dc] - (Sqrt[s] x)/Sqrt[Dc]) s a[1][s])/(
  s - \[Theta]c) - (E^((Sqrt[s] x)/Sqrt[Dc]) \[Theta]c a[1][s])/(
  s - \[Theta]c) - (
  E^((2 lh Sqrt[s])/Sqrt[Dc] - (Sqrt[s] x)/Sqrt[Dc]) \[Theta]c a[1][
    s])/(s - \[Theta]c)

Out[503]= cinf/(s - \[Theta]c) + (
 Sqrt[Dc] E^((lh Sqrt[s])/Sqrt[Dc] - (Sqrt[s] x)/Sqrt[Dc]) F1)/(
 Sqrt[s] (s - \[Theta]c)) - (cinf \[Theta]c)/(s (s - \[Theta]c)) + (
 E^((Sqrt[s] x)/Sqrt[Dc]) s a[1][s])/(s - \[Theta]c) + (
 E^((2 lh Sqrt[s])/Sqrt[Dc] - (Sqrt[s] x)/Sqrt[Dc]) s a[1][s])/(
 s - \[Theta]c) - (E^((Sqrt[s] x)/Sqrt[Dc]) \[Theta]c a[1][s])/(
 s - \[Theta]c) - (
 E^((2 lh Sqrt[s])/Sqrt[Dc] - (Sqrt[s] x)/Sqrt[Dc]) \[Theta]c a[1][
   s])/(s - \[Theta]c)

In[504]:= eq2 = (Limit[Expand@eq23, x -> + \[Infinity], 
     Assumptions -> {s > 0, Dc > 0}]) // Simplify // Normal

Out[504]= \[Infinity] a[1][s]

Please tell me where they are,

cinf/(s - \[Theta]c)-((cinf \[Theta]c)/(s (s - \[Theta]c)))
POSTED BY: Jacques Ou
3 Replies

I'm not sure I follow, but maybe you mean something like this?

In[4]:= Infinity+xxx                                                            

Out[4]= Infinity

If so, then yes, that's how infinity arithmetic behaves in the Wolfram Language.

POSTED BY: Daniel Lichtblau
Posted 6 years ago

I think that eq2 should include the constant number term eq3, but it seems that this term has been devoured by the infinity term.

I am sorry for the ambiguity. I don't know how to input mathematical expression explicitly.

enter image description here

POSTED BY: Jacques Ou

This is very unclear. What specifically is the expected result?

POSTED BY: Daniel Lichtblau
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