How to Rearrange Trigonometric Equations for Integrals?

  • Context: Undergrad 
  • Thread starter Thread starter Zula110100100
  • Start date Start date
  • Tags Tags
    Dx
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Zula110100100
Messages
250
Reaction score
0
To get something into integral form the dx needs to be at the end right? How can I do this if what I have is rsin(x+dx)cos(x+dx)?
 
Physics news on Phys.org
I am going to assume that your "dx" is not a differential but just some slight change in x. [itex]\Delta x[/itex] would be better notation.

The best you can do is use the sum identities:
sin(x+ dx)= sin(x)cos(dx)+ cos(x)sin(dx)
cos(x+ dx)= cos(x)cos(dx)- sin(x)sin(dx)

You could then argue that for dx sufficiently small sin(dx) is approximately equal to dx and cos(dx) is approximately equal to 1:
sin(x+ dx) is approximately sin(x)+ cos(x)dx
cos(x+ dx) is approximately cos(x)- sin(x)dx.

Now, r sin(x+ dx)cos(x+ dx) will be approximately
[itex]sin(x)cos(x)+ cos^2(x)dx- sin^2(dx)- sin(x)cos(x)dx^2[/itex]

I suppose you could not argue that, for dx a "differential", you can drop [itex]dx^2[/itex] to get [itex]sin(x)cos(x)+ cos^2(x)dx- sin^2(x)dx[/itex]

But those still will not give you something "times dx".


As dextercioby said, please show the entire problem.
 
The entire equation is : Lim [itex]\Delta[/itex]x->0 [itex]\Sigma[/itex] (r[itex]\Pi[/itex][itex]\Delta[/itex]x/90 - rsin(xi)cos(xi)+rsin(xi+[itex]\Delta[/itex]x)cos(xi+[itex]\Delta[/itex]x))

Thats ugly as hell, but I think you get the idea yes?