Top answers


f'(x) = 3x^2 - 5cos(3x) + 90. Find f(x) and f''(x).

Finding f(x) requires integrating the function f'(x), because f(x) is the integral of the given function f'(x). So {integralsymbol} f'(x) dx = {integralsymbol} (3x^2 - 5cos(3x) + 90) dx = x^3 - (5/3)sin(3x) ...
CO
2705 Views

Prove that tan^2(x)=1/(cos^2(x))-1

tan^2(x)=1/(cos^2(x))-1 Left hand side of the equation (LHS)=tan^2(x) Use the identity tan(x)=sin(x)/cos(x) and substitute it into the LHS LHS=sin^2(x)/cos^2(x) Use the identity sin^2(x)+cos^2(x)=1 and rearr...
PA
2818 Views

How do I know I can multiply two matrices and if so, how do I do it?

Firstly you need to check if the matrices conform. Matrices are an array of elements within a pair of brackets, there are some number of columns, usually denoted m, and some number of rows, denoted n. These ...
MD
8831 Views

If the equation of a curve is x^2 + 9x + 8 = y, then differentiate it.

First we must establish how to differentiate terms individually. This is done by using the simple method of multiplying the X by the power, and subtracting one away from the power. To make it easier we will ...
TT
3448 Views

How many different ways are there to seat 6 people at a round table?

First, let's think of how many different possibilities we have to seat 6 people at a 'normal' table, i.e. in a straight line. Let's call the people A, B, C, D, E, F. We now have 6 seats: __ __ __ __ __ When ...
SB
26284 Views