SlideShare a Scribd company logo
Graphing Implicit Functions on the TI-83
a:implicit.doc Page 1 of 8
Last year, the AP Calculus exam had a question involving an implicit
function. The question was 98AB6:
Consider the curve defined by 2y3 + 6x2y - 12x2 + 6y = 1.
(a) Show that
dy
dx
=
4x - 2xy
x2 + y2 + 1
.
(b) Write an equation of each horizontal tangent line to the curve.
(c) The line through the origin with slope -1 is tangent to the curve
at point P. Find the x- and y-coordinates of point P.
All this calculus is well and good, but this isn’t the first implicit relation
or function appearing on an AP Calculus exam. The AP Calculus
Committee seems to think this a baffling question. Why, say you? Well,
notice what they don’t ask. This curve is not easy to graph! What if we
could use a graphing calculator to demystify this question? My students
and I wrestled with just this issue last May after the exam arriving at methods
1 and 5. In September, my new AP Calculus BC class tackled this problem
and came up with method 3. Methods 2 and 4 were developed with help
from the ap-calc (www.ets.org), graph-ti (www.ti.com) and calc-reform
(www.ams.org) listservs!
Let’s add a new part (d) to this question.
(new d)
Make a complete sketch of the given implicit function.
Graphing Implicit Functions on the TI-83
a:implicit.doc Page 2 of 8
Method 1: Function Mode and Programming (98AB6)
Consider the given differential equation in part (a) above. Could we
use the derivative of the implicit function? Why not use slope fields and/or
Euler’s Method? Setup an appropriate window such as ZOOM4, let
y1=(4X-2XY)/(X2+Y2+1)
using alpha Y and run program slopef.83p. The slope field already suggests
a family of solution curves. Part (c) shows that a point on the curve is


-1
2
,


1
2
,
so run program eulerg.83g with xi=-0.5, yi=0.5 and ∆x=0.1. Run eulerg.83g
again with xi=-0.5, yi=0.5 and ∆x=-0.1. You will get a graph through the slope
field.
Well, this is a satisfying graph as we indeed can tell that this relation
is a function with the line y = -x a likely tangent at


-1
2
,


