Top answers


Use induction to prove that for all positive integers n, f(n)=2^(3n+1)+3x5^(2n+1) is divisible by 17.

Prove the basis to be true. Let n=1 and this gives f(1)=16+375=391 which is divisible by 17. Now assume that if we let n=k f(k) is divisible by 17. If we now let n=k+1 and prove f(k+1) is divisible by 17 we ...
MH
3576 Views

Give the general solution of the second order ODE dy2/d2x - 4dy/dx + 3 = 0

Solving the ansatz equation x^2 - 4x + 3 = gives 2 equal roots where x = 3 and x = 1The general solution therefore is y = Ae^3x + Be^x where A and B are arbitrary constants
MN
3442 Views

What IS a Taylor Series?

If you have studied Physics, you may be familiar with the small angle approximation cos θ ≈ 1 - θ 2 / 2. This is a surprisingly accurate approximation for small values of theta (try it!), but where does it c...
DM
3194 Views

Solve x^2+8x-5=0 using completing the square

by completing the square we write the equation as (x+b/2)^2-b/2^2+c, in this case b=8 (the coefficient of x) and c=5 so we have (x+4)^2-16-5=0, which equals (x+4)^2-21=0. Now by rearranging we get (x+4)^2=21...
LH
3045 Views

Integrate ln(x) with respect to x.

Here we can use integration by parts. Notice that ln(x) can be written as ln(x) 1, so we can integrate 1 and differentiate ln(x). Then using the formula int(u v') dx = uv - int(u' v) dx, we find that the int...
TW
4435 Views