SlideShare ist ein Scribd-Unternehmen logo
The Wonders of 3D Printing

Math in the News
Issue 87
3D Printing
Nike recently announced the release of a new
running shoe for use by NFL players. It was
developed using 3D printing technology.
Watch this video to learn how they did it.

http://youtu.be/qWlWStIVbBg
3D Printing
3D printing relies on a computer model similar
to the kind you might see in a CGI movie. Such
models consist of a network of (x, y, z)
coordinates that form a mesh to define the 3D
figure.
3D Printing
When seen from different angles, the 3D mesh
creates an endless number of 2D blueprints.
These blueprints are used by the 3D printer to
create a real object.
Watch this video to learn how this works.
http://youtu.be/dnIVrLqrEI8
3D Printing
What Nike did with the 3D printer was to create
an iterative process so they could test different
prototypes to find the ideal shoe configuration
that met their requirements. 3D printing
allowed for rapid prototyping.
Recursive Functions
An iterative process in design and engineering
is usually based on the mathematics of
recursive functions. In a recursive function, an
input value results in an output value, which is
then fed back into the function repeatedly.
Recursive Functions
Recursive operations are nearly as old as
civilization itself. The Babylonian Method for
calculating a square root is an example.
Let’s use it to estimate 73 .

1
S
xn+1 = (xn + )
2
xn
Recursive Functions
Since 73 falls between perfect squares 82 and
92, let’s make our initial guess 8.1 and use that
as the input value x0.

x0 = 8.1
1
73
x1 = (8.1+
) » 8.556
2
8.1
Recursive Functions
Use the result from the previous calculation to
refine the calculation. Compare the result to
what you get using a calculator.

x0 = 8.1
1
73
x1 = (8.1+
) » 8.556
2
8.1
1
73
x2 = (8.556 +
) » 8.544
2
8.556
Recursive Functions
Here are some additional examples done on a
spreadsheet. In each case the recursive nature
of the calculation resulted in a more precise
value.
Square root of this
number:

599

1
2
3
4
5

Actual

5,914,789

20

Guess
Iteration

2945

30

2000

24.975
24.47949199
24.47447701
24.4744765
24.4744765

64.08333333
55.01956003
54.2729893
54.26785445
54.2678542

2478.69725
2432.473158
2432.033962
2432.033922
2432.033922

24.4744765

54.2678542

2432.033922
Recursive Functions
This is the graph of the iterative solution for
one of the square roots. In each case the
subsequent iterations are more precise.
Babylonian Method: Square Root of 2,945
70

60

50

40

30

20

10

0
x0

x1

x2

x3

x4

x5
Recursive Functions
Nike’s engineering challenge was to find the
ideal cleat that maximized traction for
improved power and speed. It became a
geometry problem solved through iteration of
different designs, using 3D printing.

Weitere ähnliche Inhalte

Was ist angesagt?

Tools & Resources for Data Visualisation
Tools & Resources for Data VisualisationTools & Resources for Data Visualisation
Tools & Resources for Data Visualisation
Amit Kapoor
 
Developer’s Intro to Azure Machine Learning
Developer’s Intro to Azure Machine LearningDeveloper’s Intro to Azure Machine Learning
Developer’s Intro to Azure Machine Learning
Xamarin
 
ข้อมูลและสารสนเทศ
ข้อมูลและสารสนเทศข้อมูลและสารสนเทศ
ข้อมูลและสารสนเทศ
Surapong Jakang
 
Simple Matlab tutorial using matlab inbuilt commands
Simple Matlab tutorial using matlab inbuilt commandsSimple Matlab tutorial using matlab inbuilt commands
Simple Matlab tutorial using matlab inbuilt commands
Lakshmi Sarvani Videla
 
Visualising Multi Dimensional Data
Visualising Multi Dimensional DataVisualising Multi Dimensional Data
Visualising Multi Dimensional Data
Amit Kapoor
 
Juggle: Hybrid Large-Scale Music Recommendation
Juggle: Hybrid Large-Scale Music RecommendationJuggle: Hybrid Large-Scale Music Recommendation
Juggle: Hybrid Large-Scale Music Recommendation
José Devezas
 
Geometric Transformations I
Geometric Transformations IGeometric Transformations I
Geometric Transformations I
Kasun Ranga Wijeweera
 
R programming lab 3 - jupyter notebook
R programming lab   3 - jupyter notebookR programming lab   3 - jupyter notebook
R programming lab 3 - jupyter notebook
Ashwini Mathur
 
