Recent content by daemon_dkm
-
D
Linear Algebra: Linear Equation System -> Parameter Form
ax + by + cz + dw + e the normal vector from that plane equation is n= (a, b, c, d), so then you need to find a vector that's perpendicular to the normal vector. Then you need to find another vector that's perpendicular to both of them to use them for the parameter form?- daemon_dkm
- Post #3
- Forum: Calculus and Beyond Homework Help
-
D
Linear Algebra: Linear Equation System -> Parameter Form
Homework Statement Consider the following linear system of equations: x1+2x3-5x4 = 0 x1 + 4x2 +4x3 – 5x4 = 10 x1 + 2x2 + 3x3 – 5x4 = 5 4x1 + 2x2 + 9x3 – 20x4 = 5 b) Solve the equation system with the Gaussian method. c) The solution set describes a plane. Specify it in the parameter...- daemon_dkm
- Thread
- Algebra Equation system Form Linear Linear algebra Linear equation Parameter System
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
D
Laplace transform of cos2(t-1/8π), help?
Homework Statement I'm working on some Differential Equations homework and I'm stuck. The question is apply the translation theorem to find the Laplace transform. f(t) = e^(-t/2)cos2(t-1/8π) I know how to apply the method, I just need to figure out how to transform the cosine...- daemon_dkm
- Thread
- Laplace Laplace transform Transform
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
D
Solving IVP using Laplace Transforms
Thank you! That's just what I needed to know! Because then 0s3 = A3 + C3 => A = -C 0 = B2+D2 0 = B + 3D s = As + 9Cs 1 = -C + 9C 1 = 8C => C = 1/8 so A = -1/8 X(s) = -\frac{1}{8}\frac{s}{s^2+3^2}+\frac{1}{8}\frac{s}{s^2+1} + \frac{8}{8}\frac{s}{s^2+1} x(t) =...- daemon_dkm
- Post #5
- Forum: Calculus and Beyond Homework Help
-
D
Solving IVP using Laplace Transforms
What do I do with the right most part then? Would I set it up like s/[(s²+3²)(s²+1)] + s/(s²+1) = (As+B)/(s²+3²) + (Cs+D)/(s²+1) + s/(s²+1) s = (As+B)(s²+1) +(Cs+D)(s²+3) + s(s²+3²)- daemon_dkm
- Post #3
- Forum: Calculus and Beyond Homework Help
-
D
Solving IVP using Laplace Transforms
Homework Statement "Use Laplace transforms to solve the initial value problem" from section 4.2 in Elementary Differential Equations (6th ed.) Edwards & Penny x'' + x = cos3t; x(0) = 1 & x'(0) = 0 Homework Equations L{coskt} = s/(s²+k²) Apparently the answer is...- daemon_dkm
- Thread
- Ivp Laplace Laplace transforms
- Replies: 4
- Forum: Calculus and Beyond Homework Help