Carl Love

Carl Love

28070 Reputation

25 Badges

13 years, 37 days
Himself
Wayland, Massachusetts, United States
My name was formerly Carl Devore.

MaplePrimes Activity


These are replies submitted by Carl Love

What do mean that they are functions of x? Is x distinct from x[1], x[2], ..., x[60]?

@maplelearner

Exactly what plot "shows that the integartion is possible"? My plot (which takes a few minutes to generate) shows that the oscillations do not decrease in amplitude.

plot(R-> Int(r*BesselJ(1,r)*BesselJ(0,r), r= 0..R, digits=4), 100..110);

Also, consider the first term of the asymptotic expansion of the integrand. It does not go to 0 as r -> infinity.

asympt(r*BesselJ(1,r)*BesselJ(0,r), r);

A function is inceasing where its derivative is positive. Typically one finds where the derivative is 0. The zeros divide the real line into intervals. Taking a test point from each interval, determine whether the derivative is positive for that interval.

I can't give more help than that without seeing your function.

@candy898 For positive a, the integral doesn't converge because of the singularity at x=a. You can enter the integral into Maple as

int(ln(x)/(x-a)/(x-1), x= 0..infinity);

Note that it is ln(x), not In(x).

I don't know exactly what Mathematica is doing here. I think it's called Wynn extrapolation or Wynn's epsilon method. Note that Mathematica does express skepticism about its own answers. Also note that the book that you referenced merely explains why Mathematica gives numeric answers for such integrals; it does not claim that those answers are correct (as far as I can tell). I think that the author is more-or-less apologizing for Mathematica's behaviour.

@adel-00 I don't really understand your comment. Are you saying that the program doesn't work for values of theta and phi other than zero? What exactly happens?

@Kitonum Actually, there is no missing parenthesis. The sqrt definitely encompasses the whole expression.

@Kitonum There is a missing right parenthesis in the original. My answer assumed that it closed the whole expression. Yours assumes that it closes the sqrt.

@Adri van der Meer The dynamic Vector approach is significantly faster for sequential output. My earlier Reply was wrong about that.

@Hermitage What tools would you have available on a test? Perhaps a graphing calculator? Maple? Although the problem is somewhat tedious to do analytically, the most basic plot shows that the range is [0, +infinity).

@Carl Love Being able to upload worksheets for display in a post is of fundamental importance for MaplePrimes, IMO. Are there any progress reports on returning this functionality? Are you planning to return this functionality?

@adel-00 Remove the line tau:= Pi from the top of the program. That's all that you need to do. I said that before.

The table in your question is not a Cayley table. There are no repeated elements in any row or column of a Cayley table.

@candy898 The natural logarithm of x is written ln(x), not In(x): letter L for Logarithm.

So, did you mean for (x-1) to be in the denominator?

@candy898 What does In(x) mean? There is no standard function with that name. Also, it is not clear if you mean for (x-1) to be in the numerator or denominator. If you don't know how to make the symbols, then type it out in English words.

Yeah, I know what an integral is, and I know that you mean that.

First 591 592 593 594 595 596 597 Last Page 593 of 709