Why dvexp is so different from classical math

59 views
Skip to first unread message

Filip Cernatescu

unread,
Nov 4, 2019, 7:25:38 AM11/4/19
to Metamath
Why the derivative of power rule is so different from the classical math?

Mario Carneiro

unread,
Nov 4, 2019, 7:29:28 AM11/4/19
to metamath
Could you be more specific? It says that the derivative of x^n is n * x^(n-1), which is pretty standard. The notation for describing what a derivative is may not be standard, but we can't easily replicate the math notation for this, which is ambiguous in several ways.

On Mon, Nov 4, 2019 at 7:25 AM 'Filip Cernatescu' via Metamath <meta...@googlegroups.com> wrote:
Why the derivative of power rule is so different from the classical math?

--
You received this message because you are subscribed to the Google Groups "Metamath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metamath+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/metamath/8966ca3e-4f4d-4717-b65d-8eb7b13dd84c%40googlegroups.com.

Filip Cernatescu

unread,
Nov 4, 2019, 7:48:52 AM11/4/19
to Metamath
Sorry! Why the dvexp proof is so different?

Mario Carneiro

unread,
Nov 4, 2019, 7:55:07 AM11/4/19
to metamath
The proof is by induction: x^1 = x so the derivative is 1 = 1 * x^(1-1), and x^(n+1) = x^n * x so the derivative is (x^n)' * x + x^n * x' = (n * x^(n-1)) * x + x^n = (n+1) * x^n.

Writing that all out in formal detail is a bit more work, but not significantly so.

Mario

On Mon, Nov 4, 2019 at 7:48 AM 'Filip Cernatescu' via Metamath <meta...@googlegroups.com> wrote:
Sorry! Why the dvexp proof is so different?

--
You received this message because you are subscribed to the Google Groups "Metamath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metamath+u...@googlegroups.com.

Filip Cernatescu

unread,
Nov 4, 2019, 8:09:17 AM11/4/19
to Metamath


I understand that:

The proof is by induction: x^1 = x so the derivative is 1 = 1 * x^(1-1), and x^(n+1) = x^n * x so the derivative is (x^n)' * x + x^n * x' = (n * x^(n-1)) * x + x^n = (n+1) * x^n.

but how you prove that:  (x^n)'= (n * x^(n-1)), is something recursive?

Mario Carneiro

unread,
Nov 4, 2019, 8:20:10 AM11/4/19
to metamath
It is a proof by induction; that is the inductive hypothesis.

--
You received this message because you are subscribed to the Google Groups "Metamath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metamath+u...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages