Using dx/dy to find a y-parallel tangent

  • Thread starter Thread starter Faiq
  • Start date Start date
  • Tags Tags
    Calculus Tangent
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 3K views
Faiq
Messages
347
Reaction score
16

Homework Statement


The curve ##C## has equation
$$y=x^2+0.2sin(x+y)$$
Show that ##C## has no tangent(no point where ##dy/dx=∞##), that is parallel to the y axis.

Attempt
$$1=2x\frac{dx}{dy}+0.2cos(x+y)(1+\frac{dx}{dy})$$

For a tangent to be parallel to y-axis,

$$\frac{dx}{dy}=0$$

$$1=0.2cos(x+y)$$

$$cos(x+y)=5$$

No value of ##(x,y)## exist for which ##cos(x+y)>1##, hence no y-axis parallel tangent.

**Confusion**
Never been taught or encountered ##\frac{dx}{dy}## and thus I am having doubts over the validity of the solution.

Can somebody please verify it?
 
Physics news on Phys.org
BvU said:
What about ##dx\over dy## if ##{dy\over dx} < Z## where you can show that Z is finite ?
Not sure what you're telling. Can you please elaborate?
 
Mark44 said:
Why not just find dy/dx, and show that it is defined for all real x?
I am just concerned whether my solution is correct or not.
 
Faiq said:

Homework Statement


The curve ##C## has equation
$$y=x^2+0.2sin(x+y)$$
Show that ##C## has no tangent(no point where ##dy/dx=∞##), that is parallel to the y axis.

Attempt
$$1=2x\frac{dx}{dy}+0.2cos(x+y)(1+\frac{dx}{dy})$$

For a tangent to be parallel to y-axis,

$$\frac{dx}{dy}=0$$

$$1=0.2cos(x+y)$$

$$cos(x+y)=5$$

No value of ##(x,y)## exist for which ##cos(x+y)>1##, hence no y-axis parallel tangent.

**Confusion**
Never been taught or encountered ##\frac{dx}{dy}## and thus I am having doubts over the validity of the solution.

Can somebody please verify it?
I guess it is correct because by inverse function theorem ##D_x (y) = 1/D_y(x)##. So if ##D_y(x) \to \infty##, ## D_x(y) \to 0##.
 
Faiq said:
I am just concerned whether my solution is correct or not.

In that case, you may need to show how it is that requiring dx/dy = 0 gets you from
##\displaystyle 1=2x\frac{dx}{dy}+0.2cos(x+y)(1+\frac{dx}{dy}) ##​
to
##\displaystyle 1=0.2cos(x+y) ##​
.
 
Okay thanks to all of you very much.