Evaluation & visualization of double differentials in Mathematica

In summary, to evaluate and visualize the function d^2F = k/r^2 * i1*dl1 \times (i2*dl2 \times R) with different initial values, you can use Wolfram Alpha by entering the function into the input bar and adding the initial values for the variables. You can then use the "Plot" command to generate a plot of the function and the "N" command to see the numerical result. To see the units of the double differential of "F", use the "Units" command.
  • #1
N_F
6
0
Hi, I'm trying to figure out how to use: http://www.wolframalpha.com/. I would like to be able to evaluate this function with different initial values and visualize results in some way, if possible:

[tex]d^2F = k/r^2 * i1*dl1 \times (i2*dl2 \times R)[/tex]


Evaluate and visualize: k= 5, i1=i2= 1, r= 1, R(z)=1, dl1=dl2=?
-------------------------------------------------------------

1. CODE: D[1] D[1] 5/1^2 * 1*{x,0,0} cross 1*{y,0,0} cross {0,-1,0}

This produces some result and it even draws some surface.



2. CODE: D[ 5/1^2 * 1*{x,0,0} cross 1*{y,0,0} cross {0,-1,0}, x,y]

I think this one gives correct result, but it does not draw anything.


EXECUTE HERE: http://www.wolframalpha.com/input/


My problem is that I have no idea what to expect, I don't know if that function produces a surface or volume, or maybe even two lines or whatever, I only know the numerical result is supposed to be either: {0,k,0} or {0,2*k,0}, which with the above initial setup equals to: {0,5,0) or {0,10,0}, but then the result can not actually be a surface but a single vector? -- If "F" has units (U), then what would be units of double differential of "F": (U/m), (U/m^2), (U*m) or (U*m^2)?
 
Physics news on Phys.org
  • #2


Hi there, it looks like you are trying to evaluate and visualize the function d^2F = k/r^2 * i1*dl1 \times (i2*dl2 \times R) with different initial values. Wolfram Alpha is a powerful computational engine that can help you with this task. Here are some steps you can follow to achieve your goal:

1. Start by entering the function into the input bar on the Wolfram Alpha website. You can do this by typing or copying and pasting the function into the bar.

2. Next, add the initial values for the variables k, i1, i2, r, R, dl1, and dl2. You can do this by adding the values after the variable name with an equal sign, for example: k=5, i1=1, etc.

3. To evaluate and visualize the function, you can add the command "Plot" at the end of your input. This will generate a plot of the function with the given initial values. If you want to specify a specific range for the variables, you can use the "from" and "to" commands. For example: Plot[d^2F, {x,0,10}, {y,0,10}].

4. If you want to see the numerical result of the function, you can add the command "N" before the function. This will give you the numerical value of the function with the given initial values.

5. To see the units of the double differential of "F", you can use the command "Units" before the function. This will give you the units of the function with the given initial values.

I hope this helps you to evaluate and visualize the function using Wolfram Alpha. If you have any further questions, feel free to ask. Happy computing!
 

1. What is the purpose of evaluating double differentials in Mathematica?

The purpose of evaluating double differentials in Mathematica is to analyze the rate of change of a function in two variables. This can provide insights into the behavior of the function and aid in visualizing its graph.

2. How do I evaluate a double differential in Mathematica?

To evaluate a double differential in Mathematica, you can use the D function and specify the variables and the order of differentiation. For example, D[f[x,y],{x,2},{y,3}] will evaluate the third order mixed partial derivative of f with respect to x and y.

3. Can I plot the double differential in Mathematica?

Yes, you can plot the double differential in Mathematica using the Plot3D function. This will create a 3D graph showing the behavior of the function in two variables.

4. How can I visualize the double differential using contours?

You can use the ContourPlot function in Mathematica to visualize the double differential using contours. This will create a 2D plot with contour lines representing the levels of the function.

5. Are there any other useful functions for evaluating and visualizing double differentials in Mathematica?

Yes, there are several other functions that can be useful for evaluating and visualizing double differentials in Mathematica, such as VectorPlot for creating vector field plots, StreamPlot for creating stream plots, and PlotVectorField for creating vector field plots with streamlines.

Similar threads

  • Differential Equations
Replies
1
Views
740
  • Differential Equations
2
Replies
52
Views
773
  • Differential Equations
Replies
2
Views
2K
  • Differential Equations
Replies
12
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
117
  • Differential Equations
Replies
25
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
246
  • Differential Equations
Replies
1
Views
2K
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
1K
Back
Top