y = x + x + x + x + ⋯
For x > 0 , define y as above. What is d x d y ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For sake of completeness, we should show that Q is not a solution. To this end, suppose Q = P . Then
x + 2 y x = 2 y − 1 1 ⟹ x ( 2 y − 1 ) = x + 2 y ⟹ 2 x y − 2 y = 2 x ⟹ y = x − 1 x ,
which does not equal the given expression for y for all x ≥ 0 . (For example, for x = 1 the given expression yields y = ϕ but is undefined for x − 1 x . In fact the two expressions are equal only when x = 2 .)
Perfect one!!
I think it should be only P because R and S are not defined at (0,0)
I dissent check for case R for x<0 function does not exist, however derivative does. Besides squaring your are introducing negative so cautious mode is advisible.
Now think about if we change variable x=y we get same result for second term of equation what means that derivative is always equal 1. What is consistent with formula P since for x tending to 0 y=1
Be careful about your statement. They only apply when the function is differentiable. As such, the proper domain should be included. Note that x = 0 , y = 0 is a possible value, but the function is not differentiable at that point. Hence, I've added the constraint that x > 0 .
In R aren’t you just rewriting y in a different way there wasn’t any differentiation in your process for R.
Log in to reply
d x d y = 2 y − 1 1 = 1 + 4 x 1 : R
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Implicit Differentiation Problem Solving - Basic
y ⟹ y y 2 ⟹ 2 y d x d y ( 2 y − 1 ) d x d y ⟹ d x d y = x + x + x + x + . . . = x + y = x + y = 1 + d x d y = 1 = 2 y − 1 1 : P
Considering R :
y 2 y 2 − y y 2 − y + 4 1 ( y − 2 1 ) 2 y − 2 1 2 y − 1 ⟹ 2 y − 1 1 = x + y = x = x + 4 1 = x + 4 1 = x + 4 1 = 2 × 2 1 + 4 x = 1 + 4 x 1 : R
Considering S :
S : 2 x + y y = 2 x + 2 y − y y = 2 y 2 − y y = 2 y − 1 1
Considering Q :
To show that x + 2 y x = 2 y − 1 1 , we can use a case, for example x = 1 , then from y 2 = x + y , we get y = 2 1 + 5 .Substituting into P : 2 y − 1 1 = 5 1 , substituting in Q : x + 2 y x = 2 + 5 1 = P .
Therefore, d x d y = P , R and S .