Finding Particle Paths: Solving a Complimentary Function

  • Thread starter Thread starter maggie56
  • Start date Start date
  • Tags Tags
    Function Particle
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
Could you state the problem as it was given to you word for word? You seem to be leaving out some critical information.
 
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:
The "critical information" you were leaving out in your first post was that u is the velocity vector at point (x, y, z) and time t.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top