SELECT * FROM question_mgmt as q WHERE id=3456 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=8 AND chapterId=113 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 11th physics Oscillations which of the following functions of time represent

Question:

Which of the following functions of time represent (a) simple harmonic, (b) periodic but not simple harmonic, and (c) non-periodic motion? Give period for each case of periodic motion (ω is any positive constant):

(a) sin ωt - cos wt

(b) sin3 ωt

(c) 3 cos (π/4 - 2ωt)

(d) cos ωt +  cos 3ωt + cos 5ωt

(e) exp (-ω2t2)

Answer:

(a) SHM

The given function is:

sin ωt - cos wt

= underroot 2 [1/underroot 2 sin ωt - 1/underroot 2 cos ωt]

= underroot 2 [ sin ωt  x cos π/4 - cos ωtx cos π/4]

= underroot 2 ( ωt - π/4)

This function represents SHM as it can be written in the form:

a sin ( ωt  + ø )

Its period is: 2π/ω

 

(b) Periodic, but not SHM

The given function is:

sin3ωt = ¼ [3sin ωt –sin 3ωt]
Even though the two sin ωt represent simple harmonic motions respectively, but they are periodic because superposition of two SIMPLE HARMONIC MOTION is not simple harmonic.

(c) 3 cos (π/4 – 2ωt) = 3 cos (2ωt – π/4)
As it can be written as : a sin ( ωt  + Φ) , it represents SIMPLE HARMONIC MOTION
Its period is : π/ω

(d) In cos ωt + cos 3ωt + cos 5ωt, each cosine function represents SIMPLE HARMONIC MOTION, but the super position of SIMPLE HARMONIC MOTION gives periodic.

(e) As it is an exponential function, it is non periodic as it does not repeat itself.

( f ) 1 + ωt + ω2 t2 is non periodic.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='8' AND ex_no!=0 AND status=1 and id!=3456 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='8' AND ex_no!=0 AND status=1 and id!=3456 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question