SlideShare uma empresa Scribd logo
1 de 8
Baixar para ler offline
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!

Mais conteúdo relacionado

Mais procurados

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 FunctionsLeo Crisologo
 
Linear functions and modeling
Linear functions and modelingLinear functions and modeling
Linear functions and modelingIVY SOLIS
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinantsoscar
 
Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10Boipelo Radebe
 
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
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and DeterminantsAarjavPinara
 

Mais procurados (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...
 

Semelhante a 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 equationsHazel 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).docxanhlodge
 
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 Cambridgealproelearning
 
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.pptjannelewlawas
 
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 1Philip Schwarz
 
April 3, 2014
April 3, 2014April 3, 2014
April 3, 2014khyps13
 
chapter1_part2.pdf
chapter1_part2.pdfchapter1_part2.pdf
chapter1_part2.pdfAliEb2
 
April 7, 2014
April 7, 2014April 7, 2014
April 7, 2014khyps13
 
STA003_WK2_L.pptx
STA003_WK2_L.pptxSTA003_WK2_L.pptx
STA003_WK2_L.pptxMAmir23
 
1627 simultaneous equations and intersections
1627 simultaneous equations and intersections1627 simultaneous equations and intersections
1627 simultaneous equations and intersectionsDr Fereidoun Dejahang
 
STA003_WK2_L.pdf
STA003_WK2_L.pdfSTA003_WK2_L.pdf
STA003_WK2_L.pdfMAmir23
 
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 3Ximena Zuluaga
 
vvvvvvvvvvvvvL2A_CurveRepresentations.pdf
vvvvvvvvvvvvvL2A_CurveRepresentations.pdfvvvvvvvvvvvvvL2A_CurveRepresentations.pdf
vvvvvvvvvvvvvL2A_CurveRepresentations.pdfKhalil Alhatab
 

Semelhante a 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
 

Mais de 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 FRIDAYA 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 THURSDAYA 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 WEDNESDAYA Jorge Garcia
 
MAT122 DAY308 Lesson 26 of 45
MAT122 DAY308 Lesson 26 of 45MAT122 DAY308 Lesson 26 of 45
MAT122 DAY308 Lesson 26 of 45A Jorge Garcia
 
MAT122 DAY307 Lesson 25 of 45
MAT122 DAY307 Lesson 25 of 45MAT122 DAY307 Lesson 25 of 45
MAT122 DAY307 Lesson 25 of 45A Jorge Garcia
 
MAT122 DAY306 Lesson 24 of 45
MAT122 DAY306 Lesson 24 of 45MAT122 DAY306 Lesson 24 of 45
MAT122 DAY306 Lesson 24 of 45A Jorge Garcia
 
MAT122 DAY305 Lesson 23 of 45
MAT122 DAY305 Lesson 23 of 45MAT122 DAY305 Lesson 23 of 45
MAT122 DAY305 Lesson 23 of 45A Jorge Garcia
 
MAT122 DAY304 Lesson 22 of 45
MAT122 DAY304 Lesson 22 of 45MAT122 DAY304 Lesson 22 of 45
MAT122 DAY304 Lesson 22 of 45A Jorge Garcia
 
MAT122 DAY303 Lesson 21 of 45
MAT122 DAY303 Lesson 21 of 45MAT122 DAY303 Lesson 21 of 45
MAT122 DAY303 Lesson 21 of 45A Jorge Garcia
 
MAT122 DAY302 Lesson 20 of 45
MAT122 DAY302 Lesson 20 of 45MAT122 DAY302 Lesson 20 of 45
MAT122 DAY302 Lesson 20 of 45A Jorge Garcia
 
MAT122 DAY301 Lesson 19 of 45
MAT122 DAY301 Lesson 19 of 45MAT122 DAY301 Lesson 19 of 45
MAT122 DAY301 Lesson 19 of 45A Jorge Garcia
 

Mais de 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
 

Último

Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...Nguyen Thanh Tu Collection
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptx4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptxmary850239
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...DrVipulVKapoor
 
An Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPAn Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPCeline George
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
DBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfDBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfChristalin Nelson
 
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...Nguyen Thanh Tu Collection
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
The role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenshipThe role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenshipKarl Donert
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Employablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxEmployablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxryandux83rd
 
Shark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsShark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsArubSultan
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 

Último (20)

Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptx4.9.24 Social Capital and Social Exclusion.pptx
4.9.24 Social Capital and Social Exclusion.pptx
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
 
CARNAVAL COM MAGIA E EUFORIA _
CARNAVAL COM MAGIA E EUFORIA            _CARNAVAL COM MAGIA E EUFORIA            _
CARNAVAL COM MAGIA E EUFORIA _
 
An Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPAn Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERP
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
DBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdfDBMSArchitecture_QueryProcessingandOptimization.pdf
DBMSArchitecture_QueryProcessingandOptimization.pdf
 
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
The role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenshipThe role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenship
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Employablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxEmployablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptx
 
Shark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristicsShark introduction Morphology and its behaviour characteristics
Shark introduction Morphology and its behaviour characteristics
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 

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!