Derivative in a recursion

Define a sequence of polynomials in \(x\) \(\lbrace p_{n} \rbrace\) by the recursion \(p_{n+1} = 2xp_{n}+p_{n}'\), with \(p_{0} = 1\).

Prove that p2n(0)=(2n)!n!\displaystyle p_{2n}(0) = \dfrac{(2n)!}{n!} for all positive integral nn.

Bonus 1: Prove this without induction.

Bonus 2: Prove that for pn+1=mxm1pn+pnp_{n+1} = mx^{m-1}p_{n}+p_{n}' and p0=1p_{0} = 1,

pmn(0)=(mn)!n!  .p_{mn}(0) = \dfrac{(mn)!}{n!} \; .

#Calculus

Note by Jake Lai
5 years, 2 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Let e2xt+t2=n=0qn(x)tnn!.e^{2xt + t^2} = \sum_{n = 0}^\infty \frac{q_n(x) t^n}{n!}. Taking the derivative with respect to xx, we get 2te2xt+t2=n=0qn(x)tnn!.2te^{2xt + t^2} = \sum_{n = 0}^\infty \frac{q_n'(x) t^n}{n!}. Taking the derivative with respect to tt, we get (2x+2t)e2xt+t2=n=1qn(x)tn1(n1)!=n=0qn+1(x)tnn!.(2x + 2t) e^{2xt + t^2} = \sum_{n = 1}^\infty \frac{q_n(x) t^{n - 1}}{(n - 1)!} = \sum_{n = 0}^\infty \frac{q_{n + 1}(x) t^n}{n!}. But (2x+2t)e2xt+t2=2xe2xt+t2+2te2xt+t2=n=02xqn(x)tnn!+n=0qn(x)tnn!.(2x + 2t) e^{2xt + t^2} = 2xe^{2xt + t^2} + 2te^{2xt + t^2} = \sum_{n = 0}^\infty \frac{2xq_n(x) t^n}{n!} + \sum_{n = 0}^\infty \frac{q_n'(x) t^n}{n!}. Comparing the coefficients of tn/n!t^n/n!, we get qn+1(x)=2xqn(x)+qn(x).q_{n + 1} (x) = 2xq_n(x) + q_n'(x).

Furthermore, expanding e2xt+t2e^{2xt + t^2}, we find q0(x)=1q_0 (x) = 1. Hence, the sequences (pn)(p_n) and (qn)(q_n) are identical.

Setting x=0x = 0 in the first equation, we get n=0pn(0)tnn!=et2=m=0t2mm!.\sum_{n = 0}^\infty \frac{p_n(0) t^n}{n!} = e^{t^2} = \sum_{m = 0}^\infty \frac{t^{2m}}{m!}. Therefore, for n=2mn = 2m, p2m(0)=(2m)!m!.p_{2m}(0) = \frac{(2m)!}{m!}.

Jon Haussmann - 5 years ago
×

Problem Loading...

Note Loading...

Set Loading...