Further Differentiation (Edexcel A Level Maths: Pure): Flashcards

Exam code: 9MA0

1/33

0Still learning

Know0

Cards in this collection (33)

  • Why must angles be measured in radians when differentiating trigonometric functions?

    Because the proof depends on the small angle approximations, and those only hold when the angle is in radians.

    In degrees the derivative of \sin x would not come out as \cos x at all.

  • Which two limits does the first principles proof for \sin x depend on?

    \underset{h \rightarrow 0}{\lim} \frac{\sin h}{h} = 1 and \underset{h \rightarrow 0}{\lim} \frac{\cos h - 1}{h} = 0.

    Both follow from the small angle approximations, which is where the radians requirement enters.

  • What is the first algebraic step in differentiating \sin x from first principles?

    Expand \sin \left(x + h\right) using the compound angle formula, giving \sin x \cos h + \cos x \sin h.

    Without that expansion there is no way to separate the x from the h, and the limit cannot be taken.

  • Complete the two derivatives:

    \frac{\text{d}}{\text{d} x} \left(\sin x\right) = \_\_\_\_\_\_
    \frac{\text{d}}{\text{d} x} \left(\cos x\right) = \_\_\_\_\_\_

    The completed derivatives are:

    \frac{\text{d}}{\text{d} x} \left(\sin x\right) = \cos x
    \frac{\text{d}}{\text{d} x} \left(\cos x\right) = - \sin x

    Neither is given in the formulae booklet, and the minus sign on the second is where marks are most often dropped.

  • What is the easiest way to obtain the derivative of \tan x?

    Write \tan x = \frac{\sin x}{\cos x} and apply the quotient rule, which gives \sec^{2} x.

    It can also be derived from first principles using the small angle approximation for \tan, but that route is much longer.

  • True or False?

    \frac{\text{d}}{\text{d} x} \left(\sin 3 x\right) = \cos 3 x

    False.

    The derivative is 3 \cos 3 x: the constant from inside the function comes out as a multiplier.

    That follows from combining the basic derivative with the chain rule, and it holds for \sin k x, \cos k x and \tan k x alike.

  • Complete the two derivatives:

    \frac{\text{d}}{\text{d} x} \left(\ln x\right) = \_\_\_\_\_\_
    \frac{\text{d}}{\text{d} x} \left(a^{x}\right) = \_\_\_\_\_\_

    The completed derivatives are:

    \frac{\text{d}}{\text{d} x} \left(\ln x\right) = \frac{1}{x}
    \frac{\text{d}}{\text{d} x} \left(a^{x}\right) = a^{x} \ln a for a > 0

    Neither is in the formulae booklet.

  • True or False?

    \frac{\text{d}}{\text{d} x} \left(\ln 5 x\right) = \frac{5}{x}

    False.

    The derivative of \ln k x is \frac{1}{x}, whatever k is.

    The reason is that \ln 5 x = \ln 5 + \ln x, and \ln 5 is a constant, so it differentiates to zero and leaves \frac{1}{x} behind.

  • Why does differentiating a^{x} produce a factor of \ln a?

    Because a^{x} can be rewritten as \text{e}^{x \ln a}, and differentiating that brings the constant \ln a down as a multiplier.

    When a = \text{e} the factor is \ln \text{e} = 1, which is exactly why \text{e}^{x} differentiates to itself.

  • Which two derivatives is the rest of this list built from?

    \text{e}^{k x} and \ln x.

    The results for a^{x} and a^{k x} both follow from those two by rewriting and the chain rule, so nothing else on the list is independent of them.

  • What is the derivative of a^{k x}?

    k a^{k x} \ln a.

    It is the a^{x} result with the chain rule applied, so the constant k appears as one extra multiplier.

  • If y is a function of u, and u is a function of x, complete the chain rule:

    \frac{\text{d} y}{\text{d} x} = \frac{\text{d} y}{\text{d} u} \times \_\_\_\_\_\_

    The completed rule is:

    \frac{\text{d} y}{\text{d} x} = \frac{\text{d} y}{\text{d} u} \times \frac{\text{d} u}{\text{d} x}

    The \text{d} u terms look as though they cancel, which is a useful way to remember it, though it is not a proof.

  • What kind of function does the chain rule differentiate?

    A composite function, meaning one function applied to the output of another.

    So \sin \left(x^{2}\right) needs it: the squaring happens first, and the sine acts on the result.

  • How do you differentiate \left(\text{f} \left(x\right)\right)^{n}?

    Bring the power down, reduce it by one, and multiply by the derivative of the inside:

    n \left(\text{f} \left(x\right)\right)^{n - 1} \text{f} ' \left(x\right)

    The inside function is differentiated but not otherwise changed.

  • What does \frac{\text{d} y}{\text{d} x} = \frac{1}{\frac{\text{d} x}{\text{d} y}} allow you to do?

    Differentiate a relationship that is given as x in terms of y, rather than the other way round.

    Differentiate as it stands to get \frac{\text{d} x}{\text{d} y}, then take the reciprocal.

  • What is the derivative of \ln \left(\text{f} \left(x\right)\right)?

    \frac{\text{f} ' \left(x\right)}{\text{f} \left(x\right)}.

    This shape, a derivative sitting over the original function, is worth recognising: it is the pattern that makes certain fractions integrate to a logarithm later in the course.

  • True or False?

    \frac{\text{d}}{\text{d} x} \left(\left(3 x + 1\right)^{5}\right) = 5 \left(3 x + 1\right)^{4}

    False.

    The derivative of the inside, which is 3, has to be included as well, giving 15 \left(3 x + 1\right)^{4}.

    Forgetting that final factor is the commonest chain rule error.

  • For y = u v, where u and v are functions of x, complete the product rule:

    \frac{\text{d} y}{\text{d} x} = u \frac{\text{d} v}{\text{d} x} + \_\_\_\_\_\_

    The completed rule is:

    \frac{\text{d} y}{\text{d} x} = u \frac{\text{d} v}{\text{d} x} + v \frac{\text{d} u}{\text{d} x}

    It is often remembered in the shorter form y ' = u v ' + v u ', and it is not in the formulae booklet.

  • What is the difference between a product of two functions and a composite function?

    A product is two functions multiplied together, such as x^{2} \sin x.

    A composite is a function of a function, such as \sin \left(x^{2}\right), and it needs the chain rule instead.

  • Why is the derivative of a product not the product of the derivatives?

    Because each term of the product rule keeps one of the two functions unchanged.

    Differentiating both at once, turning x^{2} \sin x into 2 x \cos x, throws that structure away entirely and gives the wrong answer.

  • Differentiate y = x^{2} \sin x.

    Taking u = x^{2} and v = \sin x:

    \frac{\text{d} y}{\text{d} x} = x^{2} \cos x + 2 x \sin x

    Each of the two terms still contains one of the original functions untouched, which is the pattern to check your answer against.

  • True or False?

    In the product rule it makes no difference which function you call u and which you call v.

    True.

    The two terms are added together, so swapping u and v simply writes the same answer in the other order.

    The rule is symmetric in the two functions.

  • For y = \frac{u}{v}, where u and v are functions of x, complete the quotient rule:

    \frac{\text{d} y}{\text{d} x} = \frac{v \frac{\text{d} u}{\text{d} x} - u \frac{\text{d} v}{\text{d} x}}{\_\_\_\_\_\_}

    The completed rule is:

    \frac{\text{d} y}{\text{d} x} = \frac{v \frac{\text{d} u}{\text{d} x} - u \frac{\text{d} v}{\text{d} x}}{v^{2}}

    The denominator is the bottom function squared, not the derivative of anything, and the whole formula is given in the formulae booklet.

  • Why does the order of the two terms matter in the quotient rule?

    Because of the minus sign in the numerator: swapping the terms reverses the sign of the whole answer.

    The term beginning with v, the bottom function, is the one that comes first.

  • How can you recognise a quotient rule question written as \text{g} \left(x\right) \left(\text{h} \left(x\right)\right)^{- 1}?

    A negative power applied to a whole function is a division in disguise, since \text{g} \left(x\right) \left(\text{h} \left(x\right)\right)^{- 1} = \frac{\text{g} \left(x\right)}{\text{h} \left(x\right)}.

    It can be done with the product and chain rules instead, but the quotient rule is usually quicker.

  • Differentiate y = \frac{\sin x}{x}.

    Taking u = \sin x and v = x:

    \frac{\text{d} y}{\text{d} x} = \frac{x \cos x - \sin x}{x^{2}}

    Answers from the quotient rule rarely simplify much, so leaving the result as a single fraction is normal.

  • True or False?

    Every quotient has to be differentiated using the quotient rule.

    False.

    A quotient that simplifies should be simplified first: \frac{x^{3} + x}{x} is just x^{2} + 1, which differentiates in one line.

    The rule is for quotients that cannot be reduced to a sum of simpler terms.

  • Complete the derivatives of these reciprocal trigonometric functions:

    \frac{\text{d}}{\text{d} x} \left(\sec x\right) = \_\_\_\_\_\_
    \frac{\text{d}}{\text{d} x} \left(\cot x\right) = \_\_\_\_\_\_

    The completed derivatives are:

    \frac{\text{d}}{\text{d} x} \left(\sec x\right) = \sec x \tan x
    \frac{\text{d}}{\text{d} x} \left(\cot x\right) = - \text{cosec}^{2} x

    The third of the set is \frac{\text{d}}{\text{d} x} \left(\text{cosec} \, x\right) = - \text{cosec} \, x \cot x, and notice that the two functions beginning with "co" are the two carrying a minus sign.

  • Complete the derivatives of these inverse trigonometric functions:

    \frac{\text{d}}{\text{d} x} \left(\arcsin x\right) = \_\_\_\_\_\_
    \frac{\text{d}}{\text{d} x} \left(\arctan x\right) = \_\_\_\_\_\_

    The completed derivatives are:

    \frac{\text{d}}{\text{d} x} \left(\arcsin x\right) = \frac{1}{\sqrt{1 - x^{2}}}
    \frac{\text{d}}{\text{d} x} \left(\arctan x\right) = \frac{1}{1 + x^{2}}

    Neither of these, nor the \arccos result, is given in the formulae booklet.

  • How do you derive the derivative of \sec x?

    Write \sec x = \left(\cos x\right)^{- 1} and apply the chain rule.

    That gives - \left(\cos x\right)^{- 2} \times \left(- \sin x\right) = \frac{\sin x}{\cos^{2} x}, which splits into \sec x \tan x.

  • How do you derive the derivative of \arcsin x?

    Write y = \arcsin x, so that x = \sin y, and differentiate to get \frac{\text{d} x}{\text{d} y} = \cos y.

    Taking the reciprocal gives \frac{\text{d} y}{\text{d} x} = \frac{1}{\cos y}, and \sin^{2} y + \cos^{2} y \equiv 1 turns that into \frac{1}{\sqrt{1 - x^{2}}}.

  • True or False?

    The derivatives of \arcsin x and \arccos x differ only by a sign.

    True.

    \arcsin x differentiates to \frac{1}{\sqrt{1 - x^{2}}}, and \arccos x to the negative of it.

    The reason is that \arcsin x + \arccos x is a constant, so the two derivatives have to cancel each other out.

  • For which values of x is the derivative of \arcsin x defined?

    Only for - 1 < x < 1.

    At x = \pm 1 the denominator \sqrt{1 - x^{2}} becomes zero, which matches the graph of \arcsin x turning vertical at each end of its domain.

Sign up to unlock flashcards

or