Dy/dx of arcsin(1/x^4) clarifying question

  • Thread starter physicsdreams
  • Start date
In summary: I think the difference is that Wolfram is accounting for the possibility that ##x^4<0##. If x<0, then the simplified form becomes invalid.
  • #1
physicsdreams
57
0

Homework Statement



Find dy/dx of arcsin(1/x^4)



2. The solution

Answer simplified:

-4/(x*sqrt(x^8-1))

I've checked my answer to the above problem on WolframAlpha, and Wolfram states that the answer is "an alternate form assuming x is positive"

I guess this is more of a clarifying question, but what does Wolfram mean by that? As far as I understand, x doesn't need to be positive in order for the simplified solution to remain valid.
 
Physics news on Phys.org
  • #2
What would the solution be if it wasn't simplified?
What form did Wolfram consider this to be an alternate to?
 
  • #3
Simon Bridge said:
What would the solution be if it wasn't simplified?
What form did Wolfram consider this to be an alternate to?

Hello Simon,

Thanks for your reply. The form Wolfram gave me was:

-4/[sqrt(1-(1/8))*(x^5)]

http://www.wolframalpha.com/input/?i=dy/dx+of+arcsin(1/x^4)

I still don't see where the 'simplified form' that I derived and this form differ.
 
  • #4
"simplified" term -4/(x*sqrt(x^8-1)):$$y_s=-\frac{4}{x\sqrt{x^8-1}}$$ unsimplified term -4/[sqrt(1-(1/8))*(x^5)]
should be: $$y=-\frac{4}{x^5 \sqrt{1-\frac{1}{x^8}}}$$... perhaps: ##\sqrt{x^8}=\pm x^4##
 
  • #5
Simon Bridge said:
perhaps: ##\sqrt{x^8}=\pm x^4##

Could you please elaborate on this?

Please correct me if I'm wrong, but I think that statement would be correct only if it were ##\pm\sqrt{x^8}##, but it's only ##\ +\sqrt{x^8}##
Plus, how did you isolate ##\sqrt{x^8}## from ##\sqrt{x^8-1}##?
 
  • #6
Perhaps Alternate form assuming x is positive doesn't mean that the input x has to be positive. Maybe it's referring to the function as a whole (or something else)?

Wolfram says the samething when I input:

##\sqrt{x^8}##

and that ##x^8## is an alternate form assuming x is positive, but we know that ##x^8## behaves exactly the same as ##\sqrt{x^8}## if the input x is negative.
 
  • #8
physicsdreams said:
Well, it turns out that $$-\frac{4}{x\sqrt{x^8-1}}≠-\frac{4}{x^5 \sqrt{1-\frac{1}{x^8}}}$$ at least according to Wolfram.

http://www.wolframalpha.com/input/?i=-4/(x*sqrt(x^8-1))=-4/[sqrt(1-(1/8))*(x^5)]

http://www.wolframalpha.com/input/?i=-4/(x*sqrt(x^8-1))=-4/[sqrt(1-(1/8))*(x^5)]+graph

So I guess my real problem is trying to understand why that is. Can you enlighten me?
That's strange.

WolframAlpha says that [itex]\displaystyle \ \ -\frac{4}{x^5 \sqrt{1-\frac{1}{x^8}}}+\frac{4}{x\sqrt{x^8-1}}=0\ \ [/itex] if x > 0 .

Added in Edit:

You have typos in those expressions in the links to WolframAlpha.
 
Last edited:
  • #9
Simon Bridge said:
perhaps: ##\sqrt{x^8}=±x^4##
Could you please elaborate on this?
Wolfram is accounting for the possibility that ##x^4<0##

You started with:$$y(x)=\arcsin(x^{-4}) \Rightarrow -1 \leq x^{-4} \leq 1$$...for this relation to be meaningful, y' will only be real for x=±1.
Hence, you get different numbers depending on whether ##x^4## is positive or negative. Try it for some value of x?
[edit: darn - seems to work out the same if I just make x<0 - but I suspect something like this is what is going on]
 
Last edited:
  • #10
x4 is non negative for real x.

[itex]\sqrt{x^8}[/itex] is non negative for real x.

[itex]\sqrt{x^8}=x^4[/itex] for all real x.
 
  • #11
x4 is non negative for real x.
But how is wolfram supposed to know that the input is restricted to real numbers only?

... looking over the several examples in wolfram again - that is exactly what they are doing.
I think the entry is mislabelled in these instances: in every case, the alternate is the form assuming x is REAL.

technically, Wolfram is evaluating ##\text{sqrt(x)}## not ##\sqrt{x}## ... so

$$\sqrt{x^2}=xe^{i\pi \lfloor \frac{1}{2}-\frac{\arg(x)}{\pi} \rfloor}$$ this becomes ##x## in the case that ##x^2\geq 0##
 
Last edited:
  • #12
Simon Bridge said:
$$\sqrt{x^2}=xe^{i\pi \lfloor \frac{1}{2}-\frac{\arg(x)}{\pi} \rfloor}$$ this becomes ##x## in the case that ##x^2\geq 0##

I'm sorry, but I haven't learned this yet, but I think you guys are saying that Wolfram should have labeled it an "alternate form assuming x is real" (rather than just positive).

Simon Bridge said:
technically, Wolfram is evaluating ##\text{sqrt(x)}## not ##\sqrt{x}## ... so

