How Do You Correctly Expand Trigonometric Equations Involving Sine and ArcTan?

  • Thread starter Thread starter ultrabionic_ang
  • Start date Start date
  • Tags Tags
    Expanding
AI Thread Summary
To expand the expression (B^2+C^2)^(1/2) * sin(omega*t + tan^-1(B/C), the correct approach involves using the sine addition formula: sin(x + y) = sin(x)cos(y) + cos(x)sin(y). The key identities needed are sin(tan^-1(x)) = x/√(1+x^2) and cos(tan^-1(x)) = 1/√(1+x^2). By applying these identities correctly, the expression simplifies to B*cos(omega*t) + C*sin(omega*t). This method clarifies the proper use of trigonometric identities in the expansion process.
ultrabionic_ang
Messages
7
Reaction score
0
hello.. I've been having some trouble with expanding this:

(B^2+C^2)^(1/2) X sin (omega*t +(taninverse B/C)

(read as: square root of (b squared plus c squared) times sin times the quantity omega times t plus taninverse of B divided by C)

apparently, the answer is supposed to be B cos omega*t + C sin omega*t .. but I've gotten like B arctan omega^2(t) + C cos omega*t... i just wanted to know like the way to get the answer.. i think I'm using trig identities incorrectly..
 
Physics news on Phys.org
What you need is \sin (x + y) = \sin x \cos y + \cos x \sin y and use the fact that \sin \tan^{-1} x = x/ \sqrt {1 + x^2} and similarly for the cosine.
 
thanks! that helped a lot! thank you!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top