Linearisation of a Function: How to Compute the Tangent Plane at a Given Point?

  • Thread starter Thread starter danj303
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
danj303
Messages
15
Reaction score
0

Homework Statement



Compute the linearisation of z = x^[tex]\alpha[/tex] y^[tex]\beta[/tex] about (1,1) if [tex]\alpha[/tex] & [tex]\beta[/tex] [tex]\neq[/tex] 0.


Homework Equations




The Attempt at a Solution



I can see how it works when [tex]\Delta[/tex]x and/or [tex]\Delta[/tex]y are given but not sure how to do it in this form??
 
Physics news on Phys.org
They ask you a thing like:

[tex]\Delta z = k_x \Delta x + k_y \Delta y[/tex]

What [tex]k_x, k_y[/tex] might then be ?
 
Thanks for the reply but sorry I don't follow you there. That is the entire question as I have written. I can understand how it works when for example you are given a parabola and have to calculate the change in height going a certain distance to one side. But in that case delta x & delta y are given.

Not sure how to go about it in this case.
 
It's pretty much the same thing, just that you have 2 variable instead of 1.
How would you proceed with the parabola ?
 
By using a linear approximation to estimate delta z so that

[tex]\Delta[/tex]z = f(x0 +delta x , y0 + delta y) - f(x0,y0)

But in this case I don't know delta x and y??
 
Think I got it.

It just goes to [[tex]\alpha[/tex], [tex]\beta[/tex]]
 
Side note, you can also do this implicitly.

Your surface is:
[tex]f(x,y,z)= z - x^\alpha y^\beta = 0[/tex]
Let the vector:
[tex]\Delta \vec{r}= \langle \Delta x, \Delta y, \Delta z \rangle[/tex]
be your local linearized variables:
and the tangent plane in these local variables will be:
[tex]\nabla f(1,1,1) \bullet \Delta\vec{r} = 0[/tex]