How to Prove the Nth Derivative of f(x)=1/(sqrt(1-4x)) by Induction?

Click For Summary

Discussion Overview

The discussion revolves around proving the nth derivative of the function f(x) = 1/(sqrt(1-4x)) using mathematical induction. Participants explore the steps involved in the proof and seek clarification on the induction process.

Discussion Character

  • Homework-related
  • Technical explanation
  • Exploratory

Main Points Raised

  • One participant expresses difficulty in completing the proof by induction for the nth derivative of f(x) = 1/(sqrt(1-4x)) and shares their derived formula for the nth derivative.
  • Another participant outlines the general process of proof by induction, emphasizing the need to verify the base case and the induction step.
  • A request for an example of proving an nth derivative by induction is made, indicating a desire for further understanding of the method.
  • A participant provides an example of proving the 2nth derivative of f(x) = cos(x) sin(x) by induction, detailing the base case and induction hypothesis, though it is noted that this example may not be of similar difficulty.
  • One participant expresses gratitude for the example provided, indicating it may assist in their understanding.

Areas of Agreement / Disagreement

Participants generally agree on the structure of proof by induction, but there is no consensus on the specific application to the nth derivative of f(x) = 1/(sqrt(1-4x) as some seek further examples and clarification.

Contextual Notes

Some participants note that the proof by induction method does not assist in deriving the initial formula for the nth derivative, highlighting a potential limitation in the discussion.

Sam223344
Messages
12
Reaction score
0
Hey
I have this problem on proof by induction that I'm struggling to do.

The problem is to prove the nth derivative of f(x)=1/(sqrt(1-4x))

I have worked out that the nth derivative is f^(n)(x)=(2n)!/n! * (1-4*x)^(-(n+1/2))

But I'm not sure how to go about completing this. My lecturer only covered induction briefly and my textbook doesn't cover it either... Also I have only done basic sequence proofs so any help would be much appreciated.
 
Physics news on Phys.org
Generally, when you have some statement like "for all n, X is true", a proof by induction consists of two steps. First, you have to show that for some simple case (usually n = 0 or 1, depending on the question), X is true. Then you assume that X is true for all integers n up to some given value n0, and you prove that under that assumption, X is also true for n0 + 1.

The reasoning is then as follows: you have checked by hand that it is true for n = 1. You have proven that if it is true for n0 = 1 (which it is), then it is true for n = n0 + 1 = 2. So it is true for n = 2. Also, you have shown that if it is true for n = 2, it is true for n = 3. Since it is true for n = 2, it holds for n = 3. Similarly, it is true for n = 4, and for n = 5, and so on.

Now let's apply this to the proof you have. So your claim is that for f(x) = 1/\sqrt{1 - 4x}, the nth derivative is given by
f^{(n)}(x) = \frac{(2n}!}{n!} (1 - 4x)^{-(n + \tfrac12)} \qquad\qquad (*)

So first, you check that (*) holds when n = 1 (and you might want to check n = 0 as well, just to be complete) and find that it works.
Now assume that (*) is true, and show that it holds for n + 1. That is: derive (*) with respect to x, and show that you get the same expression as you'd get when plugging in n + 1 instead of n in (*).

PS Note that proof by induction is a convenient way (once you are used to it) to prove such statements "for all n", but it doesn't help you to find the statement. So if instead of "prove that the nth derivative is ...formula..." you get "derive and prove a formula for the nth derivative", you will first need to come up with a hypothesis by some other way. Once you have the hypothesis, you can make it into a theorem and try to prove it by induction.
 
I'm still a bit fuzzy on how to go about this induction. Could someone do an example of proving an nth derivative(something of similar difficulty) by induction so I can get a better understanding of my problem.

Or even post a link to where i could find some examples.

Thanks
 
I don't know if it is of similar difficulty, but here is one example:

The 2nth derivative of f(x) = cos(x) sin(x) is given by (-4)n cos(x) sin(x).

Actually this is easy to show once you see that f(x) = 1/2 sin(2x), but for instructive purposes let's do it by induction.

Proof.
First we check the base case. For n = 0 it is true, but then again, this is not really a derivative. So let's take n = 1. We need to show that the second derivative of f(x) is -4 cos(x) sin(x). We apply the product rule:
f(1)(x) = cos(x)2 - sin(x)2.
Then by the chain rule (or product rule, whichever you prefer):
f(2)(x) = - 2 cos(x) sin(x) - 2 sin(x) cos(x) = - 4 cos(x) sin(x).

So the base case is checked. Now we pose the induction hypothesis, namely:
(IH:) Suppose that for all n checked so far, f(2n)(x) = (-4)n cos(x) sin(x).

We must prove that the identity is true for n + 1. So let's differentiate f(x) (2n + 1) times. That is, let's differentiate f(2n)(x) twice. By the induction hypothesis,
f(2n)(x) = (-4)n cos(x) sin(x).
Using the product rule,
f(2n + 1)(x) = (-4)n cos(x)2 + (-4)n sin(x)2.
And differentiating again,
f(2n + 2)(x) = f(2(n + 1))(x) = (-4)n * (-2) cos(x) sin(x) + (-4)n * (-2) sin(x) cos(x) = (-4)n * (-4) cos(x) sin(x) = (-4)n + 1 cos(x) sin(x).

This concludes the proof (now explain to yourself / us, why).
 
Thanks mate this should help me out a lot.
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K