Recent content by LFCFAN
-
L
How to find the area of an n-dimensional triangle?
A = {2,1,2,4} B = {4,1,6,2} angle = arccos( (A.B)/(norm(A)*norm(B)) ) area = (1/2)A.B sin(angle) Is this correct? if yes, it is easy to generalize for Rn.- LFCFAN
- Post #12
- Forum: Calculus and Beyond Homework Help
-
L
How to find the area of an n-dimensional triangle?
I've literally typed out the question as it has been given. I think take it as a standard triangle in n-dim space- LFCFAN
- Post #10
- Forum: Calculus and Beyond Homework Help
-
L
How to find the area of an n-dimensional triangle?
Some elaboration on that would help, is possible?- LFCFAN
- Post #7
- Forum: Calculus and Beyond Homework Help
-
L
How to find the area of an n-dimensional triangle?
? Let me know if I've explained the problem sufficiently- LFCFAN
- Post #5
- Forum: Calculus and Beyond Homework Help
-
L
How to find the area of an n-dimensional triangle?
Find the area of the triangle with sides A = (a1 ... an) B = (b1 ... bn) and A-B = (a1-b1 ... an-bn) I don't even know where to start. I know how to do it in 3D with the cross product, but that obviously won't work for higher dimensions. So I need help generalizing for Rn.- LFCFAN
- Post #4
- Forum: Calculus and Beyond Homework Help
-
L
How to find the area of an n-dimensional triangle?
Homework Statement How to find area of an n-dimensional triangle using vectors? Homework Equations The Attempt at a Solution- LFCFAN
- Thread
- Area Triangle
- Replies: 13
- Forum: Calculus and Beyond Homework Help
-
L
Why do 2nd-order linear ODEs have at most two independent solutions?
Any mathematical elaboration I can have?- LFCFAN
- Post #3
- Forum: Introductory Physics Homework Help
-
L
Why do 2nd-order linear ODEs have at most two independent solutions?
Homework Statement Why does the following ODE ALWAYS have two linearly independent solutions? x''(t) + a(t) x'(t) + b(t) x(t) = f(t) The characteristic polynomial argument is not sufficient?- LFCFAN
- Thread
- Independent Linear Odes
- Replies: 3
- Forum: Introductory Physics Homework Help
-
L
Graduate Simple Lagrangian for constrained motion - please give your input
Thanks a lot man. But what I've done is correct, right? Literally can go on to find equations of motion with my lagrangian? -
L
Graduate Simple Lagrangian for constrained motion - please give your input
Thanks. Would it be similar for all y=f(x)? -
L
Graduate Simple Lagrangian for constrained motion - please give your input
Hello fellow PF members I was wondering how one would go about finding the lagrangian of a problem like the following: A particle is constrained to move along the a path defined by y = sin(x). Would you simply do this: x = x y = sin(x) x'^2 = x'^2 y'^2 = x'^2 (cos(x))^2... -
L
Can This Complex Differential Equation Be Simplified for Easier Solving?
Yes that's the equation, just swop t for x.How have I done it wrong? I cross-checked with peers...- LFCFAN
- Post #14
- Forum: Calculus and Beyond Homework Help
-
L
Can This Complex Differential Equation Be Simplified for Easier Solving?
partial derivative of (y')^2/y wrt y = - (y')^2/y^2 partial derivative of (y')^2/y wrt y' = (2 y' y'')/y derivative of (2 y' y'')/y wrt x = (2 y (y'')^2 + 2 y y''' y' -2 (y')^2 y'')/y^2 finsihed. everything I've done is correct- LFCFAN
- Post #12
- Forum: Calculus and Beyond Homework Help
-
L
Can This Complex Differential Equation Be Simplified for Easier Solving?
I've done it wrong because you can't solve the equation... right...- LFCFAN
- Post #11
- Forum: Calculus and Beyond Homework Help