(接上题)(2)如果它由入射波与反射波叠加而形成,则产生此驻波的入射波和反射波的波函数为
A: $y_{1}=0.005cos(314t-3.14x),y_{2}=0.005cos(314t+3.14x);$
B: $y_{1}=0.005cos(314t+3.14x),y_{2}=0.005cos(314t+3.14x);$
C: $y_{1}=0.005cos(314t-3.14x),y_{2}=0.005cos(314t+3.14x\pm \pi);$
D: $y_{1}=0.005cos(314t+3.14x),y_{2}=0.005cos(314t-3.14x);$
A: $y_{1}=0.005cos(314t-3.14x),y_{2}=0.005cos(314t+3.14x);$
B: $y_{1}=0.005cos(314t+3.14x),y_{2}=0.005cos(314t+3.14x);$
C: $y_{1}=0.005cos(314t-3.14x),y_{2}=0.005cos(314t+3.14x\pm \pi);$
D: $y_{1}=0.005cos(314t+3.14x),y_{2}=0.005cos(314t-3.14x);$
举一反三
- 设函数$$y=y(x)$$由$$\left\{ \begin{matrix} x=a(t-\sin t), \\ y=a(1-\cos t) \\ \end{matrix} \right.$$确定,则$${y}''(x)=$$(). A: $$-\frac{1}{a(1-\cos t)}$$ B: $$-\frac{1}{a{{(1-\cos t)}^{2}}}$$ C: $$\frac{1}{a(1-\cos t)}$$ D: $$\frac{1}{a{{(1-\cos t)}^{2}}}$$
- 设\(z = f(x,y)\),\(x = \sin t\),\(y = {t^3}\),则全导数\( { { dz} \over {dt}} = \) A: \({f'_x} \sin t+ 3{t^2}{f'_y}\) B: \({f'_x} \cos t+ {t^2}{f'_y}\) C: \({f'_x} \cos t+ 3{t^2}{f'_y}\) D: \({f'_y} \cos t+ 3{t^2}{f'_x}\)
- 一空间曲线由参数方程x=t y=sin(2t) , -3<t<3z=cos(3t*t)表示,绘制这段曲线可以由下列哪组语句完成。 A: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z, t) B: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t*t);plot3(x, y, z) C: t=-3:0.1:3;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z) D: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z) E: x=-3:0.1:3;y=sin(2*x);z=cos(3*x.*x);plot3(x, y, z)
- 求解常微分方程组<img src="http://img1.ph.126.net/B8qMozAYz7oEzmWV3LBSvg==/6597340246519736485.png" />, 应用的语句是? DSolve[{x'[t]+y[t]==Cos[t],y'[t]+x[t]==Sin[t]},{x,y},t]|DSolve[{x'[t]+y[t]==Cos[t],y'[t]+x[t]==Sin[t]},x[t],y[t],t]|DSolve[{x'[t]+y[t]==Cos[t],y'[t]+x[t]==Sin[t]},{x[t],y[t]},t]|DSolve[x'[t]+y[t]=Cos[t],y'[t]+x[t]=Sin[t],{x[t],y[t]},t]
- 一空间曲线由参数方程x=ty=sin(2t) , -3<t<3z=cos(3t*t)表示,绘制这段曲线可以由下列哪组语句完成。? t=-3:0.1:3;x=t;y=sin (2*t);z=cos (3*t.*t);plot3(x, y, z)|t=-3:0.1:3;x=t;y=sin (2*t);z=cos (3*t*t);plot3(x, y, z)|t=-3:0.1:3;y=sin (2*t);z=cos (3*t.*t);plot3 (x, y, z)|t=-3:0.1:3;x=t;y=sin (2*t);z=cos (3*t.*t);plot3(x, y, z, t)