What is sin(x)/x for x =0?

I'm going to show the answer to this question in two different ways. - The first is perhaps more obvious but the second is much more elegant.Taylor series expansion: Using Taylor expansion (or your trusty A level formula sheet) you can show that sin(x) = x - x^3/3! + x^5/5! + Re ( (-i)^n * x^n / n! )Thus dividing through by x:sin(x)/x = 1 - x^2/3! + x^4/5! +...if we then replace x by 0:sin(0)/0 = 1 - 0 + 0 +... where ... here is all 0.thus sin(0) / 0 = 1. The other much faster way of doing this is using l'Hopital's rule which states that for a limit lim (f(x)/g(x)) = lim (f'(x) / g'(x)) for the same limit. Thus lim[x-> 0] (sin(x) / x) = lim[x->0] (cos x / 1) = 1.

VP

Related Further Mathematics A Level answers

All answers ▸

How do I find and plot the roots of a polynomial with complex roots on an Argand diagram? e.g. f(z) =z^3 -3z^2 + z + 5 where one of the roots is known to be 2+i


How far is the point (7,4,1) from the line that passes through the points (6,4,1) and (6,3,-1)?


Find the inverse of the general 2x2 matrix A= ([a, b],[c, d]) when does this inverse exist?


A rectangular hyperbola has parametric equations x = 4t, y = 4/t , (z non 0). Points P and Q on this hyperbola have parameters t = 1/4 and t = 2. Find the equation of the line l which passes through the origin and is perpendicular to the line PQ.