Recent content by LFCFAN

  1. 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.
  2. 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
  3. L

    How to find the area of an n-dimensional triangle?

    Some elaboration on that would help, is possible?
  4. L

    How to find the area of an n-dimensional triangle?

    ? Let me know if I've explained the problem sufficiently
  5. 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.
  6. 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
  7. 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?
  8. L

    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?
  9. L

    Simple Lagrangian for constrained motion - please give your input

    Thanks. Would it be similar for all y=f(x)?
  10. L

    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...
  11. 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...
  12. 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
  13. L

    Can This Complex Differential Equation Be Simplified for Easier Solving?

    I've done it wrong because you can't solve the equation... right...
Back
Top