Question about integration with inverse trigonometric functions

pc2-brazil
Messages
198
Reaction score
3
I'm self-studying Calculus and would like to ask some doubts about the following question:

Homework Statement


If, in t seconds, s is the oriented distance of the particle from the origin and v is the velocity of the particle, then a differential equation for harmonic simple motion is:
\frac{ds}{dt}=-k^2s
where k2 is a proportionality constant.
Since \frac{dv}{dt}=\frac{dv}{ds}\frac{ds}{dt}=v\frac{dv}{ds},
v\frac{dv}{ds}=-k^2s
a) Obtain that v = \pm\sqrt{a^2-s^2}. Note: Take a²k² as the arbitrary integration constant and justify this choice.
b) Taking t = 0 in the instant that v = 0 (s = a), obtain that s = a cos kt.

Homework Equations



The Attempt at a Solution


a)
\int vdv=\int -k^2sds
\frac{v^2}{2}=-\frac{k^2s^2}{2}+\text{constant}
v^2=-k^2s^2+C
v=\pm\sqrt{C-k^2s^2}
v=\pm\sqrt{a^2k^2-k^2s^2}
Using C = a²k²:
v=\pm k\sqrt{a^2-s^2}
I'm not sure how to justify the choice of C as a²k². Is it because the velocity will be 0 for s = a (the amplitude of the motion)?
b)
\frac{ds}{dt}=\pm k\sqrt{a^2-s^2}
\frac{ds}{\sqrt{a^2-s^2}}=\pm k dt
\arcsin\frac{s}{a} = \pm kt + \bar{c} where a > 0
\frac{\pi}{2} - \arccos\frac{s}{a} = \pm kt + \bar{k}
-\arccos\frac{s}{a} = \pm kt + \bar{k} - \frac{\pi}{2}
Replacing \bar{k} - \frac{\pi}{2} by \bar{c}:
-\arccos\frac{s}{a} = \pm kt + \bar{c}
\arccos\frac{s}{a} = \mp kt - \bar{c}
When t = 0, s = a, so:
\arccos\frac{a}{a} = -\bar{c}
\arccos 1 = -\bar{c}
\bar{c}=0
Then:
\arccos\frac{s}{a} = \pm kt
Now the problem is that I'm not sure how to get rid of the ±.
I think that ± is eliminated here because, in the way that the arc-cosine function is defined, its image is from 0 to π (therefore, its image must be positive). Then:
\frac{s}{a} = \cos kt
s = a\cos kt

Thank you in advance.
 
Physics news on Phys.org
pc2-brazil said:
Now the problem is that I'm not sure how to get rid of the ±.
I think that ± is eliminated here because, in the way that the arc-cosine function is defined, its image is from 0 to π (therefore, its image must be positive). Then:
\frac{s}{a} = \cos kt
s = a\cos kt

Thank you in advance.

Cosine is an even function, cos(x)=cos(-x). When you take the cosine of both sides of \arccos\frac{s}{a} = \pm kt it gives the single result \frac{s}{a} = \cos kt.


ehild
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top