Solving exponential simultaneous equations

AI Thread Summary
The discussion revolves around solving for the constants A and K in the equation T = Ae-Ktsin(wt + ø) based on a sinusoidal waveform with decaying amplitude. The values for w and ø are established as w = 40π and ø = -1.885. The user sets up two equations based on maximum peaks but encounters discrepancies when solving for A after calculating K. A correction is noted regarding the exponent handling, leading to the conclusion that K should be calculated as k = ln(2.875)/0.05. This adjustment aims to yield a consistent value for A.
MathsDude69
Messages
25
Reaction score
0

Homework Statement



The actual problem shows a graph however I can state all the information. The graph is of a sinusiodal waveform where the amplitude is decaying exponentially. The formula for the graph is given by the equation:

T = Ae-Ktsin(wt + ø)

The question is to find A,K,w and ø

Being quite confident in sinusoidal waveforms I can tell you that:

w = 40 x pi or 125.66 (whichever tickles your fancy)
ø = -1.885

However I am stuck with the A and K.

Assuming that the maximum peaks occur when sin(wt + ø) = 1 then:

0.23 = Ae-K0.0275

0.08 = Ae-K0.0775

I now have 2 points to solve simultaneously for A and K.

The Attempt at a Solution



0.23/0.08 = Ae-K0.0275/Ae-K0.0775

2.875 = e-K0.5

K = (1/0.5) x ln(2.875) = 2.1121


When you plug this back into the two equations however you get two different answers for A and A is supposed to be a constant. Can anyone see where I am goign wrong here?

Thanks in advance for any help.
 
Physics news on Phys.org
0.23/0.08 = Ae-K0.0275/Ae-K0.0775

2.875 = e-K0.5
K = (1/0.5) x ln(2.875) = 2.1121
Oops! That should be e0.05k in the second line. When dividing two powers you subtract the exponents. Also, if we pretend that the 2nd line was right, then the 3rd line is missing a negative in front of the fraction.

But anyway, there should be no negative:

2.875 = e^{0.05k}

k = \frac{ln(2.875)}{0.05} = 21.121

Now you should get a single value for A.


01
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Back
Top