Linearizing f(x,y,z) at (1,1,1) for Quick Calculations

  • Thread starter Thread starter Mindscrape
  • Start date Start date
  • Tags Tags
    Linearization
Mindscrape
Messages
1,854
Reaction score
1
I am linearizing the function f(x,y,z) = tan^{-1}(xyz) at the point (1,1,1).

Since f(x_0,y_0,z_0)= \frac{\pi}{4} + \pi*n should I just take the first value or do I have to carry all the solutions through the linearization process?

Um, anybody remember this? I can put up some work if it helps.

L(x,y,z) = \Delta f = f_x \Delta x + f_y \Delta y + f_z \Delta z

So

L(x,y,z) = f(x_0,y_0,z_0) + f_x(x-x_0) + f_y (y-y_0) + f_z (z-z_0)

where f_x = \frac{\partial f}{\partial x} (and f_y and f_z)

So does L(x,y,z) = \frac{\pi}{4} +\pi n + \frac{1}{2}[(x-1)+(y-1)+(z-1)]
?
 
Last edited:
Physics news on Phys.org
Surely somebody must know. I have doubts that I should include the general solutions, because that would be a strange linearization. I'm not really sure though, since the general solutions would be just as valid, unless I am overlooking something.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top