Finding the Amplitude of a Trigonometric Motion Equation

  • Thread starter Thread starter Fascheue
  • Start date Start date
  • Tags Tags
    Amplitude Motion
Click For Summary

Homework Help Overview

The discussion revolves around finding the amplitude of a trigonometric motion equation represented by x(t) = C cos ωt + D sin ωt. Participants are exploring the mathematical properties and simplifications related to this equation.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants attempt to differentiate the equation and set conditions for finding the amplitude. There are discussions about simplifying expressions and the symmetry in the coefficients C and D. Some participants question the correctness of their simplifications and the dimensional consistency of their results.

Discussion Status

There is ongoing exploration of different methods to express the amplitude, including suggestions to use trigonometric identities. Participants are engaging with each other's reasoning and clarifying concepts without reaching a definitive conclusion.

Contextual Notes

Some participants note the expectation of symmetry in the coefficients C and D, and there are references to common practices in physics and engineering regarding the representation of trigonometric functions.

Fascheue

Homework Statement



Find the amplitude of the motion given by x(t) = C cos ωt + D sin ωt.

Homework Equations


[/B]
x(t) = C cos ωt + D sin ωt

The Attempt at a Solution


[/B]
x(t) = C cos ωt + D sin ωt

x’(t) = -Cω sin ωt + Dω cos ωt

0 = -Cω sin ωt + Dω cos ωt

0 = -C sin ωt + D cos ωt

C sin ωt = D cos ωt

tan ωt = D/C

ωt = arctan D/C

t = (arctan D/C)/ω

x((arctan D/C)/ω) = C cos ω((arctan D/C)/ω)+ D sin ω((arctan D/C)/ω)

x((arctan D/C)/ω) = C/sqrt(1 + (D/C)^2) + D^2/Csqrt(1 + (D/C)^2)
 
Physics news on Phys.org
Fascheue said:

Homework Statement



Find the amplitude of the motion given by x(t) = C cos ωt + D sin ωt.

Homework Equations


[/B]
x(t) = C cos ωt + D sin ωt

The Attempt at a Solution


[/B]
x(t) = C cos ωt + D sin ωt

x’(t) = -Cω sin ωt + Dω cos ωt

0 = -Cω sin ωt + Dω cos ωt

0 = -C sin ωt + D cos ωt

C sin ωt = D cos ωt

tan ωt = D/C

ωt = arctan D/C

t = (arctan D/C)/ω

x((arctan D/C)/ω) = C cos ω((arctan D/C)/ω)+ D sin ω((arctan D/C)/ω)

x((arctan D/C)/ω) = C/sqrt(1 + (D/C)^2) + D^2/Csqrt(1 + (D/C)^2)
Yes, but you can simplify that a lot. (You should expect the answer to be symmetric in C and D.)
 
  • Like
Likes   Reactions: Fascheue
haruspex said:
Yes, but you can simplify that a lot. (You should expect the answer to be symmetric in C and D.)
I’m not quite sure what you mean by symmetric in C and D, but I tried to simplify the expression and got (1 + C)(sqrt(1 + (D/C)^2))/(1 + D).
 
Fascheue said:
I’m not quite sure what you mean by symmetric in C and D, but I tried to simplify the expression and got (1 + C)(sqrt(1 + (D/C)^2))/(1 + D).
That cannot be right because it adds dimensionless terms (1) to dimensioned terms (C, D). Try that again.
 
  • Like
Likes   Reactions: Fascheue
haruspex said:
That cannot be right because it adds dimensionless terms (1) to dimensioned terms (C, D). Try that again.
Is Csqrt(1 + (D/C)^2) correct?
 
Fascheue said:
Is Csqrt(1 + (D/C)^2) correct?
Yes, or in symmetric form √(C2+D2).
 
  • Like
Likes   Reactions: Fascheue
haruspex said:
Yes, or in symmetric form √(C2+D2).
Did you understand why it should be symmetric? You can swap the cos and sin around in the original equation by a combination of time reversal and phase shift. Those changes cannot alter the amplitude.
 
  • Like
Likes   Reactions: Fascheue
Fascheue said:

Homework Statement



Find the amplitude of the motion given by x(t) = C cos ωt + D sin ωt.

Homework Equations


[/B]
x(t) = C cos ωt + D sin ωt

The Attempt at a Solution


[/B]
x(t) = C cos ωt + D sin ωt

x’(t) = -Cω sin ωt + Dω cos ωt

0 = -Cω sin ωt + Dω cos ωt

0 = -C sin ωt + D cos ωt

C sin ωt = D cos ωt

tan ωt = D/C

ωt = arctan D/C

t = (arctan D/C)/ω

x((arctan D/C)/ω) = C cos ω((arctan D/C)/ω)+ D sin ω((arctan D/C)/ω)

x((arctan D/C)/ω) = C/sqrt(1 + (D/C)^2) + D^2/Csqrt(1 + (D/C)^2)

There is an easier way that you should know about; it is all the time in physics and engineering.

You can write a linear combination such as ##S = A \sin(\theta) + B \cos(\theta)## as a single sine or cosine, with an amplitude and a phase shift. Basically, use the addition formulas
$$\begin{array}{cl}(1):& \sin(\theta + p) = \sin(\theta) \cos(p) + \cos(\theta) \sin(p)\\
\text{or} &\\
(2):& \cos(\theta - p) = \cos(\theta) \cos(p) + \sin(\theta) \sin(p)
\end{array}$$
to re-write ##S##. For example, if we use formula (1) we have $$A \sin(\theta) + B \cos(\theta) = C\cos(p) \sin(\theta) + C\sin(p) \cos(\theta),$$ so
$$ A = C \cos(p), \; B = C \sin(p) \; \Rightarrow \; C^2 = A^2 + B^2$$
If we choose the positive root ##C = \sqrt{A^2+B^2},## then we have
$$\cos(p) = \frac{A}{\sqrt{A^2+B^2}}, \; \; \sin(p) = \frac{B}{\sqrt{A^2+B^2}} $$
The signs of ##A## and ##B## will tell us which quadrant the point ##(\cos(p), \sin(p))## lies in, so we can tell which value of ##p = \arcsin(B/C)## or ##p = \arctan(B/A)## to pick.
 
  • Like
Likes   Reactions: Fascheue
haruspex said:
Did you understand why it should be symmetric? You can swap the cos and sin around in the original equation by a combination of time reversal and phase shift. Those changes cannot alter the amplitude.
Yes, I see that now. Thanks for the help.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 35 ·
2
Replies
35
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K