Finding displacement of the string given a function

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
4 replies · 2K views
Potatochip911
Messages
317
Reaction score
3

Homework Statement


The shape of the wave on the string at t=0 is:
y=(2x)/(x^2+50)
The waveform is moving in the +x direction at a propagating speed of 10cm/s. Find the displacement of the string in cm when t=5s and x=30cm

Homework Equations


∂^(2)y/∂x^(2)=(1/v^2)*∂^(2)y/∂t^(2)[/B]

The Attempt at a Solution


I'm completely lost as to how to solve this, I wanted to try and integrate the function to undo the partial derivative but the function they gave was for when t=0 so all the t variables will disappear and I won't be integrating the right function.
 
Physics news on Phys.org
I suspect you are over-thinking things.
Start by writing down y(x,t). You are given enough information to do that directly.

(Actually - you start by drawing a sketch of y(x,t=0)... that can help.)
 
  • Like
Likes   Reactions: mfb
Okay I managed to get the answer by plugging in x=-20cm into the y=2x/(x^2+50) since the wave is traveling at 10cm/s in 5 seconds x=-20cm will be the spot at 30cm. I never did figure out how to write it down as y(x,t) though, am I supposed to use the general formula y(x,t)=h(x+-vt)?
 
That's correct.
Given y(x, t=0)=f(x) then the same shape traveling in the +x direction with speed v is given by: $$y(x,t)= f ( x-vt)$$ ... a negative speed would, therefore, indicate travel in the -x direction.

Eg. If ##y( x,0)=A\sin kx##, then $$y ( x, t)=A\sin k ( x-vt) $$

This is mathematically identical to what you did.