Backprop
BackpropBackprop
Backprop
Avilay Parekh
 
Unit 13 asignments 1
Unit 13 asignments 1Unit 13 asignments 1
Unit 13 asignments 1
haverstockmedia
 
Computer graphics
Computer graphicsComputer graphics
Computer graphics
amitsarda3
 
Wikiproject
WikiprojectWikiproject
Wikiproject
dinoppc40sw07
 
Digital Image Processing (Lab 06)
Digital Image Processing (Lab 06)Digital Image Processing (Lab 06)
Digital Image Processing (Lab 06)
Moe Moe Myint
 
IIR filter realization using direct form I & II
IIR filter realization using direct form I & IIIIR filter realization using direct form I & II
IIR filter realization using direct form I & II
Sarang Joshi
 
Texture mapping in_opengl
Texture mapping in_openglTexture mapping in_opengl
Texture mapping in_opengl
Manas Nayak
 
Fixed point iteration
Fixed point iterationFixed point iteration
Fixed point iteration
Isaac Yowetu
 
Graphics file
Graphics fileGraphics file
Graphics file
shweta-sharma99
 
Structures for FIR systems
Structures for FIR systemsStructures for FIR systems
Structures for FIR systems
Chandan Taluja
 
Task 6
Task 6Task 6
Task 6
LewisB2013
 
Digital Image Processing (Lab 05)
Digital Image Processing (Lab 05)Digital Image Processing (Lab 05)
Digital Image Processing (Lab 05)
Moe Moe Myint
 

Was ist angesagt? (20)

Tools & Resources for Data Visualisation
Tools & Resources for Data VisualisationTools & Resources for Data Visualisation
Tools & Resources for Data Visualisation
 
Developer’s Intro to Azure Machine Learning
Developer’s Intro to Azure Machine LearningDeveloper’s Intro to Azure Machine Learning
Developer’s Intro to Azure Machine Learning
 
ข้อมูลและสารสนเทศ
ข้อมูลและสารสนเทศข้อมูลและสารสนเทศ
ข้อมูลและสารสนเทศ
 
Simple Matlab tutorial using matlab inbuilt commands
Simple Matlab tutorial using matlab inbuilt commandsSimple Matlab tutorial using matlab inbuilt commands
Simple Matlab tutorial using matlab inbuilt commands
 
Visualising Multi Dimensional Data
Visualising Multi Dimensional DataVisualising Multi Dimensional Data
Visualising Multi Dimensional Data
 
Juggle: Hybrid Large-Scale Music Recommendation
Juggle: Hybrid Large-Scale Music RecommendationJuggle: Hybrid Large-Scale Music Recommendation
Juggle: Hybrid Large-Scale Music Recommendation
 
Geometric Transformations I
Geometric Transformations IGeometric Transformations I
Geometric Transformations I
 
R programming lab 3 - jupyter notebook
R programming lab   3 - jupyter notebookR programming lab   3 - jupyter notebook
R programming lab 3 - jupyter notebook
 
Backprop
BackpropBackprop
Backprop
 
Unit 13 asignments 1
Unit 13 asignments 1Unit 13 asignments 1
Unit 13 asignments 1
 
Computer graphics
Computer graphicsComputer graphics
Computer graphics
 
Wikiproject
WikiprojectWikiproject
Wikiproject
 
Digital Image Processing (Lab 06)
Digital Image Processing (Lab 06)Digital Image Processing (Lab 06)
Digital Image Processing (Lab 06)
 
IIR filter realization using direct form I & II
IIR filter realization using direct form I & IIIIR filter realization using direct form I & II
IIR filter realization using direct form I & II
 
Texture mapping in_opengl
Texture mapping in_openglTexture mapping in_opengl
Texture mapping in_opengl
 
Fixed point iteration
Fixed point iterationFixed point iteration
Fixed point iteration
 
Graphics file
Graphics fileGraphics file
Graphics file
 
Structures for FIR systems
Structures for FIR systemsStructures for FIR systems
Structures for FIR systems
 
Task 6
Task 6Task 6
Task 6
 
Digital Image Processing (Lab 05)
Digital Image Processing (Lab 05)Digital Image Processing (Lab 05)
Digital Image Processing (Lab 05)
 

Andere mochten auch

Math in the News: 5/2/11
Math in the News: 5/2/11Math in the News: 5/2/11
Math in the News: 5/2/11
Media4math
 
