[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Why is the derivative not defined like this? It's clearly

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 51
Thread images: 12

File: deriv.png (11KB, 593x235px) Image search: [Google]
deriv.png
11KB, 593x235px
Why is the derivative not defined like this? It's clearly more accurate this way as h goes to zero faster. In fact we can take it to the power 3 or 4.
>>
>>8809085
why not just take

[eqn]\lim_{n\to\infty}\lim_{h\to0}\frac{f(x+h^n)-f(x)}{h^n}[/eqn]

for maximum accuracy
>>
you want the definition to be as simple as possible. and that denotes the derivative, not some process to find it. I think you are mixing exact mathematical declaration with numeric computation process.
>>
>>8809102
Exactly. This is the most natural way to look at it. Can this be consistently implemented in modern math? If not, the theory we have right now clearly is flawed.
>>
>>8809085
why not just take [math]f'\left( x \right) = \frac{{f\left( {x + 0} \right) - f\left( x \right)}}{0}[/math]
>>
>>8809119
kek
>>
>>8809102
[eqn]\lim_{n\to\frac{1}{h}}\lim_{h\to0}\frac{f(x+h^n)-f(x)}{h^n}[/eqn]

I don't know how to TeX
>>
>>8809085
because the natural extension of derivative into higher dimension is the differential. differential needs to be linear (enter differential geometry). your differential (if you manage to define it) won't be linear.
>>
>>8809102
Excuse me what the fuck
>>
>>8809085
I think you could just do something like this :

[math] f'(x) = lim_{h \twoheadrightarrow 0} \frac{f(x + h) - f(x)}{h} [/math] where [math] h \twoheadrightarrow 0[/math] means h goes toward 0, but it goes there very fast, like taking aeroplane instead of walking.

>>8809119
No you're going ultraluminic speed there, that contradicts the laws of physics.
>>
File: fvsMYzY.jpg (111KB, 480x674px) Image search: [Google]
fvsMYzY.jpg
111KB, 480x674px
>>8809139
found the brainlet.

The only wrong thing with OP's definition is that it is only calculating the right derivative.
>>
>>8809185
indeed, "a little knowledge is a dangerous thing"
>>
>>8809085
I appreciate this idea, however I would like to propose changing it to
[eqn]f'(x)=\lim_{\epsilon\to 0}\frac{f(x+\epsilon^2)-f(x)}{\epsilon^2}[/eqn]
since [math]\epsilon[/math] represents very small numbers it clearly goes to zero faster
>>
>>8809531

Since [math]h^2[/math] goes to zero faster than [math]h[/math], is it true that
[math]f''(x) =\lim_{h \to 0} \frac{ f(x+h^2+h)-f(x+h) - f(x+h^2) + f(x)} {h^3} [/math]?
>>
>>8809085

If you want to get h to zero the fastest, you'll need to minimize time dilation caused by massive gravitation forces, so you'll first want to move out of your mother's basement.
>>
File: the_highest_level_of_woke.jpg (54KB, 500x375px) Image search: [Google]
the_highest_level_of_woke.jpg
54KB, 500x375px
>>8809085
>>8809102
>>8809119
>>8809128
>>8809142
>>8809531
>this fucking thread
>>
>>8809598
yes
>>
Pretty sure this is the exact definition in my book.
>>
>>8809598
>>8809710
woah shit this is crazy
>>
>>8809085
because its easy to find a counter example where:
[eqn]f^\prime(x) = \lim\limits_{h\text{ } \rightarrow \text{ } 0} \frac{f(x+h^2)-f(x)}{h^2}= \lim\limits_{h\text{ }\rightarrow \text{ } +0}\frac{f(x+h)-f(x)}{h} \neq \lim\limits_{h \text{ }\rightarrow \text{ }-0}\frac{f(x+h)-f(x)}{h}[/eqn]

holds.
>>
File: goldface3.jpg (6KB, 225x225px) Image search: [Google]
goldface3.jpg
6KB, 225x225px
>>8809119

fucking hell

see you on r/4chan
>>
>>8809102
kek
>>
Why not
[eqn] f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x-h)}{2h} [/eqn]
it converges faster than the standard definition.
>>
File: algebriacderivative2.png (65KB, 1314x535px) Image search: [Google]
algebriacderivative2.png
65KB, 1314x535px
Why even use any limits in the first place when there exists a completely algebraic method for finding linear tangent approximations to a polynomial?