Excuse my ignorance, but what's the difference and how does this relate to Wolfram's statement that x has to be positive for the alternate form?

Thanks!
 
  • #13
Excuse my ignorance, but what's the difference and how does this relate to Wolfram's statement that x has to be positive for the alternate form?
The map is not the territory.

##\text{sqrt(x)}## is an algorithm defined in a computer program, in this case: mathematica, while ##\sqrt{x}## is a mathematical statement defined according to the rules of arithmetic. Computer programs play by whatever rules the programmer gives them.

One of the rules is what to say when a simplification is not always valid.

I think you guys are saying that Wolfram should have labeled it an "alternate form assuming x is real" (rather than just positive).
That is what I am saying ... however, it may be tricky to program it that way and also allow for other possibilities. The situation becomes clear upon examination after all.
This sort of thing can happen when you become aware of more possibilities than the person asking the question. Perhaps you'd like to submit it as a bug?
 
Last edited:
  • #14
physicsdreams said:
Find dy/dx of arcsin(1/x^4)

A nit: You don't "find dy/dx" of something; dy/dx already is the derivative of y with respect to x.

When you learn about implicit differentiation it will be important to distinguish between a pending operation of differentiation (such as d/dx(x3 + xy2) and something that already is a derivative (such as dy/dx or y').
 
  • #15
Nit picking can be fun... however, you should have provided the correct, non-nit-pick-attracting, form:

Technically, it should be: "find dy/dx where y=arcsin(1/x^4)" right?
Still, though "dydx" is logically the correct answer - it would not get many marks. To completey avoid nit-picking you'd have to write it out longhand in full.

eg. "find the derivative, with respect to x, of y=x^2"
...would return "d(y=x^2)/dx <=> y'=2x"
... though I bet it is possible to nit-pick that one too :)

... but since this is the English language and not a logic thesis, the "of", in OPs remark, can easily stand for "where y=" with the intention provided by context.

You did say it was a "nit pick" - so it is a nit pick for me to point out that most people familiar with contextual languages also know to modify their language when an ambiguity is possible. OP will figure this out when implicit differentiation is learned - if it hasn't already.

Reminds me of the exam question "find x" it says ... the student carefully circles the "x" and writes "there it is".
 
  • #16
Thanks for all your help Simon (and others)! I think I'll rest with the fact that it's something to do with WolfRam's programming.
 
  • #17
Simon Bridge said:
Nit picking can be fun... however, you should have provided the correct, non-nit-pick-attracting, form:

Technically, it should be: "find dy/dx where y=arcsin(1/x^4)" right?
The thought actually did cross my mind, but I decided that it was enough to point out the mistake of "find dy/dx of ..." without having to also restate the problem.
Simon Bridge said:
Still, though "dydx" is logically the correct answer - it would not get many marks. To completey avoid nit-picking you'd have to write it out longhand in full.

eg. "find the derivative, with respect to x, of y=x^2"
Or more briefly, "find dy/dx if y = x2."
Simon Bridge said:
...would return "d(y=x^2)/dx <=> y'=2x"
... though I bet it is possible to nit-pick that one too :)
Particularly the part about taking the derivative of an equation rather than of a function.
Simon Bridge said:
... but since this is the English language and not a logic thesis, the "of", in OPs remark, can easily stand for "where y=" with the intention provided by context.
I suppose that could happen, but in my experience of teaching calculus for more than 20 years, many students are unclear about the distinction between the operator d/dx and the function dy/dx. This was what I was trying to point out to the OP.
Simon Bridge said:
You did say it was a "nit pick" - so it is a nit pick for me to point out that most people familiar with contextual languages also know to modify their language when an ambiguity is possible. OP will figure this out when implicit differentiation is learned - if it hasn't already.
This is really a stretch, IMO. I believe that one goal in mathematics teaching is to promote a style of writing, thinking, and speaking with a minimum of ambiguity. Students already have a difficult time trying to comprehend abstract concepts, even when they are presented in a straightforward manner with no ambiguity.
 

1. What does dy/dx represent in this equation?

The notation dy/dx represents the derivative of the function y with respect to x. It measures the rate of change of y with respect to x.

2. What is the derivative of arcsin(1/x^4)?

The derivative of arcsin(1/x^4) is -(4x^3)/((1+1/x^8)^(1/2)x^8).

3. How do you derive the derivative of arcsin(1/x^4)?

To derive the derivative of arcsin(1/x^4), we use the chain rule and the derivative of arcsin(u) = 1/((1-u^2)^(1/2)). In this case, u=1/x^4, so we have to take the derivative of 1/x^4 and multiply it by the derivative of arcsin(u).

4. What is the domain of this function?

The domain of arcsin(1/x^4) is all real numbers except for 0, as the denominator cannot be equal to 0. Therefore, the domain is (-∞, 0) U (0, ∞).

5. How can we use the derivative of arcsin(1/x^4) to find the slope of the curve at a specific point?

To find the slope of the curve at a specific point, we can plug in the x-value of the point into the derivative of arcsin(1/x^4) equation. This will give us the slope of the tangent line at that point on the curve.

Similar threads

  • Calculus and Beyond Homework Help
Replies
25
Views
311
  • Calculus and Beyond Homework Help
Replies
5
Views
167
  • Calculus and Beyond Homework Help
Replies
4
Views
802
  • Calculus and Beyond Homework Help
Replies
20
Views
442
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
819
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
24
Views
2K
Back
Top