Math in the News: Issue 94
Math in the News: Issue 94Math in the News: Issue 94
Math in the News: Issue 94
Media4math
 
Tutorials--The Language of Math--Numerical Expressions--Grouping Symbols
Tutorials--The Language of Math--Numerical Expressions--Grouping 	SymbolsTutorials--The Language of Math--Numerical Expressions--Grouping 	Symbols
Tutorials--The Language of Math--Numerical Expressions--Grouping Symbols
Media4math
 
Math in the News: 11/21/11
Math in the News: 11/21/11Math in the News: 11/21/11
Math in the News: 11/21/11
Media4math
 
Math in the News: Issue 107
Math in the News: Issue 107Math in the News: Issue 107
Math in the News: Issue 107
Media4math
 
Multi stepeqns15
Multi stepeqns15Multi stepeqns15
Multi stepeqns15
Media4math
 
Math in the News: Issue 55
Math in the News: Issue 55Math in the News: Issue 55
Math in the News: Issue 55
Media4math
 
Tutorials--The Language of Math--Variable Expressions--Multiplication and Sub...
Tutorials--The Language of Math--Variable Expressions--Multiplication and Sub...Tutorials--The Language of Math--Variable Expressions--Multiplication and Sub...
Tutorials--The Language of Math--Variable Expressions--Multiplication and Sub...
Media4math
 
Media4Math Overview
Media4Math OverviewMedia4Math Overview
Media4Math Overview
Media4math
 
Math in the News: Issue 111--Summer Blockbusters
Math in the News: Issue 111--Summer BlockbustersMath in the News: Issue 111--Summer Blockbusters
Math in the News: Issue 111--Summer Blockbusters
Media4math
 
Math in the News Issue 110: Summer Travel
Math in the News Issue 110: Summer TravelMath in the News Issue 110: Summer Travel
Math in the News Issue 110: Summer Travel
Media4math
 
Math in the News: Issue 112--Back-to-School Purchases
Math in the News: Issue 112--Back-to-School PurchasesMath in the News: Issue 112--Back-to-School Purchases
Math in the News: Issue 112--Back-to-School Purchases
Media4math
 
Pumpkin π: A Multi-Grade Math Activity
Pumpkin π: A Multi-Grade Math ActivityPumpkin π: A Multi-Grade Math Activity
Pumpkin π: A Multi-Grade Math Activity
Media4math
 

Andere mochten auch (13)

Math in the News: 5/2/11
Math in the News: 5/2/11Math in the News: 5/2/11
Math in the News: 5/2/11
 
Math in the News: Issue 94
Math in the News: Issue 94Math in the News: Issue 94
Math in the News: Issue 94
 
Tutorials--The Language of Math--Numerical Expressions--Grouping Symbols
Tutorials--The Language of Math--Numerical Expressions--Grouping 	SymbolsTutorials--The Language of Math--Numerical Expressions--Grouping 	Symbols
Tutorials--The Language of Math--Numerical Expressions--Grouping Symbols
 
Math in the News: 11/21/11
Math in the News: 11/21/11Math in the News: 11/21/11
Math in the News: 11/21/11
 
Math in the News: Issue 107
Math in the News: Issue 107Math in the News: Issue 107
Math in the News: Issue 107
 
Multi stepeqns15
Multi stepeqns15Multi stepeqns15
Multi stepeqns15
 
Math in the News: Issue 55
Math in the News: Issue 55Math in the News: Issue 55
Math in the News: Issue 55
 
Tutorials--The Language of Math--Variable Expressions--Multiplication and Sub...
Tutorials--The Language of Math--Variable Expressions--Multiplication and Sub...Tutorials--The Language of Math--Variable Expressions--Multiplication and Sub...
Tutorials--The Language of Math--Variable Expressions--Multiplication and Sub...
 
Media4Math Overview
Media4Math OverviewMedia4Math Overview
Media4Math Overview
 
Math in the News: Issue 111--Summer Blockbusters
Math in the News: Issue 111--Summer BlockbustersMath in the News: Issue 111--Summer Blockbusters
Math in the News: Issue 111--Summer Blockbusters
 
Math in the News Issue 110: Summer Travel
Math in the News Issue 110: Summer TravelMath in the News Issue 110: Summer Travel
Math in the News Issue 110: Summer Travel
 
Math in the News: Issue 112--Back-to-School Purchases
Math in the News: Issue 112--Back-to-School PurchasesMath in the News: Issue 112--Back-to-School Purchases
Math in the News: Issue 112--Back-to-School Purchases
 
