POV-Ray : Newsgroups : povray.advanced-users : Taking and evaluating second partial derivatives : Taking and evaluating second partial derivatives Server Time
25 Apr 2024 12:59:39 EDT (-0400)
  Taking and evaluating second partial derivatives  
From: Bald Eagle
Date: 22 Sep 2020 21:55:01
Message: <web.5f6aa9cd480964dc1f9dae300@news.povray.org>
So,

I have f(v) and f(u), and B = f(v) * f(u) * c

When I take the first derivative of B, this requires the product rule between
the u and v functions, and I should get

Bdv = [f'(v) * f(u) + f(v) * f'(u)] * c

But when I take first PARTIAL derivatives, this does NOT require the product
rule, and I should get both

Bdv = f'(v) * f(u) * c     _and_

Bdu = f(v) * f'(u) * c

and these are essentially tangents to the surface in the direction of u or v



When I take second partial derivatives, I should get

Bdvdv = f''(v) * f(u) * c,
Bdvdu = f'(v) * f'(u) * c,
Bdudv = f'(v) * f'(u) * c, and
Bdudu = f(v) * f''(u) * c

the f''s indicate concave up or down along u or v (the change of the slope of
the tangent while traveling in that direction), but I'm a wee bit lost about the
meaning of the mixed partials (which are equivalent, right?) Are they how the
slope of the tangent changes as it gets "slid sideways" along the orthogonal
direction?

And I presumably just plug in u and v and go on my merry way...


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.