How to plot (x^2-5)^2+y^2=16 without a calculator?

  • Context: Undergrad 
  • Thread starter Thread starter GravitySK
  • Start date Start date
  • Tags Tags
    Calculator Plot
Click For Summary
SUMMARY

The discussion centers on plotting the equation (x^2-5)^2+y^2=16 without a calculator. Participants suggest using traditional methods such as a pencil and graph paper for manual plotting, alongside modern tools like Desmos and FreeMat for computational assistance. The equation can be approached by generating a table of x,y value pairs to visualize the graph. The conversation emphasizes the importance of demonstrating effort in problem-solving before seeking help.

PREREQUISITES
  • Understanding of basic algebraic functions
  • Familiarity with graphing techniques
  • Knowledge of using graphing software like Desmos
  • Basic programming skills to use FreeMat for plotting
NEXT STEPS
  • Learn how to create tables of values for graphing functions
  • Explore the features of Desmos for advanced graphing
  • Study FreeMat syntax for plotting mathematical functions
  • Investigate the properties of conic sections related to the given equation
USEFUL FOR

Students, educators, and anyone interested in learning graphing techniques for mathematical functions, particularly those looking to enhance their skills in both manual and software-assisted plotting.

GravitySK
Messages
5
Reaction score
1
How do you think?
 
Mathematics news on Phys.org
There's this cool device called a pencil that was developed a few years ago and this ancient invention I think it was called paper with horizontal and vertical lines.

These two devices worked much better than the stylus and wax tablet or clay tablet that had to be dried out to preserve it.

I remember using pencil and graph paper worked well to create graphs of functions. First by computing a table of x,y value pairs using the function.

Alternatively, you could try:

https://www.desmos.com/calculator

Or, you could use freemat installed on your pc:

http://freemat.sourceforge.net/

Matlab:
x=[1:10]
y x.*x
plot(x,y)

LASTLY, your post looks like homework. We require you to show some effort in solving it.

Closing this thread.
 
  • Haha
  • Like
Likes   Reactions: berkeman and Doc Al

Similar threads

  • · Replies 2 ·
Replies
2
Views
16K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K