Thread Closed

Mathematica cant graph

 
Share Thread Thread Tools
Apr4-05, 04:29 AM   #1

Community 2012
 
Recognitions:
Gold Membership Gold Member

Mathematica cant graph


Ok i got this problem in this file. Can someone help?

If you dont wanan get the file the problem is basically this.

Haave an f(x,y) equation. Find both partial derivatives. One graphs correctly, other partial derivative is just a straight line on y=0. Anyone know whats causing this?
Attached Files
File Type: zip weird.zip (10.1 KB, 9 views)
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Apr4-05, 05:14 AM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Pengwuino
Ok i got this problem in this file. Can someone help?

If you dont wanan get the file the problem is basically this.

Haave an f(x,y) equation. Find both partial derivatives. One graphs correctly, other partial derivative is just a straight line on y=0. Anyone know whats causing this?

Well, I didn't get the file but how about this:

1. First calculate the partials manually first and then plot them.

2. Verify the Mathematica code:

fpartx[x_,y_]=D[f(x,y),x]
fparty[x_,y_]=D[f(x,y),y]

is actually calculating the partials.

3. Use Plot3D and manually insert the partial directly first, you know, like:

Plot3D[x^2+y+2 x y,{x,a,b},{y,a,b}] or whatever the partial is.

4. Use Plot3D[fpartx[x,y],{x,a,b},{y,a,b}]

gotta work.
Apr4-05, 05:25 AM   #3

Community 2012
 
Recognitions:
Gold Membership Gold Member
Plot3D works but the implicitplot doesnt, check it out.



Whats going on :)
Apr4-05, 06:15 AM   #4
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Mathematica cant graph


Quote by Pengwuino
Plot3D works but the implicitplot doesnt, check it out.



Whats going on :)
So the partial with respect to y is:

[tex]f_y=4xy-64y[/tex]

When you equate that to zero you get x=16. So ImplicitPlot graphs a vertical line at x=16. Extend the PlotRange to see it.
Apr4-05, 06:42 PM   #5

Community 2012
 
Recognitions:
Gold Membership Gold Member
Ok ill check it out later, sounds like that might be the problem though!
Thread Closed
Thread Tools


Similar Threads for: Mathematica cant graph
Thread Forum Replies
Can you graph complex #'s in Mathematica? Math & Science Software 1
velocity vs time graph to distance vs time graph Introductory Physics Homework 8
Real life situation to a sin graph on position by time graph Differential Equations 6
Forcing mathematica or geo sketch to graph EC Math & Science Software 2
Graph Theory -- How do I construct this graph? Calculus & Beyond Homework 2