Top answers


Find the eigenvalues and eigenvectors of the matrix M , where M{2,2} = (1/2 2/3 ; 1/2 1/3) Hence express M in the form PDP^-1 where D is a diagonal matrix.

To start off, It's worth noting the definition of eigenvalues: for a Matrix A (n x n), it's ith eigenvalue (λ i ) is defined as the scalar constant the ith eigenvector (v i ) is multiplied for the matrix mul...
LT
3447 Views

Find the general solution of the second order differential equation y''(t)+y(t) = 5exp(2t)

The general solution y GS (t) to a differential equation in the form ay''(t)+by'(t)+cy(t)=f(t) is the sum of the complementary function y CF (t) and a particular solution y PS (t).First we find the complemen...
AC
3214 Views

Prove by induction the sum of the natural numbers from 1 to n is n(n+1)/2

Need whiteboard throughout to properly answer, so will go through the ideas of what to do: Take the base case of when n=1, and show that (sum from 1 to 1) j = n(n+1)/2 is equal to 1. Take the assumption that...
OO
3092 Views

Simplify i^{4}?

Simplify i 4 ? We know that i = -1 1/2 Therefore i 2 =-1 As i 4 =i 2 xi 2 Then i 4 =-1x-1=1
HS
3445 Views

The infinite series C and S are defined C = a*cos(x) + a^2*cos(2x) + a^3*cos(3x) + ..., and S = a*sin(x) + a^2*sin(2x) + a^3*sin(3x) + ... where a is a real number and |a| < 1. By considering C+iS, show that S = a*sin(x)/(1 - 2a*cos(x) + a^2), and find C.

C + iS = (a cos(x) + a^2 cos(2x) + a^3 cos(3x) + ...) + i( a sin(x) + a^2 sin(2x) + a^3 sin(3x) + ...) = a(cos(x) + i sin(x)) + a^2(cos(2x) + i sin(2x)) + a^3(cos(3x) + i*sin(3x)) + ... = a e^ix + a^2 e^i2x ...
SF
9737 Views