Finding Particle Paths: Solving a Complimentary Function

  • Thread starter Thread starter maggie56
  • Start date Start date
  • Tags Tags
    Function Particle
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 · 3K views
maggie56
Messages
26
Reaction score
0
I don't understand how to find particle paths, for example i have a question that states;

u= (-z + cos(at)) j + (y + sin(at)) k

for the complementary function

y' = -z
x' = y

so y''=-y therefore y = A cos t + B sin t and z = A sin t - B cos t

Now for the particular integral, i know the answer is
y=1/(a-1) sin (at) and z = -1/(a-1) cos (at)
i assume this has been found using a linear combination of cos at and sin at but i don't see how

Could someone please help

Thanks
 
Physics news on Phys.org
It just says what is the particle path of the flow u= (-z + cos(at)) j + (y + sin(at)) k
It is an example from a lecture, previously we had found the streamlines for the flow.
 
You can use the method of undetermined coefficients: Write the particular solutions as

yp = c1 cos at + d1 sin at
zp = c2 cos at + d2 sin at

and plug them into the equations

y' = -z + cos at
z' = y + sin at (I'm assuming here there was a typo in your original post, x' instead of z'.)

Match the coefficients of cos at and sin at to end up with four equations which you can solve to find the constants.
 
Last edited: