Asked by Kramer
Given a curve, say y^3 = x^2, and a value, say 4.
How can I find a point in which the curve will have slope 4?
How can I find a point in which the curve will have slope 4?
Answers
Answered by
Kramer
I understand the equation for slope in this case would be: dy/dx = 2x/3y. But how can you find a point that satisfies both 2x/3y and y^3 = x^2?
Answered by
Reiny
for your given example , dy/dx = 2x/(3y^2)
so you set that equal to 4
2x/(3y^2) = 4
2x = 12y^2
x = 6y^2
now plug that back into the original y^3 = x^2
y^3 = 36y^4
36y^4 - y^3 = 0
y^3(36y - 1) = 0
y = 0 or y = 1/36
if y = 0, the x = 0 <------ ****
if y = 1/36, then x = 6(1/36)^2 = 1/216
However, the derivative is indeterminate at (0,0), it would be 0/0
take a point very very close to the origin.
let y = .001
then x^2 = .001^3 , using my calculator ....
x = appr .000031622 and
dy/dx = 2x/(3y^2) = appr 666,667 appears to be approaching infinitiy
for the other point <b>(1/216,1/36)</b>
dy/dx = (1/108) / (3(1/1296)
= (1/108)(1296/3) = 4 , as needed.
so you set that equal to 4
2x/(3y^2) = 4
2x = 12y^2
x = 6y^2
now plug that back into the original y^3 = x^2
y^3 = 36y^4
36y^4 - y^3 = 0
y^3(36y - 1) = 0
y = 0 or y = 1/36
if y = 0, the x = 0 <------ ****
if y = 1/36, then x = 6(1/36)^2 = 1/216
However, the derivative is indeterminate at (0,0), it would be 0/0
take a point very very close to the origin.
let y = .001
then x^2 = .001^3 , using my calculator ....
x = appr .000031622 and
dy/dx = 2x/(3y^2) = appr 666,667 appears to be approaching infinitiy
for the other point <b>(1/216,1/36)</b>
dy/dx = (1/108) / (3(1/1296)
= (1/108)(1296/3) = 4 , as needed.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.