View Single Post
  #2  
Old October 20th, 2007, 11:18 PM
Jhevon's Avatar
Jhevon Jhevon is offline
vs Jhevon
 
Join Date: Feb 2007
Location: New York, USA
Posts: 11,590
Country:
Thanks: 2,668
Thanked 4,470 Times in 4,155 Posts
Jhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond repute
Default

Quote:
Originally Posted by Undefdisfigure View Post
Find the linear approximation of the function f (x, y, z) = root(x^2 + y^2 + z^2) at (3, 2, 6) and use it to approximate the number

root((3.02)^2 + (1.97)^2 + (5.99)^2)


Thanks.
use the formula, f(x,y,z) \approx f(x,y,z) + f_x (x_0,y_0,z_0)(x - x_0) + f_y (x_0,y_0,z_0)(y - y_0) + f_z(x_0,y_0,z_0)(z - z_0)

for (x,y,z) close to (x_0,y_0,z_0)

here, use (x,y,z) = (3.02,1.97,5.99) and (x_0,y_0,z_0) = (3,2,6)


note, f_x (x_0,y_0,z_0), f_y (x_0,y_0,z_0), \mbox{ and } f_z (x_0,y_0,z_0) are the derivative with respect to x,y,and z respectively, evaluated at (x_0,y_0,z_0)

can you take it from here?
Reply With Quote
The following users thank Jhevon for this useful post:
Donate to MHF