Top answers


How do I sketch the locus of |z - 5-3i | = 3 on an Argand Diagram?

First, we use the idea that a complex number z can be written in terms of its real and imaginary parts, i.e. z = x+iy, to write our expression as: | x+ iy -5 - 3i | = 3 Next, we can group the real and imagin...
GM
27867 Views

Understanding differentiation from first principle.

What is first principle? Why does it look nothing like the differentiation I had been doing for the past few years? Differentiation from first principle is the main idea behind differentiation, a technique w...
JH
10003 Views

How do you invert a 2x2 matrix?

Take a matrix A=( a c b d ), where a,b,c,d are numbers. First find the determinant. This is a d-b c. Now, rearrange the matrix to become ( d -c -b a ). Divide this by the determinant, to have A -1 = 1 / (ad-...
YP
7128 Views

How do I do a proof by induction?

For this explanation we will use the following example from a 2013 exam paper: If u 1 = 2 and u n+1 =(5u n -3)/(3u n -1), then prove that u n =(3n+1)/(3n-1) for all n>=1 The first step of any proof by ind...
SC
5151 Views

How do I differentiate tan(x) ?

To differentiate tan(x): Note: Here, we use d/dx f(x) to mean "the derivative of f(x) with respect to x". 1) rewrite tan(x) as sin(x)/cos(x) 2) Apply the quotient rule (or, alternatively, you could...
JH
161161 Views