Finding Distance from a Point to a Line

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

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

  • @ishanbhansali694
    @ishanbhansali694 4 года назад +60

    Your lessons are truly amazing. My teacher took 34 minutes explaining this and I was left confused, but you took 3 minutes and 34 seconds and taught me more than her. Pretty cool mate!

    • @AlpBozo
      @AlpBozo 3 года назад +5

      Lol mine went through it in 45 sec and left the whole class confused

    • @aaryasuparey_
      @aaryasuparey_ 25 дней назад

      well mine took like 30 seconds (fr)

  • @wardenofthelight1122
    @wardenofthelight1122 2 года назад +10

    That was plain and simple and straight to the point. Well done good sir. :)

  • @victorkotov3183
    @victorkotov3183 3 года назад +13

    Excellent work agent 47. Now make your way to the extraction point.

  • @kendagaanorwabwogo978
    @kendagaanorwabwogo978 4 года назад +37

    this man knows everything

  • @thundergamergd
    @thundergamergd 18 часов назад

    Took my teacher 50 minutes and we didn't even finish the lesson, this taught it perfectly in 3

  • @alaynac1610
    @alaynac1610 3 года назад +10

    thank you, my teacher had a hard time explaining how to do this

  • @PraPal-u1e
    @PraPal-u1e Месяц назад

    Absolute lifesaver, thank you very much!

  • @pokohoko9575
    @pokohoko9575 Год назад

    Impeccable Video! Thank you for you tutorials.

  • @JohnSmith-ok9sn
    @JohnSmith-ok9sn 3 года назад +2

    Anna Pitts,
    When dealing with square roots, you always try to simplify the number WITHIN the square root sign to the simplest numbers, in order to factor out as many of them as you can, and something that is not easily divisible just leave inside the square root sign, as a whole number, (for the sake of neatness).
    In the case of the number 20, inside the square root sign, we can break up the 20 into 4 • 5, (because you can separate the numbers within square root into separate square roots, if they are multiplied by one another, and cannot separate them if they are added, or subtracted from each other).
    So, as we brake up sqrt(20) into sqrt(4) • sqrt(5), we can now have an easily squarerootable 4, which is 2^2, and not easily squarerootable 5, which we leave as it is. And thus, we can simplify the whole expression as follows:
    sqrt(20) = sqrt(4 • 5) = sqrt(4) • sqrt(5) = 2 • sqrt(5) = 2sqrt(5)
    which is what he did...
    If it was, say, sqrt(45), we could do the same:
    45 can be broken down into 9 • 5, where 9 is easily squarerootable down to 3. So, we get,
    sqrt(45) = sqrt(9 • 5) = sqrt(9) • sqrt(5) = 3 • sqrt(5) = 3sqrt(5)
    That's how we deal with large messy square roots.

  • @-.lettuce.-7859
    @-.lettuce.-7859 2 года назад

    Mario is the goat 😤😤thank you so much math master Mario

  • @alfonsorodriguez2739
    @alfonsorodriguez2739 8 месяцев назад

    Revisit this problem after learning rotations in geometry, vectors in precalculus and optimization in calculus

  • @starmapsllc
    @starmapsllc Год назад

    This is really useful for a project i'm working on- needed a refresher for sure.

  • @koolaiddudeawesome9850
    @koolaiddudeawesome9850 2 года назад +2

    I have a test today and I almost forgot about this, thank you so much 😀

  • @BaldSteveGaming
    @BaldSteveGaming 3 года назад +3

    Parents: RUclips ROTS YOUR BRAIN!!!
    Also RUclips: Literally helps me find what Im doing wrong and quite possibly saves my tomorrow’s test grade
    Thank you man, this is a lifesaver

  • @Evan111.
    @Evan111. 2 года назад

    YOOOOO THIS GUY IS SO HELPFUL, TY SIR. my teacher explained it but i didn't get it. You're a genius

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

    I just used this method to find the nearest distance between a curve and a line!

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

      I assume you'll do this python, so looping over each point in the line and solving it for the curve should do the trick, at the end of the loop you'll have the distances for each point, from there on you can find the min or max distance or whatever you need

  • @theanxiousone3061
    @theanxiousone3061 Год назад

    Watching this an hour before my math test, I’ve been confused and I think it just clicked! Wish me luck!

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

    bruh my teacher took 3 and a half total hours to explain this completely and you did it better in under 4 minutes

  • @AdityaGupta0130
    @AdityaGupta0130 2 года назад

    Thank you, this one of the best explanations ever!!!!

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

    so straight forward

  • @navyblue1111
    @navyblue1111 7 месяцев назад

    thank you so much, sir!

  • @abdurrahman-su4we
    @abdurrahman-su4we 2 года назад

    I do like your style of teaching sir

  • @lilbean2330
    @lilbean2330 2 года назад

    Thank you so much !

  • @cookieeofcc
    @cookieeofcc Месяц назад

    youre a godsend

  • @Suzerain123
    @Suzerain123 Год назад

    Thank you for this I was absent for a week and never understood this

  • @r.i.p.maradona1897
    @r.i.p.maradona1897 4 года назад +1

    Thank you soooo much

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

    Better than my teacher 👍😁

  • @jadealthea2948
    @jadealthea2948 3 года назад +3

    Hi sir, just want to ask what if the given ordered pair is like this (x,5) and the distance of a point from a line is already given, but the teacher wants to find the value of x how can we solve it?

    • @alexmenke6825
      @alexmenke6825 3 года назад +2

      (x,5) is one of the points. I'd need to know the other point to do the math but if the other point was (2,8) and the distance was 20, I'd have d=20, x1=x,y1=5,x2=2,y2=8. I'd take the distance formula d= sqrt((x2-x1)^2 + (y2-y1)^2) and I'd plug in my values. And then I'd solve for x.
      20=sqrt((2-x)^2+(8-5)^2)
      Square both sides
      400 = (2-x)^2+(8-5)^2
      400= (2-x)^2+9
      391= (2-x)^2
      sqrt to get rid of ^2
      19.77=2-x
      17.77=-x
      -17.77=x
      Obviously mine is made up so I got a decimal. Yours might be a whole number but that is the process.

    • @jadealthea2948
      @jadealthea2948 3 года назад +2

      @@alexmenke6825 thank you sir i really appreciated 🙏 ❤ 🙌 👏 💕 💛

    • @alexmenke6825
      @alexmenke6825 3 года назад +2

      @@jadealthea2948 You're welcome.

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

    your videos teach better than my teachers 100% of the time

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

    Thank you so much for this information; I was trying to solve a problem like this for hours using a method prescribed by the school textbook example, and it just wasn't working. I was able to solve the problem using your method within minutes. Nevertheless, I still want to know where I went wrong. Hopefully I'll figure it out.

  • @Selenaniii
    @Selenaniii Год назад

    thank you so so much live saver

  • @stuff2209
    @stuff2209 Год назад

    Oh my god thank you so much

  • @a-google-user07
    @a-google-user07 Год назад

    thank you so much

  • @f_g7304
    @f_g7304 4 года назад +2

    Thankyou so much!!!!!

  • @motordin0427
    @motordin0427 Год назад

    Awesome video

  • @mathmadekapapero
    @mathmadekapapero 2 года назад

    math legend

  • @notkarengt3109
    @notkarengt3109 2 года назад

    Lol I’m goona pass this test now 😊

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

    Thank you so much.

  • @musty4203
    @musty4203 4 года назад +2

    What's the reason for changing the reciprocal of the slope?

    • @MariosMathTutoring
      @MariosMathTutoring  4 года назад +3

      Isaac, Opposite reciprocal slopes - means lines are perpendicular.

  • @OtisStriplin-bd1td
    @OtisStriplin-bd1td Год назад

    Ann the distance between the dartboard and the throwing line

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

    i did ur method and got crazy numbers and i did it right mabye cuz my teacher gave me a bunch of problems she didnt teach

  • @muhammadrizwan-br9bi
    @muhammadrizwan-br9bi 3 года назад +4

    just as video started.... he reminded me of jhonny sins...

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

    Whoever disliked are people who weren't trying to understand.

  • @LairdStone
    @LairdStone 2 месяца назад

    what if the point is (p,q) and the line is y =mx+b, and my answer must be in terms of p, q, m, and b

  • @harrison9436
    @harrison9436 Год назад

    Legend

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

    hold on, what if you just want to find the vertical distance between a point and a line?

    • @greense65
      @greense65 2 года назад +1

      Your question is a year old, but I think I might be able to answer it quickly.
      The vertical line going through the given point (5, 5) has equation x=5.
      Plug that into the equation of the given line, y=2x+5. That's y=2(5)+5=15. So the intersection of the given equation and the vertical line through the given point is (5, 15).
      Use that point (5, 15) and the given point (5, 5) in the distance formula, like in the video, and you'll get the answer.
      But actually, if we look at the points, the x values are the same, so the distance between them is just along the vertical line from 5 to 15. 15-5=10. That's the vertical distance.

  • @vuthypanha8514
    @vuthypanha8514 6 лет назад +1

    Thank it can make me sure .it is the same my idea

  • @bd250
    @bd250 Год назад +1

    What if the line given is only x=1

  • @nehcnavi291
    @nehcnavi291 6 лет назад +1

    there is a long way to verify. it is easier but it takes longer.

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

    how would i do it if my line is 3x+4y-5=0 and my point is (-4,5)

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

      You have to write that line in y=mx+b form, then just follow his instructions

  • @sunilkumar-cu8ww
    @sunilkumar-cu8ww 4 года назад

    We have direct formula to find distance between point and the line

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

      I discuss the formula in this video here: Finding Distance from Point to Line (Formula) ruclips.net/video/h13wI_gi4GA/видео.html

    • @096-rajarammajhi8
      @096-rajarammajhi8 3 года назад

      d=|ax1+by1+c|/√a²+b²

  • @miguelbramasco5627
    @miguelbramasco5627 Год назад

    this guy looks like the bad guy from the first shazam movie

  • @arjuna.3424
    @arjuna.3424 4 года назад +1

    howd u get 1,7 after plugging it in

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

      1 was the x coordinate, so he plugged in 1 for x in the original equation (y=2(1)+5= 7 which is the Y coordinate and thus (1,7)

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

    👍🏻

  • @rubtuts1698
    @rubtuts1698 2 года назад

    One punch math

  • @grimgaming2633
    @grimgaming2633 Год назад

    he went a little fast, but i got it

  • @josilync.2526
    @josilync.2526 3 года назад +1

    online geometry is killing me

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

    I can't read your writing, and you are moving way to quickly. You need to slow it down. Thanks for doing this though. I will pause one a time.

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

      im pretty sure this is just supposed to be a review, youre not supposed to rely only on him to learn how to do these problems

  • @jakeandre8312
    @jakeandre8312 Год назад +1

    This shit makes no sense I have a test in a hour

  • @Cloudyy.xoxo18
    @Cloudyy.xoxo18 4 года назад

    shouldn't the answer be 5?

  • @zChiicken
    @zChiicken 10 месяцев назад

    IM DOING NOTHING WORNG SND DAISBDNSUAD

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

    I don't understand the way your doing this. I've never been taught that in school

  • @lalabwoo
    @lalabwoo 7 месяцев назад

    Bro r u trying to show off or teach geez slow down

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

    Thank you so much!