two tangent parabolas problem from Oxford

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

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

  • @danieldepaula6930
    @danieldepaula6930 3 года назад +177

    I've thought the following: There are infinite numbers c such that y = x² + c and x = y² find each other, but only one where it happens just one time. And when does it happen? For maximum c. So, if we find the maximum value of c, the question is solved. Then:
    y = x² + c
    y = (y²)² + c
    y = y^4 + c
    c = y - y^4
    Maximum c:
    d/dy (y - y^4) = 0
    1 - 4y³ = 0
    y = 1/cbrt(4)
    x = y² = 1/cbrt(16)
    y = x² + c
    c = y - x²
    c = 1/cbrt(4) - 1/cbrt(256)
    c = 1/cbrt(4) - 1/(4cbrt(4))
    c = 3/4(cbrt(4))

    • @hasanagera
      @hasanagera 3 года назад +8

      Nice approach 👍

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

      thats actually genius

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

      Thats very neat but im not it would work all the time and you have to deal with bigger numbers

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

      I like it

    • @Kongonaut
      @Kongonaut 2 года назад +5

      @@lih3391 why shouldn't this method work? And what do you mean with bigger numbers?

  • @NoName-yo7ux
    @NoName-yo7ux 3 года назад +395

    As a 17 year old boy from India studying for engineering entrance exams. I'm happy to say this video made complete sense to me.

    • @transposedmatrix
      @transposedmatrix 3 года назад +8

      Same here! From Austria, but still gives me confidence.

    • @arniie5288
      @arniie5288 3 года назад +8

      As a 15 year old boy, this video also made complete sense to me

    • @yonatan1525
      @yonatan1525 3 года назад +38

      As a 7 year old boy i cam absolutely say this video made complete sense to me

    • @codersstudio9509
      @codersstudio9509 3 года назад +50

      As a newly born Asian child it makes complete sense to me

    • @WiLDbEAsTGameSHere
      @WiLDbEAsTGameSHere 3 года назад +25

      As a child going to take birth in an asian family , this video makes complete sense to me

  • @lexyeevee
    @lexyeevee 2 года назад +30

    i combined them into y⁴ - y + c = 0, then reasoned as follows: i know that when c = 0 there are exactly two real intersections - (0, 0) and (1, 1) - and thus two distinct real roots to this combined equation. so if i increase c until there is exactly one distinct real root, it must be a repeated root (visually, the other two roots would merge together), so the derivative must be zero. differentiating eliminates c and leaves me with 4y³ - 1 = 0, which readily produces y = 1/³√4, and substituting back in gives c = 3/(4³√4).

  • @NonTwinBrothers
    @NonTwinBrothers 3 года назад +17

    I love that he's still uploading older videos.
    Years ago when this was recorded, I didn't know how to do the problem on my own. It's so nice now that I'm able to pause the video and give it a try and actually get it :D

  • @benjaminduttlinger2254
    @benjaminduttlinger2254 2 года назад +8

    I’m quite proud of myself. I saw the thumbnail and instantly said “just set the derivatives equal!”

  • @JulianShagworthy
    @JulianShagworthy 2 года назад +5

    I'm relearning Maths before embarking on an Engineering degree (I never made it past an A* at GCSE level) and something I underappreciated previously was how there is ALWAYS another rabbit hole to venture down. It has to be one of (if not 'THE') broadest subject out there. It's absolutely fascinating. Love the videos, they're many orders of magnitude more educational than any teacher I ever had :)

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

      Good luck for ur future engineering degree bro. I recommend other maths channels too, like 3B1B, MindYourDecisions, numberphile, and mathologer.

  • @jcb3393
    @jcb3393 2 года назад +6

    If they are tangential, they will have the same slope at the same (x,y) coordinate.
    Set the first derivatives of y=sqrt(x) (1/2 * x^(-1/2)) and y=x^2 + C (2x) equal to each other. This yields x = cubrt(4)/4.
    Plug this back into y=sqrt(x). Y=sqrt(cubrt(4)/4) = cubrt(2)/2.
    Plug these x and y values into y=x^2+C, and you get C=3/8 * cubrt(2).

  • @ld1708
    @ld1708 2 года назад +7

    Thank you for this nice video ! Considering the tangents is a bit tricky, however : you can SEE that it's correct, but in general two curves can have only one point in common without being tangent (e.g. two straight lines...).
    Thus it seems a better solution to me, to simply say that the graphs of the two functions f(x)=x^2+c and g(x)=sqrt(x) intersect only once iff the function h=f-g is zero at only one point. Considering the sign of its derivative, we get that it decreases until x=1/(third Root of 4) and increases after that. Thus h(x) takes the value zero only once iff h(1/(third Root of 4))=0, an equation which gives directly the value of c.
    Of course we still use the visual evidence that y is non negative, but this is less important. It can be proved as well, anyway, by the same kind of intermediate value argument.
    Indeed, replacing h by f+g above, we get that if c

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

      We know that in the relevant portion, one curve is concave up while the other is concave down. If they touch at only one point, it must be tangentially.

  • @txikitofandango
    @txikitofandango 3 года назад +48

    When I was starting this, I got this step:
    For what values of y does y⁴ - y + c = 0 have only 1 solution?
    And that problem is obviously kind of hard, so it was a dead end, and then I figured out bprp's way.
    BUT!
    Suppose the original problem were in fact: For what values of y does y⁴ - y + c = 0 have only 1 solution?
    How would you know to turn that problem into the one given in the video?

    • @Zarunias
      @Zarunias 3 года назад +24

      I actually did it that way. Renaming of the variable: x^4-x+c=0 must have exactly 1 solution. Therefore the derivative on the solution must be 0 (because the polynom is of an even degree). 4x^3-1=0 and therefore x=cbrt(1/4). Back to the equation: (cbrt(1/4))^4-cbrt(1/4)+c=0, and therefore c=cbrt(1/4)-(1/4)*cbrt(1/4)=3/(4*cbrt(4))

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

      @@Zarunias nice solution! I hadn't thought of the derivative yet

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

      I was about to comment something similar to this, I got this equation and then tried to solve for a repeated root

    • @lemon-bc8rv
      @lemon-bc8rv 2 года назад +1

      You can also set y=x for clarity and write x^4=x-c has 1 solution. Consider then the line y =x -c only intersecting x^4 once. To solve for c we simply find when the gradient of x^4 = 1 (our value of y) and find the equation of the tangent line, which will find us our c

  • @rikschaaf
    @rikschaaf 2 года назад +5

    I saw the thumbnail and was stuck with the question since there were two unknowns (x and c) if you only considered the formulas themselves. This made me watch the video and once you mentioned the word derivative, I got all the parts I needed (forgot to consider the fact that they were tangent, so it obviously has to do with derivatives, I just wasn't considering them since I haven't done much math in the last couple of years). The thumbnail already primed me to disregard the negative sqrt(x), and the derivative wasn't that hard.

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

    I've done the most crazy solution, when I watched the vídeo to see the real solution I discovered that I was right!!!
    That feeling is good!!!!!

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

    We can also differentiate like this: dx=(2y)dx, so dy/dx=1/(2y) and we want dy/dx=2x namely 1/(2y)=2x etc.

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

    Saw another video a few days ago with a problem like this. I tried to start solving for the "common" x-coordinate, i.e. an equation of the two functions. Well, I failed!
    Keyword was that they had common _tangent_ at that point whose x-coordinate could be found by solving an equation of the two derivatives of the functions.
    Nice👍🏻

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

    Did you know that this is useful in doubling the cube?
    You can use a compass to take the reciprocal of the required constant
    and half it to get ∛(2), allowing you to construct a cube with a volume of *exactly* 2.

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

    Literally just finished year 10 and this got recommended to me so I thought I’d have a look. When I tell you I was clueless I mean I stared mindlessly into the screen with not the vaguest idea of what he was talking about.

  • @violintegral
    @violintegral 3 года назад +9

    Lol I saw this problem on instagram like a week ago and managed to get it right

  • @user-on1up1be2p
    @user-on1up1be2p 3 года назад +11

    discriminant of y^4-y+c equals 0
    256c^3-27=0
    c^3=27/256

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

      I solved it like this as well.
      It was very rewarding to get the correct answer, but I’m sure the quartic formula wouldn’t be provided on the actual exam.

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

    Yeah I was like "Tangent means two things, same point and same slope." Not sure why, but I was like "this is calculus, we're definitely gonna do derivatives." So I set those equal. Plug that x into sqrt(x) and you have the y value for y=x^2 + c so c= sqrt(x) - x^2. Two assumptions and 2 formulas leading to two equations. I didn't think I'd miss calc, but the calc 3 days were fun like this. Diff eq did not go the same way.

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

    A similar intution to equate the equations AND the derivatives leads to Lagrange Multipliers for constrained optimization problems!

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

    my process:
    y^2=x
    y=x^2+c
    y=y^4+c
    d/dy y=1
    d/dy y^4=4y^3
    tangent at:
    1=4y^3
    y=1/cbrt(4)
    solve for c:
    1/cbrt(4)=1/cbrt(4)^4+c
    1/cbrt(4)=1/cbrt(4)*1/cbrt(4)^3+c
    1/cbrt(4)=1/cbrt(4)*1/4+c
    3/4*cbrt(4)=c

  • @mehrzadsaremi5903
    @mehrzadsaremi5903 2 года назад +8

    Why's this suspiciously easy?

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

      It is a MCQ question and I think the difficulty is about right.

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

    So simple 😊
    Y=1, X=1 and C=0

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

    Differentiate with respect to x or y, one might be trickier but not by much here. You get both the first derivative and the functions being equal at the tangent point:p. Just pick one to solve for, its not that hard

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

    The way I solved was implicitly differentiate both to get 1/2y=dy/dx and 2x=dy/dx.
    1/2y=2x. But because you know they are the same point you can substitute in terms x for y^2. Then
    1/2y=2y^2
    1/2=2y^3
    1/4=y^3
    cbrt(1/4)=y
    Now you also know what x is because what is x at that point but y^2 so
    x=(1/4)^2/3
    Finally solve for c with those values of x and y
    cbrt(1/4)=((1/4)^2/3)^2 +c
    1/cbrt(4)-(1/4)^4/3=c
    4/4cbrt(4)-1/4^4/3=c
    4/4cbrt(4)-1/4cbrt(4)=c
    3/4cbrt(4)=c
    Not too hard a problem compared to some of those Cambridge integral ones lol

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

    Four times one is four, minus one that's three. Quick mafs

  • @Nryan-ks5tz
    @Nryan-ks5tz 3 года назад +5

    took the admissions test and got rejected today :(

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

    Would you have to rationalise the denominator as you are left with a root there

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

    I thought you were going to do it by:
    y^2 = x => y = +√x
    plug that into y = x^2 + c
    put in quadratic formula
    solve c so that the determinant is zero, i.e. there is only one solution

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

    i haven’t been taught anything like this yet but i understood the process! kinda… yeah I’m not going to Oxford

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

    The derivate is because are tangente?

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

    Which mic are you using?

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

    Guess my old brain won't be going to Oxford anytime soon

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

    How to send hard Calculus questions to you?

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

    glad to know im basically an oxford student

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

    Why does “being tangent” imply “same tangent line”?

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

      Tangent means “touch”.

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

      @@bprpcalculusbasics I’m saying why does (the parabolas being tangent at a point) imply that the tangent lines have the same slope?

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

    A surd as a denominator??

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

    Why c cannot be negative?
    ax²+bx+c could be
    x²+2x+(-8) for example..

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

      if c < 0 then there will be 2 points of intersection. (why?)
      in fact we can let m < c; there will be 2 points of intersection.

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

    He has a habit of using ln in every question

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

    Yes I did it!
    Not hard as the exam

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

    I solved!!

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

    It took me some 2 mins to solve mentally. Just solve 2 equations→
    1/2√x = 2x and √x = x²+C. Easy deal.

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

    Who else wouldn't get in

  • @Malie-hh1yo
    @Malie-hh1yo 2 года назад +2

    As a 15 year old knowing I’m gonna have to know this for my final exams hurts me so much 😭

  • @blackpenbluepen8207
    @blackpenbluepen8207 3 года назад +9

    Sir please tell me that how can I take admission in Oxford University

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

      very difficult, you sure you can do it?

    • @noname-uq1xk
      @noname-uq1xk 3 года назад +1

      you have to apply on UCAS by October I think, you could try next year.

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

      You have no chance of going to Oxford if you don't know how to look up the admissions process.

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

      @@General12th
      J.J. Shank
      1 day ago
      @light That's an uncool thing to say.

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

      @@hydrarl3869 I think it's justified here. It's one thing to not pass the application exam. It's another thing to not even know _how to look up_ how to take the application exam.
      One of these situations is much more "noobish" than the other.

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

    Much simpler way

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

    You forgot to take the +/- when solving y^2 = x for y ;)

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

      He's considering x > 0 y>0 ; the parabolas intersect in 1st quadrant.

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

    There was no need to use calculus man. Set the functions x^2 + c and sqrt(x) equal just as you eventually arrived to.

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

      No, when you set the function equal, you get the intersection as a function of c. But that was not the question.
      If you don't understand my point: Calculate c in the equation x^2+c=sqrt(x) ... you can't, because it's one function for two variables.
      If you think, I'm wrong: please show, how you calculate c without differentiation.

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

    عدت صغيرا

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

    Oh the "beard" is gone. Now I can watch again.

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

    But aren't they intersecting in the z-world? 🤔🤔

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

    It's the easiest question in the Egyptian high school system 🥲🥲🥲 this year is going to determine whether i'm able to study engineering or i don't have enough intelligence to study engineering or other scientific degrees It's a really hard year for me.

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

    I seen your every video

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

    Why YOU have shaved?

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

    I love men

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

    This is high school math for us Indians. Yes its not fair 😂

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

    this kind of logic puzzle constrained by arcane bizarre conventions is such a dry sterile convoluted labyrinthine mess that it is frightening to imagine devoting a lifetime to the decipherment of every kind of twisted string of lines and symbols that pops out of some paid professional clever person's frond.
    what possible motivation is there that drives the obsessed to ever more bizarre questions leading to ever more linguistically incomprehensible strings of lines and squiggles and digits which is then called 'the answer' ?
    math seems to be its own reward/punishment and to pursue these endless pointless aimless random re-iterations of the same obscure basic multi-embroidered logic puzzles seems, for some people, to be almost an opioid