Loading [MathJax]/jax/element/mml/optable/BasicLatin.js

2024年9月4日 星期三

113年成大環工碩士班-工程數學詳解

 國立成功大學113學年度碩士班招生考試

系所:環境工程學系
科目:工程數學


解答:A.Case I λ=0y=0y(x)=c1+c2x{y(0)=0=c1y(3)=0=c1+3c2c1=c2=0y=0 no eigenvalueCase II λ>0r2+λ=0r=±λiy=c1cos(λx)+c2sin(λx){y(0)=c1=0y(3)=c1cos(3λ)+c2sin(3λ)=0sin(3λ)=03λ=nπλn=n2π29yn(x)=sin(nπ3x),n=1,2,Case III λ<0r=±λy(x)=c1cosh(λx)+c2sinh(λx){y(0)=c1=0y(3)=c2sinh(λx)=0c1=c2=0y=0 no eigenvalueIn summary, we have eigenvalues: λn=n2π29 and eigenfunctions: yn(x)=sin(nπ3x),n=1,2,3,B.Case I λ=0y=0y(x)=c1+c2xy(x)=c2{y(0)=0=c1y(π)=0=c1+c2πc1=c2=0y=0 no eigenvalueCase II λ>0r2+λ=0r=±λiy=c1cos(λx)+c2sin(λx)y=c1λsin(λx)+c2λcos(λx){y(0)=c1=0y(π)=c2λcos(λπ)=0cos(λπ)=0λπ=2n12πλn=(2n1)24yn(x)=sin(2n12x),n=1,2,Case III λ<0r=±λy(x)=c1cosh(λx)+c2sinh(λx)y=c1λsinh(λx)+c2λcosh(λx){y(0)=c1=0y(π)=c2λcosh(λπ)=0c1=c2=0y=0 no eigenvalueIn summary, we have eigenvalues: λn=(2n1)24 and eigenfunctions: yn(x)=sin(2n12x),n=1,2,3,
解答:{x=2x7yy=5x+10y+4zz=5y+2z[xyz]=[2705104052][xyz]X=AXdet
解答:y'' +4y'+13y=0 \Rightarrow \lambda^2+4\lambda+13=0 \Rightarrow \lambda={-4\pm 6i\over 2} =-2\pm 3i \\ \Rightarrow \bbox[red, 2pt]{y=e^{-2x}(A\cos(3x)+ B\sin(3x))}
解答:y''-3y'+2y=0 \Rightarrow \lambda^2-3\lambda+2=0 \Rightarrow (\lambda-2)(\lambda-1)=0 \Rightarrow \lambda=1,2\\ \Rightarrow y_h= c_1e^x+ c_2e^{2x}\\ y_p=A\cos(x)+B\sin (x) \Rightarrow y_p'= -A\sin(x)+B\cos(x) \Rightarrow y_p''= -A\cos(x)-B\sin(x)\\ \Rightarrow y_p''-3y_p'+2y_p = (A-3B)\cos(x)+(3A+B)\sin x=10\sin(x)\\ \Rightarrow \cases{A-3B=0\\ 3A+B=10} \Rightarrow \cases{A=3\\ B=1} \Rightarrow y_p=3\cos(x)+\sin(x) \Rightarrow y=y_h+y_p \\\ \Rightarrow\bbox[red, 2pt]{ y=c_1e^x+ c_2e^{2x}+ 3\cos(x)+ \sin (x)}
解答:{dy\over dx}={4x+6y\over 10y-6x} \Rightarrow (6x-10y)dy+( 4x+6y)dx =0 \Rightarrow \frac{\partial  }{\partial x}(6x-10y)=6=\frac{\partial  }{\partial y} ( 4x+6y) \\ \Rightarrow \text{it is exact } \Rightarrow \Phi(x,y)=\int (6x-10y)dy =\int( 4x+6y)dx  \\ \Rightarrow \Phi(x,y)=6xy-5y^2+ \rho(x)=2x^2+6xy+ \phi(x) \Rightarrow \Phi(x,y)= \bbox[red, 2pt]{2x^2+6xy-5y^2+c_1=0}
解答:\lambda^2+7\lambda=0 \Rightarrow \lambda=0,-7 \Rightarrow y=c_1+ c_2e^{-7x} \Rightarrow y'=-7c_2e^{-7x} \\ \Rightarrow \cases{y(0)=c_1+c_2=1\\ y'(0)= -7c_2=7} \Rightarrow \cases{c_1 =2\\ c_2=-1} \Rightarrow \bbox[red, 2pt]{y=2-e^{-7x}}
解答:a_0={1\over 2\pi}\int_{-\pi}^\pi f(x)\,dx = {1\over 2\pi}\int_{0}^\pi 3\,dx ={3\over 2} \\ a_n= {1\over \pi} \int_0^\pi 3\cos(nx)\,dx=0\\ b_n={1\over \pi} \int_0^\pi 3\sin(nx)\,dx ={3\over n\pi}(1-(-1)^n ) \\ \Rightarrow f(x)=\bbox[red, 2pt]{{3\over 2} +{3\over \pi}\sum_{n=1}^\infty {1\over n}(1-(-1)^n )}

解答:\textbf{A.} \text{Let }u(x,y)= X(x)Y(y), \text{ then }u_{xx}+u_{yy}=0 \Rightarrow X''Y+ XY''=0 \\ \Rightarrow {X''\over X}=-{Y''\over Y}=\lambda \Rightarrow \cases{X''=\lambda X\\ Y''=-\lambda Y} \\ \text{boundary conditions: (B.C.)} \cases{u_x(0,y)=0\\ u_x(1,y)=0 \\ u(x,0)=0} \Rightarrow \cases{X'(0)=0\\ X'(1)=0 \\ Y(0)=0} \\ \text{Case I }\lambda=0 \Rightarrow X''=0 \Rightarrow X=c_1x+ c_2 \Rightarrow X'=c_1 \Rightarrow X'(0)=0 \Rightarrow c_1=0\\ \qquad \Rightarrow X=c_2\\ \text{Case II }\lambda \gt 0 \Rightarrow \lambda=\rho^2\text{ for some }\rho \gt 0 \Rightarrow X''-\rho^2X=0 \Rightarrow X=c_1e^{\rho x} +c_2 e^{-\rho x} \\\qquad \Rightarrow X'=c_1\rho e^{\rho x}-c_2 \rho e^{-\rho x} \Rightarrow B.C. \cases{\rho(c_1-c_2)=0\\ \rho(c_1e^{2}-c_2)=0} \Rightarrow c_1=c_2=0\\ \qquad \Rightarrow X=0\\ \text{Case III } \lambda\lt 0 \Rightarrow \lambda=-\rho^2 \Rightarrow X''+\rho^2 X=0 \Rightarrow X=c_1\cos(\rho x)+ c_2 \sin(\rho x) \\ \qquad \Rightarrow X'=-c_1\rho \sin(\rho x)+c_2\rho \cos(\rho x) \Rightarrow B.C. \cases{c_2\rho=0\\ -c_1\rho\sin(\rho)+c_2 \rho\cos(\rho)=0} \\ \qquad \Rightarrow c_2=0 \Rightarrow \sin(\rho)=0 \Rightarrow \rho=n\pi \Rightarrow X=c_1\cos(n\pi x)\\ \text{Now we need to find the corresponding }Y.\\ \text{Case I }\lambda=0 \Rightarrow Y''=0 \Rightarrow Y=c_1y+c_2 \Rightarrow B.C. y(0)=c_2=0 \Rightarrow y=c_1y \\\qquad \Rightarrow u(x,y)=c_1y\cdot c_2 =C_0y \\\text{Case III }\lambda\lt 0 \Rightarrow \lambda=-\rho^2 =-n^2\pi^2 \Rightarrow Y''=n^2\pi^2 Y \Rightarrow Y=c_1 \cosh(n\pi y)+ c_2\sinh(n\pi y) \\\qquad \Rightarrow B.C. y(0)=c_1=0 \Rightarrow Y=c_2\sinh(n\pi y) \\\qquad \Rightarrow u(x,y)=  c_1c_2 \cos(n\pi x) \sinh(n\pi y) =C_n\cos(n\pi x) \sinh(n\pi y) \\ \text{At last, we have }{u(x,y)=C_0y+ \sum_{n=1}^\infty C_n \cos(n\pi x)\sinh(n\pi y)} \\ \Rightarrow u(x,1)=5 \Rightarrow 5=C_0+\sum_{n=1}^\infty C_n \cos(n\pi x)\sinh(n\pi ) \Rightarrow C_0= \int_0^1 5\,dx=5 \\ \Rightarrow C_n \sinh(n\pi)= 2\int_0^1 5\cos(n\pi x)\,dx=0 \Rightarrow C_n=0 \Rightarrow \bbox[red, 2pt]{u(x,y)=5y}

============================= END ===========================

解題僅供參考,其他碩士班試題及詳解


沒有留言:

張貼留言