Consider the function f(x) = a + bx + c(x^2) +d(x^3)

Translate function by r; f(x+r)

Use the binomial theorem to expand all the terms of (x+r)^n

Substitute x for x - r

collect terms of (x-r)^n

You should get f(x) = a + br + cr^2 + d(r^3) + (b + 2cr + 3d(r^2))(x-r) + (2c + 6dr)(x-r)^2 + d(x-r)^3

At this point you select an r to be the x coordinate of the point of tangency, and truncate the parametized version of f(x) to T(sub1) = a + br + cr^2 + d(r^3) + (b + 2cr + 3d(r^2))(x-r)

Clearly you can see that this equation has the slope that the "classical derivative" is getting at, but also this equation is actually for the line itself that is tangent to the function.

If you werent convinced that youve been getting cucked by the analysts this whole time, T(sub2) = a + br + cr^2 + d(r^3) + (b + 2cr + 3d(r^2))(x-r) + (2c + 6dr)(x-r)^2 is the equation for the tangent parabola to the function at r

T(sub3) = a + br + cr^2 + d(r^3) + (b + 2cr + 3d(r^2))(x-r) + (2c + 6dr)(x-r)^2 + d(x-r)^3 is the equation for the tangent cubic at r.

This method generalizes to polynomials of any natural number degree, is completely algebriac, and is relatively straightforward to justify if you understand the binomial theorem.

Oh yeah, its also valid over a general field, not just the "real" numbers
>>
File: algebriacderivative3.png (52KB, 1273x493px) Image search: [Google]
algebriacderivative3.png
52KB, 1273x493px
>>
File: algebriacderivative4.png (57KB, 1260x474px) Image search: [Google]
algebriacderivative4.png
57KB, 1260x474px
The history of calculus is messed up because we keep trying to push trancendental explanations for patterns we have noticed before we understood them. Turns out there was an algebraic, more powerful, and straightforward method all along
>>
>>8810411
Polynomials are only a small part of all functions.
>>
>>8810415
Yea you can stop there.
>>
File: images.jpg (10KB, 268x188px) Image search: [Google]
images.jpg
10KB, 268x188px
If you want to see a lecture on the algebriac method of a derivative, heres a handy link:

https://www.youtube.com/watch?v=oW4jM0smS_E&index=4&list=PLIljB45xT85DWUiFYYGqJVtfnkUFWkKtP

If you want to see an algebriac proof of Cavaleiri's formula for integration:

https://www.youtube.com/watch?v=Js2mwsHc4p4&index=11&list=PLIljB45xT85Bfc-S4WHvTIM7E-ir3nAOf

If you want to learn how to do trig without a prior theory of transcendental functions and "real" numbers:

https://www.youtube.com/playlist?list=PL3C58498718451C47

Aint it great how accessible this guys material is?

If youre not at least evaluating his arguments for yourself, then basically youre a brainlet with your head in the sand.
>>
File: glaeserphoto4.jpg (17KB, 288x334px) Image search: [Google]
glaeserphoto4.jpg
17KB, 288x334px
>>8810418

Is that all you got cuck? Polynomials are the foundations of circular functions, and calculations of e^x.

Combine this method with rational trig and youve made a lot of the fundamental difficulties with mathematics obsolete for 99% of people who get exposed to them.
>>
>>8810332
Your notation is clearly fucked but if I have to guess what you mean, it can be solved by taking just odd powers, like h^3 which is still better.
>>
>>8810429
>Combine this method with rational trig and youve made a lot of the fundamental difficulties with mathematics obsolete for 99% of people who get exposed to them.
Wo cares about brainlets? Turns out you were the cuck all along :^)
>>
>>8810440

>not seeing how powerful a method for finding a tangent polynomial of an arbitrary natural number degree to another polynomial is.

one of the biggest things here is that rational trig and algebraic calculus are VALID OVER GENERAL FIELDS, something the classical renditions of the subjects cannot claim

Because this method can be introduced straight out of the binomial theorem, it means you can have an entirely internally justified theory when you present it to people for the first time. Analysts cant claim that either.
>>
>>8810447

Not to mention the fact that you never have to appeal directly to an idea of limits or infinitesimals, which is a recurring problem in the history of calculus.
>>
File: dragon.png (331KB, 2696x1300px) Image search: [Google]
dragon.png
331KB, 2696x1300px
>>8809085
>>8809085

