Top answers


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
2852 Views

Given sinhx = 0.5(e^x - e^-x), express its inverse, arcsinhx in terms of x.

The first step is to write sinhx in its exponential form and set it equal to y, this will make rearranging easier. Then multiply everything by e^x and rearrange to form a quadratic, in terms of e^x. Express ...
KA
4112 Views

The finite region bounded by the x-axis, the curve with equation y = 2e^2x , the y-axis and the line x = 1 is rotated through one complete revolution about the x-axis to form a uniform solid. Show that the volume of the solid is 2π(e^2 – 1)

The volume of revolution, V, is given as 2π∫ydx Substituting in the equation and limits gives as follows: V = 2π∫2e^2x dx between 0 and 1 Integrating this gives V = 2π[e^2x] between 0 and 1 Applying the limi...
MC
7904 Views

How do I find the vector/cross product of two three-dimensional vectors?

Finding the cross product of two 3D vectors uses a very similar method to that of finding the determinant of a 3x3 matrix. So, to find the cross product, just follow these simple steps: To begin, create a 3x...
LM
7321 Views

Find the general solution for the determinant of a 3x3 martix. When does the inverse of this matrix not exist?

Let M be a 3x3 matrix s.t. M= |a b c| |g h i| |d e f| Then Det(M)= a(Det(e,f,h,i))-b(Det(d,f,g,i))+c(Det(d,e,g,h). Given that the determinant of a 2x2 matrix such as (e,f,h,i) is = ei-fh. The solution is; De...
OD
5616 Views