A Physics forum. Physics Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Physics Banter forum » Physics Newsgroups » The Theory of Relativity
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , ,

Help needed with integral



 
 
Thread Tools Display Modes
  #1  
Old April 30th 08 posted to sci.physics.relativity,sci.math
Dono
external usenet poster
 
Posts: 3,977
Default Help needed with integral

I input the following into the web-based Mathematica and it timed out
before giving an answer. Can anyone help finding out if there is a
symbolic answer:

sin[x]*sqrt(1-a*(cos[x])^2*((1+sin[x])^2/(1+a*sin[x])^2+(1-
a)*cos[x]^2))

Please copy and paste the formula in order to avoid introducing
errors. Thank you.

Ads
  #2  
Old April 30th 08 posted to sci.physics.relativity,sci.math
Dono
external usenet poster
 
Posts: 3,977
Default Help needed with integral

Sorry, wrong integrand, here is the correct one:

sin[x]*sqrt(1-a*(cos[x])^2((1+sin[x])^2/(1+a*(sin[x])^2)+(1-
a)*(cos[x])^2))


  #3  
Old April 30th 08 posted to sci.physics.relativity,sci.math
Eric Gisse
external usenet poster
 
Posts: 17,401
Default Help needed with integral

On Apr 29, 4:02*pm, Dono wrote:
Sorry, wrong integrand, here is the correct one:

sin[x]*sqrt(1-a*(cos[x])^2((1+sin[x])^2/(1+a*(sin[x])^2)+(1-
a)*(cos[x])^2))


http://img291.imageshack.us/img291/8664/integralvi2.jpg
  #4  
Old April 30th 08 posted to sci.physics.relativity,sci.math
Tom Roberts
external usenet poster
 
Posts: 3,898
Default Help needed with integral

Mathematica uses Sin[] and Cos[].

Tom Roberts


Dono wrote:
I input the following into the web-based Mathematica and it timed out
before giving an answer. Can anyone help finding out if there is a
symbolic answer:

sin[x]*sqrt(1-a*(cos[x])^2*((1+sin[x])^2/(1+a*sin[x])^2+(1-
a)*cos[x]^2))

Please copy and paste the formula in order to avoid introducing
errors. Thank you.

  #5  
Old April 30th 08 posted to sci.physics.relativity,sci.math
Dono
external usenet poster
 
Posts: 3,977
Default Help needed with integral

On Apr 29, 6:22 pm, Tom Roberts wrote:
Mathematica uses Sin[] and Cos[].

Tom Roberts

Dono wrote:
I input the following into the web-based Mathematica and it timed out
before giving an answer. Can anyone help finding out if there is a
symbolic answer:


sin[x]*sqrt(1-a*(cos[x])^2*((1+sin[x])^2/(1+a*sin[x])^2+(1-
a)*cos[x]^2))


Please copy and paste the formula in order to avoid introducing
errors. Thank you.


It recognized the lower case, this is not the problem.

  #6  
Old April 30th 08 posted to sci.physics.relativity,sci.math
Dono
external usenet poster
 
Posts: 3,977
Default Help needed with integral

On Apr 29, 6:21 pm, Eric Gisse wrote:
On Apr 29, 4:02 pm, Dono wrote:

Sorry, wrong integrand, here is the correct one:


sin[x]*sqrt(1-a*(cos[x])^2((1+sin[x])^2/(1+a*(sin[x])^2)+(1-
a)*(cos[x])^2))


http://img291.imageshack.us/img291/8664/integralvi2.jpg




Excellent! Thank you , Eric!

  #7  
Old April 30th 08 posted to sci.physics.relativity,sci.math
David W. Cantrell
external usenet poster
 
Posts: 16
Default Help needed with integral

Dono wrote:
On Apr 29, 6:21 pm, Eric Gisse wrote:
On Apr 29, 4:02 pm, Dono wrote:

Sorry, wrong integrand, here is the correct one:


sin[x]*sqrt(1-a*(cos[x])^2((1+sin[x])^2/(1+a*(sin[x])^2)+(1-
a)*(cos[x])^2))


http://img291.imageshack.us/img291/8664/integralvi2.jpg


Excellent! Thank you , Eric!


Your jubilation is, I think, premature. If you differentiate the supposed
antiderivative shown there, you get just

sin(x) sqrt(1 - a cos(x)^2)