1
2
. But, we can’t
really trace the curve or use the graphing calculator’s power to analyze it.
I’ll leave to the reader the following exercise: Modify program eulerg.83p
(graphical) to output a table of all the ordered pairs plotted above and
call the new program eulern.83p (numerical).
Of course, this method works best when
dy
dx
is defined for x in your
window.
Graphing Implicit Functions on the TI-83
a:implicit.doc Page 3 of 8
Method 2: Parametric Mode (98AB6)
The given relation can be solved for x. Rewriting it as
(6y-12)x2 + (2y3+6y – 1) = 0
the equation is quadratic in x and we may apply the quadratic formula.
x =
-0± 02-4(6y-12)(2y3+6y-1)
2(6y-12)
=
± -4(6y-12)(2y3+6y-1)
12y-24
A graph you can trace can then be obtained in parametric mode as
follows.
x1(t) = -4(6T-12)(2T3+6T-1) /(12T-24) y1(t) = T (pos branch)
x2(t) = -x1(t) y2(t) = T (neg branch)
x3(t) = T y3(t) = -T (y=-x tan line)
This is a much better graph as it can be traced. It is incomplete,
however, as the solution to part (b) is missing. The point of horizontal
tangency (0, 0.165) is not plotted. This is due the fact that our
parametrization is undefined when T=0! Also, the point (-0.5, 0.5) is not on
the curve.
Graphing Implicit Functions on the TI-83
a:implicit.doc Page 4 of 8
Method 3: Function Mode and DrawInv (98AB6)
Use the same solution for x = f(y) as in Method 2 and graph it as y =
f(x). In other words let y1 = -4(6X-12)(X3+6X-1) /(12X-24) then use DrawInv
from the draw menu. What y1 is graphing is the inverse relation. If you
deselect y1, then DrawInv y1 and DrawInv –y1 will draw the given relation.
This is, however, another method which does not lend itself to trace
mode.
Graphing Implicit Functions on the TI-83
a:implicit.doc Page 5 of 8
Method 4: Function Mode and Solve()
As we are really solving the equation 2y3 + 6x2y – 12x2 + 6y – 1 = 0, let
y1=solve(2Z3 + 6x2Z – 12x2 + 6Z – 1,Z,0.5) and graph in ZOOM4. Be careful to
use alpha Z as X and Y are reserved for home screen output. What this
does is solve (from the catalog menu) for Z for each value of x in the
window using Newton’s Method near Z=0.5 and graphs the results as y
values. 0.5 is a good ‘guess’ for Newton’s Method as we know that y=0.5
is in the range of the relation.
This is by far the best method, if a little slow, for trace mode and the
calc menu as all ordered pairs in the implicit function are graphed for a
given window. We can even verify that the points (-0.5, 0.5) and (0, 0.165)
are part of the function. Also, f ’(0) = 0 and f ’(-0.5) = -1.
Please note, however, that this method works best when graphing a
function.
Graphing Implicit Functions on the TI-83
a:implicit.doc Page 6 of 8
Method 5: Polar Mode (94AB3)
What if the relation is quadratic in both x and y? We can then
discuss conic sections (see activity sheets). Graphing is also easy with a
change in coordinate system from cartesian to polar.
Consider the curve defined by x2 + xy + y2 = 27.
(a) Write an expression for the slope of the curve at any point (x, y).
(b) Determine whether the line tangent to the curve at the x-
intercepts of the curve are parallel. Show the analysis that
leads to your conclusion.
(c) Find the points on the curve where the lines tangent to the
curve are vertical.
(new d)
Make a complete sketch of x2 + xy + y2 = 27 including the
tangent lines found in parts (b) and (c).
Let x=rcos(θ) and y=rsin(θ), substitute, solve for r as an explicit function
of θ and let r1=f(θ) in polar mode and ZOOM6. Part (b) above is especially
easy to confirm with trace mode and the calc menu!
r2cos2(θ) + rcos(θ)rsin(θ) + r2sin2(θ) = 27
r2(cos2(θ) + cos(θ)sin(θ) + sin2(θ) = 27
r2(cos(θ)sin(θ) + 1) = 27
r2 =
27
cos(θ)sin(θ) + 1
r =
27
cos(θ)sin(θ) + 1
Graphing Implicit Functions on the TI-83
a:implicit.doc Page 7 of 8
You pick the Method: (92AB4)
Consider the curve defined by the equation y + cos y = x + 1
for 0 ≤≤≤≤ y ≤≤≤≤ 2ππππ.
(a) Find
dy
dx
in terms of y.
(b) Write an equation for each vertical tangent to the curve.
(c) Find
d2y
dx2 in terms of y.
(new d)
Make a complete sketch of y + cos y = x + 1 including the
vertical tangent.
This one is very easy to solve for x, so DrawInv or Parametric Mode
come to mind. What do you think? Use your graph to confirm your results
in parts (a) and (c). Where is the function increasing or decreasing?
Where is the function concave up or down?
Graphing Implicit Functions on the TI-83
a:implicit.doc Page 8 of 8
Activity Sheets: Exploring Implicit Functions and Conic Sections
In the attached activity sheets, we explore the world of conic
sections using questions similar to 94AB3. A conic section can be written
implicitly as:
Ax2 + Bxy + Cy2 + Dx + Ey + F = 0.
We will use Function Mode and Polar Mode methods here. By
letting some of these coefficients vary while others are zero, the student
can get a feel for what each coefficient affects in the shape of the conic.
When B=0, the student will see the effect of D and E by completing
the square and solving for y as an explicit function in x.
By letting D=E=0 and varying B, the student will learn to predict the
behavior of the implicit graph based on the value of B2 – 4AC in polar
mode.
We will investigate what happens when A and C are of equal
value, unequal value, same sign and differing sign.
All conic sections will be generated from circles and ellipses to
parabolas and hyperbolas to even the degenerate black sheep of the
family!

More Related Content

What's hot

Math 4 lecture on Graphing Rational Functions
Math 4 lecture on Graphing Rational FunctionsMath 4 lecture on Graphing Rational Functions
Math 4 lecture on Graphing Rational Functions
Leo Crisologo
 
Matrices and determinants-1
Matrices and determinants-1Matrices and determinants-1
Matrices and determinants-1
sudersana viswanathan
 
Matrix2 english
Matrix2 englishMatrix2 english
Matrix2 english
Alfia Magfirona
 
MATLAB - Arrays and Matrices
MATLAB - Arrays and MatricesMATLAB - Arrays and Matrices
MATLAB - Arrays and Matrices
Shameer Ahmed Koya
 
Linear functions and modeling
Linear functions and modelingLinear functions and modeling
Linear functions and modeling
IVY SOLIS
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
oscar
 
Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10Boipelo Radebe
 
S1 0 derivadas
S1 0 derivadasS1 0 derivadas
S1 0 derivadas
jesquerrev1
 
Presentation on matrix
Presentation on matrixPresentation on matrix
Presentation on matrix
Nahin Mahfuz Seam
 
4.2 vertex and intercept form
4.2 vertex and intercept form4.2 vertex and intercept form
4.2 vertex and intercept formmorrobea
 
matrices and determinantes
matrices and determinantes matrices and determinantes
matrices and determinantes
gandhinagar
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinantsitutor
 
Alg II Unit 4-1 Quadratic Functions and Transformations
Alg II Unit 4-1 Quadratic Functions and TransformationsAlg II Unit 4-1 Quadratic Functions and Transformations
Alg II Unit 4-1 Quadratic Functions and Transformationsjtentinger
 
4.1 quadratic functions and transformations
4.1 quadratic functions and transformations4.1 quadratic functions and transformations
4.1 quadratic functions and transformationsleblance
 
MATEMATIK SEM 3 TRANSFORMASI
MATEMATIK SEM 3 TRANSFORMASIMATEMATIK SEM 3 TRANSFORMASI
MATEMATIK SEM 3 TRANSFORMASI
Fatimah Abdul Khalid
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
AarjavPinara
 
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
The Statistical and Applied Mathematical Sciences Institute
 

What's hot (20)

Math 4 lecture on Graphing Rational Functions
Math 4 lecture on Graphing Rational FunctionsMath 4 lecture on Graphing Rational Functions
Math 4 lecture on Graphing Rational Functions
 
Matrices and determinants-1
Matrices and determinants-1Matrices and determinants-1
Matrices and determinants-1
 
Matrix2 english
Matrix2 englishMatrix2 english
Matrix2 english
 
MATLAB - Arrays and Matrices
MATLAB - Arrays and MatricesMATLAB - Arrays and Matrices
MATLAB - Arrays and Matrices
 
Linear functions and modeling
Linear functions and modelingLinear functions and modeling
Linear functions and modeling
 
Computer graphics
Computer graphicsComputer graphics
Computer graphics
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10
 
S1 0 derivadas
S1 0 derivadasS1 0 derivadas
S1 0 derivadas
 
Presentation on matrix
Presentation on matrixPresentation on matrix
Presentation on matrix
 
Yocco41
Yocco41Yocco41
Yocco41
 
4.2 vertex and intercept form
4.2 vertex and intercept form4.2 vertex and intercept form
4.2 vertex and intercept form
 
matrices and determinantes
matrices and determinantes matrices and determinantes
matrices and determinantes
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
Alg II Unit 4-1 Quadratic Functions and Transformations
Alg II Unit 4-1 Quadratic Functions and TransformationsAlg II Unit 4-1 Quadratic Functions and Transformations
Alg II Unit 4-1 Quadratic Functions and Transformations
 
4.1 quadratic functions and transformations
4.1 quadratic functions and transformations4.1 quadratic functions and transformations
4.1 quadratic functions and transformations
 
Es272 ch5a
Es272 ch5aEs272 ch5a
Es272 ch5a
 
MATEMATIK SEM 3 TRANSFORMASI
MATEMATIK SEM 3 TRANSFORMASIMATEMATIK SEM 3 TRANSFORMASI
MATEMATIK SEM 3 TRANSFORMASI
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
 

Similar to 5HBC: How to Graph Implicit Relations Intro Packet!

April 13, 2015
April 13, 2015April 13, 2015
April 13, 2015khyps13
 
Lecture 07 graphing linear equations
Lecture 07 graphing linear equationsLecture 07 graphing linear equations
Lecture 07 graphing linear equations
Hazel Joy Chong
 
April 9, 2015
April 9, 2015April 9, 2015
April 9, 2015khyps13
 
April 10, 2015
April 10, 2015April 10, 2015
April 10, 2015khyps13
 
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docxSAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
anhlodge
 
7.curves Further Mathematics Zimbabwe Zimsec Cambridge
7.curves   Further Mathematics Zimbabwe Zimsec Cambridge7.curves   Further Mathematics Zimbabwe Zimsec Cambridge
7.curves Further Mathematics Zimbabwe Zimsec Cambridge
alproelearning
 
02.21.2020 Algebra I Quadraic Functions.ppt
02.21.2020  Algebra I Quadraic Functions.ppt02.21.2020  Algebra I Quadraic Functions.ppt
02.21.2020 Algebra I Quadraic Functions.ppt
jannelewlawas
 
Computer Graphics in Java and Scala - Part 1
Computer Graphics in Java and Scala - Part 1Computer Graphics in Java and Scala - Part 1
Computer Graphics in Java and Scala - Part 1
Philip Schwarz
 
Calculus Assignment Help
 Calculus Assignment Help Calculus Assignment Help
Calculus Assignment Help
Math Homework Solver
 
April 3, 2014
April 3, 2014April 3, 2014
April 3, 2014khyps13
 
chapter1_part2.pdf
chapter1_part2.pdfchapter1_part2.pdf
chapter1_part2.pdf
AliEb2
 
April 7, 2014
April 7, 2014April 7, 2014
April 7, 2014khyps13
 
LINEAR FUNCTIONS
LINEAR FUNCTIONSLINEAR FUNCTIONS
LINEAR FUNCTIONS
MAHLATSI NKADIMENG
 
STA003_WK2_L.pptx
STA003_WK2_L.pptxSTA003_WK2_L.pptx
STA003_WK2_L.pptx
MAmir23
 
1627 simultaneous equations and intersections
1627 simultaneous equations and intersections1627 simultaneous equations and intersections
1627 simultaneous equations and intersections
Dr Fereidoun Dejahang
 
Algebra 1
Algebra 1Algebra 1
Algebra 1
April Smith
 
STA003_WK2_L.pdf
STA003_WK2_L.pdfSTA003_WK2_L.pdf
STA003_WK2_L.pdf
MAmir23
 
2021 noveno guia en casa matematicas periodo 3
2021 noveno guia en casa matematicas periodo 32021 noveno guia en casa matematicas periodo 3
2021 noveno guia en casa matematicas periodo 3
Ximena Zuluaga
 
vvvvvvvvvvvvvL2A_CurveRepresentations.pdf
vvvvvvvvvvvvvL2A_CurveRepresentations.pdfvvvvvvvvvvvvvL2A_CurveRepresentations.pdf
vvvvvvvvvvvvvL2A_CurveRepresentations.pdf
Khalil Alhatab
 

Similar to 5HBC: How to Graph Implicit Relations Intro Packet! (20)

April 13, 2015
April 13, 2015April 13, 2015
April 13, 2015
 
Lecture 07 graphing linear equations
Lecture 07 graphing linear equationsLecture 07 graphing linear equations
Lecture 07 graphing linear equations
 
April 9, 2015
April 9, 2015April 9, 2015
April 9, 2015
 
April 10, 2015
April 10, 2015April 10, 2015
April 10, 2015
 
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docxSAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
 
7.curves Further Mathematics Zimbabwe Zimsec Cambridge
7.curves   Further Mathematics Zimbabwe Zimsec Cambridge7.curves   Further Mathematics Zimbabwe Zimsec Cambridge
7.curves Further Mathematics Zimbabwe Zimsec Cambridge
 
02.21.2020 Algebra I Quadraic Functions.ppt
02.21.2020  Algebra I Quadraic Functions.ppt02.21.2020  Algebra I Quadraic Functions.ppt
02.21.2020 Algebra I Quadraic Functions.ppt
 
Computer Graphics in Java and Scala - Part 1
Computer Graphics in Java and Scala - Part 1Computer Graphics in Java and Scala - Part 1
Computer Graphics in Java and Scala - Part 1
 
Calc 7.1a
Calc 7.1aCalc 7.1a
Calc 7.1a
 
Calculus Assignment Help
 Calculus Assignment Help Calculus Assignment Help
Calculus Assignment Help
 
April 3, 2014
April 3, 2014April 3, 2014
April 3, 2014
 
chapter1_part2.pdf
chapter1_part2.pdfchapter1_part2.pdf
chapter1_part2.pdf
 
April 7, 2014
April 7, 2014April 7, 2014
April 7, 2014
 
LINEAR FUNCTIONS
LINEAR FUNCTIONSLINEAR FUNCTIONS
LINEAR FUNCTIONS
 
STA003_WK2_L.pptx
STA003_WK2_L.pptxSTA003_WK2_L.pptx
STA003_WK2_L.pptx
 
1627 simultaneous equations and intersections
1627 simultaneous equations and intersections1627 simultaneous equations and intersections
1627 simultaneous equations and intersections
 
Algebra 1
Algebra 1Algebra 1
Algebra 1
 
STA003_WK2_L.pdf
STA003_WK2_L.pdfSTA003_WK2_L.pdf
STA003_WK2_L.pdf
 
2021 noveno guia en casa matematicas periodo 3
2021 noveno guia en casa matematicas periodo 32021 noveno guia en casa matematicas periodo 3
2021 noveno guia en casa matematicas periodo 3
 
vvvvvvvvvvvvvL2A_CurveRepresentations.pdf
vvvvvvvvvvvvvL2A_CurveRepresentations.pdfvvvvvvvvvvvvvL2A_CurveRepresentations.pdf
vvvvvvvvvvvvvL2A_CurveRepresentations.pdf
 

More from A Jorge Garcia

LIMACON 2023 Brochure
LIMACON 2023 BrochureLIMACON 2023 Brochure
LIMACON 2023 Brochure
A Jorge Garcia
 
2022-RESUME-NEW
2022-RESUME-NEW2022-RESUME-NEW
2022-RESUME-NEW
A Jorge Garcia
 
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAYMAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
A Jorge Garcia
 
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAYMAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
A Jorge Garcia
 
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAYMAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
A Jorge Garcia
 
MAT122 DAY308 Lesson 26 of 45
MAT122 DAY308 Lesson 26 of 45MAT122 DAY308 Lesson 26 of 45
MAT122 DAY308 Lesson 26 of 45
A Jorge Garcia
 
MAT122 DAY307 Lesson 25 of 45
MAT122 DAY307 Lesson 25 of 45MAT122 DAY307 Lesson 25 of 45
MAT122 DAY307 Lesson 25 of 45
A Jorge Garcia
 
MAT122 DAY306 Lesson 24 of 45
MAT122 DAY306 Lesson 24 of 45MAT122 DAY306 Lesson 24 of 45
MAT122 DAY306 Lesson 24 of 45
A Jorge Garcia
 
MAT122 DAY305 Lesson 23 of 45
MAT122 DAY305 Lesson 23 of 45MAT122 DAY305 Lesson 23 of 45
MAT122 DAY305 Lesson 23 of 45
A Jorge Garcia
 
MAT122 DAY304 Lesson 22 of 45
MAT122 DAY304 Lesson 22 of 45MAT122 DAY304 Lesson 22 of 45
MAT122 DAY304 Lesson 22 of 45
A Jorge Garcia
 
MAT122 DAY303 Lesson 21 of 45
MAT122 DAY303 Lesson 21 of 45MAT122 DAY303 Lesson 21 of 45
MAT122 DAY303 Lesson 21 of 45
A Jorge Garcia
 
MAT122 DAY302 Lesson 20 of 45
MAT122 DAY302 Lesson 20 of 45MAT122 DAY302 Lesson 20 of 45
MAT122 DAY302 Lesson 20 of 45
A Jorge Garcia
 
MAT122 DAY301 Lesson 19 of 45
MAT122 DAY301 Lesson 19 of 45MAT122 DAY301 Lesson 19 of 45
MAT122 DAY301 Lesson 19 of 45
A Jorge Garcia
 
MAT122 DAY205
MAT122 DAY205MAT122 DAY205
MAT122 DAY205
A Jorge Garcia
 
MAT122 DAY204
MAT122 DAY204MAT122 DAY204
MAT122 DAY204
A Jorge Garcia
 
MAT122 DAY203
MAT122 DAY203MAT122 DAY203
MAT122 DAY203
A Jorge Garcia
 
MAT122 DAY202
MAT122 DAY202MAT122 DAY202
MAT122 DAY202
A Jorge Garcia
 
MAT122 DAY201
MAT122 DAY201MAT122 DAY201
MAT122 DAY201
A Jorge Garcia
 
MAT122 DAY06
MAT122 DAY06MAT122 DAY06
MAT122 DAY06
A Jorge Garcia
 
MAT122 DAY05
MAT122 DAY05MAT122 DAY05
MAT122 DAY05
A Jorge Garcia
 

More from A Jorge Garcia (20)

LIMACON 2023 Brochure
LIMACON 2023 BrochureLIMACON 2023 Brochure
LIMACON 2023 Brochure
 
2022-RESUME-NEW
2022-RESUME-NEW2022-RESUME-NEW
2022-RESUME-NEW
 
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAYMAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
 
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAYMAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
 
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAYMAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
 
MAT122 DAY308 Lesson 26 of 45
MAT122 DAY308 Lesson 26 of 45MAT122 DAY308 Lesson 26 of 45
MAT122 DAY308 Lesson 26 of 45
 
MAT122 DAY307 Lesson 25 of 45
MAT122 DAY307 Lesson 25 of 45MAT122 DAY307 Lesson 25 of 45
MAT122 DAY307 Lesson 25 of 45
 
MAT122 DAY306 Lesson 24 of 45
MAT122 DAY306 Lesson 24 of 45MAT122 DAY306 Lesson 24 of 45
MAT122 DAY306 Lesson 24 of 45
 
MAT122 DAY305 Lesson 23 of 45
MAT122 DAY305 Lesson 23 of 45MAT122 DAY305 Lesson 23 of 45
MAT122 DAY305 Lesson 23 of 45
 
MAT122 DAY304 Lesson 22 of 45
MAT122 DAY304 Lesson 22 of 45MAT122 DAY304 Lesson 22 of 45
MAT122 DAY304 Lesson 22 of 45
 
MAT122 DAY303 Lesson 21 of 45
MAT122 DAY303 Lesson 21 of 45MAT122 DAY303 Lesson 21 of 45
MAT122 DAY303 Lesson 21 of 45
 
MAT122 DAY302 Lesson 20 of 45
MAT122 DAY302 Lesson 20 of 45MAT122 DAY302 Lesson 20 of 45
MAT122 DAY302 Lesson 20 of 45
 
MAT122 DAY301 Lesson 19 of 45
MAT122 DAY301 Lesson 19 of 45MAT122 DAY301 Lesson 19 of 45
MAT122 DAY301 Lesson 19 of 45
 
MAT122 DAY205
MAT122 DAY205MAT122 DAY205
MAT122 DAY205
 
MAT122 DAY204
MAT122 DAY204MAT122 DAY204
MAT122 DAY204
 
MAT122 DAY203
MAT122 DAY203MAT122 DAY203
MAT122 DAY203
 
MAT122 DAY202
MAT122 DAY202MAT122 DAY202
MAT122 DAY202
 
MAT122 DAY201
MAT122 DAY201MAT122 DAY201
MAT122 DAY201
 
MAT122 DAY06
MAT122 DAY06MAT122 DAY06
MAT122 DAY06
 
MAT122 DAY05
MAT122 DAY05MAT122 DAY05
MAT122 DAY05
 

Recently uploaded

June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 

Recently uploaded (20)

June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 

5HBC: How to Graph Implicit Relations Intro Packet!

  • 1. Graphing Implicit Functions on the TI-83 a:implicit.doc Page 1 of 8 Last year, the AP Calculus exam had a question involving an implicit function. The question was 98AB6: Consider the curve defined by 2y3 + 6x2y - 12x2 + 6y = 1. (a) Show that dy dx = 4x - 2xy x2 + y2 + 1 . (b) Write an equation of each horizontal tangent line to the curve. (c) The line through the origin with slope -1 is tangent to the curve at point P. Find the x- and y-coordinates of point P. All this calculus is well and good, but this isn’t the first implicit relation or function appearing on an AP Calculus exam. The AP Calculus Committee seems to think this a baffling question. Why, say you? Well, notice what they don’t ask. This curve is not easy to graph! What if we could use a graphing calculator to demystify this question? My students and I wrestled with just this issue last May after the exam arriving at methods 1 and 5. In September, my new AP Calculus BC class tackled this problem and came up with method 3. Methods 2 and 4 were developed with help from the ap-calc (www.ets.org), graph-ti (www.ti.com) and calc-reform (www.ams.org) listservs! Let’s add a new part (d) to this question. (new d) Make a complete sketch of the given implicit function.
  • 2. Graphing Implicit Functions on the TI-83 a:implicit.doc Page 2 of 8 Method 1: Function Mode and Programming (98AB6) Consider the given differential equation in part (a) above. Could we use the derivative of the implicit function? Why not use slope fields and/or Euler’s Method? Setup an appropriate window such as ZOOM4, let y1=(4X-2XY)/(X2+Y2+1) using alpha Y and run program slopef.83p. The slope field already suggests a family of solution curves. Part (c) shows that a point on the curve is   -1 2 ,   1 2 , so run program eulerg.83g with xi=-0.5, yi=0.5 and ∆x=0.1. Run eulerg.83g again with xi=-0.5, yi=0.5 and ∆x=-0.1. You will get a graph through the slope field. Well, this is a satisfying graph as we indeed can tell that this relation is a function with the line y = -x a likely tangent at   -1 2 ,   1 2 . But, we can’t really trace the curve or use the graphing calculator’s power to analyze it. I’ll leave to the reader the following exercise: Modify program eulerg.83p (graphical) to output a table of all the ordered pairs plotted above and call the new program eulern.83p (numerical). Of course, this method works best when dy dx is defined for x in your window.
  • 3. Graphing Implicit Functions on the TI-83 a:implicit.doc Page 3 of 8 Method 2: Parametric Mode (98AB6) The given relation can be solved for x. Rewriting it as (6y-12)x2 + (2y3+6y – 1) = 0 the equation is quadratic in x and we may apply the quadratic formula. x = -0± 02-4(6y-12)(2y3+6y-1) 2(6y-12) = ± -4(6y-12)(2y3+6y-1) 12y-24 A graph you can trace can then be obtained in parametric mode as follows. x1(t) = -4(6T-12)(2T3+6T-1) /(12T-24) y1(t) = T (pos branch) x2(t) = -x1(t) y2(t) = T (neg branch) x3(t) = T y3(t) = -T (y=-x tan line) This is a much better graph as it can be traced. It is incomplete, however, as the solution to part (b) is missing. The point of horizontal tangency (0, 0.165) is not plotted. This is due the fact that our parametrization is undefined when T=0! Also, the point (-0.5, 0.5) is not on the curve.
  • 4. Graphing Implicit Functions on the TI-83 a:implicit.doc Page 4 of 8 Method 3: Function Mode and DrawInv (98AB6) Use the same solution for x = f(y) as in Method 2 and graph it as y = f(x). In other words let y1 = -4(6X-12)(X3+6X-1) /(12X-24) then use DrawInv from the draw menu. What y1 is graphing is the inverse relation. If you deselect y1, then DrawInv y1 and DrawInv –y1 will draw the given relation. This is, however, another method which does not lend itself to trace mode.
  • 5. Graphing Implicit Functions on the TI-83 a:implicit.doc Page 5 of 8 Method 4: Function Mode and Solve() As we are really solving the equation 2y3 + 6x2y – 12x2 + 6y – 1 = 0, let y1=solve(2Z3 + 6x2Z – 12x2 + 6Z – 1,Z,0.5) and graph in ZOOM4. Be careful to use alpha Z as X and Y are reserved for home screen output. What this does is solve (from the catalog menu) for Z for each value of x in the window using Newton’s Method near Z=0.5 and graphs the results as y values. 0.5 is a good ‘guess’ for Newton’s Method as we know that y=0.5 is in the range of the relation. This is by far the best method, if a little slow, for trace mode and the calc menu as all ordered pairs in the implicit function are graphed for a given window. We can even verify that the points (-0.5, 0.5) and (0, 0.165) are part of the function. Also, f ’(0) = 0 and f ’(-0.5) = -1. Please note, however, that this method works best when graphing a function.
  • 6. Graphing Implicit Functions on the TI-83 a:implicit.doc Page 6 of 8 Method 5: Polar Mode (94AB3) What if the relation is quadratic in both x and y? We can then discuss conic sections (see activity sheets). Graphing is also easy with a change in coordinate system from cartesian to polar. Consider the curve defined by x2 + xy + y2 = 27. (a) Write an expression for the slope of the curve at any point (x, y). (b) Determine whether the line tangent to the curve at the x- intercepts of the curve are parallel. Show the analysis that leads to your conclusion. (c) Find the points on the curve where the lines tangent to the curve are vertical. (new d) Make a complete sketch of x2 + xy + y2 = 27 including the tangent lines found in parts (b) and (c). Let x=rcos(θ) and y=rsin(θ), substitute, solve for r as an explicit function of θ and let r1=f(θ) in polar mode and ZOOM6. Part (b) above is especially easy to confirm with trace mode and the calc menu! r2cos2(θ) + rcos(θ)rsin(θ) + r2sin2(θ) = 27 r2(cos2(θ) + cos(θ)sin(θ) + sin2(θ) = 27 r2(cos(θ)sin(θ) + 1) = 27 r2 = 27 cos(θ)sin(θ) + 1 r = 27 cos(θ)sin(θ) + 1
  • 7. Graphing Implicit Functions on the TI-83 a:implicit.doc Page 7 of 8 You pick the Method: (92AB4) Consider the curve defined by the equation y + cos y = x + 1 for 0 ≤≤≤≤ y ≤≤≤≤ 2ππππ. (a) Find dy dx in terms of y. (b) Write an equation for each vertical tangent to the curve. (c) Find d2y dx2 in terms of y. (new d) Make a complete sketch of y + cos y = x + 1 including the vertical tangent. This one is very easy to solve for x, so DrawInv or Parametric Mode come to mind. What do you think? Use your graph to confirm your results in parts (a) and (c). Where is the function increasing or decreasing? Where is the function concave up or down?
  • 8. Graphing Implicit Functions on the TI-83 a:implicit.doc Page 8 of 8 Activity Sheets: Exploring Implicit Functions and Conic Sections In the attached activity sheets, we explore the world of conic sections using questions similar to 94AB3. A conic section can be written implicitly as: Ax2 + Bxy + Cy2 + Dx + Ey + F = 0. We will use Function Mode and Polar Mode methods here. By letting some of these coefficients vary while others are zero, the student can get a feel for what each coefficient affects in the shape of the conic. When B=0, the student will see the effect of D and E by completing the square and solving for y as an explicit function in x. By letting D=E=0 and varying B, the student will learn to predict the behavior of the implicit graph based on the value of B2 – 4AC in polar mode. We will investigate what happens when A and C are of equal value, unequal value, same sign and differing sign. All conic sections will be generated from circles and ellipses to parabolas and hyperbolas to even the degenerate black sheep of the family!