Top answers


Solve the simultaneous equations: x^2+y^2=36 ; x=2y+6

Substitute x in terms of y into the first equation: (2y+6) 2 +y 2 =36 Use FOIL to expand the brackets 4y 2 +24y+36+y 2 =36 => 5y 2 +24y=0 y(5y+24)=0 => y=0 or y=(-24)/5 Substitute these values of y int...
DB
Answered by Daniel B. Maths tutor
33798 Views

Find the derivative of f(x)=x^2log(2x)

Use the product rule (f'(x)=u'v+uv') Let u=x 2 => u'=2x Let v=log(2x) => v'=2/(2x) => v'=1/x Therefore f'(x)=2xlog(2x)+x 2 /x f'(x)=2xlog(2x)+x
DB
Answered by Daniel B. Maths tutor
10019 Views

How do vaccinations work?

People are immunised against pathogens through vaccination - usually an injection. A vaccine is comprised of dead , inactive or weakened pathogen or virus. These act as antigens (foreign proteins) that the b...
RO
Answered by Rachael O. Biology tutor
6121 Views

The quadratic equation 2x^2 + 8x + 1 = 0 has roots x1 and x2. Write down the value of x1+x2 and x1*x2 and find the value of x1^2 + x2^2

If a quadratic equation is of the form : ax^2 +bx +c =0and has roots x1 and x2, then the following statements are true:x1+x2 = - b/ax1 x2 = c/aIn our case: x1+x2 = - 8/2 = -4and x1 x2 = 1/2Now, x1^2 + x2^2 =...
BM
6922 Views

If y = 1/(x^2) + 4x, find dy/dx

First, notice that 1/(x^2) = x^(-2)dy/dx = d/dx (x^(-2) + 4x)The derivative of the sum is the sum of the derivatives= d/dx (x^(-2)) + d/dx (4x)The derivative of x^n is nx^(n-1), for every real number n, and ...
BM
7973 Views