MHB TikZ Challenge 2 - Function Graph

AI Thread Summary
The TikZ Challenge 2 invites participants to create an impressive function graph using TikZ or the pgfplots package, with submissions due in two weeks. Each participant is allowed only one submission, which cannot be altered after posting, although descriptions can be edited. The thread encourages creativity and highlights the importance of showcasing unique features in the submitted graphics. Due to a lack of multiple entries, the voting process was deemed unnecessary. The challenge aims to foster engagement and skill development in creating mathematical visualizations.
I like Serena
Science Advisor
Homework Helper
MHB
Messages
16,335
Reaction score
258
Who can make the most impressive, interesting, or pretty TikZ picture?

This second challenge is to create a function graph.
We can use vanilla TikZ, or the pgfplots package, or... well... that's up to you!
If it's not immediately obvious, please mention what makes your picture special.

Please post your submission in this thread.
This thread will be closed after 2 weeks.
After that we will have 2 weeks to vote on what we think is the best TikZ contribution for this challenge.

Only 1 submission of a picture is allowed, and it is not allowed to change the picture after submission.
Any change to the picture itself will disqualify it.
(I'm leaving some wiggling room for editing the description.)
See http://mathhelpboards.com/tikz-pictures-63/tikz-announcement-22140.html for more information on how to create and post TikZ pictures.
To help create pictures we can use this http://35.164.211.156/tikz/tikzlive.html.
 
Mathematics news on Phys.org
\begin{tikzpicture}[scale=1.5]
\usetikzlibrary{arrows}
\draw[help lines] (-3.5,-3.5) grid (3.5,3.5);
\draw[<->, >=stealth'] (-3.5,0)--(3.5,0) node
{$x$};
\draw[<->, >=stealth'] (0,-3.5)--(0,3.5) node[above] {$y$};
\draw[ultra thick,blue,samples=200,domain=125:-35] plot(\x:{3*sin(\x)*cos(\x)/(sin(\x)^3+cos(\x)^3)})
node[above right] {$x^3+y^3-3axy=0$};
\draw[dashed] (1.5, 0) -- (1.5,1.5) -- (0,1.5);
\draw[dashed] (-3,2) -- (2,-3);
\draw[dashed] (-2,-2) -- (2,2);
\foreach \x/\xtext in {-3/-3a,-2/-2a,-1/-a,1/a,1.5/\frac 32a,2/2a,3/3a}
\draw (\x cm,1pt) -- (\x cm,-1pt) node[anchor=north,fill=white] {$\xtext$};
\foreach \y/\ytext in {-3/-3a,-2/-2a,-1/-a,1/a,1.5/\frac 32a,2/2a,3/3a}
\draw (1pt,\y cm) -- (-1pt,\y cm) node[anchor=east,fill=white] {$\ytext$};
\node[above,align=center,font=\bfseries] at (current bounding box.north) {Folium of Descartes};
\end{tikzpicture}
This picture uses:
  1. greg1313's method to add a title,
  2. lfdahl's method to add tick labels,
  3. MarkFL's method to add axis labels,
  4. Evgeny.Makarov's method to add neat arrow heads.
I like this picture because it represents the summum as I know it of function analysis (finding zeroes, extremes, singularities, asymptotes, and symmetries).

My credo, there's nothing wrong with stealing as long as we do it right (and learn from it)! (Bigsmile)​
 
Time is up.

Since there is only 1 submission, there's no point in voting.
Hopefully there will be more contributors next time.

Thread closed.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...

Similar threads

Replies
2
Views
2K
Replies
5
Views
2K
Replies
1
Views
2K
Replies
0
Views
5K
Replies
2
Views
1K
Replies
8
Views
2K
Replies
7
Views
2K
Back
Top