Pumpkin π: A Multi-Grade Math Activity
Pumpkin π: A Multi-Grade Math ActivityPumpkin π: A Multi-Grade Math Activity
Pumpkin π: A Multi-Grade Math Activity
 

Ähnlich wie Math in the News: Issue 87

Pytorch for tf_developers
Pytorch for tf_developersPytorch for tf_developers
Pytorch for tf_developers
Abdul Muneer
 
MAtrix Multiplication Parallel.ppsx
MAtrix Multiplication Parallel.ppsxMAtrix Multiplication Parallel.ppsx
MAtrix Multiplication Parallel.ppsx
BharathiLakshmiAAssi
 
matrixmultiplicationparallel.ppsx
matrixmultiplicationparallel.ppsxmatrixmultiplicationparallel.ppsx
matrixmultiplicationparallel.ppsx
Bharathi Lakshmi Pon
 
Computer graphics
Computer graphicsComputer graphics
Computer graphics
Diksha Trivedi
 
Image orientation classification analysis
Image orientation classification analysisImage orientation classification analysis
Image orientation classification analysis
Rohit Dandona
 
Computer graphics
Computer graphics Computer graphics
Computer graphics
shafiq sangi
 
IRJET- Generating 3D Models Using 3D Generative Adversarial Network
IRJET- Generating 3D Models Using 3D Generative Adversarial NetworkIRJET- Generating 3D Models Using 3D Generative Adversarial Network
IRJET- Generating 3D Models Using 3D Generative Adversarial Network
IRJET Journal
 
Feature Engineering - Getting most out of data for predictive models - TDC 2017
Feature Engineering - Getting most out of data for predictive models - TDC 2017Feature Engineering - Getting most out of data for predictive models - TDC 2017
Feature Engineering - Getting most out of data for predictive models - TDC 2017
Gabriel Moreira
 
Questions On The Equation For Regression
Questions On The Equation For RegressionQuestions On The Equation For Regression
Questions On The Equation For Regression
Tiffany Sandoval
 
AIML4 CNN lab256 1hr (111-1).pdf
AIML4 CNN lab256 1hr (111-1).pdfAIML4 CNN lab256 1hr (111-1).pdf
AIML4 CNN lab256 1hr (111-1).pdf
ssuserb4d806
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
Adri Jovin
 
3D Multi Object GAN
3D Multi Object GAN3D Multi Object GAN
3D Multi Object GAN
Yu Nishimura
 
Aplicaciones de la derivada en la Carrera de Contabilidad y Auditoría
Aplicaciones de la derivada en la Carrera de Contabilidad y AuditoríaAplicaciones de la derivada en la Carrera de Contabilidad y Auditoría
Aplicaciones de la derivada en la Carrera de Contabilidad y Auditoría
LeslieMoncayo1
 
Making BIG DATA smaller
Making BIG DATA smallerMaking BIG DATA smaller
Making BIG DATA smaller
Tony Tran
 
Learning Predictive Modeling with TSA and Kaggle
Learning Predictive Modeling with TSA and KaggleLearning Predictive Modeling with TSA and Kaggle
Learning Predictive Modeling with TSA and Kaggle
Yvonne K. Matos
 
Creating Objects for Metaverse using GANs and Autoencoders
Creating Objects for Metaverse using GANs and AutoencodersCreating Objects for Metaverse using GANs and Autoencoders
Creating Objects for Metaverse using GANs and Autoencoders
IRJET Journal
 
How I hacked the Google Daydream controller
How I hacked the Google Daydream controllerHow I hacked the Google Daydream controller
How I hacked the Google Daydream controller
Matteo Pisani
 
Efficient Similarity Computation for Collaborative Filtering in Dynamic Envir...
Efficient Similarity Computation for Collaborative Filtering in Dynamic Envir...Efficient Similarity Computation for Collaborative Filtering in Dynamic Envir...
Efficient Similarity Computation for Collaborative Filtering in Dynamic Envir...
Olivier Jeunen
 
Computer Graphics Practical
Computer Graphics PracticalComputer Graphics Practical
Computer Graphics Practical
Neha Sharma
 
Tech day ngobrol santai tensorflow
Tech day ngobrol santai tensorflowTech day ngobrol santai tensorflow
Tech day ngobrol santai tensorflow
Ramdhan Rizki
 

Ähnlich wie Math in the News: Issue 87 (20)

