Vectors

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 7

  • @Mr35diamonds
    @Mr35diamonds 4 года назад +1

    Indeed, there is no need to decompose the vectors into its horizontal and vertical components. We use the concept that if the system is in equilibrium then we can have a well-ordered system where all vectors point in a well-ordered state. Then we can apply sine rule without having to consider components.

  • @awaisbaloch3085
    @awaisbaloch3085 4 года назад

    sir in which situation we use vector subtraction?
    and cosine law

  • @quosswimblik4489
    @quosswimblik4489 3 года назад

    This is my early vector work I was thinking of using something like this to add curve to a electronic pen drawn straight line graphing. my mahematica code example
    Plot[Piecewise[{{((0.5 - x)/
    0.5) (x/2) + (x/0.5) (0.25 + (x - 0.5) 1.1),
    x 0.5 && x 0.75}}] , {x,
    0, 1}]
    and here's some mathematica code for triangular curves.
    Manipulate[
    ListPlot[Table[
    If[t > d, {0,
    0}, {(e + 1 - c (t/d)) Cos[t], (e + 1 - c (t/d)) Sin[t]}], {t, 0,
    2 Pi, 0.0011}],
    AspectRatio -> Automatic,
    PlotRange -> {{-(e + 1), (e + 1)}, {0, (e + 1)}} ,
    PlotTheme -> "Minimal"], {c, 0, e + 1}, {d, 0.0011, Pi}, {e, 0, 4}]

    • @29ibrahimsayed95
      @29ibrahimsayed95 3 года назад

      what kind of engineering are you studying?

    • @quosswimblik4489
      @quosswimblik4489 3 года назад +1

      @@29ibrahimsayed95 I'm more a mathematician but I think this might be useful for curve fitting as an extension of a Piecewise linear function for fitting lines and curves to data. I think triangular curves might be useful in upgrading to rough and curved graphics.

    • @29ibrahimsayed95
      @29ibrahimsayed95 3 года назад

      @@quosswimblik4489 can you share your contact details fb insta or whatsapp i would like to have a conversation with you

  • @paulproofmath323
    @paulproofmath323 4 года назад

    Funny intro