Solving a Trig Problem - is this iterative only?

  • Thread starter Thread starter Sparky_
  • Start date Start date
  • Tags Tags
    Iterative Trig
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
2 replies · 2K views
Sparky_
Messages
227
Reaction score
5

Homework Statement



Find when this is "0" for the first time:

[tex]q(t) = e^{-20t} (5cos(40t) + \frac{5} {2} sin(40t))[/tex]


Homework Equations





The Attempt at a Solution



[tex]0 = e^{-20t} (5cos(40t) + \frac{5} {2}sin(40t))[/tex]

[tex]0 = (5cos(40t) + \frac{5} {2}sin(40t))[/tex]

[tex]cos(40t) = -\frac{1} {2}sin(40t))[/tex]


Is the best way to solve this perform interations?

Thanks
Sparky
 
Last edited:
Physics news on Phys.org
Iterations on what? You've basically solved it. Make that into [itex]tan(40t) = -2[/itex] and apply arctan. If you don't want a negative number in the argument, you can use the fact that arctan is an odd function.
 
Thanks Kreizhn,

I'm now embarrassed.

this was not seeing the forest for the trees.

I was about to open Excel and try different values of t until I got it to work out.

Thanks
Sparky