Mathematica partial differentiation weirdness

Click For Summary
SUMMARY

The forum discussion addresses the peculiar output of Mathematica when performing partial differentiation, specifically using the command D[(x/((x^2 - y^2)^0.5)), y]. Users report receiving results that include a "1." in the numerator, which indicates that the output is approximate due to the input's approximation. The discussion clarifies that this behavior is consistent when differentiating similar functions, such as D[(x/((x^2 - y^2)^a)), y], where 'a' can be set to values like 1/2, resulting in outputs that reflect approximation in the coefficients.

PREREQUISITES
  • Understanding of partial differentiation in calculus
  • Familiarity with Mathematica syntax and functions
  • Knowledge of mathematical approximation concepts
  • Basic algebraic manipulation skills
NEXT STEPS
  • Explore Mathematica's documentation on the D function for differentiation
  • Learn about approximation methods in calculus
  • Investigate the implications of using approximate values in mathematical computations
  • Study the behavior of Mathematica with different types of functions and parameters
USEFUL FOR

Students studying calculus, Mathematica users, mathematicians interested in differentiation techniques, and educators teaching mathematical concepts.

kahwawashay1
Messages
95
Reaction score
0
I am checking my homework with mathematica, but sometimes when I write stuff like
D[(x/((x^2 - y^2)^0.5)), y] , which is supposed to give me the partial derivative of x/((x^2 - y^2)^0.5) with respect to y, i get answer like:

(1. x y)/(x^2 - y^2)^1.5

which is right, except for the random "1."

as another example, when I differentiate above function with respect to x, I again get an answer with "1.x^2" in a numerator.

what on Earth is this "1." ?
 
Physics news on Phys.org
1x=x

In this case the 1. means that the answer is approximate, as your .5 is approximate.

D[(x/((x^2 - y^2)^a)), y] =(2a x y)/(x^2 - y^2)^(a+1)

if a=1/2
2a=1
a+1=1.5

if it is only approximately true
a=.5
2a=1.
1+a=1.5
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K