Тёмный

Long Division and Remainder 

Mr H Tutoring
Подписаться 306 тыс.
Просмотров 8 тыс.
50% 1

Опубликовано:

 

11 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@travisfubu9053
@travisfubu9053 10 месяцев назад
Dear Professor, I just want to say your videos are real helpful to college students and also for refreshing forgotten topics tips and tricks. I hope you get more recognition, views, and subscribers with this channel
@luisclementeortegasegovia8603
@luisclementeortegasegovia8603 10 месяцев назад
Good way to remember and teach how to do it for begginers! 👍
@mrhtutoring
@mrhtutoring 10 месяцев назад
Glad you think so!
@davea136
@davea136 10 месяцев назад
OMG! I just reviewed synthetic division! Thank you for making me feel smart again Professor!
@mrhtutoring
@mrhtutoring 10 месяцев назад
Happy to help!
@user-de6yc7cb4u
@user-de6yc7cb4u 2 месяца назад
Thank prof. I had forgotten division of polynomials but now it's back
@user-ok6re8gv1q
@user-ok6re8gv1q 7 месяцев назад
Professor PLS NEVER STOP> Otherwise we normal people can never get access to your amazing talent!
@mrhtutoring
@mrhtutoring 7 месяцев назад
Thank you for the encouraging words 🙏
@rleroygordon
@rleroygordon 9 месяцев назад
A little trick I like to use to avoid getting confused is to write the products to the side, instead of underneath the polynomial, then multiply by -1 and writing that under the polynomial. It might not work for everyone, but I find it simpler to keep from getting confused with my operations.
@_AVofficial
@_AVofficial 10 месяцев назад
Thank you so much sir. I have been struggling a lot with Calculus and this helped me a lot as I struggle with long division the most. It helped me understand better. Thank you
@mrhtutoring
@mrhtutoring 10 месяцев назад
Glad it helped!
@Kamabushi999
@Kamabushi999 10 месяцев назад
I know I would frustrate him as his student but the little that I pick up would improve me 500%
@BangYongguk-sf8ly
@BangYongguk-sf8ly 10 месяцев назад
Nice. You solved it so easily. In our book we have to do partial fraction. To convert improper fraction to proper, we divide the denominator with nominator. Then "Let" the denominator into "A1", "A2", etc. Then put some number in "x" to find thr values of A1, A2, etc and then out the value of A1, A2, etc in equation 1. But i think in america they use A,B,C,D instead of A1, A2,... Was a fun chapter ngl. The one about "theory of quadratic equation" was giving me a headache tho, ngl lol.
@carultch
@carultch 10 месяцев назад
Another trick for reducing improper polynomial fractions: add zero in a fancy way. Given x^2/(x + 1) to reduce. Create a quadratic of x*(x + 1), to make the factor (x + 1) appear upstairs: x*(x + 1) = x^2 + x Add zero in a fancy way, i.e. add "+ x - x", to form a term we can cancel: (x^2 + x - x)/(x + 1) = (x + 1)*x/(x + 1) + -x/(x + 1) = x - x/(x + 1) Repeat the step of adding zero (i.e. add "+1 - 1"): x - (x + 1 - 1)/(x + 1) = x - [(x + 1)/(x + 1) - 1/(x + 1)] = x - (x + 1)/(x + 1) + 1/(x + 1) Result: x - 1 + 1/(x + 1)
@BangYongguk-sf8ly
@BangYongguk-sf8ly 10 месяцев назад
Thanks for the help man. But i am kinda dumb because its hard to understand maths in comments.
@animegod69
@animegod69 10 месяцев назад
💯
@joycecasera548
@joycecasera548 10 месяцев назад
@alururohith9947
@alururohith9947 10 месяцев назад
By looking it is complicate at first after seeing your video it is😊
@kingamhYT
@kingamhYT 10 месяцев назад
Why not use the synthetic division
@gregnixon1296
@gregnixon1296 10 месяцев назад
I wondered the same thing.
@mrhtutoring
@mrhtutoring 10 месяцев назад
I have already uploaded a video on synthetic division. Long duvision is usually helpful to learn before learning the synthetic division. Thanks for pointing it out.
@khalifmohamed2486
@khalifmohamed2486 10 месяцев назад
Why short cut ? It is better to make a little practice or mental floss. Can you try to solve this problem ( the circumference of the hind wheel of a wago⁴n is 5 ft more than that of the front wheel. If the hind wheel makes 150 fewer revolutions than the front wheel in going one mile, find the circumference of each wheel . Thanks for ur effort ! ).
@carultch
@carultch 10 месяцев назад
​@@khalifmohamed2486 In 1 rotation, a wheel's axle moves a distance equal to its circumference, assuming a simple flat road. Assign wheel 1 to the front, and wheel 2 to the rear. Let C1 and C2 be their circumferences, and N1 and N2 be their two numbers of rotations. Assign constants, T= 150 for the difference in turns, and F = 5 ft, and D = distance of 1 mile or 5280 ft, to avoid writing big numbers at intermediate steps. This allows us to create the following equations: N1*C1 = D N2*C2 = D The other two constraints given are: C2 = C1 + F N1 = N2 + T 4 equations, 4 unknowns, a fully constrained system we can solve. Consolidate the equations, so we only have one equation with one unknown and only constants with it: C2 = C1 + F D/N2 = C1 + F D/(N1 - T) = C1 + F D/(D/C1 - T) = C1 + F Multiply to clear denominators: D = (C1 + F)*(D/C1 - T) C1*D = (C1 + F)*(D - T*C1) Shuffle to the same side and expand: (C1 + F)*(D - T*C1) - C1*D = 0 T*C1^2 + F*T*C1 - D*F = 0 Quadratic formula for C1. Plug in data: C1 = (-F +/- sqrt((F*T)^2 + 4*T*D*F))/(2*T) C1 = (-5 +/- sqrt((5*150)^2 + 4*150*5280*5))/(2*150) Solutions: C1 = 11 ft & C1 = -16 ft. Only C1 = 11 ft is a realistic solution. From the given relationship to C2, we can determine that C2 = 16 ft.
@lembergsohn
@lembergsohn 10 месяцев назад
is this some kind of joke? where do you even get that expression at 0:30? whre does it come from? you are just making things up.
@mrhtutoring
@mrhtutoring 10 месяцев назад
Yup, it's all a joke
@mrbanjo2620
@mrbanjo2620 10 месяцев назад
Why not use the remainder theorem and sub x=-2 into the numerator when all you cared about was the value of b according to the question
@mrhtutoring
@mrhtutoring 10 месяцев назад
I wanted to show how to do long division. I've posted videos on reminder theorem already.
@davea136
@davea136 10 месяцев назад
@@mrhtutoring Thank you for going through the long division. For some of us the most important thing isn't WHAT is the answer, it is the HOW you get the answer.
@mrhtutoring
@mrhtutoring 10 месяцев назад
Thank you for the encouraging words.
@luisclementeortegasegovia8603
@luisclementeortegasegovia8603 10 месяцев назад
Please proffesor keep teaching shorts but don't forget tuttoring!
@mrhtutoring
@mrhtutoring 10 месяцев назад
Will do~
@BangYongguk-sf8ly
@BangYongguk-sf8ly 10 месяцев назад
I think you are spelling something wrong.
@user-re9pr9dr4q
@user-re9pr9dr4q 10 месяцев назад
No IOTA of this realm left in my brain. Good bye, math.
@mohankayastha
@mohankayastha 10 месяцев назад
Sir may you pronounce wrong answers B=3x⁴-2x²-40 A=-37
@user-iu8uk5tc9s
@user-iu8uk5tc9s 10 месяцев назад
Mr. H is right! A is the quotient and B is the remainder
@BangYongguk-sf8ly
@BangYongguk-sf8ly 10 месяцев назад
What does Mr. H stand for? Hong? Kinda curios.
Далее
Synthetic Division and Remainder Theorem
10:49
Просмотров 46 тыс.
Equation with Multiple Square Roots
5:30
Просмотров 64 тыс.
BeastMasters Hawk just had enough #ti13
00:30
Просмотров 358 тыс.
Solving Exponential Equation with Different Bases
4:10
Multiplying Square Root of Negative Numbers
3:15
Просмотров 52 тыс.
How to solve exponential logarithm
6:49
Просмотров 12 тыс.
Log Equation with Different Bases
4:31
Просмотров 8 тыс.
Percent Greater, Percent Less
2:38
Просмотров 7 тыс.
How to find the average of 2 trips
4:40
Просмотров 8 тыс.
Problem within a problem
2:13
Просмотров 10 тыс.