Let $f:Bbb R toBbb R^3$ be a differentiable map with $Vert f(x)Vert=1$ for any $x inBbb R$. Prove that $f'(x)cdot f(x)=0.$

Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
Informally I think what I am trying to prove is that at any point on the shell of the sphere of radius 1 centered at (0,0,0) in R3 has a derivative normal to that point's vector.
This is what I have so far:
$sqrt f_1(x)^2+f_2(x)^2+f_3(x)^2=1 iff f_1(x)^2+f_2(x)^2+f_3(x)^2=1$
This is the step that confuses me; am I allowed to just state this?
$Rightarrow fracddx(f_1(x)^2+f_2(x)^2+f_3(x)^2)=0 iff fracddxf_1(x)^2+fracddxf_2(x)^2+fracddxf_3(x)^2=0$.
This step is also one I am not sure if I'm allowed to do
$iff 2(f_1(x)fracdf_1dx(x)+f_2(x)fracdf_2dx(x)+f_3(x)fracdf_3dx(x))=0 iff f_1(x)fracdf_1dx(x)+f_2(x)fracdf_2dx(x)+f_3(x)fracdf_3dx(x)=0=f(x)cdotfracdfdx(x)Box$
real-analysis vectors epsilon-delta orthogonality
add a comment |Â
up vote
3
down vote
favorite
Informally I think what I am trying to prove is that at any point on the shell of the sphere of radius 1 centered at (0,0,0) in R3 has a derivative normal to that point's vector.
This is what I have so far:
$sqrt f_1(x)^2+f_2(x)^2+f_3(x)^2=1 iff f_1(x)^2+f_2(x)^2+f_3(x)^2=1$
This is the step that confuses me; am I allowed to just state this?
$Rightarrow fracddx(f_1(x)^2+f_2(x)^2+f_3(x)^2)=0 iff fracddxf_1(x)^2+fracddxf_2(x)^2+fracddxf_3(x)^2=0$.
This step is also one I am not sure if I'm allowed to do
$iff 2(f_1(x)fracdf_1dx(x)+f_2(x)fracdf_2dx(x)+f_3(x)fracdf_3dx(x))=0 iff f_1(x)fracdf_1dx(x)+f_2(x)fracdf_2dx(x)+f_3(x)fracdf_3dx(x)=0=f(x)cdotfracdfdx(x)Box$
real-analysis vectors epsilon-delta orthogonality
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
Informally I think what I am trying to prove is that at any point on the shell of the sphere of radius 1 centered at (0,0,0) in R3 has a derivative normal to that point's vector.
This is what I have so far:
$sqrt f_1(x)^2+f_2(x)^2+f_3(x)^2=1 iff f_1(x)^2+f_2(x)^2+f_3(x)^2=1$
This is the step that confuses me; am I allowed to just state this?
$Rightarrow fracddx(f_1(x)^2+f_2(x)^2+f_3(x)^2)=0 iff fracddxf_1(x)^2+fracddxf_2(x)^2+fracddxf_3(x)^2=0$.
This step is also one I am not sure if I'm allowed to do
$iff 2(f_1(x)fracdf_1dx(x)+f_2(x)fracdf_2dx(x)+f_3(x)fracdf_3dx(x))=0 iff f_1(x)fracdf_1dx(x)+f_2(x)fracdf_2dx(x)+f_3(x)fracdf_3dx(x)=0=f(x)cdotfracdfdx(x)Box$
real-analysis vectors epsilon-delta orthogonality
Informally I think what I am trying to prove is that at any point on the shell of the sphere of radius 1 centered at (0,0,0) in R3 has a derivative normal to that point's vector.
This is what I have so far:
$sqrt f_1(x)^2+f_2(x)^2+f_3(x)^2=1 iff f_1(x)^2+f_2(x)^2+f_3(x)^2=1$
This is the step that confuses me; am I allowed to just state this?
$Rightarrow fracddx(f_1(x)^2+f_2(x)^2+f_3(x)^2)=0 iff fracddxf_1(x)^2+fracddxf_2(x)^2+fracddxf_3(x)^2=0$.
This step is also one I am not sure if I'm allowed to do
$iff 2(f_1(x)fracdf_1dx(x)+f_2(x)fracdf_2dx(x)+f_3(x)fracdf_3dx(x))=0 iff f_1(x)fracdf_1dx(x)+f_2(x)fracdf_2dx(x)+f_3(x)fracdf_3dx(x)=0=f(x)cdotfracdfdx(x)Box$
real-analysis vectors epsilon-delta orthogonality
real-analysis vectors epsilon-delta orthogonality
edited Sep 2 at 6:04
asked Sep 2 at 5:38
Big_Tubbz
213
213
add a comment |Â
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
2
down vote
Just take the equality $f_1(x)^2+f_2(x)^2+f_3(x)^2=1$ and differentiate both sides with respect to $x$. What do you get?
The two steps you are confused about are linearity of differentiation: $fracddx(f(x)+g(x))=fracddx f(x)+fracddx g(x)$ and $fracddx(af(x))=afracddxf(x)$ for functions $f$ and $g$ and a real number $a$.
add a comment |Â
up vote
1
down vote
The fact $lVert f(x)rVert=1$ implies $$lVert f(x)rVert^2=langle f(x),f(x)rangle=1$$
Now take the derivative of both sides with respect to $x$ to get
$$2langle f(x),f'(x)rangle=0$$
The meaning of that is, that the position vector is perpendicular to the velocity vector.
Edit:
The second part is easy to obtain
$$fracddxlangle f(x),f(x)rangle=langle f'(x),f(x)rangle+langle f(x),f'(x)rangle=2langle f'(x),f(x)rangle=2langle f(x),f'(x)rangle$$
by product rule and symmetry.
add a comment |Â
up vote
0
down vote
Since
$(f_1(x))^2 + (f_2(x))^2 + (f_3(x))^2 =1, tag 1$
differentiating we have
$2f_1(x) f_1'(x) + 2f_2(x) f_2'(x) +2f_3(x) f_3'(x) = 0; tag 2$
we divide by $2$ and obtain
$f(x) cdot f'(x) = f_1(x) f_1'(x) + f_2(x) f_2'(x) +f_3(x) f_3'(x) = 0.
tag 3$
Your demonstration agrees with mine, hence it must be correct! ðÂÂÂ
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Just take the equality $f_1(x)^2+f_2(x)^2+f_3(x)^2=1$ and differentiate both sides with respect to $x$. What do you get?
The two steps you are confused about are linearity of differentiation: $fracddx(f(x)+g(x))=fracddx f(x)+fracddx g(x)$ and $fracddx(af(x))=afracddxf(x)$ for functions $f$ and $g$ and a real number $a$.
add a comment |Â
up vote
2
down vote
Just take the equality $f_1(x)^2+f_2(x)^2+f_3(x)^2=1$ and differentiate both sides with respect to $x$. What do you get?
The two steps you are confused about are linearity of differentiation: $fracddx(f(x)+g(x))=fracddx f(x)+fracddx g(x)$ and $fracddx(af(x))=afracddxf(x)$ for functions $f$ and $g$ and a real number $a$.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Just take the equality $f_1(x)^2+f_2(x)^2+f_3(x)^2=1$ and differentiate both sides with respect to $x$. What do you get?
The two steps you are confused about are linearity of differentiation: $fracddx(f(x)+g(x))=fracddx f(x)+fracddx g(x)$ and $fracddx(af(x))=afracddxf(x)$ for functions $f$ and $g$ and a real number $a$.
Just take the equality $f_1(x)^2+f_2(x)^2+f_3(x)^2=1$ and differentiate both sides with respect to $x$. What do you get?
The two steps you are confused about are linearity of differentiation: $fracddx(f(x)+g(x))=fracddx f(x)+fracddx g(x)$ and $fracddx(af(x))=afracddxf(x)$ for functions $f$ and $g$ and a real number $a$.
edited Sep 2 at 6:07
answered Sep 2 at 5:46
Kusma
3,355218
3,355218
add a comment |Â
add a comment |Â
up vote
1
down vote
The fact $lVert f(x)rVert=1$ implies $$lVert f(x)rVert^2=langle f(x),f(x)rangle=1$$
Now take the derivative of both sides with respect to $x$ to get
$$2langle f(x),f'(x)rangle=0$$
The meaning of that is, that the position vector is perpendicular to the velocity vector.
Edit:
The second part is easy to obtain
$$fracddxlangle f(x),f(x)rangle=langle f'(x),f(x)rangle+langle f(x),f'(x)rangle=2langle f'(x),f(x)rangle=2langle f(x),f'(x)rangle$$
by product rule and symmetry.
add a comment |Â
up vote
1
down vote
The fact $lVert f(x)rVert=1$ implies $$lVert f(x)rVert^2=langle f(x),f(x)rangle=1$$
Now take the derivative of both sides with respect to $x$ to get
$$2langle f(x),f'(x)rangle=0$$
The meaning of that is, that the position vector is perpendicular to the velocity vector.
Edit:
The second part is easy to obtain
$$fracddxlangle f(x),f(x)rangle=langle f'(x),f(x)rangle+langle f(x),f'(x)rangle=2langle f'(x),f(x)rangle=2langle f(x),f'(x)rangle$$
by product rule and symmetry.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
The fact $lVert f(x)rVert=1$ implies $$lVert f(x)rVert^2=langle f(x),f(x)rangle=1$$
Now take the derivative of both sides with respect to $x$ to get
$$2langle f(x),f'(x)rangle=0$$
The meaning of that is, that the position vector is perpendicular to the velocity vector.
Edit:
The second part is easy to obtain
$$fracddxlangle f(x),f(x)rangle=langle f'(x),f(x)rangle+langle f(x),f'(x)rangle=2langle f'(x),f(x)rangle=2langle f(x),f'(x)rangle$$
by product rule and symmetry.
The fact $lVert f(x)rVert=1$ implies $$lVert f(x)rVert^2=langle f(x),f(x)rangle=1$$
Now take the derivative of both sides with respect to $x$ to get
$$2langle f(x),f'(x)rangle=0$$
The meaning of that is, that the position vector is perpendicular to the velocity vector.
Edit:
The second part is easy to obtain
$$fracddxlangle f(x),f(x)rangle=langle f'(x),f(x)rangle+langle f(x),f'(x)rangle=2langle f'(x),f(x)rangle=2langle f(x),f'(x)rangle$$
by product rule and symmetry.
edited Sep 3 at 15:37
answered Sep 2 at 8:39
Fakemistake
1,568714
1,568714
add a comment |Â
add a comment |Â
up vote
0
down vote
Since
$(f_1(x))^2 + (f_2(x))^2 + (f_3(x))^2 =1, tag 1$
differentiating we have
$2f_1(x) f_1'(x) + 2f_2(x) f_2'(x) +2f_3(x) f_3'(x) = 0; tag 2$
we divide by $2$ and obtain
$f(x) cdot f'(x) = f_1(x) f_1'(x) + f_2(x) f_2'(x) +f_3(x) f_3'(x) = 0.
tag 3$
Your demonstration agrees with mine, hence it must be correct! ðÂÂÂ
add a comment |Â
up vote
0
down vote
Since
$(f_1(x))^2 + (f_2(x))^2 + (f_3(x))^2 =1, tag 1$
differentiating we have
$2f_1(x) f_1'(x) + 2f_2(x) f_2'(x) +2f_3(x) f_3'(x) = 0; tag 2$
we divide by $2$ and obtain
$f(x) cdot f'(x) = f_1(x) f_1'(x) + f_2(x) f_2'(x) +f_3(x) f_3'(x) = 0.
tag 3$
Your demonstration agrees with mine, hence it must be correct! ðÂÂÂ
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Since
$(f_1(x))^2 + (f_2(x))^2 + (f_3(x))^2 =1, tag 1$
differentiating we have
$2f_1(x) f_1'(x) + 2f_2(x) f_2'(x) +2f_3(x) f_3'(x) = 0; tag 2$
we divide by $2$ and obtain
$f(x) cdot f'(x) = f_1(x) f_1'(x) + f_2(x) f_2'(x) +f_3(x) f_3'(x) = 0.
tag 3$
Your demonstration agrees with mine, hence it must be correct! ðÂÂÂ
Since
$(f_1(x))^2 + (f_2(x))^2 + (f_3(x))^2 =1, tag 1$
differentiating we have
$2f_1(x) f_1'(x) + 2f_2(x) f_2'(x) +2f_3(x) f_3'(x) = 0; tag 2$
we divide by $2$ and obtain
$f(x) cdot f'(x) = f_1(x) f_1'(x) + f_2(x) f_2'(x) +f_3(x) f_3'(x) = 0.
tag 3$
Your demonstration agrees with mine, hence it must be correct! ðÂÂÂ
answered Sep 2 at 6:03
Robert Lewis
38.5k22357
38.5k22357
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2902376%2flet-f-bbb-r-to-bbb-r3-be-a-differentiable-map-with-vert-fx-vert-1-for%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password