Solving exponential simultaneous equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 9K views
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:

[tex]2.875 = e^{0.05k}[/tex]

[tex]k = \frac{ln(2.875)}{0.05} = 21.121[/tex]

Now you should get a single value for A.


01