Also can someone explain to me why:
a) the sum of x*(x+1) from x=1 to x=n is equal to 1/3*n*(n+1)*(n+2)?
and
b) the sum of 2/[(n+2)*(n+1)] from x=0 to x=n is equal to 2/(n+2)?
Are the formulae for these that I am not aware of?
I did this and tried to upload my work but the file was too big. Sigh.
For the first one, use sum of x from x=1 to x=n is 1/2 (n^2 + n) by arithmetic series.
Then, you just need to find the sum of x^2 from x=1 to x=n. Use x^3 - (x-1)^3 = 3x^2 - 3x + 1 and that the sum of (x^3 - (x-1)^3) from x=1 to x=n is just n^3 to find the sum of x^2 from x=1 to x=n.
Then for the next one, use partial fractions. Then, try subbing numbers in and see what happens. It's a telescoping series in that lots of the terms will cancel.
I'm having trouble doing lines of plane questions in linear algebra, for example the line passes through the point p(2,4,5) and perpendicular to the plane 5x -5y -10z= 2 I know that the answer will be r=p + at but I have a problem getting the a part as its perpendicular and not parallel any help would be great cheers
So, your line is a normal to the plane. The normal to a plane of form ax + by + cz = d is the vector (a,b,c)
Therefore for any given position vector in the plane r, r-r0 (where r0 = (x,y,z), a general point) must be perpendicular to the normal vector. AKA n.(r-r0)=0
You have n. You also know that r = (2,4,5), so put in r0 = (x,y,z) and you're done