[math]\text{Given a function } f : \mathbb{R} \longrightarrow \mathbb{R} \text{, let } \big(f^\prime(x)_n\big) \text{ be a sequence.} [/math]
[math]\text{The k-th element in } \big(f^\prime(x)_n\big)\text{ is given by } y \text{, such that } y \text{ satisfies the following}[/math]
[eqn]
\forall \epsilon > 0 \quad \exists \delta >0, \text{ such that } \bigg|\frac{f(x+h^k)-f(x)}{h^k}-y \bigg|<\epsilon, \text{ whenever } |h|<\delta[/eqn]
[math]\text{The }\textit{ true derivative } \text{ of } f \text{, denoted by: } f^\prime_T(x) \text{, is defined to be the limit of the sequence } \big(f^\prime(x)_n\big)[/math]
>>
>>8810342

ebin
>>
>>8810421

don't care if Real numbers exist, they're useful
>>
>>8810500
If such [math]y[/math] exist and the series converges.
>>
>>8810514
naturally
>>
OP, if you write h^5 or h^3 or h or whatever doesn't matter, because the limit expression is the same in either case.

You're of course implying that expression captures a numerical approximation scheme. And this is all well-studied

https://en.wikipedia.org/wiki/Numerical_differentiation

What's more, you can do algebriac differentialtion for well behaved functions like polynomial. That's called "Fermat observation" and Wildburger sure has good videos on it (mixed with finitist propaganda, but who cares)
>>
>>8810421
I watched 8 of these... it doesn't really appeal to me. All he's doing is squaring things. You have a triangle with side lengths a,b and c, and opposite angles u,v,w. He defines A=a2, B=b2, C=c2, U = sin2(u), V = sin2(v), W=sin2(w). Then squaring the law of sines gives A/U=B/V=C/W. Squaring the law of cosines gives
(A+B-C)2 = 4 A B (1-W)

What's the big deal?
>>
>>8809085
>>8809113
you seem to be in introductory calculus. there is a further exploration of this topic in Real Analysis:

The limit is defined in terms of arbitrarily small quantities strictly greater than zero. There is no growth rate associated with a limit. hence we do not speak of it's "convergence rate" or anything similar.

with this in mind, we don't need any sorry of power function on h in the definition of the derivative.
>>
>>8810332
This just shows that OPs definition is more general, and will lead to a deeper analytical theory.
>>
>>8809085
Not using (f(x+h) - f(x-h))/2h

wut a dumass
>>
>>8810539

The big deal is that it becomes computable by hand, that all 5 rational trig formulas are and that you never have to consider an angle in the first place.

If you cut out circular functions, make it algebraic, quadratic, and valid over the a general field, then its more accessible to learn, more capable of encoding useful information, and more applicable to other areas of mathematics.

Specifically consider this, the measure of the separation between two lines in rational trig, spread, can be thought of as (sine of theta)^squared

however you do not have to consider the angle or the sine calculation at all, because for two vectors <a,b> and <c,d> the spread s between them is given:

s = ((ad - bc)^2/(a^2 + b^2)(c^2 + d^2)

Notice that it is hand computable, and that geometrically you are basically normalizing the determinant between two vectors by the lengths of those vectors (except this is the square version).
>>
>>8811430
>s = ((ad - bc)^2/(a^2 + b^2)(c^2 + d^2)

dude, isn't this pretty much just
cos(t) |a| |b| = <a,b>
squared?
>>
>>8811606
The advantage is you never have to consider an angle
>>
>year [math]\frac{24205}{12} + 1 + 2 + 3 + 4 + \dots[/math]
> not using [math]f'(x) = \underset{h \rightarrow \infty}{lim} \left(f(x + \frac{1}{h \uparrow \uparrow \overset{h}{\cdots} \uparrow h}) - f(x)\right) h \uparrow \uparrow \overset{h}{\cdots} \uparrow h[/math]
>>
>>8810539
it's not supposed to be appealing, it's supposed to be rigorous, as opposed to using a number system that's inconsistent at best.
>>
>>8810411
literally 0 people will read your post if you don't tex your fucking shit
>>
>>8811749
Kek. Just don't reach Graham's number.
Thread posts: 51
Thread images: 12


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.