Message Boards Message Boards

0
|
2528 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

How do I input a function in order to get 4th implicit differentiation?

Posted 9 years ago

I have a project that is on mathematica. And it is asking me to find y^(4) of this function x^2-10y^2=(X^3-12y^2-x^3)^2. Can anybody help me with this? Thank you!

POSTED BY: Elli Lee

If I understand correctly, you need to first solve for "y" in an equation.

You can type the following into the natural language input

"Solve for y in x^2-10y^2=(X^3-12y^2-x^3)^2"

and it will show you how to use the Solve function:

Solve[x^2 - 10*y^2 == (-x^3 + X^3 - 12*y^2)^2, y]
POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract