Solving Point of Tangency for AP Calculus BC Problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

How do you solve this AP calculus BC problem?


y'=(4x-2xy)/(x^2+y^2+1)

The line through the origin with slope -1 is tangent to the curve at point P. Find the x and y coordinates of the point P. Thank you!

I have posted a link there to this topic so the OP can see my work.
 
Physics news on Phys.org
Hello Kim,

First, we know the line through the origin, having slope $m=-1$ is given by:

$$y=-x$$

and we know at point $P(x,y)$, we must then have:

$$y'=-1$$

Using these two conditions, we then find, using the given ODE:

$$y'=\frac{4x+2x^2}{2x^2+1}=-1$$

Solving for $x$, we then obtain:

$$4x+2x^2=-2x^2-1$$

$$4x^2+4x+1=0$$

$$(2x+1)^2=0$$

$$x=-\frac{1}{2}\implies y=\frac{1}{2}$$

Hence:

$$P(x,y)=\left(-\frac{1}{2},\frac{1}{2} \right)$$

Here is a plot of the curve described by the ODE and the tangent line:

View attachment 1430
 

Attachments

  • kim.jpg
    kim.jpg
    5.8 KB · Views: 112