Determine Frequency/Amplitude from v=50sin(5000t) - Can Help

  • Thread starter Thread starter celect
  • Start date Start date
  • Tags Tags
    Frequency
AI Thread Summary
To determine the frequency and amplitude from the equation v=50sin(5000t), the amplitude is identified as 50, while the radian frequency is 5000 rad/sec. The relationship between radian frequency (ω) and frequency (f) is given by ω = 2πf, leading to a frequency of approximately 795 Hz when calculated. The discussion emphasizes that the parameters A (amplitude) and ω (frequency) directly affect the graph's height and spacing, respectively, without needing to evaluate the sine function itself. Additionally, there is a side conversation about converting decimal frequency values to hexadecimal, which requires understanding the context and specific digital systems involved.
celect
Messages
43
Reaction score
0
If I'm given v=50 sin(5000t)
how do I determine the frequency or amplitude?

Can someone direct me to a source?
thank you
 
Physics news on Phys.org
Then

do I take the sin of 50 then times that by 1/5000t?
 
just match your equation against what's in the link.
amplitude value precedes "sin(...)"

hint: phita (phase angle) is zero in your case
 
50 is your amplitude
5000 is your radian frequency in rad/sec
 
Vs = A*sin({\omega}t + {\phi})+C


this formula states Vs =

Using the information I'm given

50 * sin(wt + 0) + C

is that the sin of 5000t
I'm confused on this I never used this type of equation before.
 
Compare your equation

V = 50*sin(5000t)

with

Vs = A*sin({\omega}t + {\phi})+C

You can see that A is 50 and \omega is 5000. \Phi and C are zero.

As shown in my definition, A is the amplitude and \omega is equal to 2{\pi}f

So you can therefore determine the amplitude value and with a little calculation the frequency as well.
 
I’m really struggling here, if A = 50 and wt = 5000

If I want to know freq should I take the sin of 50(0.7666) and then multiply that by 5000


I have 10 problems I need to lean how to use this equation.
 
Sine is really important and something you should know well. If you have a graphing calculator, I would suggest plotting a bunch of A\sin(\omega t+\phi)+C equations to see how the graph changes as the parameters change.

Sine itself can never get bigger than 1, and the things inside the sin can never change the height of the graph. \omega and \phi, which go inside sin, only change the spacing and position with respect to the t axis. \omega is the frequency, or how frequently the curve goes from top to bottom. \phi just shifts it left and right on the time axis.

Since things inside sin don't change the height, that means only A and C can affect the position on the y axis. Since plain sin has a maximum value of 1, the maximum of A*sin will be whatver A is. Then if you add a C term, that just shifts the whole thing up or down on the y axis.

The frequency is \omega itself, and the amplitude is A itself. There's no need to take the sin of anything or multimply anything. You're just identifying parameters in the equation.
 
  • #10
So my freq = 5000Hz
and my Amplitude = 50V.
 
  • #11
as LeBrad and Delta said in your equation Vs = A*sin({\omega}t }) A=50 and \omega= 5000 ..
Maybe you are confused between Evaluating the equation and identifying the parameters ..
to evaluate the equation ,plug in T=0 or any value for t
So my freq = 5000Hz
no \omega= 2Pi f
so your frequency in Hz 5000/2Pi
 
  • #12
So are you stating I should have as an answer 5000/2 pi
the freq = 2500 pi Hz
 
  • #13
celect said:
So are you stating I should have as an answer 5000/2 pi
the freq = 2500 pi Hz
no i mean you should get 2500/pi Hz
approx 795 Hz..
 
  • #14
Ok, I'm checking myself with text that has answers in back for just odd numbers.
the only answer they give is 2500/pi Hz
but the true answer is to go another step and divide the 2500 by pi.
ok
thanks.
 
  • #15
Sir

I want to know the frequency of the sound using the hexadecimal value of sound.can u please tell me the formula for that.
 
  • #16
123456 said:
Sir

I want to know the frequency of the sound using the hexadecimal value of sound.can u please tell me the formula for that.

Why would you want to convert the decimal frequency of sound into a hex number? What is the context of your question? Do you maybe mean convert between Hz (cycles per second) and Radians per second?
 
  • #17
Hexadecimal is just base-16 using digits
0123456789abcdef
corresponding to decimal values 0-16.
Use a conversion calculator to get the decimal value,
or calculate it digit by digit as the sum of h * 16^n where
h is your hex digit in that place, and n increases from 0
on the right up to however many total hex digits you have.

As to the frequency that corresponds, that cannot be said
using only the information you've provided since generally
a hexadecimal number will correspond to some divisor value relative to some reference clock frequency that is
specific to a given digital system...
 
  • #18
xez said:
Hexadecimal is just base-16 using digits
0123456789abcdef
corresponding to decimal values 0-16.

Small typo -- 0x0 to 0xF corresponds to decimal 0-15. :biggrin:
 

Similar threads

Replies
5
Views
3K
Replies
3
Views
2K
Replies
9
Views
7K
Replies
4
Views
2K
Replies
4
Views
1K
Replies
49
Views
4K
Replies
5
Views
3K
Replies
1
Views
2K
Back
Top