Pytorch for tf_developers
Pytorch for tf_developersPytorch for tf_developers
Pytorch for tf_developers
 
MAtrix Multiplication Parallel.ppsx
MAtrix Multiplication Parallel.ppsxMAtrix Multiplication Parallel.ppsx
MAtrix Multiplication Parallel.ppsx
 
matrixmultiplicationparallel.ppsx
matrixmultiplicationparallel.ppsxmatrixmultiplicationparallel.ppsx
matrixmultiplicationparallel.ppsx
 
Computer graphics
Computer graphicsComputer graphics
Computer graphics
 
Image orientation classification analysis
Image orientation classification analysisImage orientation classification analysis
Image orientation classification analysis
 
Computer graphics
Computer graphics Computer graphics
Computer graphics
 
IRJET- Generating 3D Models Using 3D Generative Adversarial Network
IRJET- Generating 3D Models Using 3D Generative Adversarial NetworkIRJET- Generating 3D Models Using 3D Generative Adversarial Network
IRJET- Generating 3D Models Using 3D Generative Adversarial Network
 
Feature Engineering - Getting most out of data for predictive models - TDC 2017
Feature Engineering - Getting most out of data for predictive models - TDC 2017Feature Engineering - Getting most out of data for predictive models - TDC 2017
Feature Engineering - Getting most out of data for predictive models - TDC 2017
 
Questions On The Equation For Regression
Questions On The Equation For RegressionQuestions On The Equation For Regression
Questions On The Equation For Regression
 
AIML4 CNN lab256 1hr (111-1).pdf
AIML4 CNN lab256 1hr (111-1).pdfAIML4 CNN lab256 1hr (111-1).pdf
AIML4 CNN lab256 1hr (111-1).pdf
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
3D Multi Object GAN
3D Multi Object GAN3D Multi Object GAN
3D Multi Object GAN
 
Aplicaciones de la derivada en la Carrera de Contabilidad y Auditoría
Aplicaciones de la derivada en la Carrera de Contabilidad y AuditoríaAplicaciones de la derivada en la Carrera de Contabilidad y Auditoría
Aplicaciones de la derivada en la Carrera de Contabilidad y Auditoría
 
Making BIG DATA smaller
Making BIG DATA smallerMaking BIG DATA smaller
Making BIG DATA smaller
 
Learning Predictive Modeling with TSA and Kaggle
Learning Predictive Modeling with TSA and KaggleLearning Predictive Modeling with TSA and Kaggle
Learning Predictive Modeling with TSA and Kaggle
 
Creating Objects for Metaverse using GANs and Autoencoders
Creating Objects for Metaverse using GANs and AutoencodersCreating Objects for Metaverse using GANs and Autoencoders
Creating Objects for Metaverse using GANs and Autoencoders
 
How I hacked the Google Daydream controller
How I hacked the Google Daydream controllerHow I hacked the Google Daydream controller
How I hacked the Google Daydream controller
 
Efficient Similarity Computation for Collaborative Filtering in Dynamic Envir...
Efficient Similarity Computation for Collaborative Filtering in Dynamic Envir...Efficient Similarity Computation for Collaborative Filtering in Dynamic Envir...
Efficient Similarity Computation for Collaborative Filtering in Dynamic Envir...
 
Computer Graphics Practical
Computer Graphics PracticalComputer Graphics Practical
Computer Graphics Practical
 
Tech day ngobrol santai tensorflow
Tech day ngobrol santai tensorflowTech day ngobrol santai tensorflow
Tech day ngobrol santai tensorflow
 

Mehr von Media4math

Geometric Construction: Creating a Teardrop Shape
Geometric Construction: Creating a Teardrop ShapeGeometric Construction: Creating a Teardrop Shape
Geometric Construction: Creating a Teardrop Shape
Media4math
 
Tutorials--The Language of Math--Variable Expressions--Multiplication and Add...
Tutorials--The Language of Math--Variable Expressions--Multiplication and Add...Tutorials--The Language of Math--Variable Expressions--Multiplication and Add...
Tutorials--The Language of Math--Variable Expressions--Multiplication and Add...
Media4math
 
Tutorials--The Language of Math--Numerical Expressions--Multiplication
Tutorials--The Language of Math--Numerical Expressions--Multiplication	Tutorials--The Language of Math--Numerical Expressions--Multiplication
Tutorials--The Language of Math--Numerical Expressions--Multiplication
Media4math
 
