Finding a Point on the Line Joining Two Points on a Plane

  • Thread starter Thread starter Yann
  • Start date Start date
  • Tags Tags
    Gradient Line
Yann
Messages
48
Reaction score
0
Sorry to ask yet another question, but it's very hard to contact my teacher.

Homework Statement



f(x,y,z) = x^2-yz+z^2

a = (0,1,1), b = (1,3,2). Find a point c on the line joining a and b such that;

f(b)-f(a)=\nabla f(c)\bullet(b-a)

2. The attempt at a solution

f(b) = 1-3*2+2^2=-1
f(a) = 0-1*1+1 = 0

\nabla f(c) = (2x)i - (z)j + (2z-y)k

(b - a) = i + 2j + k

-1 = [(2x)i - (z)j + (2z-y)k]\bullet[i + 2j + k]

-1 = 2x -2z + 2z-y

0 = 2x -y +1

Let L be the line between a and b

L = ti+(1+2t)+(1+t)k

By substitution to find the point on the line that is also on the plane;

0 = 2t -1-2t +1

0 =

So, it seems to be impossible
 
Physics news on Phys.org
Your result is 0=0 so EVERY point on the line would work (unless there is a mistake somewhere).
 
Exactly. But the question seem to imply there's only 1 point (find THE point).
 
A quick check: Mathematica or Maple graphs.
 
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