A tangent line to both functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Atran
Messages
93
Reaction score
1

Homework Statement



Determine a line that is tangent to both f(x)=x2 and g(x)=x2-2x

Homework Equations



The Attempt at a Solution


f(x)=x2 => f'(x)=2x
g(x)=x2-2x => g'(x)=2x-2

f'(a) = f'(b)
2a = 2b-2

I don't know how to continue.
Thanks for help.
 
Physics news on Phys.org
Thank you.

h(b) = (2b-2)b+c => c = -b2

h(a) = (2b-2)a+c = (2b-2)a-b2 => (a-b)2+2a=0
2a = 2b-1 => a = b-1
(-1)2+2a=0 => a=-0.5 and b=0.5
 
2a = 2b-1 => a = b-1
That is not true, but I think you mean 2(b-1).
The result is right.