which is not equal to the given integrand.

David
  #8  
Old April 30th 08 posted to sci.physics.relativity,sci.math
Dono
external usenet poster
 
Posts: 3,977
Default Help needed with integral

On Apr 29, 9:42 pm, David W. Cantrell wrote:
Dono wrote:
On Apr 29, 6:21 pm, Eric Gisse wrote:
On Apr 29, 4:02 pm, Dono wrote:


Sorry, wrong integrand, here is the correct one:


sin[x]*sqrt(1-a*(cos[x])^2((1+sin[x])^2/(1+a*(sin[x])^2)+(1-
a)*(cos[x])^2))


http://img291.imageshack.us/img291/8664/integralvi2.jpg


Excellent! Thank you , Eric!


Your jubilation is, I think, premature. If you differentiate the supposed
antiderivative shown there, you get just

sin(x) sqrt(1 - a cos(x)^2)

which is not equal to the given integrand.

David




Hmm,

So, what is the correct answer?
  #9  
Old April 30th 08 posted to sci.physics.relativity,sci.math
Eric Gisse
external usenet poster
 
Posts: 17,401
Default Help needed with integral

On Apr 29, 8:42*pm, David W. Cantrell wrote:
Dono wrote:
On Apr 29, 6:21 pm, Eric Gisse wrote:
On Apr 29, 4:02 pm, Dono wrote:


Sorry, wrong integrand, here is the correct one:


sin[x]*sqrt(1-a*(cos[x])^2((1+sin[x])^2/(1+a*(sin[x])^2)+(1-
a)*(cos[x])^2))


http://img291.imageshack.us/img291/8664/integralvi2.jpg


Excellent! Thank you , Eric!


Your jubilation is, I think, premature. If you differentiate the supposed
antiderivative shown there, you get just

sin(x) sqrt(1 - a cos(x)^2)

which is not equal to the given integrand.


Yes, it is. If you have Maple, Mathematica, or MATLAB, have one of
them [preferably Maple] apply the relevant simplify command to the
expression.


David


  #10  
Old April 30th 08 posted to sci.physics.relativity,sci.math
David W. Cantrell
external usenet poster
 
Posts: 16
Default Help needed with integral

Eric Gisse wrote:
On Apr 29, 8:42=A0pm, David W. Cantrell wrote:
Dono wrote:
On Apr 29, 6:21 pm, Eric Gisse wrote:
On Apr 29, 4:02 pm, Dono wrote:


Sorry, wrong integrand, here is the correct one:


sin[x]*sqrt(1-a*(cos[x])^2((1+sin[x])^2/(1+a*(sin[x])^2)+(1-
a)*(cos[x])^2))


http://img291.imageshack.us/img291/8664/integralvi2.jpg


Excellent! Thank you , Eric!


Your jubilation is, I think, premature. If you differentiate the
supposed antiderivative shown there, you get just

sin(x) sqrt(1 - a cos(x)^2)

which is not equal to the given integrand.


Yes, it is. If you have Maple, Mathematica, or MATLAB, have one of
them [preferably Maple] apply the relevant simplify command to the
expression.


You seem to be saying that the given integrand simplifies to

sin(x) sqrt(1 - a cos(x)^2)

but that is easily shown to be false. For example, if we take a = 1 and
x = pi/4, the expression sin(x) sqrt(1 - a cos(x)^2) has the value 1/2,
while the original integrand has a value which is approximately 0.119573
instead.

Concerning Dono's question "So, what is the correct answer?":
Perhaps it is not possible to express an antiderivative in closed form
using standard functions.

David W. Cantrell
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the integral of x^^x? Hannu Poropudas Physics - General Discussion 10 August 8th 07 11:18 PM
Is the integral of zero always zero? Jack Sarfatti The Theory of Relativity 0 May 4th 05 09:16 PM
Integral on SO(3) Vincent G. Mathematical Research (Moderated) 5 June 11th 04 03:39 PM
Integral of [sin(x)/x]^2 Mark Physics - General Discussion 2 November 17th 03 11:59 AM
Formulation of the Feynman Path Integral as a Function Space Integral. Max Lipyanskiy Current Physics Research (Moderated) 0 July 13th 03 07:30 AM


All times are GMT +1. The time now is 01:24 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Physics Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Payday Loan - Loans - Mortgage Calculator - Mortgage - 0 Credit Cards