Tutorials--The Language of Math--Numerical Expressions--Division
Tutorials--The Language of Math--Numerical Expressions--Division	Tutorials--The Language of Math--Numerical Expressions--Division
Tutorials--The Language of Math--Numerical Expressions--Division
Media4math
 
Tutorials--The Language of Math--Numerical Expressions--Subtraction
Tutorials--The Language of Math--Numerical Expressions--SubtractionTutorials--The Language of Math--Numerical Expressions--Subtraction
Tutorials--The Language of Math--Numerical Expressions--Subtraction
Media4math
 
Tutorials--Language of Math--Numerical Expressions--Addition
Tutorials--Language of Math--Numerical Expressions--AdditionTutorials--Language of Math--Numerical Expressions--Addition
Tutorials--Language of Math--Numerical Expressions--Addition
Media4math
 
Tutorials--Cube Root Functions in Tabular and Graph Form
Tutorials--Cube Root Functions in Tabular and Graph Form	Tutorials--Cube Root Functions in Tabular and Graph Form
Tutorials--Cube Root Functions in Tabular and Graph Form
Media4math
 
Tutorials--Square Root Functions in Tabular and Graph Form
Tutorials--Square Root Functions in Tabular and Graph Form	Tutorials--Square Root Functions in Tabular and Graph Form
Tutorials--Square Root Functions in Tabular and Graph Form
Media4math
 
Tutorials--Logarithmic Functions in Tabular and Graph Form
Tutorials--Logarithmic Functions in Tabular and Graph Form	Tutorials--Logarithmic Functions in Tabular and Graph Form
Tutorials--Logarithmic Functions in Tabular and Graph Form
Media4math
 
Tutorials--Secant Functions in Tabular and Graph Form
Tutorials--Secant Functions in Tabular and Graph Form	Tutorials--Secant Functions in Tabular and Graph Form
Tutorials--Secant Functions in Tabular and Graph Form
Media4math
 
Tutorials--Cosecant Functions in Tabular and Graph Form
Tutorials--Cosecant Functions in Tabular and Graph FormTutorials--Cosecant Functions in Tabular and Graph Form
Tutorials--Cosecant Functions in Tabular and Graph Form
Media4math
 
Tutorials--Tangent Functions in Tabular and Graph Form
Tutorials--Tangent Functions in Tabular and Graph FormTutorials--Tangent Functions in Tabular and Graph Form
Tutorials--Tangent Functions in Tabular and Graph Form
Media4math
 
Tutorials--Cosine Functions in Tabular and Graph Form
Tutorials--Cosine Functions in Tabular and Graph Form	Tutorials--Cosine Functions in Tabular and Graph Form
Tutorials--Cosine Functions in Tabular and Graph Form
Media4math
 
Tutorials--Sine Functions in Tabular and Graph Form
Tutorials--Sine Functions in Tabular and Graph Form	Tutorials--Sine Functions in Tabular and Graph Form
Tutorials--Sine Functions in Tabular and Graph Form
Media4math
 
Tutorials--Absolute Value Functions in Tabular and Graph Form
Tutorials--Absolute Value Functions in Tabular and Graph Form	Tutorials--Absolute Value Functions in Tabular and Graph Form
Tutorials--Absolute Value Functions in Tabular and Graph Form
Media4math
 
Tutorials--Rational Functions in Tabular and Graph Form
Tutorials--Rational Functions in Tabular and Graph FormTutorials--Rational Functions in Tabular and Graph Form
Tutorials--Rational Functions in Tabular and Graph Form
Media4math
 
Tutorials--Exponential Functions in Tabular and Graph Form
Tutorials--Exponential Functions in Tabular and Graph FormTutorials--Exponential Functions in Tabular and Graph Form
Tutorials--Exponential Functions in Tabular and Graph Form
Media4math
 
Tutorials--Quadratic Functions in Tabular and Graphic Form
Tutorials--Quadratic Functions in Tabular and Graphic FormTutorials--Quadratic Functions in Tabular and Graphic Form
Tutorials--Quadratic Functions in Tabular and Graphic Form
Media4math
 
Tutorials: Linear Functions in Tabular and Graph Form
Tutorials: Linear Functions in Tabular and Graph FormTutorials: Linear Functions in Tabular and Graph Form
Tutorials: Linear Functions in Tabular and Graph Form
Media4math
 
Math in the News: Issue 106
Math in the News: Issue 106Math in the News: Issue 106
Math in the News: Issue 106
Media4math
 

