Top answers


simplify (3x^2 - x - 2) / (x^2 - 1)

factorise the top fraction: 3x^2 - x - 2 = (3x + 2)(x - 1) factorise the bottom fraction: x^2 -1 = (x + 1)(x - 1) cancel out the (x - 1) and the final result is (3x + 2) / (x + 1)
AV
Answered by Alice V. Maths tutor
4363 Views

Find the area under the curve y = sin(2x) + cos(x) between 0 and pi/2

to find the area integrate the function between 0 and pi/2: indefinite integral of y = -1/2 cos(2x) + sin(x) + c ignore c and input boundary conditions: [-1/2 cos(pi) + sin(pi/2)] - [-1/2 cos(0) + sin(0)] = ...
HD
Answered by Harry D. Maths tutor
7951 Views

Given that y = 4x^5 - 5/(x^2) , x=/=0 , find a)dy/dx b)indefinite integral of y

rewrite as y = 4x^5 - 5x^(-2) dy/dx = 20x^4 + 10x^(-3) integral of y = 4x^6 / 6 + 5x^(-1) / 1 + c simplify: 2/3 x^6 + 5/x
HD
Answered by Harry D. Maths tutor
3685 Views

Differentiate with respect to x: i) y=x^3ln(2x) ii) y=(x+sin(2x))^3

i) There first step is to acknowledge the need for both product rule (d(uv)/dx=v.du/dx+u.dv/dx) and chain rule (dz/dx=dz/dy*dy/dx). Here, u=x^3 and v=ln(2x). Therefore, du/dx=3x^2 which is a standard differe...
EM
Answered by Edward M. Maths tutor
9995 Views

Differentiate f(x) = (x+3)/(2x-5) using the quotient rule.

For a quotient f(x) = u(x)/v(x), the derivative is f'(x) = (v u'(x) - u v'(x))/v(x) 2 . Applying this to the given function, we find u(x) = x+3 and v(x) = 2x-5. So, u'(x) = 1 and v'(x) = 2. We can then put t...
SR
Answered by Sara R. Maths tutor
6452 Views