Main content
Pixar in a Box
Course: Pixar in a Box > Unit 11
Lesson 2: Calculating parabolas- Start here!
- Weighted average of two points
- Weighted averages
- 2. Where is the touching point?
- Exploring the parabola construction
- 3. Compute the touching point
- Calculating the touching point
- 4. How can we prove this?
- Touching point
- Bonus: Completing the proof
© 2023 Khan AcademyTerms of usePrivacy PolicyCookie Notice
3. Compute the touching point
Let's apply what we just learned to calculate the touching point. You can explore the interactive program used in this video here.
Want to join the conversation?
- i dont get the touching point(5 votes)
- The touching point is the point where a line segment touches another line segment but does not cross it.(3 votes)
- what grade is this lesson because i'm really confused?(4 votes)
- Would "tb" atrepresent multiplication like: t times b or would it mean t plus b? 2:41(2 votes)
- tB means multiplication. In general when variables are next to eachother it means multiplication.(1 vote)
- im in the 6th grade should i be learning this(2 votes)
- Yes you should be if you want to animate.(1 vote)
- I understand everything in the video but I still have problems with calculating the touching point. I am in 8th grade and have mastered Algebra 1. Should I be able to do this or is this exercise intended for older students? I love learning and want to be able to understand this.(2 votes)
- What's the tip to getting this? Is there any special trick?(2 votes)
- How do you calculate something in the middle of a block?(1 vote)
- Did somebody else just pronounce B at? 1:45(1 vote)
- Okay so I'm trying to apply this to the Calculation points assignment but i can't figure out how to do it. Can anyone simplify this a little bit for me?(1 vote)
- How do you determine the exact length of the parabola? I'm trying to draw a parabola in a program with points (or with lines), but I want to give it an infinite resolution (only one-pixel long lines for parabolas of any size). I need to know how long the parabola is. I can find out long the combined arms are, but then I end up looping through too many times for it to be the most efficient possible. How can you find out how long along the curve the parabola will be from one control arm to the other?(1 vote)
Video transcript
(tapping and cymbal beats) - Great. So hopefully you're closer to developing a hypothesis for the relationship between the lengths of the segments in the diagram that describe exactly where the touching point is. Now, recall that we're interested in the formula for a touching point because that'll let us write a computer program to compute just points on the parabolic arc and not have to worry about where the string art lines are or even where the control points are. Let me tell you a little bit about how I came up with my hypothesis. So when we look at the diagram here with t set to the midpoint, that is, we're talking about a string art line that's halfway along the way in the construction. That is, this point is the midpoint of this segment. This point's the midpoint of this segment, and finally, the touching point looks like it's the midpoint of this string art line. So, in this case, all those ratios are the same. Let's go back to, say, t equals around a quarter, so this point is a quarter along the way here, this point is a quarter along the way here, and in this case, it looks like the touching point is also a quarter along the way of the string art line. So again, all the ratios are equal. Let's try one other value of t, say, something around 0.7, so this point is 0.7 along the way, this point is 0.7 along the way, and again, it looks like the touching point is about that same ratio, about 0.7 along the way. That leads us to guess that if this point is a fraction t along this line segment, and this point is a fraction t along this line segment that the touching point that we're after is that same fraction along this string art line. Now to turn this into formulas, let's start by labeling our points. Let's call the control points A B and C. This point here on AB, I'll point Q. This point here on BC, I'll call point R. We'll call the touching point that we're after point P. So the geometry says that if this is a fraction t along the way, that this in ratio t to one minus t. This is in ratio t to one minus t, and this is in ratio t to one minus t. The algebra that goes along with this geometry is that Q can be written as one minus t times A plus t times B because it's on the line segment AB. The point R is on the line segment BC, a fraction t along the way, so it can be written as one minus t times B, plus t times C. If P is a fraction t along the line segment QR, then it can be written again as one minus t times Q plus t times R. So with these three formulas taken together, we can compute any point on the parabola we like just by varying the value of t. The next exercise will give you some practice using these formulas to solve a few problems.