Mehr von Media4math (20)

Geometric Construction: Creating a Teardrop Shape
Geometric Construction: Creating a Teardrop ShapeGeometric Construction: Creating a Teardrop Shape
Geometric Construction: Creating a Teardrop Shape
 
Tutorials--The Language of Math--Variable Expressions--Multiplication and Add...
Tutorials--The Language of Math--Variable Expressions--Multiplication and Add...Tutorials--The Language of Math--Variable Expressions--Multiplication and Add...
Tutorials--The Language of Math--Variable Expressions--Multiplication and Add...
 
Tutorials--The Language of Math--Numerical Expressions--Multiplication
Tutorials--The Language of Math--Numerical Expressions--Multiplication	Tutorials--The Language of Math--Numerical Expressions--Multiplication
Tutorials--The Language of Math--Numerical Expressions--Multiplication
 
Tutorials--The Language of Math--Numerical Expressions--Division
Tutorials--The Language of Math--Numerical Expressions--Division	Tutorials--The Language of Math--Numerical Expressions--Division
Tutorials--The Language of Math--Numerical Expressions--Division
 
Tutorials--The Language of Math--Numerical Expressions--Subtraction
Tutorials--The Language of Math--Numerical Expressions--SubtractionTutorials--The Language of Math--Numerical Expressions--Subtraction
Tutorials--The Language of Math--Numerical Expressions--Subtraction
 
Tutorials--Language of Math--Numerical Expressions--Addition
Tutorials--Language of Math--Numerical Expressions--AdditionTutorials--Language of Math--Numerical Expressions--Addition
Tutorials--Language of Math--Numerical Expressions--Addition
 
Tutorials--Cube Root Functions in Tabular and Graph Form
Tutorials--Cube Root Functions in Tabular and Graph Form	Tutorials--Cube Root Functions in Tabular and Graph Form
Tutorials--Cube Root Functions in Tabular and Graph Form
 
Tutorials--Square Root Functions in Tabular and Graph Form
Tutorials--Square Root Functions in Tabular and Graph Form	Tutorials--Square Root Functions in Tabular and Graph Form
Tutorials--Square Root Functions in Tabular and Graph Form
 
Tutorials--Logarithmic Functions in Tabular and Graph Form
Tutorials--Logarithmic Functions in Tabular and Graph Form	Tutorials--Logarithmic Functions in Tabular and Graph Form
Tutorials--Logarithmic Functions in Tabular and Graph Form
 
Tutorials--Secant Functions in Tabular and Graph Form
Tutorials--Secant Functions in Tabular and Graph Form	Tutorials--Secant Functions in Tabular and Graph Form
Tutorials--Secant Functions in Tabular and Graph Form
 
Tutorials--Cosecant Functions in Tabular and Graph Form
Tutorials--Cosecant Functions in Tabular and Graph FormTutorials--Cosecant Functions in Tabular and Graph Form
Tutorials--Cosecant Functions in Tabular and Graph Form
 
Tutorials--Tangent Functions in Tabular and Graph Form
Tutorials--Tangent Functions in Tabular and Graph FormTutorials--Tangent Functions in Tabular and Graph Form
Tutorials--Tangent Functions in Tabular and Graph Form
 
Tutorials--Cosine Functions in Tabular and Graph Form
Tutorials--Cosine Functions in Tabular and Graph Form	Tutorials--Cosine Functions in Tabular and Graph Form
Tutorials--Cosine Functions in Tabular and Graph Form
 
Tutorials--Sine Functions in Tabular and Graph Form
Tutorials--Sine Functions in Tabular and Graph Form	Tutorials--Sine Functions in Tabular and Graph Form
Tutorials--Sine Functions in Tabular and Graph Form
 
Tutorials--Absolute Value Functions in Tabular and Graph Form
Tutorials--Absolute Value Functions in Tabular and Graph Form	Tutorials--Absolute Value Functions in Tabular and Graph Form
Tutorials--Absolute Value Functions in Tabular and Graph Form
 
Tutorials--Rational Functions in Tabular and Graph Form
Tutorials--Rational Functions in Tabular and Graph FormTutorials--Rational Functions in Tabular and Graph Form
Tutorials--Rational Functions in Tabular and Graph Form
 
Tutorials--Exponential Functions in Tabular and Graph Form
Tutorials--Exponential Functions in Tabular and Graph FormTutorials--Exponential Functions in Tabular and Graph Form
Tutorials--Exponential Functions in Tabular and Graph Form
 
