Thread Closed

How to determine whether two complex trig equation is identical.

 
Share Thread
Nov8-03, 08:36 AM   #1
 
Cool

How to determine whether two complex trig equation is identical.


I believe, many of us had this problem:


After finding the integral of some function, we wonder, what the right answer would be. So we goto http://integrals.wolfram.com to look up the answer. The answer the "Integral machine" gave is not always in the same form our answers are.


For example: ∫ Cos[x]^3 = u - u^3/3, where u = sin x.

The answer the integral machine outputs would be something more nastier...


Can someone explain, how do you generally determine whether an expression is identical to another expression(usually in a more complex form)?
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
Nov8-03, 02:40 PM   #2
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus
I don't know of a general method, but you can handle trigonometric cases by using the relevant identities. For instance, in the example you cited you have:

∫cos3(x)dx=sin(x)-(1/3)sin3(x)+C

Wolfram's "Integral Machine" gave this answer:

∫cos3(x}dx=(3/4)sin(x)+(1/12)sin(3x)+C

(note, in both cases I added the "+C" in myself).

The obvious difficulty in comparing the above antiderivatives is in the "3x" argument in the second one. You need to use an identity that reduces the argument to "x" in every term.

The identity is:

sin3(x)=(3/4)sin(x)-(1/4)sin(3x)
Nov8-03, 03:41 PM   #3
 
isn't Sin3x also ((1-cos2x)/2)*sinx?
Nov8-03, 03:57 PM   #4
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus

How to determine whether two complex trig equation is identical.


Originally posted by PrudensOptimus
isn't Sin3x also ((1-cos2x)/2)*sinx?
No, sin2(x)=(1/2)(1-cos(2x)).
Nov9-03, 03:31 AM   #5
 
one way that will at least disprove the two formula's equality would be plugging in a few numbers.

i tried to see if the integrals site will accept the command FullSimplify or Simplify in the integrand. first of all, to see if that would even help, i inputted 0 for the integrand. got nothing. so i inputted 1, for which i got x. the idea would have been to have it integrate 1+FullSimplify[G(x)-H(X)] where G and H are the two things you want to see if are equal. if the answer was x, then they're equal.

i had it integrate 1+(Sin[x]^2)-((1-Cos[2x])/2) and it gave x as the answer, so it seems to Simplify or FullSimplify its answers before drawing them.

so to see if H(x)=G(x), have it integrate 1+H(x)-G(x) and if it gives x then H(x)=G(x). having it integrate H(x)-G(x) to get 0 has worked at least once. the problem with doing that is if it thinks H(x)-G(x) is 0 prior to integrating, it won't like it.

it even knew that sin3(x)=(3/4)sin(x)-(1/4)sin(3x) or at least that ∫sin3(x)=∫(3/4)sin(x)-(1/4)sin(3x)
Thread Closed

Similar discussions for: How to determine whether two complex trig equation is identical.
Thread Forum Replies
complex cosine equation (complex analysis) Calculus & Beyond Homework 2
using excel to determine equation. Computing & Technology 3
Determine Value of Trig Functions Introductory Physics Homework 6
Determine Equation by Graph Introductory Physics Homework 3
using e^ix to determine a trig identity General Math 2