China Math Olympiad | You should be able to solve this | 2 Methods

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 20

  • @jimlocke9320
    @jimlocke9320 5 місяців тому +4

    The problem statement doesn't specify the location of point Q on AD. Let's consider the special case of Q being at the midpoint. Then, PQ is parallel to AB and CD. In that case, length AB becomes 11 and BC becomes 6, which is also the diameter of the circle. The area of the rectangle becomes 11 times 6, or 66.
    Note that both solution methods break down for this special case because the triangles become straight lines.
    A better way to state the problem might be to identify the midpoint of AD and specify that Q is between the midpoint and point D. The limiting case of Q being at the midpoint is straightforward to solve, as done here. On a multiple choice test, just select its solution, 66, as the correct answer. Otherwise, use the special case to verify your solution for the general case.

    • @ANTONIOMARTINEZ-zz4sp
      @ANTONIOMARTINEZ-zz4sp 4 місяці тому

      I'm afraid you are wrong. This is one of those problems where given the initial values there are infinite solutions but, for all of them, the area of the rectangle will be the same. That's why you can't find the side lengths but you can find the area.

  • @MathNotationsVids
    @MathNotationsVids 5 місяців тому

    Outstanding problem with 2 elegant solutions. Success wjith problems of this caliber require Dedication/Practice, starting with easier ones, gradually increasing the difficulty. Inherent problem solving ability and being able to process at higher levels surely help, but they don't guarantee anything.

  • @richardleveson6467
    @richardleveson6467 5 місяців тому

    Always enjoyable - your explanations, written statements and constructions are always so clear to follow - and you come up with some very ingenious constructions! Thank you.

  • @soli9mana-soli4953
    @soli9mana-soli4953 5 місяців тому

    Considering the right triangle inside the circle in which diameter PE // to DC is the hypotenuse and chord SP is its major side, ES the minor. And considering a second right triangle drawing the estension of OP until it intersects side AD on point F. These two triangles PES and PFQ are similar because are both right and have angle P in common, then we can write:
    6 : DC = 2r : (6+5)
    Area = DC*2r = 6*11 = 66

  • @MarieAnne.
    @MarieAnne. 5 місяців тому +1

    Should the statement of the problem not specify that circle is tangent to 3 sides of rectangle, and that point P is a point of tangency? Otherwise we are making all sorts of assumptions to solve.

  • @KailashchandMeena-k1d
    @KailashchandMeena-k1d 3 місяці тому

    Very nice method

  • @murdock5537
    @murdock5537 5 місяців тому

    φ = 30°; ∎ABCD → AB = CD = a = QN; BC = AD = 2r = BP + CP = r + r;
    QP = QS + SM + PM = 5 + 3 + 3; PQN = OMP = δ → cos⁡(δ) = 3/r = a/11 → 2ar = 66

    • @s.s2938
      @s.s2938 5 місяців тому +1

      How did you find?? 30 degree?

    • @murdock5537
      @murdock5537 5 місяців тому

      @@s.s2938 Didn' t "find" it. It is useful and easier to write∶ e. g. sin(3φ) = 1

  • @michaeldoerr5810
    @michaeldoerr5810 5 місяців тому

    I think that I now understand: similar to the last problem. The first method involves-similar the previous problem setting up right angles ans with that similar right angled triangles. That is without iterating the Pythagoras theorem. The second method involves corresponding right angles and similar right triangles. Both have to be set up AFTER right angles are indented. I think that the first method is easier to understand. I could be wrong.

    • @michaeldoerr5810
      @michaeldoerr5810 5 місяців тому

      Also both methods start with the same basic circle theorem construction just like the previous problem that Math Booster showed YESTERDAY!!!

  • @marcelowanderleycorreia8876
    @marcelowanderleycorreia8876 5 місяців тому

    Very good explanation!

  • @santiagoarosam430
    @santiagoarosam430 5 місяців тому

    Nada se dice de la pendiente del segmento PQ, entonces podemos decir arbitrariamente que PQ es horizontal y el problema se vuelve trivial. >>> Área ABCD =PQ*BC =(5+6)*6=66.
    Gracias y saludos.

    • @albertobarbieri9994
      @albertobarbieri9994 5 місяців тому

      L area del rettangolo è 66, ma i lati non è che misurano 6 ed 11. Ciao

    • @santiagoarosam430
      @santiagoarosam430 5 місяців тому

      @@albertobarbieri9994 Al decir que PQ es horizontal, lo que hago es una transformación geométrica de la figura original en otra de igual superficie. La transformación respeta las condiciones de trazado de la figura inicial y se obtiene un rectángulo de igual superficie pero con una base más larga que la original y una altura menor. El procedimiento empleado sólo simplifica la solución del problema planteado, obtener la superficie del rectángulo. Gracias por la observación. Un saludo.

    • @albertobarbieri9994
      @albertobarbieri9994 5 місяців тому

      @@santiagoarosam430 Grazie mille ciao

  • @zdrastvutye
    @zdrastvutye 5 місяців тому

    the result does not depend on l3=... see line 20.
    the graphics will show which one of the results makes sense:
    10 print "mathbooster-china math olympiad-you should be able"
    20 dim x(1,3),y(1,3):l1=5:l2=6:sw=l1^2/(l1+l2)/10:l3=.5:r=sw:goto 120
    30 lb=sqr((l1+l2)^2-(r-l3)^2):dy=(r-l3)*l1/(l1+l2):y=l3+dy
    40 dis=sqr(abs(r*r-(y-r)^2))
    50 x=lb-r+vz*dis:dgu1=x*x/l1^2:dgu2=(y-l3)^2/l1^2
    60 dg=dgu1+dgu2-1:return
    70 gosub 30
    80 dg1=dg:r1=r:r=r+sw:r2=r:gosub 30:if dg1*dg>0 then 80
    90 r=(r1+r2)/2:gosub 30:if dg1*dg>0 then r1=r else r2=r
    100 if abs(dg)>1E-10 then 90
    110 print r:ages=lb*2*r:print ages:return
    120 vz=1:gosub 70:gosub 140:gosub 180:r=sw:vz=-1:gosub 70:gosub 140:gosub 180
    130 end
    140 x(0,0)=0:y(0,0)=0:x(0,1)=lb:y(0,1)=0:x(0,2)=x(0,1):y(0,2)=r
    150 x(0,3)=0:y(0,3)=l3:x(1,0)=0:y(1,0)=l3:x(1,1)=lb:y(1,1)=r
    160 x(1,2)=x(1,1):y(1,2)=2*r:x(1,3)=0:y(1,3)=y(1,2)
    170 xm=lb-r:ym=r:return
    180 masx=1200/lb:masy=800/2/r
    190 if masx

  • @StaffanSAN
    @StaffanSAN 5 місяців тому

    The definition of the problem never states that P id the midpoint of BC, you just assume that.

    • @albertobarbieri9994
      @albertobarbieri9994 5 місяців тому +1

      Lo si capisce perchè il cerchio è tangente a tre lati , anche perchè altrimenti sarebbe impossibile risolverlo. Ciao