Tutorials--Quadratic Functions in Tabular and Graphic Form
Tutorials--Quadratic Functions in Tabular and Graphic FormTutorials--Quadratic Functions in Tabular and Graphic Form
Tutorials--Quadratic Functions in Tabular and Graphic Form
 
Tutorials: Linear Functions in Tabular and Graph Form
Tutorials: Linear Functions in Tabular and Graph FormTutorials: Linear Functions in Tabular and Graph Form
Tutorials: Linear Functions in Tabular and Graph Form
 
Math in the News: Issue 106
Math in the News: Issue 106Math in the News: Issue 106
Math in the News: Issue 106
 

Kürzlich hochgeladen

Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Leena Ghag-Sakpal
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
HajraNaeem15
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
Wahiba Chair Training & Consulting
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
PsychoTech Services
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47
MysoreMuleSoftMeetup
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
Nguyen Thanh Tu Collection
 
IGCSE Biology Chapter 14- Reproduction in Plants.pdf
IGCSE Biology Chapter 14- Reproduction in Plants.pdfIGCSE Biology Chapter 14- Reproduction in Plants.pdf
IGCSE Biology Chapter 14- Reproduction in Plants.pdf
Amin Marwan
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 

Kürzlich hochgeladen (20)

Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
 
IGCSE Biology Chapter 14- Reproduction in Plants.pdf
IGCSE Biology Chapter 14- Reproduction in Plants.pdfIGCSE Biology Chapter 14- Reproduction in Plants.pdf
IGCSE Biology Chapter 14- Reproduction in Plants.pdf
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 

Math in the News: Issue 87

  • 1. The Wonders of 3D Printing Math in the News Issue 87
  • 2. 3D Printing Nike recently announced the release of a new running shoe for use by NFL players. It was developed using 3D printing technology. Watch this video to learn how they did it. http://youtu.be/qWlWStIVbBg
  • 3. 3D Printing 3D printing relies on a computer model similar to the kind you might see in a CGI movie. Such models consist of a network of (x, y, z) coordinates that form a mesh to define the 3D figure.
  • 4. 3D Printing When seen from different angles, the 3D mesh creates an endless number of 2D blueprints. These blueprints are used by the 3D printer to create a real object. Watch this video to learn how this works. http://youtu.be/dnIVrLqrEI8
  • 5. 3D Printing What Nike did with the 3D printer was to create an iterative process so they could test different prototypes to find the ideal shoe configuration that met their requirements. 3D printing allowed for rapid prototyping.
  • 6. Recursive Functions An iterative process in design and engineering is usually based on the mathematics of recursive functions. In a recursive function, an input value results in an output value, which is then fed back into the function repeatedly.
  • 7. Recursive Functions Recursive operations are nearly as old as civilization itself. The Babylonian Method for calculating a square root is an example. Let’s use it to estimate 73 . 1 S xn+1 = (xn + ) 2 xn
  • 8. Recursive Functions Since 73 falls between perfect squares 82 and 92, let’s make our initial guess 8.1 and use that as the input value x0. x0 = 8.1 1 73 x1 = (8.1+ ) » 8.556 2 8.1
  • 9. Recursive Functions Use the result from the previous calculation to refine the calculation. Compare the result to what you get using a calculator. x0 = 8.1 1 73 x1 = (8.1+ ) » 8.556 2 8.1 1 73 x2 = (8.556 + ) » 8.544 2 8.556
  • 10. Recursive Functions Here are some additional examples done on a spreadsheet. In each case the recursive nature of the calculation resulted in a more precise value. Square root of this number: 599 1 2 3 4 5 Actual 5,914,789 20 Guess Iteration 2945 30 2000 24.975 24.47949199 24.47447701 24.4744765 24.4744765 64.08333333 55.01956003 54.2729893 54.26785445 54.2678542 2478.69725 2432.473158 2432.033962 2432.033922 2432.033922 24.4744765 54.2678542 2432.033922
  • 11. Recursive Functions This is the graph of the iterative solution for one of the square roots. In each case the subsequent iterations are more precise. Babylonian Method: Square Root of 2,945 70 60 50 40 30 20 10 0 x0 x1 x2 x3 x4 x5
  • 12. Recursive Functions Nike’s engineering challenge was to find the ideal cleat that maximized traction for improved power and speed. It became a geometry problem solved through iteration of different designs, using 3D printing.