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

PPTX
Math 4 6
PPT
Add Math(F5) Graph Of Function Ii 2.1
PPTX
Calculus and Numerical Method =_=
PPT
Linear Functions
PDF
2.4 Linear Functions
PPTX
MATLAB - Aplication of Arrays and Matrices in Electrical Systems
PPTX
Tree, function and graph
PPTX
Polynomials and Curve Fitting in MATLAB
Math 4 6
Add Math(F5) Graph Of Function Ii 2.1
Calculus and Numerical Method =_=
Linear Functions
2.4 Linear Functions
MATLAB - Aplication of Arrays and Matrices in Electrical Systems
Tree, function and graph
Polynomials and Curve Fitting in MATLAB

What's hot (20)

PDF
Math 4 lecture on Graphing Rational Functions
PPT
Matrices and determinants-1
PPTX
Matrix2 english
PPTX
MATLAB - Arrays and Matrices
PPT
Linear functions and modeling
PPTX
Computer graphics
PDF
Matrices and determinants
PPT
Functions for Grade 10
PPTX
S1 0 derivadas
PPTX
Presentation on matrix
PDF
Yocco41
PPT
4.2 vertex and intercept form
PPT
matrices and determinantes
PPTX
Inverse Matrix & Determinants
PPTX
Alg II Unit 4-1 Quadratic Functions and Transformations
PPTX
4.1 quadratic functions and transformations
PPTX
PDF
MATEMATIK SEM 3 TRANSFORMASI
PPT
Matrix and Determinants
PDF
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
Math 4 lecture on Graphing Rational Functions
Matrices and determinants-1
Matrix2 english
MATLAB - Arrays and Matrices
Linear functions and modeling
Computer graphics
Matrices and determinants
Functions for Grade 10
S1 0 derivadas
Presentation on matrix
Yocco41
4.2 vertex and intercept form
matrices and determinantes
Inverse Matrix & Determinants
Alg II Unit 4-1 Quadratic Functions and Transformations
4.1 quadratic functions and transformations
MATEMATIK SEM 3 TRANSFORMASI
Matrix and Determinants
QMC: Undergraduate Workshop, Introduction to Monte Carlo Methods with 'R' Sof...
Ad

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

PPTX
April 13, 2015
PPTX
Lecture 07 graphing linear equations
PPTX
April 9, 2015
PPTX
April 10, 2015
PPT
Polynomial Functions of Higher Degree.ppt
DOCX
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
PDF
7.curves Further Mathematics Zimbabwe Zimsec Cambridge
PPT
Solving and Graphing Quadratic functions.ppt
PPT
02.21.2020 Algebra I Quadraic Functions.ppt
PDF
Computer Graphics in Java and Scala - Part 1
PPT
Calc 7.1a
PPT
DESIGN ABOUT HOW TO REALYY DESIGN THE PICTURES.ppt
PPTX
Calculus Assignment Help
PPTX
April 3, 2014
PPTX
IGCSE_Functions.pptx fffffffffffffffffffffffffffffffffffffffffffffffffffffff...
PDF
chapter1_part2.pdf
PPTX
April 7, 2014
PPTX
5_Exponential_Functicfhfgggdgdgdgdons.pptx
PPT
ENVIRONMENT ABOUT NATURE AND THE THINHS .ppt
PPT
BUSINESS ABOUT HOW TO GET A REALLLY JOB.ppt
April 13, 2015
Lecture 07 graphing linear equations
April 9, 2015
April 10, 2015
Polynomial Functions of Higher Degree.ppt
SAMPLE QUESTIONExercise 1 Consider the functionf (x,C).docx
7.curves Further Mathematics Zimbabwe Zimsec Cambridge
Solving and Graphing Quadratic functions.ppt
02.21.2020 Algebra I Quadraic Functions.ppt
Computer Graphics in Java and Scala - Part 1
Calc 7.1a
DESIGN ABOUT HOW TO REALYY DESIGN THE PICTURES.ppt
Calculus Assignment Help
April 3, 2014
IGCSE_Functions.pptx fffffffffffffffffffffffffffffffffffffffffffffffffffffff...
chapter1_part2.pdf
April 7, 2014
5_Exponential_Functicfhfgggdgdgdgdons.pptx
ENVIRONMENT ABOUT NATURE AND THE THINHS .ppt
BUSINESS ABOUT HOW TO GET A REALLLY JOB.ppt
Ad

More from A Jorge Garcia (20)

PDF
LIMACON 2023 Brochure
PDF
2022-RESUME-NEW
PDF
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
PDF
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
PDF
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
PDF
MAT122 DAY308 Lesson 26 of 45
PDF
MAT122 DAY307 Lesson 25 of 45
PDF
MAT122 DAY306 Lesson 24 of 45
PDF
MAT122 DAY305 Lesson 23 of 45
PDF
MAT122 DAY304 Lesson 22 of 45
PDF
MAT122 DAY303 Lesson 21 of 45
PDF
MAT122 DAY302 Lesson 20 of 45
PDF
MAT122 DAY301 Lesson 19 of 45
PDF
MAT122 DAY205
PDF
MAT122 DAY204
PDF
MAT122 DAY203
PDF
MAT122 DAY202
PDF
MAT122 DAY201
PDF
MAT122 DAY06
PDF
MAT122 DAY05
LIMACON 2023 Brochure
2022-RESUME-NEW
MAT122 DAY508 MEETING 44 of 45 2021.1217 FRIDAY
MAT122 DAY507 MEETING 43 of 45 2021.1216 THURSDAY
MAT122 DAY506 MEETING 42 of 45 2021.1215 WEDNESDAY
MAT122 DAY308 Lesson 26 of 45
MAT122 DAY307 Lesson 25 of 45
MAT122 DAY306 Lesson 24 of 45
MAT122 DAY305 Lesson 23 of 45
MAT122 DAY304 Lesson 22 of 45
MAT122 DAY303 Lesson 21 of 45
MAT122 DAY302 Lesson 20 of 45
MAT122 DAY301 Lesson 19 of 45
MAT122 DAY205
MAT122 DAY204
MAT122 DAY203
MAT122 DAY202
MAT122 DAY201
MAT122 DAY06
MAT122 DAY05

Recently uploaded (20)

PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Cell Structure & Organelles in detailed.
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Cell Types and Its function , kingdom of life
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
01-Introduction-to-Information-Management.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Renaissance Architecture: A Journey from Faith to Humanism
Cell Structure & Organelles in detailed.
102 student loan defaulters named and shamed – Is someone you know on the list?
Cell Types and Its function , kingdom of life
Abdominal Access Techniques with Prof. Dr. R K Mishra
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
O7-L3 Supply Chain Operations - ICLT Program
human mycosis Human fungal infections are called human mycosis..pptx
Anesthesia in Laparoscopic Surgery in India
TR - Agricultural Crops Production NC III.pdf
Microbial diseases, their pathogenesis and prophylaxis
Pharmacology of Heart Failure /Pharmacotherapy of CHF
01-Introduction-to-Information-Management.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Microbial disease of the cardiovascular and lymphatic systems
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPH.pptx obstetrics and gynecology in nursing
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx

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!