Finding a and b for y = ax^2 + bx Passing Through (2,4) with Gradient 8

  • Thread starter Thread starter tweety1234
  • Start date Start date
  • Tags Tags
    Differentiation
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
tweety1234
Messages
111
Reaction score
0

Homework Statement



The curve [tex]y = ax^{2} + bx[/tex] passes through the point (2,4) with gradient 8. Find a and b .

I have no idea how to work out a and b , do I use simultaneous equations?

Homework Equations


The Attempt at a Solution



I have no idea how to work out a and b , do I use simultaneous equations?
 
on Phys.org
well start of by thinking about what your dy/dx would be...
 
okay so dy/dx = [tex]2ax + b[/tex] from this how do I find what a and b equal ?
 
Use the fact that (2, 4) is a point on the curve in your given equation, which will give you an equation that involves only a and b.

Then use the fact that at x = 2, dy/dx = 8 in your equation for the derivative. This will give you another equation in a and b.

Finally, solve the two equations in a and b simultaneously.
 
Mark44 said:
Use the fact that (2, 4) is a point on the curve in your given equation, which will give you an equation that involves only a and b.

Then use the fact that at x = 2, dy/dx = 8 in your equation for the derivative. This will give you another equation in a and b.

Finally, solve the two equations in a and b simultaneously.

so I just sub in the values for x and y ?

are these two equations correct..

[tex]4a + b = 4[/tex]

[tex]4a + b = 8[/tex]

?
 
Have another look at the first equation.
 
danago said:
Have another look at the first equation.

x=2 so 2x2=4? can you give more hints, cause I am really stuck

thank you!
 
is it meant to be [tex]32a + b =4[/tex] ?
 
tweety1234 said:
is it meant to be [tex]32a + b =4[/tex] ?
No.

Write your first equation.
Substitute 2 for x and 4 for y in that equation. The other equation you wrote, 4a + b = 8, is correct.
 
[tex]y = ax^{2} + bx[/tex] , [tex]4a + 2b = 4[/tex] is this correct? so a = 3 and b = -4 ?