Skip to main content
1-Visitor
April 23, 2013
Solved

ASYMPTOTE

  • April 23, 2013
  • 2 replies
  • 3034 views

Hello,

Please see the attached MC 15 worksheet.

I need help in finding:

1- Maximum values of Q1(x), Q2(x) and Q3(x)

2- Asymptote to y(x), z(x) and Z(x) (How can we verify that these curves have horizontal ASYMPTOTES?)

Thank you so much.

Anousheh

Best answer by Werner_E

ad 1) you could use root and the derivative, as odesolve returns sort of a pseudo-functions (vector of points but implicit interpolation) from which you can take the derivative and use root on it. See attached.

ad 2) you can't. The "functions" you have are only valid for 400<=x<=1000, so you can't explore what happens if x approaches infinity (which would be necessary to prove that a horizontal asymptote exists). The best you can "prove" is that all available values Z(x) are smaller than Z(1000) - thats no prove for a limit of course.

To verify a horizontal asymptote you would need Z(x) in an analytical form, that means you will have to solve the DE manually or with the help of Laplace, if possible. Then you could take the limit x-->inf and see what happens.

QMaxima.png

2 replies

Werner_E25-Diamond IAnswer
25-Diamond I
April 24, 2013

ad 1) you could use root and the derivative, as odesolve returns sort of a pseudo-functions (vector of points but implicit interpolation) from which you can take the derivative and use root on it. See attached.

ad 2) you can't. The "functions" you have are only valid for 400<=x<=1000, so you can't explore what happens if x approaches infinity (which would be necessary to prove that a horizontal asymptote exists). The best you can "prove" is that all available values Z(x) are smaller than Z(1000) - thats no prove for a limit of course.

To verify a horizontal asymptote you would need Z(x) in an analytical form, that means you will have to solve the DE manually or with the help of Laplace, if possible. Then you could take the limit x-->inf and see what happens.

QMaxima.png

24-Ruby IV
April 24, 2013

http://twt.mpei.ac.ru/ochkov/T-2012/ass.gif

25-Diamond I
April 24, 2013

Valery, do you really think thats of any help here?

Anousheh1-VisitorAuthor
1-Visitor
April 24, 2013

Hello Werner,

Thank you so much for the input. Very helpful.

All the best,

Anousheh