#$&* course Mth 279 5/21 at 3am Query 27 Differential Equations*********************************************
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating: ********************************************* Question: Suppose that i + 1 is an eigenvalue of a matrix A and [-1 + i, i ] is a corresponding eigenvector. Find a fundamental set of real solutions to the equation y ' = A y. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: Based on the previous problem this solution is actually quite simple. Since (i + 1) is one eigenvalue (i+1) = (1+i) Then (-i+1) must be another. (-i+1) = (1-i) Which comes from the quadratic equation, (1+ or - i) And if solution one has Eigenvector [ (-1+i); i ] Then solution 2 has Eigenvector [ (-1-i); -i ] I had actually did this problem 2 previous times before I realized the mistake. The sign in front of the i makes all the difference. psi(t) = [ (-1+i), (-1-i); i, -i ] det[psi(t)] = 2i Since W(t) is not zero, this is a fundamental set. I made the mistake the first time I solved this to make the sign in front of the number opposite rather than in front of i. And in that case the determinant is zero. Another solution to this would be the real solution. ------------------------------------------------------------------ y1(t) = e^(1+i)t [ (-1+i); i] e^((1+i)t) = (e^t)e^(it) = (e^t)(cost + i*sin(t)) = (e^t)cos(t) + (e^t)sin(t) y(t) = (e^t)cos(t) + (e^t)sin(t) [ (-1+i); i] = [ -(e^t)cos(t) - (e^t)sin(t); -(e^t)sin(t)] + i [ (e^t)cos(t) - (e^t)sin(t); (e^t)cos(t)] 2 real funtions: -------------------- U(t) = [ -(e^t)cos(t) - (e^t)sin(t); -(e^t)sin(t)] V(t) = [ (e^t)cos(t) - (e^t)sin(t); (e^t)cos(t)] Psi(t) = [ -(e^t)cos(t) - (e^t)sin(t), (e^t)cos(t) - (e^t)sin(t); -(e^t)sin(t), (e^t)cos(t)] W(t) = det[psi(t)] = -(e^t)(cos(t) + sin(t))(e^t)cos(t) - (e^t)(cos(t) - sin(t))(-e^t)sin(t) = -e^(2t)(cos^2(t) + sin(t)cos(t)) + e^(2t)(-sin^2(t) + sin(t)cos(t)) = -e^(2t)cos^2(t) - e^(2t)sin(t)cos(t) - e^(2t)sin^2(t) + e^(2t)sin(t)cos(t) = -e^(2t)cos^2(t) - e^(2t)sin^2(t) = -e^(2t)(cos^2(t) + sin^2(t)) = -e^(2t)(1) = -e^(2t) Since W(t) is not zero, this is a fundamental set. confidence rating #$&*: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating: ********************************************* Question: Solve the equation y ' = [0, -9; 1, 0] y with initial condition y(0) = [6, 2]. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: P(lambda) = det[A - lambda*I] = 0 [ -lambda, -9; 1, -lambda] = (-lambda)(-lambda) + 9 = lambda^2 + 9 Using the quadratic equation we get: lambda = + or - 3i lambda_1 = 3i lambda_2 = -3i for lambda_1 = 3i we can solve (A-3i*I)x_1 = 0 [ -3i, -9; 1, -3i][ x_1; x_2] = [ 0; 0] This yeilds equations: -3i(x_1) - 9(x_2) = 0 and x_1 - 3i(x_2) = 0 Solved by inspection of these equations: x_1 = [ i, (1/3)] -------------------------------------------------------- for lambda_2 = -3i we can solve (A+3i*I)x_1 = 0 [ 3i, -9; 1, 3i][ x_1; x_2] = [ 0; 0] This yeilds equations: 3i(x_1) - 9(x_2) = 0 and x_1 + 3i(x_2) = 0 Solved by inspection of these equations: x_1 = [ -i, (1/3)] -------------------------------------------------------- Solutions: (lambda_1, x_1) = (3i, x_1) y_1(t) = e^(3i*t) [ i, (1/3)] = [ ie^(3i*t); (1/3)e^(3i*t)] and (lambda_2, x_1) = (-3i, x_1) y_2(t) = e^(-3i*t) [ -i, (1/3)] = [ -ie^(-3i*t); (1/3)e^(-3i*t)] y(t) = (c_1)y_1(t) + (c_2)y_2(t) = [ ie^(3i*t), -ie^(-3i*t); (1/3)e^(3i*t), (1/3)e^(-3i*t)][ c_1; c_2] W(0) = [ i, -i; (1/3), (1/3)] = (1/3)i - (-i)(1/3) = (1/3)i + (1/3)i = (2/3)i Since not zero, this is a fundamental set. y(0) = [ i, -i; (1/3), (1/3)][ c_1; c_2] = [ 6; 2] Proving difficult to solve for the constants, may need to go back and do real solutions only.
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating: ********************************************* Question: Find all values of mu such that any fundamental set [ y_1, y_2 ] of the system y ' = [1, 3; mu, -2] y have the property that the limit of the expression (y_1(t))^2 + (y_2(t))^2, as t -< infinity, is zero. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution:
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating: ********************************************* Question: A particle moves in an unspecified force field in such a way that its position vector r(t) = x(t) i + y(t) j and the corresponding velocity vector v(t) = r ' (t) satisfy the equation v ' = 2 k X v Write this condition as a system v ' = A v, with v = [v_x; v_y]. If the particle starts at position r(0) = 2 i + j, v(0) = i + 2 j, find its position at t = 3 pi / 2. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution:
.............................................
Given Solution: &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): ------------------------------------------------ Self-critique rating:" Self-critique (if necessary): ------------------------------------------------ Self-critique rating: Self-critique (if necessary): ------------------------------------------------ Self-critique rating: #*&!