Top answers


What is the modulus of 3+4i?

5
VC
3264 Views

Find the stationary point of 3x^2+7x

dy/dx=6x+7 6x+7=0 x=-7/6 Sub back into original equation; y=98/6
HS
3065 Views

Factorise the following quadratic x^2 - 8 + 16

Find two numbers that multiply together to equal the 3rd term and the product of the same two numbers also needs to equal the 2nd term. This is trial and error but in this case it will be, (x - 4) (x - 4)
AJ
3020 Views

Find the eigenvalues and corresponding eigenvectors of the following matrix: A = [[6, -3], [4, -1]]. Hence represent the matrix in diagonal form.

The first eigenvalue is 3, whose corresponding eigenvector is (1, 1), and the second eigenvalue is 2, whose corresponding eigenvector is (3, 4). In diagonal form, A = PDP^-1, where P = [[1, 3], [1, 4]] and D...
MU
3797 Views

Let E be an ellipse with equation (x/3)^2 + (y/4)^2 = 1. Find the equation of the tangent to E at the point P where x = √3 and y > 0, in the form ax + by = c, where a, b and c are rational.

In order to find the equation of the tangent to a curve at a point (x 1 , y 1 ), we use the equation y - y 1 = m(x - x 1 ), where m is the gradient of the curve at (x 1 , y 1 ). We already have x 1 = √3, so ...
BC
3146 Views