Top answers


Finding modulus and argument of complex number (x+iy)

Draw argand diagram Modulus=|z|= length of the line So |z|=(x 2 +y 2 ) 0.5 Argument=Angle between real (x axis) and line so arg(z)=arctan(y/x)
EF
7265 Views

a) Find the general solution to the differential equation: f(x)=y''-12y'-13y=8. b) Given that when x=0, y=0 and y'=1, find the particular solution to f(x).

First consider y''-12y'-13y=0. Try: y=e mx . This gives y'=me mx and y''=m 2 e mx . Substituting into the differntial equation we get: m 2 e mx -12me mx -13e mx =0 Since e mx >0 divide throughout by e mx ...
AP
7018 Views

How do I prove that the differential of coshx is equal to sinhx?

Before this proof, it is important to appreciate that both of these hyperbolic functions can be written in terms of e^x. Therefore, before you begin to differentiate, you must represent coshx as (e^x + e^-x)...
TR
3770 Views

Find the root of the complex 3+4i

What we should know is that the root 3+4i is a complex number that looks alot like a+bi. We can say : rt(3+4i) = a+bi (Where we dont know what a & b is..yet) and when we square both sides (rt(3+4i))^2=(a...
AA
3801 Views

Why is the integral of 1/sqrt(1-x^2)dx = sin^{-1}(x)?

This is an example of an integral that uses trigonometric substitutions, which is quite a common theme for A-level further maths questions. Firstly, notice the denominator is quite unpleasant, so to make thi...
CB
38854 Views